blob: ec69353f09f7de5814c0307cdce2cb3eca61c855 [file] [log] [blame]
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001# Pesan Bahasa Indonesia untuk e2fsprogs
2# Copyright (C) 2008 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Permission is granted to freely copy and distribute
5# this file and modified versions, provided that this
6# header is not removed and modified versions are marked
7# as such.
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008# Arif E. Nugroho <arif_endro@yahoo.com>, 2008, 2009, 2010.
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04009#
10#. The strings in e2fsck's problem.c can be very hard to translate,
11#. since the strings are expanded in two different ways. First of all,
12#. there is an @-expansion, where strings like "@i" are expanded to
13#. "inode", and so on. In order to make it easier for translators, the
14#. e2fsprogs po template file has been enhanced with comments that show
15#. the @-expansion, for the strings in the problem.c file.
16#.
17#. Translators are free to use the @-expansion facility if they so
18#. choose, by providing translations for strings in e2fsck/message.c.
19#. These translation can completely replace an expansion; for example,
20#. if "bblock" (which indicated that "@b" would be expanded to "block")
21#. is translated as "ddatenverlust", then "@d" will be expanded to
22#. "datenverlust". Alternatively, translators can simply not use the
23#. @-expansion facility at all.
24#.
25#. The second expansion which is done for e2fsck's problem.c messages is
26#. a dynamic %-expansion, which expands %i as an inode number, and so
27#. on. A table of these expansions can be found below. Note that
28#. %-expressions that begin with "%D" and "%I" are two-character
29#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040030#. ownership field (inode->i_uid). Also the "%B" expansion is special:
31#. it can expand to either the string "indirect block" (possibly preceded
32#. by the word "double" or "triple"), or the string "block #" immediately
33#. followed by an integer indicating a block sequence number.
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040034#.
35#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040036#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040037#. %c <blk2> block number
38#. %Di <dirent> -> ino inode number
39#. %Dn <dirent> -> name string
40#. %Dr <dirent> -> rec_len
41#. %Dl <dirent> -> name_len
42#. %Dt <dirent> -> filetype
43#. %d <dir> inode number
44#. %g <group> integer
45#. %i <ino> inode number
46#. %Is <inode> -> i_size
47#. %IS <inode> -> i_extra_isize
48#. %Ib <inode> -> i_blocks
49#. %Il <inode> -> i_links_count
50#. %Im <inode> -> i_mode
51#. %IM <inode> -> i_mtime
52#. %IF <inode> -> i_faddr
53#. %If <inode> -> i_file_acl
54#. %Id <inode> -> i_dir_acl
55#. %Iu <inode> -> i_uid
56#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040057#. %It <str> file type
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040058#. %j <ino2> inode number
59#. %m <com_err error message>
60#. %N <num>
61#. %p ext2fs_get_pathname of directory <ino>
62#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
63#. the containing directory. (If dirent is NULL
64#. then return the pathname of directory <ino2>)
65#. %q ext2fs_get_pathname of directory <dir>
66#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
67#. the containing directory.
68#. %s <str> miscellaneous string
69#. %S backup superblock
70#. %X <num> hexadecimal format
71#.
72msgid ""
73msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -040074"Project-Id-Version: e2fsprogs 1.41.12\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040075"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040076"POT-Creation-Date: 2016-03-15 01:48-0400\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -040077"PO-Revision-Date: 2010-05-24 12:30+0700\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040078"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
79"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040080"Language: id\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040081"MIME-Version: 1.0\n"
82"Content-Type: text/plain; charset=ISO-8859-1\n"
83"Content-Transfer-Encoding: 8bit\n"
84
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
88msgstr "Bad block %u diluar jangkauan; diabaikan.\n"
89
Eric Sandeen032eafe2012-07-28 17:48:36 -040090#: e2fsck/badblocks.c:46
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040091msgid "while sanity checking the bad blocks inode"
92msgstr "ketika melakukan pengecheckan di inode bad block"
93
Eric Sandeen032eafe2012-07-28 17:48:36 -040094#: e2fsck/badblocks.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040095msgid "while reading the bad blocks inode"
96msgstr "ketika membaca inode bad block"
97
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
99#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
100#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
101#: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
102#: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400103#, c-format
104msgid "while trying to open %s"
105msgstr "ketika mencoba untuk membuka %s"
106
Eric Sandeen032eafe2012-07-28 17:48:36 -0400107#: e2fsck/badblocks.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400108#, c-format
109msgid "while trying popen '%s'"
110msgstr "ketika mencoba popen '%s'"
111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400113msgid "while reading in list of bad blocks from file"
114msgstr "ketika membaca dalam daftar bad block dari berkas"
115
Eric Sandeen032eafe2012-07-28 17:48:36 -0400116#: e2fsck/badblocks.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400117msgid "while updating bad block inode"
118msgstr "ketika memperbarui inode bad block"
119
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: e2fsck/badblocks.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400121#, c-format
122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500123msgstr ""
124"Peringatan: illegal block %u ditemukan dalam inode bad block. Dihapus.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400125
Eric Sandeen032eafe2012-07-28 17:48:36 -0400126#: e2fsck/ehandler.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400127#, c-format
128msgid "Error reading block %lu (%s) while %s. "
129msgstr "Error membaca block %lu (%s) ketika %s. "
130
Eric Sandeen032eafe2012-07-28 17:48:36 -0400131#: e2fsck/ehandler.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400132#, c-format
133msgid "Error reading block %lu (%s). "
134msgstr "Error membaca block %lu (%s). "
135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400136#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400137msgid "Ignore error"
138msgstr "Mengabaikan error"
139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400140#: e2fsck/ehandler.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400141msgid "Force rewrite"
142msgstr "Memaksa menulis kembali"
143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400144#: e2fsck/ehandler.c:109
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400145#, c-format
146msgid "Error writing block %lu (%s) while %s. "
147msgstr "Error menulis block %lu (%s) ketika %s. "
148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400149#: e2fsck/ehandler.c:112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400150#, c-format
151msgid "Error writing block %lu (%s). "
152msgstr "Error menulis block %lu (%s). "
153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400155msgid "empty dirblocks"
156msgstr "dirblock kosong"
157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400159msgid "empty dir map"
160msgstr "dir map kosong"
161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400162#: e2fsck/emptydir.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400163#, c-format
164msgid "Empty directory block %u (#%d) in inode %u\n"
165msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/extend.c:22
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400168#, c-format
169msgid "%s: %s filename nblocks blocksize\n"
170msgstr "%s: %s filename nblocks blocksize\n"
171
Eric Sandeen032eafe2012-07-28 17:48:36 -0400172#: e2fsck/extend.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400173#, c-format
174msgid "Illegal number of blocks!\n"
175msgstr "Nomor dari block tidak legal!\n"
176
Eric Sandeen032eafe2012-07-28 17:48:36 -0400177#: e2fsck/extend.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400178#, c-format
179msgid "Couldn't allocate block buffer (size=%d)\n"
180msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400182#: e2fsck/extents.c:42
183#, fuzzy
184msgid "extent rebuild inode map"
185msgstr "regular file inode map"
186
Eric Sandeen032eafe2012-07-28 17:48:36 -0400187#: e2fsck/flushb.c:35
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400188#, c-format
189msgid "Usage: %s disk\n"
190msgstr "Penggunaan: %s disk\n"
191
Eric Sandeen032eafe2012-07-28 17:48:36 -0400192#: e2fsck/flushb.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400193#, c-format
194msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
195msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
196
Eric Sandeen032eafe2012-07-28 17:48:36 -0400197#: e2fsck/iscan.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400198#, c-format
199msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
200msgstr "Penggunaan: %s [-F] [-I inode_buffer_block] perangkat\n"
201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400202#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400203#, c-format
204msgid "while opening %s for flushing"
205msgstr "ketika membuka %s untuk flushing"
206
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400207#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400208#, c-format
209msgid "while trying to flush %s"
210msgstr "ketika mencoba untuk memflush %s"
211
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400212#: e2fsck/iscan.c:110
213#, fuzzy, c-format
214msgid "while trying to open '%s'"
215msgstr "ketika mencoba untuk membuka %s"
216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400217#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400218msgid "while opening inode scan"
219msgstr "ketika mencoba membuka inode scan"
220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400221#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400222msgid "while getting next inode"
223msgstr "ketika memperoleh inode berikutnya"
224
Eric Sandeen032eafe2012-07-28 17:48:36 -0400225#: e2fsck/iscan.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400226#, c-format
227msgid "%u inodes scanned.\n"
228msgstr "%u inodes discan.\n"
229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400230#: e2fsck/journal.c:593
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400231msgid "reading journal superblock\n"
232msgstr "membaca journal superblock\n"
233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400234#: e2fsck/journal.c:666
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400235#, c-format
236msgid "%s: no valid journal superblock found\n"
237msgstr "%s: journal superblock tidak valid ditemukan\n"
238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400239#: e2fsck/journal.c:675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400240#, c-format
241msgid "%s: journal too short\n"
242msgstr "%s: journal terlalu pendek\n"
243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400244#: e2fsck/journal.c:966 misc/fuse2fs.c:3773
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400245#, c-format
246msgid "%s: recovering journal\n"
247msgstr "%s: merecovery journal\n"
248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400249#: e2fsck/journal.c:968
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400250#, c-format
251msgid "%s: won't do journal recovery while read-only\n"
252msgstr "%s: tidak akan melakukan journal recovery ketika read-only\n"
253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400254#: e2fsck/journal.c:995
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400255#, c-format
256msgid "while trying to re-open %s"
257msgstr "ketika mencoba untuk membuka %s"
258
Eric Sandeen032eafe2012-07-28 17:48:36 -0400259#: e2fsck/message.c:113
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400260msgid "aextended attribute"
261msgstr "aextended attribute"
262
Eric Sandeen032eafe2012-07-28 17:48:36 -0400263#: e2fsck/message.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400264msgid "Aerror allocating"
265msgstr "Aerror mengalokasikan"
266
Eric Sandeen032eafe2012-07-28 17:48:36 -0400267#: e2fsck/message.c:115
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400268msgid "bblock"
269msgstr "bblock"
270
Eric Sandeen032eafe2012-07-28 17:48:36 -0400271#: e2fsck/message.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400272msgid "Bbitmap"
273msgstr "Bbitmap"
274
Eric Sandeen032eafe2012-07-28 17:48:36 -0400275#: e2fsck/message.c:117
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400276msgid "ccompress"
277msgstr "ccompress"
278
Eric Sandeen032eafe2012-07-28 17:48:36 -0400279#: e2fsck/message.c:118
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400280msgid "Cconflicts with some other fs @b"
281msgstr "Ckonflik dengan beberapa sistem berkas lain @b"
282
Eric Sandeen032eafe2012-07-28 17:48:36 -0400283#: e2fsck/message.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400284msgid "ddirectory"
285msgstr "ddirektori"
286
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400287#: e2fsck/message.c:120
288msgid "Ddeleted"
289msgstr "Ddeleted"
290
291#: e2fsck/message.c:121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400292msgid "eentry"
293msgstr "eentri"
294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295#: e2fsck/message.c:122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400296msgid "E@e '%Dn' in %p (%i)"
297msgstr "E@e '%Dn' dalam %p (%i)"
298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400299#: e2fsck/message.c:123
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400300msgid "ffilesystem"
301msgstr "fsistem berkas"
302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400303#: e2fsck/message.c:124
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400304msgid "Ffor @i %i (%Q) is"
305msgstr "Funtuk @i %i (%Q) adalah"
306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400307#: e2fsck/message.c:125
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400308msgid "ggroup"
309msgstr "ggrup"
310
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400311#: e2fsck/message.c:126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400312msgid "hHTREE @d @i"
313msgstr "hHTREE @d @i"
314
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400315#: e2fsck/message.c:127
316msgid "iinode"
317msgstr "iinode"
318
319#: e2fsck/message.c:128
320msgid "Iillegal"
321msgstr "Iilegal"
322
323#: e2fsck/message.c:129
324msgid "jjournal"
325msgstr "jjournal"
326
Eric Sandeen032eafe2012-07-28 17:48:36 -0400327#: e2fsck/message.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400328msgid "llost+found"
329msgstr "llost+found"
330
Eric Sandeen032eafe2012-07-28 17:48:36 -0400331#: e2fsck/message.c:131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400332msgid "Lis a link"
333msgstr "Ladalah sebuah link"
334
Eric Sandeen032eafe2012-07-28 17:48:36 -0400335#: e2fsck/message.c:132
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400336msgid "mmultiply-claimed"
337msgstr "mmultiply-claimed"
338
Eric Sandeen032eafe2012-07-28 17:48:36 -0400339#: e2fsck/message.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400340msgid "ninvalid"
341msgstr "ninvalid"
342
Eric Sandeen032eafe2012-07-28 17:48:36 -0400343#: e2fsck/message.c:134
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400344msgid "oorphaned"
345msgstr "oorphaned"
346
Eric Sandeen032eafe2012-07-28 17:48:36 -0400347#: e2fsck/message.c:135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400348msgid "pproblem in"
349msgstr "pproblem dalam"
350
Eric Sandeen032eafe2012-07-28 17:48:36 -0400351#: e2fsck/message.c:136
352msgid "qquota"
353msgstr ""
354
355#: e2fsck/message.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400356msgid "rroot @i"
357msgstr "rroot @i"
358
Eric Sandeen032eafe2012-07-28 17:48:36 -0400359#: e2fsck/message.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400360msgid "sshould be"
361msgstr "sseharusnya"
362
Eric Sandeen032eafe2012-07-28 17:48:36 -0400363#: e2fsck/message.c:139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400364msgid "Ssuper@b"
365msgstr "Ssuper@b"
366
Eric Sandeen032eafe2012-07-28 17:48:36 -0400367#: e2fsck/message.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400368msgid "uunattached"
369msgstr "uunattached"
370
Eric Sandeen032eafe2012-07-28 17:48:36 -0400371#: e2fsck/message.c:141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400372msgid "vdevice"
373msgstr "vperangkat"
374
Eric Sandeen032eafe2012-07-28 17:48:36 -0400375#: e2fsck/message.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400376msgid "xextent"
377msgstr "xextent"
378
Eric Sandeen032eafe2012-07-28 17:48:36 -0400379#: e2fsck/message.c:143
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400380msgid "zzero-length"
381msgstr "zzero-length"
382
Eric Sandeen032eafe2012-07-28 17:48:36 -0400383#: e2fsck/message.c:154
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400384msgid "<The NULL inode>"
385msgstr "<Inode Kosong>"
386
Eric Sandeen032eafe2012-07-28 17:48:36 -0400387#: e2fsck/message.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400388msgid "<The bad blocks inode>"
389msgstr "<Bad block inode>"
390
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400391#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400392#, fuzzy
393msgid "<The user quota inode>"
394msgstr "<Inode journal>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400395
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400396#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400397#, fuzzy
398msgid "<The group quota inode>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400399msgstr "<inode deskripsi grup>"
400
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400401#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400402msgid "<The boot loader inode>"
403msgstr "<boot loader inode>"
404
405#: e2fsck/message.c:160
406msgid "<The undelete directory inode>"
407msgstr "<undelete direktori inode>"
408
409#: e2fsck/message.c:161
410msgid "<The group descriptor inode>"
411msgstr "<inode deskripsi grup>"
412
413#: e2fsck/message.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400414msgid "<The journal inode>"
415msgstr "<Inode journal>"
416
Eric Sandeen032eafe2012-07-28 17:48:36 -0400417#: e2fsck/message.c:163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400418msgid "<Reserved inode 9>"
419msgstr "<Inode terpesan 9>"
420
Eric Sandeen032eafe2012-07-28 17:48:36 -0400421#: e2fsck/message.c:164
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400422msgid "<Reserved inode 10>"
423msgstr "<Inode Terpesan 10>"
424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400425#: e2fsck/message.c:333
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400426msgid "regular file"
427msgstr "berkas biasa"
428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400429#: e2fsck/message.c:335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400430msgid "directory"
431msgstr "direktori"
432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400433#: e2fsck/message.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400434msgid "character device"
435msgstr "karakter device"
436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400437#: e2fsck/message.c:339
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400438msgid "block device"
439msgstr "block device"
440
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400441#: e2fsck/message.c:341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400442msgid "named pipe"
443msgstr "named pipe"
444
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400445#: e2fsck/message.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400446msgid "symbolic link"
447msgstr "symbolic link"
448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400449#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400450msgid "socket"
451msgstr "socket"
452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400453#: e2fsck/message.c:347
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400454#, c-format
455msgid "unknown file type with mode 0%o"
456msgstr "tipe file tidak diketahui dengan mode 0%o"
457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400458#: e2fsck/message.c:422
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400459msgid "indirect block"
460msgstr "block tidak langsung"
461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400462#: e2fsck/message.c:424
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400463msgid "double indirect block"
464msgstr "blok tidak langsung berdua"
465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400466#: e2fsck/message.c:426
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400467msgid "triple indirect block"
468msgstr "blok tidak langsung bertiga"
469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400470#: e2fsck/message.c:428
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400471msgid "translator block"
472msgstr "blok penerjemah"
473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400474#: e2fsck/message.c:430
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400475msgid "block #"
476msgstr "blok #"
477
Eric Sandeen032eafe2012-07-28 17:48:36 -0400478#: e2fsck/pass1b.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400479msgid "multiply claimed inode map"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400480msgstr "kalikan peta inode yang dituntut"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400482#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Eric Sandeen032eafe2012-07-28 17:48:36 -0400483#, fuzzy, c-format
484msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400485msgstr "internal error: tidak dapat menemukan dup_blk untuk %u\n"
486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400487#: e2fsck/pass1b.c:897
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400488msgid "returned from clone_file_block"
489msgstr "kembali dari clone_file_block"
490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400491#: e2fsck/pass1b.c:919
Eric Sandeen032eafe2012-07-28 17:48:36 -0400492#, fuzzy, c-format
493msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400494msgstr "internal error: tidak dapat menemukan EA block record untuk %u"
495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400496#: e2fsck/pass1b.c:931
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400497#, c-format
498msgid "internal error: couldn't lookup EA inode record for %u"
499msgstr "internal error: tidak dapat menemukan EA inode record untuk %u"
500
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400501#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400502msgid "reading directory block"
503msgstr "membaca direktori block"
504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400505#: e2fsck/pass1.c:1099
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400506msgid "in-use inode map"
507msgstr "in-use inode map"
508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400509#: e2fsck/pass1.c:1110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400510msgid "directory inode map"
511msgstr "direktori inode map"
512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400513#: e2fsck/pass1.c:1120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400514msgid "regular file inode map"
515msgstr "regular file inode map"
516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400517#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400518msgid "in-use block map"
519msgstr "in-use block map"
520
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400521#: e2fsck/pass1.c:1138
522#, fuzzy
523msgid "metadata block map"
524msgstr "meta-data blok"
525
526#: e2fsck/pass1.c:1204
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400527msgid "opening inode scan"
528msgstr "membuka inode scan"
529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400530#: e2fsck/pass1.c:1242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400531msgid "getting next inode from scan"
532msgstr "memperoleh inode selanjutnya dari scan"
533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400534#: e2fsck/pass1.c:1928
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400535msgid "Pass 1"
536msgstr "Tahap 1"
537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400538#: e2fsck/pass1.c:1988
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400539#, c-format
540msgid "reading indirect blocks of inode %u"
541msgstr "membaca indirect block dari inode %u"
542
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400543#: e2fsck/pass1.c:2038
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400544msgid "bad inode map"
545msgstr "inode map buruk"
546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400547#: e2fsck/pass1.c:2078
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400548msgid "inode in bad block map"
549msgstr "inode dalam bad block map"
550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400551#: e2fsck/pass1.c:2098
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400552msgid "imagic inode map"
553msgstr "imagic inode map"
554
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400555#: e2fsck/pass1.c:2125
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400556msgid "multiply claimed block map"
557msgstr "multiply diklaim block map"
558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400559#: e2fsck/pass1.c:2239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400560msgid "ext attr block map"
561msgstr "ext attr block map"
562
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400563#: e2fsck/pass1.c:3406
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400564#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500565msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400566msgstr "%6lu(%c): diperkirakan %6lu diperoleh phys %6lu (blkcnt %lld)\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -0400567
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400568#: e2fsck/pass1.c:3821
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400569msgid "block bitmap"
570msgstr "block bitmap"
571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400572#: e2fsck/pass1.c:3827
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400573msgid "inode bitmap"
574msgstr "inode bitmap"
575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400576#: e2fsck/pass1.c:3833
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400577msgid "inode table"
578msgstr "inode table"
579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400580#: e2fsck/pass2.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400581msgid "Pass 2"
582msgstr "Tahap 2"
583
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400584#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400585msgid "Can not continue."
586msgstr "Tidak dapat melanjutkan."
587
Eric Sandeen032eafe2012-07-28 17:48:36 -0400588#: e2fsck/pass3.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400589msgid "inode done bitmap"
590msgstr "inode selesai bitmap"
591
Eric Sandeen032eafe2012-07-28 17:48:36 -0400592#: e2fsck/pass3.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400593msgid "Peak memory"
594msgstr "Puncak pemakaian memori"
595
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400596#: e2fsck/pass3.c:149
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400597msgid "Pass 3"
598msgstr "Tahap 3"
599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400600#: e2fsck/pass3.c:344
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400601msgid "inode loop detection bitmap"
602msgstr "inode deteksi loop bitmap"
603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400604#: e2fsck/pass4.c:206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400605msgid "Pass 4"
606msgstr "Tahap 4"
607
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400608#: e2fsck/pass5.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400609msgid "Pass 5"
610msgstr "Tahap 5"
611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400612#: e2fsck/pass5.c:104
613msgid "check_inode_bitmap_checksum: Memory allocation error"
614msgstr ""
615
616#: e2fsck/pass5.c:158
617msgid "check_block_bitmap_checksum: Memory allocation error"
618msgstr ""
619
Eric Sandeen032eafe2012-07-28 17:48:36 -0400620#: e2fsck/problem.c:51
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400621msgid "(no prompt)"
622msgstr "(tidak ada prompt)"
623
Eric Sandeen032eafe2012-07-28 17:48:36 -0400624#: e2fsck/problem.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400625msgid "Fix"
626msgstr "Betulkan"
627
Eric Sandeen032eafe2012-07-28 17:48:36 -0400628#: e2fsck/problem.c:53
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400629msgid "Clear"
630msgstr "Dihapus"
631
Eric Sandeen032eafe2012-07-28 17:48:36 -0400632#: e2fsck/problem.c:54
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400633msgid "Relocate"
634msgstr "Dipindahkan"
635
Eric Sandeen032eafe2012-07-28 17:48:36 -0400636#: e2fsck/problem.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400637msgid "Allocate"
638msgstr "Dialokasikan"
639
Eric Sandeen032eafe2012-07-28 17:48:36 -0400640#: e2fsck/problem.c:56
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400641msgid "Expand"
642msgstr "Diexpand"
643
Eric Sandeen032eafe2012-07-28 17:48:36 -0400644#: e2fsck/problem.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400645msgid "Connect to /lost+found"
646msgstr "Menyambungkan ke /lost+found"
647
Eric Sandeen032eafe2012-07-28 17:48:36 -0400648#: e2fsck/problem.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400649msgid "Create"
650msgstr "Membuat"
651
Eric Sandeen032eafe2012-07-28 17:48:36 -0400652#: e2fsck/problem.c:59
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400653msgid "Salvage"
654msgstr "Mengambil"
655
Eric Sandeen032eafe2012-07-28 17:48:36 -0400656#: e2fsck/problem.c:60
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400657msgid "Truncate"
658msgstr "Truncate"
659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:61
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400661msgid "Clear inode"
662msgstr "Menghapus inode"
663
Eric Sandeen032eafe2012-07-28 17:48:36 -0400664#: e2fsck/problem.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400665msgid "Abort"
666msgstr "Membatalkan"
667
Eric Sandeen032eafe2012-07-28 17:48:36 -0400668#: e2fsck/problem.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400669msgid "Split"
670msgstr "Membagi"
671
Eric Sandeen032eafe2012-07-28 17:48:36 -0400672#: e2fsck/problem.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400673msgid "Continue"
674msgstr "Melanjutkan"
675
Eric Sandeen032eafe2012-07-28 17:48:36 -0400676#: e2fsck/problem.c:65
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400677msgid "Clone multiply-claimed blocks"
678msgstr "Kopi multiply-claimed blocks"
679
Eric Sandeen032eafe2012-07-28 17:48:36 -0400680#: e2fsck/problem.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400681msgid "Delete file"
682msgstr "Hapus berkas"
683
Eric Sandeen032eafe2012-07-28 17:48:36 -0400684#: e2fsck/problem.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400685msgid "Suppress messages"
686msgstr "Suppress pesan"
687
Eric Sandeen032eafe2012-07-28 17:48:36 -0400688#: e2fsck/problem.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400689msgid "Unlink"
690msgstr "Unlink"
691
Eric Sandeen032eafe2012-07-28 17:48:36 -0400692#: e2fsck/problem.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400693msgid "Clear HTree index"
694msgstr "Hapus HTree index"
695
Eric Sandeen032eafe2012-07-28 17:48:36 -0400696#: e2fsck/problem.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400697msgid "Recreate"
698msgstr "Buat kembali"
699
Eric Sandeen032eafe2012-07-28 17:48:36 -0400700#: e2fsck/problem.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400701msgid "(NONE)"
702msgstr "(KOSONG)"
703
Eric Sandeen032eafe2012-07-28 17:48:36 -0400704#: e2fsck/problem.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400705msgid "FIXED"
706msgstr "DIBETULKAN"
707
Eric Sandeen032eafe2012-07-28 17:48:36 -0400708#: e2fsck/problem.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400709msgid "CLEARED"
710msgstr "DIHAPUS"
711
Eric Sandeen032eafe2012-07-28 17:48:36 -0400712#: e2fsck/problem.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400713msgid "RELOCATED"
714msgstr "DIPINDAHKAN"
715
Eric Sandeen032eafe2012-07-28 17:48:36 -0400716#: e2fsck/problem.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400717msgid "ALLOCATED"
718msgstr "DIALOKASIKAN"
719
Eric Sandeen032eafe2012-07-28 17:48:36 -0400720#: e2fsck/problem.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400721msgid "EXPANDED"
722msgstr "DIEXPAND"
723
Eric Sandeen032eafe2012-07-28 17:48:36 -0400724#: e2fsck/problem.c:85
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400725msgid "RECONNECTED"
726msgstr "DIHUBUNGKAN"
727
Eric Sandeen032eafe2012-07-28 17:48:36 -0400728#: e2fsck/problem.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400729msgid "CREATED"
730msgstr "DIBUAT"
731
Eric Sandeen032eafe2012-07-28 17:48:36 -0400732#: e2fsck/problem.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400733msgid "SALVAGED"
734msgstr "DIAMANKAN"
735
Eric Sandeen032eafe2012-07-28 17:48:36 -0400736#: e2fsck/problem.c:88
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400737msgid "TRUNCATED"
738msgstr "DIPOTONG"
739
Eric Sandeen032eafe2012-07-28 17:48:36 -0400740#: e2fsck/problem.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400741msgid "INODE CLEARED"
742msgstr "INODE DIHAPUS"
743
Eric Sandeen032eafe2012-07-28 17:48:36 -0400744#: e2fsck/problem.c:90
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400745msgid "ABORTED"
746msgstr "DIBATALKAN"
747
Eric Sandeen032eafe2012-07-28 17:48:36 -0400748#: e2fsck/problem.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400749msgid "SPLIT"
750msgstr "DIBAGI"
751
Eric Sandeen032eafe2012-07-28 17:48:36 -0400752#: e2fsck/problem.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400753msgid "CONTINUING"
754msgstr "MELANJUTKAN"
755
Eric Sandeen032eafe2012-07-28 17:48:36 -0400756#: e2fsck/problem.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400757msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
758msgstr "MULTIPLY-CLAIMED BLOK DIKOPI"
759
Eric Sandeen032eafe2012-07-28 17:48:36 -0400760#: e2fsck/problem.c:94
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400761msgid "FILE DELETED"
762msgstr "BERKAS DIHAPUS"
763
Eric Sandeen032eafe2012-07-28 17:48:36 -0400764#: e2fsck/problem.c:95
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400765msgid "SUPPRESSED"
766msgstr "DIAKHIRI"
767
Eric Sandeen032eafe2012-07-28 17:48:36 -0400768#: e2fsck/problem.c:96
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400769msgid "UNLINKED"
770msgstr "DILEPAS"
771
Eric Sandeen032eafe2012-07-28 17:48:36 -0400772#: e2fsck/problem.c:97
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400773msgid "HTREE INDEX CLEARED"
774msgstr "HTREE INDEX DIHAPUS"
775
Eric Sandeen032eafe2012-07-28 17:48:36 -0400776#: e2fsck/problem.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400777msgid "WILL RECREATE"
778msgstr "AKAN MEMBUAT KEMBALI"
779
780#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400781#: e2fsck/problem.c:110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400782msgid "@b @B for @g %g is not in @g. (@b %b)\n"
783msgstr "@b @B untuk @g %g tidak dalam @g. (@b %b)\n"
784
785#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400786#: e2fsck/problem.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400787msgid "@i @B for @g %g is not in @g. (@b %b)\n"
788msgstr "@i @B untuk @G %G tidak dalam @g. (@b %b)\n"
789
790#. @-expanded: inode table for group %g is not in group. (block %b)\n
791#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400792#: e2fsck/problem.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400793msgid ""
794"@i table for @g %g is not in @g. (@b %b)\n"
795"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
796msgstr ""
797"@i table untuk @g %g tidak berada dalam @g. (@b %b)\n"
798"PERINGATAN: KEMUNGKINAN KEHILANGAN DATA BESAR.\n"
799
800#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400801#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
802#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400803#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
804#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400805#. @-expanded: e2fsck -b 8193 <device>\n
806#. @-expanded: or\n
807#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400808#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400809#: e2fsck/problem.c:125
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400810#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400811msgid ""
812"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400813"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
814"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400815"@f (and not swap or ufs or something else), then the @S\n"
816"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400817" e2fsck -b 8193 <@v>\n"
818" or\n"
819" e2fsck -b 32768 <@v>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400820"\n"
821msgstr ""
822"\n"
823"@S tidak dapat dibaca atau tidak dapat menjelaskan ext2 dengan benar\n"
824"@f. Jika @v tidak valid dan ini berisi sebuah ext2\n"
825"@f (dan bukan swap atau ufs atau sesuatu yang lain), maka @S\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500826"korup, dan anda mungkin bisa mencoba menjalankan e2fsck secara alternatif "
827"@S:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400828" e2fsck -b %S <@v>\n"
829"\n"
830
831#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
832#. @-expanded: The physical size of the device is %c blocks\n
833#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400834#: e2fsck/problem.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400835msgid ""
836"The @f size (according to the @S) is %b @bs\n"
837"The physical size of the @v is %c @bs\n"
838"Either the @S or the partition table is likely to be corrupt!\n"
839msgstr ""
840"Ukuran @f (menurut dari @S) adalah %b @bs\n"
841"Ukuran fisik dari @v adalah %c @bs\n"
842"Kalau nggak @S atau tabel partisi yang mungkin korup!\n"
843
844#. @-expanded: superblock block_size = %b, fragsize = %c.\n
845#. @-expanded: This version of e2fsck does not support fragment sizes different\n
846#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400847#: e2fsck/problem.c:143
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400848msgid ""
849"@S @b_size = %b, fragsize = %c.\n"
850"This version of e2fsck does not support fragment sizes different\n"
851"from the @b size.\n"
852msgstr ""
853"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500854"Versi e2fsck ini tidak mengimplementasikan untuk ukuran fragment yang "
855"berbeda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400856"dari @b.\n"
857
858#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400859#: e2fsck/problem.c:150
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400860msgid "@S @bs_per_group = %b, should have been %c\n"
861msgstr "@S @bs_per_group = %b, seharusnya %c\n"
862
863#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400864#: e2fsck/problem.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400865msgid "@S first_data_@b = %b, should have been %c\n"
866msgstr "@S first_data_@b = %b, seharusnya %c\n"
867
868#. @-expanded: filesystem did not have a UUID; generating one.\n
869#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400870#: e2fsck/problem.c:160
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400871msgid ""
872"@f did not have a UUID; generating one.\n"
873"\n"
874msgstr ""
875"@f tidak memiliki sebuah UUID; membuat satu.\n"
876"\n"
877
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400878#: e2fsck/problem.c:165
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400879#, c-format
880msgid ""
881"Note: if several inode or block bitmap blocks or part\n"
882"of the inode table require relocation, you may wish to try\n"
883"running e2fsck with the '-b %S' option first. The problem\n"
884"may lie only with the primary block group descriptors, and\n"
885"the backup block group descriptors may be OK.\n"
886"\n"
887msgstr ""
888"Catatan: jika beberapa inode atau blok bitmap blok atau bagian\n"
889"dari tabel inode membutuhkan relokasi, anda mungkin bisa mencoba\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400890"dengan menjalankan e2fsck dengan pilihan '-b %S' terlebih dahulu. Masalah\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400891"yang mungkin timbul jika dengan menggunakan blok deskripsi utama, dan\n"
892"blok cadangan grup deskripsi mungkin OK.\n"
893"\n"
894
895#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400896#: e2fsck/problem.c:174
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400897msgid "Corruption found in @S. (%s = %N).\n"
898msgstr "Korupsi ditemukan di @S. (%s = %N).\n"
899
900#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400901#: e2fsck/problem.c:179
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400902#, c-format
903msgid "Error determining size of the physical @v: %m\n"
904msgstr "Error menentukan ukuran dari phisik @v: %m\n"
905
906#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400907#: e2fsck/problem.c:184
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400908msgid "@i count in @S is %i, @s %j.\n"
909msgstr "@i terhitung dalam @S adalah %i, @s %j.\n"
910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400911#: e2fsck/problem.c:188
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400912msgid "The Hurd does not support the filetype feature.\n"
913msgstr "Hurd tidak mendukung layanan filetype.\n"
914
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500915#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400916#: e2fsck/problem.c:193
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400917#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500918msgid "@S has an @n @j (@i %i).\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400919msgstr "@S memiliki sebuah @n @j (@i %i).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400920
921#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400922#: e2fsck/problem.c:198
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400923msgid "External @j has multiple @f users (unsupported).\n"
924msgstr "External @j memiliki multiple @f dari pengguna (tidak dilayani).\n"
925
926#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400927#: e2fsck/problem.c:203
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400928msgid "Can't find external @j\n"
929msgstr "Tidak dapat menemukan external @j\n"
930
931#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400932#: e2fsck/problem.c:208
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400933msgid "External @j has bad @S\n"
934msgstr "External @j memiliki bad @S\n"
935
936#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400937#: e2fsck/problem.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400938msgid "External @j does not support this @f\n"
939msgstr "External @j tidak melayani ini @f\n"
940
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500941#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400942#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
943#. @-expanded: format.\n
944#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400945#: e2fsck/problem.c:218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400946msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500947"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500948"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
949"format.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400950"It is also possible the @j @S is corrupt.\n"
951msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400952"@f @j @S memiliki tipe yang tidak diketahui %N (tidak disupport).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500953"Ini sangat memungkinkan jika salinan dari e2fsck sudah lama dan/atau tidak "
954"melayani format @j ini.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400955"Ini juga mungkin jika @j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400956
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400958#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500959msgid "@j @S is corrupt.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400960msgstr "@j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400961
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400962#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400963#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400964#, fuzzy
965msgid "@S has_@j flag is clear, but a @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400966msgstr "@S tanda has_@j hilang, tetapi @j %s ada.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400967
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500968#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400969#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500970msgid "@S needs_recovery flag is set, but no @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400971msgstr "@S tanda needs_recovery ada, tetapi tidak memiliki @j.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400972
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500973#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400974#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500975msgid "@S needs_recovery flag is clear, but @j has data.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400976msgstr "@S tanda need_recovery sudah hilang, tetapi @j memiliki data.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400977
978#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400979#: e2fsck/problem.c:246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400980msgid "Clear @j"
981msgstr "Hapus @j"
982
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400983#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400984#: e2fsck/problem.c:251 e2fsck/problem.c:729
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400985msgid "@f has feature flag(s) set, but is a revision 0 @f. "
986msgstr "@f memiliki feature flag(s) set, tetapi memiliki sebuah revisi 0 @f."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400987
988#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400989#: e2fsck/problem.c:256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400990msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
991msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, ukuran=%Is)\n"
992
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400993#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400994#: e2fsck/problem.c:261
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400995msgid "@I %B (%b) found in @o @i %i.\n"
996msgstr "@I %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400997
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400998#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400999#: e2fsck/problem.c:266
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001000msgid "Already cleared %B (%b) found in @o @i %i.\n"
1001msgstr "Sudah dihapus %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001002
1003#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001004#: e2fsck/problem.c:271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001005#, c-format
1006msgid "@I @o @i %i in @S.\n"
1007msgstr "@I @o @i %i dalam @S.\n"
1008
1009#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001010#: e2fsck/problem.c:276
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001011#, c-format
1012msgid "@I @i %i in @o @i list.\n"
1013msgstr "@I @i %i dalam daftar @o @i.\n"
1014
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001015#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001016#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001017msgid "@j @S has an unknown read-only feature flag set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001018msgstr "@j @S memiliki sebuah feature yang tidak diketahui aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001019
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001020#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001021#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001022msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001023msgstr ""
1024"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
1025"aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001026
1027#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001028#: e2fsck/problem.c:291
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001029msgid "@j version not supported by this e2fsck.\n"
1030msgstr "versi @j tidak disupport oleh e2fsck ini.\n"
1031
1032#. @-expanded: Moving journal from /%s to hidden inode.\n
1033#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001034#: e2fsck/problem.c:296
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001035#, c-format
1036msgid ""
1037"Moving @j from /%s to hidden @i.\n"
1038"\n"
1039msgstr ""
1040"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1041"\n"
1042
1043#. @-expanded: Error moving journal: %m\n
1044#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001045#: e2fsck/problem.c:301
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001046#, c-format
1047msgid ""
1048"Error moving @j: %m\n"
1049"\n"
1050msgstr ""
1051"Error memindahkan @j: %m\n"
1052"\n"
1053
1054#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1055#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1056#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001057#: e2fsck/problem.c:306
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001058msgid ""
1059"Found @n V2 @j @S fields (from V1 @j).\n"
1060"Clearing fields beyond the V1 @j @S...\n"
1061"\n"
1062msgstr ""
1063"Menemukan @n V2 @j @S fields (dari V1 @j).\n"
1064"Menghapus field diatas dari V1 @j @S...\n"
1065"\n"
1066
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001067#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001068#: e2fsck/problem.c:312
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001069msgid "Run @j anyway"
1070msgstr "Jalankan @j bagaimanapun"
1071
1072#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001073#: e2fsck/problem.c:317
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001074msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001075msgstr ""
1076"Recovery flag tidak diset dalam backup @S, jadi menjalankan @j "
1077"bagaimanapun.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001078
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001079#. @-expanded: Backing up journal inode block information.\n
1080#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001081#: e2fsck/problem.c:322
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001082msgid ""
1083"Backing up @j @i @b information.\n"
1084"\n"
1085msgstr ""
1086"Menyimpan informasi @j @i @b.\n"
1087"\n"
1088
1089#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1090#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001091#: e2fsck/problem.c:327
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001092msgid ""
1093"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1094"is %N; @s zero. "
1095msgstr ""
1096"@f tidak memiliki resize_@i aktif, tetapi _reserved_gdt_@bs\n"
1097"adalah %N; @s nol. "
1098
1099#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001100#: e2fsck/problem.c:333
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001101msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1102msgstr "Resize_@i tidak aktif, tetapi resize @i bukan nol. "
1103
1104#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001105#: e2fsck/problem.c:338
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001106msgid "Resize @i not valid. "
1107msgstr "Resize @i tidak valid. "
1108
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001109#. @-expanded: superblock last mount time (%t,\n
1110#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001111#: e2fsck/problem.c:343
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001112msgid ""
1113"@S last mount time (%t,\n"
1114"\tnow = %T) is in the future.\n"
1115msgstr ""
1116"@S waktu terakhir dipasang (%t,\n"
1117"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001118
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001119#. @-expanded: superblock last write time (%t,\n
1120#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001121#: e2fsck/problem.c:348
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001122msgid ""
1123"@S last write time (%t,\n"
1124"\tnow = %T) is in the future.\n"
1125msgstr ""
1126"@S waktu terakhir ditulis (%t,\n"
1127"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001128
1129#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001130#: e2fsck/problem.c:352
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001131#, c-format
1132msgid "@S hint for external superblock @s %X. "
1133msgstr "@S petunjuk untuk superblok luar @s %X. "
1134
1135#. @-expanded: Adding dirhash hint to filesystem.\n
1136#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001137#: e2fsck/problem.c:357
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001138msgid ""
1139"Adding dirhash hint to @f.\n"
1140"\n"
1141msgstr ""
1142"Menambahkan dirhas hint ke @f.\n"
1143"\n"
1144
Eric Sandeen032eafe2012-07-28 17:48:36 -04001145#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001146#: e2fsck/problem.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04001147#, fuzzy
1148msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001149msgstr "@g deskripsi %g checksum tidak valid. "
1150
1151#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001152#: e2fsck/problem.c:367
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001153#, c-format
1154msgid "@g descriptor %g marked uninitialized without feature set.\n"
1155msgstr "@g deskripsi %g ditandai unintialisasi tanpa menset feature.\n"
1156
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001157#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001158#: e2fsck/problem.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001159msgid "@g descriptor %g has invalid unused inodes count %b. "
1160msgstr "@g deskripsi %g memiliki inode yang tidak valid terhitung %b. "
1161
1162#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001163#: e2fsck/problem.c:377
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001164msgid "Last @g @b @B uninitialized. "
1165msgstr "Terakhir @g @b @B tidak terinitialisasi. "
1166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001167#: e2fsck/problem.c:382
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001168#, c-format
1169msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1170msgstr "Jurnal transaksi %i terkorupsi, balasan dibatalkan.\n"
1171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001172#: e2fsck/problem.c:386
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001173msgid "The test_fs flag is set (and ext4 is available). "
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001174msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001175
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001176#. @-expanded: superblock last mount time is in the future.\n
1177#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001178#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001179#: e2fsck/problem.c:391
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001180#, fuzzy
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001181msgid ""
1182"@S last mount time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001183"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001184"set)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001185msgstr ""
1186"@S waktu pasang terakhir berada di masa yang akan datang.\n"
1187"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar) "
1188
1189#. @-expanded: superblock last write time is in the future.\n
1190#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001191#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001192#: e2fsck/problem.c:397
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001193#, fuzzy
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001194msgid ""
1195"@S last write time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001196"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001197"set)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001198msgstr ""
1199"@S waktu tulis terakhir berada dimasa yang akan datang.\n"
1200"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar). "
1201
1202#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001203#: e2fsck/problem.c:403
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001204msgid "One or more @b @g descriptor checksums are invalid. "
1205msgstr "Satu atau lebih @b @g pendeskripsi checksum tidak valid. "
1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04001207#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001208#: e2fsck/problem.c:408
Eric Sandeen032eafe2012-07-28 17:48:36 -04001209#, fuzzy
1210msgid "Setting free @is count to %j (was %i)\n"
1211msgstr "Menset jumlah reserved blok ke %lu\n"
1212
1213#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001214#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001215#, fuzzy
1216msgid "Setting free @bs count to %c (was %b)\n"
1217msgstr "Menset jumlah reserved blok ke %lu\n"
1218
1219#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001220#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001221#, fuzzy
1222msgid "Making @q @i %i (%Q) hidden.\n"
1223msgstr ""
1224"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1225"\n"
1226
1227#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001228#: e2fsck/problem.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -04001229#, fuzzy
1230msgid "@S has invalid MMP block. "
1231msgstr "Ukuran blok tidak valid - %s"
1232
1233#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001234#: e2fsck/problem.c:428
Eric Sandeen032eafe2012-07-28 17:48:36 -04001235msgid "@S has invalid MMP magic. "
1236msgstr ""
1237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001238#: e2fsck/problem.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04001239#, c-format
1240msgid "ext2fs_open2: %m\n"
1241msgstr ""
1242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001243#: e2fsck/problem.c:438
Eric Sandeen032eafe2012-07-28 17:48:36 -04001244#, c-format
1245msgid "ext2fs_check_desc: %m\n"
1246msgstr ""
1247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001248#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1249#. @-expanded: simultaneously.
1250#: e2fsck/problem.c:446
1251msgid ""
1252"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1253"simultaneously."
1254msgstr ""
1255
1256#. @-expanded: superblock MMP block checksum does not match MMP block.
1257#: e2fsck/problem.c:452
1258#, fuzzy
1259msgid "@S MMP block checksum does not match MMP block. "
1260msgstr "Cadangan superblok disimpan di blok: "
1261
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001262#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001263#: e2fsck/problem.c:457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001264msgid "@S 64bit filesystems needs extents to access the whole disk. "
1265msgstr ""
1266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001267#: e2fsck/problem.c:462
Theodore Ts'obd386982015-05-17 20:34:58 -04001268msgid "First_meta_bg is too big. (%N, max value %g). "
1269msgstr ""
1270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001271#. @-expanded: External journal superblock checksum does not match superblock.
1272#: e2fsck/problem.c:467
1273#, fuzzy
1274msgid "External @j @S checksum does not match @S. "
1275msgstr "Cadangan superblok disimpan di blok: "
1276
1277#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1278#: e2fsck/problem.c:472
1279msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1280msgstr ""
1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001282#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001283#: e2fsck/problem.c:479
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001284msgid "Pass 1: Checking @is, @bs, and sizes\n"
1285msgstr "Tahap 1: Memeriksa @i, @bs, dan ukuran\n"
1286
1287#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001288#: e2fsck/problem.c:483
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001289msgid "@r is not a @d. "
1290msgstr "@r bukan sebuah @d. "
1291
1292#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001293#: e2fsck/problem.c:488
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001294msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001295msgstr ""
1296"@r memiliki dtime terset (mungkin karena penggunaan mke2fs versi lama). "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001297
1298#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001299#: e2fsck/problem.c:493
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001300msgid "Reserved @i %i (%Q) has @n mode. "
1301msgstr "Reserved @i %i (%Q) memiliki @n mode. "
1302
1303#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001304#: e2fsck/problem.c:498
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001305#, c-format
1306msgid "@D @i %i has zero dtime. "
1307msgstr "@D @i %i memiliki dtime nol. "
1308
1309#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001310#: e2fsck/problem.c:503
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001311#, c-format
1312msgid "@i %i is in use, but has dtime set. "
1313msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1314
1315#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001316#: e2fsck/problem.c:508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001317#, c-format
1318msgid "@i %i is a @z @d. "
1319msgstr "@i %i adalah sebuah @z @d. "
1320
1321#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001322#: e2fsck/problem.c:513
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001323msgid "@g %g's @b @B at %b @C.\n"
1324msgstr "@g %g's @b @B di %b @C.\n"
1325
1326#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001327#: e2fsck/problem.c:518
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001328msgid "@g %g's @i @B at %b @C.\n"
1329msgstr "@g %g's @i @B di %b @C.\n"
1330
1331#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001332#: e2fsck/problem.c:523
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001333msgid "@g %g's @i table at %b @C.\n"
1334msgstr "@G %g's @i tabel di %b @C.\n"
1335
1336#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001337#: e2fsck/problem.c:528
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001338msgid "@g %g's @b @B (%b) is bad. "
1339msgstr "@g %g's @b @B (%b) adalah buruk. "
1340
1341#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001342#: e2fsck/problem.c:533
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001343msgid "@g %g's @i @B (%b) is bad. "
1344msgstr "@g %g's @i @B (%b) adalah buruk. "
1345
1346#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001347#: e2fsck/problem.c:538
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001348msgid "@i %i, i_size is %Is, @s %N. "
1349msgstr "@i %i, i_size adalah %Is, @s %N. "
1350
1351#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001352#: e2fsck/problem.c:543
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001353msgid "@i %i, i_@bs is %Ib, @s %N. "
1354msgstr "@i %i, i_@bs adalah %Ib, @s %N. "
1355
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001356#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001357#: e2fsck/problem.c:548
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001358msgid "@I %B (%b) in @i %i. "
1359msgstr "@I %B (%b) dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001360
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001361#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001362#: e2fsck/problem.c:553
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001363msgid "%B (%b) overlaps @f metadata in @i %i. "
1364msgstr "%B (%b) saling bertumpang tindih @f metadata dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001365
1366#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001367#: e2fsck/problem.c:558
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001368#, c-format
1369msgid "@i %i has illegal @b(s). "
1370msgstr "@i %i memiliki @b(s) ilegal. "
1371
1372#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001373#: e2fsck/problem.c:563
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001374#, c-format
1375msgid "Too many illegal @bs in @i %i.\n"
1376msgstr "Terlalu banyak ilegal @bs dalam @i %i.\n"
1377
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001378#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001379#: e2fsck/problem.c:568
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001380msgid "@I %B (%b) in bad @b @i. "
1381msgstr "@I %B (%b) dalam @b @i buruk. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001382
1383#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001384#: e2fsck/problem.c:573
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001385msgid "Bad @b @i has illegal @b(s). "
1386msgstr "@b @i buruk memiliki ilegal @b(s). "
1387
1388#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001389#: e2fsck/problem.c:578
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001390msgid "Duplicate or bad @b in use!\n"
1391msgstr "Duplikasi atau @b buruk sedang digunakan!\n"
1392
1393#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001394#: e2fsck/problem.c:583
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001395msgid "Bad @b %b used as bad @b @i indirect @b. "
1396msgstr "@b %b buruk yang digunakan sama buruknya dengan @b @i indirect @b. "
1397
1398#. @-expanded: \n
1399#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1400#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1401#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001402#: e2fsck/problem.c:588
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001403msgid ""
1404"\n"
1405"The bad @b @i has probably been corrupted. You probably\n"
1406"should stop now and run e2fsck -c to scan for bad blocks\n"
1407"in the @f.\n"
1408msgstr ""
1409"\n"
1410"@b @i buruk telah terkorupsi. Anda seharusnya berhenti\n"
1411"sekarang dan menjalankan e2fsck -c untuk menscan untuk\n"
1412"mencari blok buruk dalam @f.\n"
1413
1414#. @-expanded: \n
1415#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001416#: e2fsck/problem.c:595
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001417msgid ""
1418"\n"
1419"If the @b is really bad, the @f can not be fixed.\n"
1420msgstr ""
1421"\n"
1422"Jika @b adalah sangat buruk, @f tidak dapat dibetulkan.\n"
1423
1424#. @-expanded: You can remove this block from the bad block list and hope\n
1425#. @-expanded: that the block is really OK. But there are no guarantees.\n
1426#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001427#: e2fsck/problem.c:600
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001428msgid ""
1429"You can remove this @b from the bad @b list and hope\n"
1430"that the @b is really OK. But there are no guarantees.\n"
1431"\n"
1432msgstr ""
1433"Anda dapat menghapus @b ini dari daftar @b buruk dan berharap\n"
1434"@b benar benar OK. Tetapi tidak garansi untuk hal ini.\n"
1435"\n"
1436
1437#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001438#: e2fsck/problem.c:606
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001439msgid "The primary @S (%b) is on the bad @b list.\n"
1440msgstr "@S (%b) utama berada dalam daftar @b buruk.\n"
1441
1442#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001443#: e2fsck/problem.c:611
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001444msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1445msgstr "Blok %b dalam deskripsi @g utama berada dalam daftar @b buruk\n"
1446
1447#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001448#: e2fsck/problem.c:617
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001449msgid "Warning: Group %g's @S (%b) is bad.\n"
1450msgstr "Peringatan: Grup %g's @S (b) buruk.\n"
1451
1452#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001453#: e2fsck/problem.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001454msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001455msgstr ""
1456"Peringatan: Grup %g's salinan dari deskripsi @g memiliki sebuah @b (%b) "
1457"buruk.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001458
1459#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001460#: e2fsck/problem.c:628
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001461msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001462msgstr ""
1463"Programming error? @b #%b terklaim untuk tidak ada alasan dalam "
1464"process_bad_@b.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001465
1466#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001467#: e2fsck/problem.c:634
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001468msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1469msgstr "@A %N kontinu @b(s) dalam @b @g %g untuk %s: %m\n"
1470
1471#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001472#: e2fsck/problem.c:639
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001473#, c-format
1474msgid "@A @b buffer for relocating %s\n"
1475msgstr "@A @b buffer untuk relokasi %s\n"
1476
1477#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001478#: e2fsck/problem.c:644
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001479msgid "Relocating @g %g's %s from %b to %c...\n"
1480msgstr "Memindahkan @g %g's %s dari %b ke %c...\n"
1481
1482#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001483#: e2fsck/problem.c:649
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001484#, c-format
1485msgid "Relocating @g %g's %s to %c...\n"
1486msgstr "Memindahkan @g %g's %s ke %c...\n"
1487
1488#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001489#: e2fsck/problem.c:654
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001490msgid "Warning: could not read @b %b of %s: %m\n"
1491msgstr "Peringatan: tidak dapat membaca @b %b dari %s: %m\n"
1492
1493#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001494#: e2fsck/problem.c:659
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001495msgid "Warning: could not write @b %b for %s: %m\n"
1496msgstr "Peringatan: tidak dapat menulis @b %b untuk %s: %m\n"
1497
1498#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001499#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001500msgid "@A @i @B (%N): %m\n"
1501msgstr "@A @i @B (%N): %m\n"
1502
1503#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001504#: e2fsck/problem.c:669
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001505msgid "@A @b @B (%N): %m\n"
1506msgstr "@A @b @B (%N): %m\n"
1507
1508#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001509#: e2fsck/problem.c:674
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001510#, c-format
1511msgid "@A icount link information: %m\n"
1512msgstr "@A icount link informasi: %m\n"
1513
1514#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001515#: e2fsck/problem.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001516#, c-format
1517msgid "@A @d @b array: %m\n"
1518msgstr "@A @d @b array: %m\n"
1519
1520#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001521#: e2fsck/problem.c:684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001522#, c-format
1523msgid "Error while scanning @is (%i): %m\n"
1524msgstr "Error ketika melakukan scanning @is (%i): %m\n"
1525
1526#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001527#: e2fsck/problem.c:689
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001528#, c-format
1529msgid "Error while iterating over @bs in @i %i: %m\n"
1530msgstr "Error ketika mengiterasi melalui @bs dalam @i %i: %m\n"
1531
1532#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001533#: e2fsck/problem.c:694
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001534msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1535msgstr "Error menyimpan @i count informasi (@i=%i, count=%N): %m\n"
1536
1537#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001538#: e2fsck/problem.c:699
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001539msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1540msgstr "Error menyimpan @d @b informasi (@i=%i, @b=%b, num=%N): %m\n"
1541
1542#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001543#: e2fsck/problem.c:705
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001544#, c-format
1545msgid "Error reading @i %i: %m\n"
1546msgstr "Error membaca @i %i: %m\n"
1547
1548#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001549#: e2fsck/problem.c:713
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001550#, c-format
1551msgid "@i %i has imagic flag set. "
1552msgstr "@i %i memiliki flag imagic terset. "
1553
1554#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1555#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001556#: e2fsck/problem.c:718
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001557#, c-format
1558msgid ""
1559"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1560"or append-only flag set. "
1561msgstr ""
1562"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
1563"atau append-only flag terset."
1564
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001565#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001566#: e2fsck/problem.c:724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001567#, c-format
1568msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1569msgstr "Spesial (@v/socket/fifo) @i %i memiliki ukuran kosong. "
1570
1571#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001572#: e2fsck/problem.c:734
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001573msgid "@j @i is not in use, but contains data. "
1574msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1575
1576#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001577#: e2fsck/problem.c:739
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001578msgid "@j is not regular file. "
1579msgstr "@j bukan sebuah file regular. "
1580
1581#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001582#: e2fsck/problem.c:744
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001583#, c-format
1584msgid "@i %i was part of the @o @i list. "
1585msgstr "@i %i adalah bagian dari daftar @o @i. "
1586
1587#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001588#: e2fsck/problem.c:750
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001589msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001590msgstr ""
1591"@i adalah bagian dari orphan terkorupsi yang ditemukan dari linked list. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001592
1593#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001594#: e2fsck/problem.c:755
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001595msgid "@A refcount structure (%N): %m\n"
1596msgstr "@A refcount structure (%N): %m\n"
1597
1598#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001599#: e2fsck/problem.c:760
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001600msgid "Error reading @a @b %b for @i %i. "
1601msgstr "Error membaca @a @b %b untuk @i %i. "
1602
1603#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001604#: e2fsck/problem.c:765
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001605msgid "@i %i has a bad @a @b %b. "
1606msgstr "@i %i memiliki sebuah @a @b %b buruk."
1607
1608#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001609#: e2fsck/problem.c:770
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001610msgid "Error reading @a @b %b (%m). "
1611msgstr "Error membaca @a @b %b (%m). "
1612
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001613#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001614#: e2fsck/problem.c:775
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001615msgid "@a @b %b has reference count %r, @s %N. "
1616msgstr "@a @b %b memiliki jumlah referensi %r, @s %N. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001617
1618#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001619#: e2fsck/problem.c:780
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001620msgid "Error writing @a @b %b (%m). "
1621msgstr "Error menulis @a @b %b (%m). "
1622
1623#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001624#: e2fsck/problem.c:785
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001625msgid "@a @b %b has h_@bs > 1. "
1626msgstr "@a @b %b memiliki h_@bs > 1. "
1627
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001628#. @-expanded: error allocating extended attribute region allocation structure.
1629#: e2fsck/problem.c:790
1630#, fuzzy
1631msgid "@A @a region allocation structure. "
1632msgstr "struktur @A icount: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001633
1634#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001635#: e2fsck/problem.c:795
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001636msgid "@a @b %b is corrupt (allocation collision). "
1637msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1638
1639#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001640#: e2fsck/problem.c:800
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001641msgid "@a @b %b is corrupt (@n name). "
1642msgstr "@a @b %b adalah korup (@n nama). "
1643
1644#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001645#: e2fsck/problem.c:805
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001646msgid "@a @b %b is corrupt (@n value). "
1647msgstr "@a @b %b adalah korup (@n value). "
1648
1649#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001650#: e2fsck/problem.c:810
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001651#, c-format
1652msgid "@i %i is too big. "
1653msgstr "@i %i terlalu besar. "
1654
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001655#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001656#: e2fsck/problem.c:814
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001657msgid "%B (%b) causes @d to be too big. "
1658msgstr "%B (%b) menyebabkan @d terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001660#: e2fsck/problem.c:819
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001661msgid "%B (%b) causes file to be too big. "
1662msgstr "%B (%b) menyebabkan berkas terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001664#: e2fsck/problem.c:824
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001665msgid "%B (%b) causes symlink to be too big. "
1666msgstr "%B (%b) menyebabkan symlink terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001667
1668#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001669#: e2fsck/problem.c:829
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001670#, c-format
1671msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1672msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1673
1674#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001675#: e2fsck/problem.c:834
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001676#, c-format
1677msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1678msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
1679
1680#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001681#: e2fsck/problem.c:839
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001682#, c-format
1683msgid "@h %i has an @n root node.\n"
1684msgstr "@h %i memiliki sebuah @n titik root.\n"
1685
1686#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001687#: e2fsck/problem.c:844
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001688msgid "@h %i has an unsupported hash version (%N)\n"
1689msgstr "@h %i memiliki sebuah versi hash yang tidak dilayani (%N)\n"
1690
1691#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001692#: e2fsck/problem.c:849
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001693#, c-format
1694msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001695msgstr ""
1696"@h %i menggunakan sebuah htree yang tidak kompatible di titik root flag.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001697
1698#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001699#: e2fsck/problem.c:854
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001700msgid "@h %i has a tree depth (%N) which is too big\n"
1701msgstr "@h %i memiliki sebuah kedalaman pohon (%N) yang terlalu besar\n"
1702
1703#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1704#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001705#: e2fsck/problem.c:859
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001706msgid ""
1707"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1708"@f metadata. "
1709msgstr ""
1710"Buruk @b @i memiliki sebuah @b (%b) tidak langsung yang konflik dengan\n"
1711"@f metadata. "
1712
1713#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001714#: e2fsck/problem.c:865
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001715#, c-format
1716msgid "Resize @i (re)creation failed: %m."
1717msgstr "Resize @i gagal membuat kembali: %m."
1718
1719#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001720#: e2fsck/problem.c:870
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001721msgid "@i %i has a extra size (%IS) which is @n\n"
1722msgstr "@i %i memiliki sebuah ukuran extra (%IS) yang berisi @n\n"
1723
1724#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001725#: e2fsck/problem.c:875
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001726msgid "@a in @i %i has a namelen (%N) which is @n\n"
1727msgstr "@a dalam @i %i memiliki sebuah panjang nama (%N) yang berisi @n\n"
1728
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001729#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001730#: e2fsck/problem.c:880
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001731msgid "@a in @i %i has a value offset (%N) which is @n\n"
1732msgstr "@a dalam @i %i memiliki nilai ofset (%N) yang berisi @n\n"
1733
1734#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001735#: e2fsck/problem.c:885
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001736msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001737msgstr ""
1738"@a dalam @i %i memiliki sebuah nilai @b (%N) yang berisi @n (seharusnya 0)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001739
1740#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001741#: e2fsck/problem.c:890
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001742msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001743msgstr ""
1744"@a dalam @i %i memiliki sebuah nilai yang berukuran (%N) yang berisi @n\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001745
1746#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001747#: e2fsck/problem.c:895
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001748msgid "@a in @i %i has a hash (%N) which is @n\n"
1749msgstr "@a dalam @i %i memiliki sebuah hash (%N) yang berisi @n\n"
1750
1751#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001752#: e2fsck/problem.c:900
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001753msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001754msgstr ""
1755"@i %i adalah sebuah %It tetapi sepertinya benar benar sebuah direktori.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001756
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04001757#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001758#: e2fsck/problem.c:905
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001759#, c-format
1760msgid "Error while reading over @x tree in @i %i: %m\n"
1761msgstr "Error ketika membaca diatas @x tree dalam @i %i: %m\n"
1762
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001763#. @-expanded: Failed to iterate extents in inode %i\n
1764#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001765#: e2fsck/problem.c:910
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001766msgid ""
1767"Failed to iterate extents in @i %i\n"
1768"\t(op %s, blk %b, lblk %c): %m\n"
1769msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001770"Gagal mengiterasi extens dalam @i %i\n"
1771"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001772
1773#. @-expanded: inode %i has an invalid extent\n
1774#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001775#: e2fsck/problem.c:916
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001776msgid ""
1777"@i %i has an @n extent\n"
1778"\t(logical @b %c, @n physical @b %b, len %N)\n"
1779msgstr ""
1780"@i %i memiliki sebuah extensi @n\n"
1781"\t(logical @b %c, @n physical @b %b, len %N)\n"
1782
1783#. @-expanded: inode %i has an invalid extent\n
1784#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001785#: e2fsck/problem.c:921
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001786msgid ""
1787"@i %i has an @n extent\n"
1788"\t(logical @b %c, physical @b %b, @n len %N)\n"
1789msgstr ""
1790"@i %i memiliki sebuah entensi @n\n"
1791"\t(logical @b %c, physical @b %b, @n len %N)\n"
1792
1793#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001794#: e2fsck/problem.c:926
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001795#, c-format
1796msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1797msgstr "@i %i memiliki EXTENTS_FL tanda set di @f tanpa support extensi.\n"
1798
1799#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001800#: e2fsck/problem.c:931
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001801#, c-format
1802msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1803msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1804
1805#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001806#: e2fsck/problem.c:936
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001807#, c-format
1808msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1809msgstr "@i %i hilang EXTENT_FL, tetapi adalah sebuah format extensi\n"
1810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001811#: e2fsck/problem.c:941
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001812#, c-format
1813msgid "Fast symlink %i has EXTENT_FL set. "
1814msgstr "Fast symlink %i memiliki EXTENT_FL terset. "
1815
1816#. @-expanded: inode %i has out of order extents\n
1817#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001818#: e2fsck/problem.c:946
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001819msgid ""
1820"@i %i has out of order extents\n"
1821"\t(@n logical @b %c, physical @b %b, len %N)\n"
1822msgstr ""
1823"@i %i telah tidak teratur extensinya\n"
1824"\t(@n logical @b %c, physical @b %b, len %N)\n"
1825
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001826#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001827#: e2fsck/problem.c:950
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001828msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001829msgstr "@i %i memiliki sebuah titik ekstensi tidak valid (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001830
Eric Sandeen032eafe2012-07-28 17:48:36 -04001831#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001832#: e2fsck/problem.c:955
Eric Sandeen032eafe2012-07-28 17:48:36 -04001833#, fuzzy, c-format
1834msgid "Error converting subcluster @b @B: %m\n"
1835msgstr "Error mengiterasi melalui @d @bs: %m\n"
1836
1837#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001838#: e2fsck/problem.c:960
Eric Sandeen032eafe2012-07-28 17:48:36 -04001839#, fuzzy
1840msgid "@q @i is not regular file. "
1841msgstr "@j bukan sebuah file regular. "
1842
1843#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001844#: e2fsck/problem.c:965
Eric Sandeen032eafe2012-07-28 17:48:36 -04001845#, fuzzy
1846msgid "@q @i is not in use, but contains data. "
1847msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1848
1849#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001850#: e2fsck/problem.c:970
Eric Sandeen032eafe2012-07-28 17:48:36 -04001851#, fuzzy
1852msgid "@q @i is visible to the user. "
1853msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1854
1855#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001856#: e2fsck/problem.c:975
Eric Sandeen032eafe2012-07-28 17:48:36 -04001857#, fuzzy
1858msgid "The bad @b @i looks @n. "
1859msgstr "<Bad block inode>"
1860
1861#. @-expanded: inode %i has zero length extent\n
1862#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001863#: e2fsck/problem.c:980
Eric Sandeen032eafe2012-07-28 17:48:36 -04001864#, fuzzy
1865msgid ""
1866"@i %i has zero length extent\n"
1867"\t(@n logical @b %c, physical @b %b)\n"
1868msgstr ""
1869"@i %i telah tidak teratur extensinya\n"
1870"\t(@n logical @b %c, physical @b %b, len %N)\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04001871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001872#. @-expanded: inode %i seems to contain garbage.
1873#: e2fsck/problem.c:985
1874#, fuzzy, c-format
1875msgid "@i %i seems to contain garbage. "
1876msgstr "@i %i terlalu besar. "
1877
1878#. @-expanded: inode %i passes checks, but checksum does not match inode.
1879#: e2fsck/problem.c:990
1880#, fuzzy, c-format
1881msgid "@i %i passes checks, but checksum does not match @i. "
1882msgstr ", Inode bitmap di "
1883
1884#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1885#: e2fsck/problem.c:995
1886#, fuzzy, c-format
1887msgid "@i %i @a is corrupt (allocation collision). "
1888msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1889
1890#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1891#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1892#: e2fsck/problem.c:1003
1893#, fuzzy
1894msgid ""
1895"@i %i extent block passes checks, but checksum does not match extent\n"
1896"\t(logical @b %c, physical @b %b, len %N)\n"
1897msgstr ""
1898"@i %i telah tidak teratur extensinya\n"
1899"\t(@n logical @b %c, physical @b %b, len %N)\n"
1900
1901#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1902#: e2fsck/problem.c:1012
1903msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1904msgstr ""
1905
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001906#. @-expanded: Interior extent node level %N of inode %i:\n
1907#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001908#: e2fsck/problem.c:1019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001909msgid ""
1910"Interior @x node level %N of @i %i:\n"
1911"Logical start %b does not match logical start %c at next level. "
1912msgstr ""
1913
1914#. @-expanded: inode %i, end of extent exceeds allowed value\n
1915#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001916#: e2fsck/problem.c:1025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001917#, fuzzy
1918msgid ""
1919"@i %i, end of extent exceeds allowed value\n"
1920"\t(logical @b %c, physical @b %b, len %N)\n"
1921msgstr ""
1922"@i %i memiliki sebuah extensi @n\n"
1923"\t(logical @b %c, @n physical @b %b, len %N)\n"
1924
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001925#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1926#: e2fsck/problem.c:1030
1927#, fuzzy, c-format
1928msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1929msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1930
1931#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1932#: e2fsck/problem.c:1035
1933#, fuzzy, c-format
1934msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1935msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1936
1937#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1938#: e2fsck/problem.c:1043
1939msgid ""
1940"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1941msgstr ""
1942
Theodore Ts'obd386982015-05-17 20:34:58 -04001943#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001944#: e2fsck/problem.c:1048
Theodore Ts'obd386982015-05-17 20:34:58 -04001945#, fuzzy
1946msgid "@d @i %i @b %b should be at @b %c. "
1947msgstr "@i %i memiliki sebuah @a @b %b buruk."
1948
1949#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001950#: e2fsck/problem.c:1053
Theodore Ts'obd386982015-05-17 20:34:58 -04001951#, fuzzy, c-format
1952msgid "@d @i %i has @x marked uninitialized at @b %c. "
1953msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
1954
1955#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1956#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001957#: e2fsck/problem.c:1058
Theodore Ts'obd386982015-05-17 20:34:58 -04001958msgid ""
1959"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1960"Will fix in pass 1B.\n"
1961msgstr ""
1962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001963#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1964#: e2fsck/problem.c:1063
1965#, fuzzy, c-format
1966msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1967msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
1968
1969#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1970#. @-expanded: or inline-data flag set.
1971#: e2fsck/problem.c:1068
1972#, fuzzy, c-format
1973msgid ""
1974"Special (@v/socket/fifo) file (@i %i) has extents\n"
1975"or inline-data flag set. "
1976msgstr ""
1977"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
1978"atau append-only flag terset."
1979
1980#. @-expanded: inode %i has extent header but inline data flag is set.\n
1981#: e2fsck/problem.c:1074
1982#, c-format
1983msgid "@i %i has @x header but inline data flag is set.\n"
1984msgstr ""
1985
1986#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1987#: e2fsck/problem.c:1079
1988#, c-format
1989msgid "@i %i seems to have inline data but @x flag is set.\n"
1990msgstr ""
1991
1992#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1993#: e2fsck/problem.c:1084
1994#, c-format
1995msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1996msgstr ""
1997
1998#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1999#: e2fsck/problem.c:1089
2000#, c-format
2001msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2002msgstr ""
2003
2004#. @-expanded: Bad block list says the bad block list inode is bad.
2005#: e2fsck/problem.c:1094
2006msgid "Bad block list says the bad block list @i is bad. "
2007msgstr ""
2008
2009#. @-expanded: error allocating extent region allocation structure.
2010#: e2fsck/problem.c:1099
2011#, fuzzy
2012msgid "@A @x region allocation structure. "
2013msgstr "struktur @A icount: %m\n"
2014
2015#. @-expanded: inode %i has a duplicate extent mapping\n
2016#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
2017#: e2fsck/problem.c:1104
2018#, fuzzy
2019msgid ""
2020"@i %i has a duplicate @x mapping\n"
2021"\t(logical @b %c, @n physical @b %b, len %N)\n"
2022msgstr ""
2023"@i %i memiliki sebuah extensi @n\n"
2024"\t(logical @b %c, @n physical @b %b, len %N)\n"
2025
2026#. @-expanded: error allocating memory for encrypted directory list\n
2027#: e2fsck/problem.c:1109
2028msgid "@A memory for encrypted @d list\n"
2029msgstr ""
2030
2031#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2032#: e2fsck/problem.c:1114
2033msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2034msgstr ""
2035
2036#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2037#: e2fsck/problem.c:1119
2038#, c-format
2039msgid "@i %i on bigalloc @f cannot be @b mapped. "
2040msgstr ""
2041
2042#. @-expanded: inode %i has corrupt extent header.
2043#: e2fsck/problem.c:1124
2044#, fuzzy, c-format
2045msgid "@i %i has corrupt @x header. "
2046msgstr "@a @b %b adalah korup (@n nama). "
2047
2048#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2049#: e2fsck/problem.c:1129
2050#, c-format
2051msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2052msgstr ""
2053
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002054#. @-expanded: \n
2055#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2056#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002057#: e2fsck/problem.c:1136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002058msgid ""
2059"\n"
2060"Running additional passes to resolve @bs claimed by more than one @i...\n"
2061"Pass 1B: Rescanning for @m @bs\n"
2062msgstr ""
2063"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002064"Menjalankan tahap tambahan untuk meresolve @bs diklaim oleh lebih dari satu "
2065"@i...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002066"Tahap 1B: Menscan kembali untuk @m @bs\n"
2067
2068#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002069#: e2fsck/problem.c:1142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002070#, c-format
2071msgid "@m @b(s) in @i %i:"
2072msgstr "@m @b(s) dalam @i %i:"
2073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002074#: e2fsck/problem.c:1157
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002075#, c-format
2076msgid "Error while scanning inodes (%i): %m\n"
2077msgstr "Error ketika menscan inodes (%i): %m\n"
2078
2079#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002080#: e2fsck/problem.c:1162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002081#, c-format
2082msgid "@A @i @B (@i_dup_map): %m\n"
2083msgstr "@A @i @B (@i_dup_map): %m\n"
2084
2085#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002086#: e2fsck/problem.c:1167
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002087#, c-format
2088msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2089msgstr "Error ketika mengiterasi di @bs dalam @i %i (%s): %m\n"
2090
2091#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002092#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002093msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2094msgstr "Error menyesuaikan refcount untuk @a @b %b (@i %i): %m\n"
2095
2096#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002097#: e2fsck/problem.c:1182
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002098msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2099msgstr "Tahap 1C: Memeriksa direktori untuk @is dengan @m @bs\n"
2100
2101#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002102#: e2fsck/problem.c:1188
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002103msgid "Pass 1D: Reconciling @m @bs\n"
2104msgstr "Tahap 1D: Membetulkan @m @bs\n"
2105
2106#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002107#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002108#: e2fsck/problem.c:1193
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002109msgid ""
2110"File %Q (@i #%i, mod time %IM) \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002111" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002112msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002113"Berkas %Q (@i #%i, waktu berubah %IM) \n"
2114" memiliki %r @m @b(s), dibagi dengan %N berkas:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002115
2116#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002117#: e2fsck/problem.c:1199
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002118msgid "\t%Q (@i #%i, mod time %IM)\n"
2119msgstr "\t%Q (@i #%i, mod time %IM)\n"
2120
2121#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002122#: e2fsck/problem.c:1204
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002123msgid "\t<@f metadata>\n"
2124msgstr "\t<@f metadata>\n"
2125
2126#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2127#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002128#: e2fsck/problem.c:1209
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002129msgid ""
2130"(There are %N @is containing @m @bs.)\n"
2131"\n"
2132msgstr ""
2133"(Ada %N @is berisi @m @bs.)\n"
2134"\n"
2135
2136#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2137#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002138#: e2fsck/problem.c:1214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002139msgid ""
2140"@m @bs already reassigned or cloned.\n"
2141"\n"
2142msgstr ""
2143"@m @bs telah diassign atau dikopi.\n"
2144"\n"
2145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002146#: e2fsck/problem.c:1227
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002147#, c-format
2148msgid "Couldn't clone file: %m\n"
2149msgstr "Tidak dapat menyalin file: %m\n"
2150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002151#. @-expanded: Pass 1E: Optimizing extent trees\n
2152#: e2fsck/problem.c:1233
2153#, fuzzy
2154msgid "Pass 1E: Optimizing @x trees\n"
2155msgstr "Tahap 3A: Mengoptimasi direktori\n"
2156
2157#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2158#: e2fsck/problem.c:1238
2159#, fuzzy, c-format
2160msgid "Failed to optimize @x tree %p (%i): %m\n"
2161msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2162
2163#. @-expanded: Optimizing extent trees:
2164#: e2fsck/problem.c:1243
2165#, fuzzy
2166msgid "Optimizing @x trees: "
2167msgstr "Mengoptimasi direktori: "
2168
2169#: e2fsck/problem.c:1258
2170msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2171msgstr ""
2172
2173#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2174#: e2fsck/problem.c:1263
2175msgid "@i %i @x tree (at level %b) could be shorter. "
2176msgstr ""
2177
2178#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2179#: e2fsck/problem.c:1268
2180msgid "@i %i @x tree (at level %b) could be narrower. "
2181msgstr ""
2182
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002183#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002184#: e2fsck/problem.c:1275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002185msgid "Pass 2: Checking @d structure\n"
2186msgstr "Tahap 2: Memeriksa struktur @d\n"
2187
2188#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002189#: e2fsck/problem.c:1280
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002190#, c-format
2191msgid "@n @i number for '.' in @d @i %i.\n"
2192msgstr "@n @i jumlah untuk '.' dalam @d @i %i.\n"
2193
2194#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002195#: e2fsck/problem.c:1285
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002196msgid "@E has @n @i #: %Di.\n"
2197msgstr "@E memiliki @n @i #: %Di.\n"
2198
2199#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002200#: e2fsck/problem.c:1290
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002201msgid "@E has @D/unused @i %Di. "
2202msgstr "@E memiliki @D/tidak dipakai @i %Di. "
2203
2204#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002205#: e2fsck/problem.c:1295
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002206msgid "@E @L to '.' "
2207msgstr "@E @L ke '.' "
2208
2209#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002210#: e2fsck/problem.c:1300
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002211msgid "@E points to @i (%Di) located in a bad @b.\n"
2212msgstr "@E menunjuk ke @i (%Di) terletak di dalam @b buruk.\n"
2213
2214#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002215#: e2fsck/problem.c:1305
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002216msgid "@E @L to @d %P (%Di).\n"
2217msgstr "@E @L ke @d %P (%Di).\n"
2218
2219#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002220#: e2fsck/problem.c:1310
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002221msgid "@E @L to the @r.\n"
2222msgstr "@E @L ke @r.\n"
2223
2224#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002225#: e2fsck/problem.c:1315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002226msgid "@E has illegal characters in its name.\n"
2227msgstr "@E memiliki karakter ilegal dalam namanya.\n"
2228
2229#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002230#: e2fsck/problem.c:1320
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002231#, c-format
2232msgid "Missing '.' in @d @i %i.\n"
2233msgstr "Hilang '.' dalam @d @i %i.\n"
2234
2235#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002236#: e2fsck/problem.c:1325
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002237#, c-format
2238msgid "Missing '..' in @d @i %i.\n"
2239msgstr "Hilang '..' dalam @d @i %i.\n"
2240
2241#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002242#: e2fsck/problem.c:1330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002243msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2244msgstr "Pertama @e '%Dn' (@i=%Di) dalam @d @i %i (%p) @s '.'\n"
2245
2246#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002247#: e2fsck/problem.c:1335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002248msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2249msgstr "Kedua @e '%Dn' (@i=%Di) dalam @d @i %i @s '..'\n"
2250
2251#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002252#: e2fsck/problem.c:1340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002253msgid "i_faddr @F %IF, @s zero.\n"
2254msgstr "i_faddr @F %IF, @s nol.\n"
2255
2256#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002257#: e2fsck/problem.c:1345
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002258msgid "i_file_acl @F %If, @s zero.\n"
2259msgstr "i_file_acl @F %If, @s nol.\n"
2260
2261#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002262#: e2fsck/problem.c:1350
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002263msgid "i_dir_acl @F %Id, @s zero.\n"
2264msgstr "i_dir_acl @F %Id, @s nol.\n"
2265
2266#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002267#: e2fsck/problem.c:1355
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002268msgid "i_frag @F %N, @s zero.\n"
2269msgstr "i_frag @F %N, @s nol.\n"
2270
2271#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002272#: e2fsck/problem.c:1360
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002273msgid "i_fsize @F %N, @s zero.\n"
2274msgstr "i_fsize @F %N, @s nol.\n"
2275
2276#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002277#: e2fsck/problem.c:1365
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002278msgid "@i %i (%Q) has @n mode (%Im).\n"
2279msgstr "@i %i (%Q) memiliki mode @n (%Im).\n"
2280
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002281#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002282#: e2fsck/problem.c:1370
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002283msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2284msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002285
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002286#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002287#: e2fsck/problem.c:1375
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002288msgid "@d @i %i, %B, offset %N: filename too long\n"
2289msgstr "@d @i %i, %B, ofset %N: nama berkas terlalu panjang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002290
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002291#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002292#: e2fsck/problem.c:1380
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002293msgid "@d @i %i has an unallocated %B. "
2294msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002295
2296#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002297#: e2fsck/problem.c:1385
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002298#, c-format
2299msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2300msgstr "'.' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2301
2302#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002303#: e2fsck/problem.c:1390
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002304#, c-format
2305msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2306msgstr "'..' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2307
2308#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002309#: e2fsck/problem.c:1395
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002310msgid "@i %i (%Q) is an @I character @v.\n"
2311msgstr "@i %i (%Q) adalah sebuah karakter @I @v.\n"
2312
2313#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002314#: e2fsck/problem.c:1400
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002315msgid "@i %i (%Q) is an @I @b @v.\n"
2316msgstr "@i %i (%Q) adalah sebuah @I @b @v.\n"
2317
2318#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002319#: e2fsck/problem.c:1405
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002320msgid "@E is duplicate '.' @e.\n"
2321msgstr "@E adalah salinan '.' @e.\n"
2322
2323#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002324#: e2fsck/problem.c:1410
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002325msgid "@E is duplicate '..' @e.\n"
2326msgstr "@E adalah duplikasi dari '..' @e.\n"
2327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002328#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002329#, c-format
2330msgid "Internal error: couldn't find dir_info for %i.\n"
2331msgstr "Internal error: tidak dapat mencari dir_info untuk %i.\n"
2332
2333#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002334#: e2fsck/problem.c:1420
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002335msgid "@E has rec_len of %Dr, @s %N.\n"
2336msgstr "@E memiliki rec_len dari %Dr, @s %N.\n"
2337
2338#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002339#: e2fsck/problem.c:1425
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002340#, c-format
2341msgid "@A icount structure: %m\n"
2342msgstr "struktur @A icount: %m\n"
2343
2344#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002345#: e2fsck/problem.c:1430
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002346#, c-format
2347msgid "Error iterating over @d @bs: %m\n"
2348msgstr "Error mengiterasi melalui @d @bs: %m\n"
2349
2350#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002351#: e2fsck/problem.c:1435
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002352msgid "Error reading @d @b %b (@i %i): %m\n"
2353msgstr "Error membaca @d @b %b (@i %i): %m\n"
2354
2355#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002356#: e2fsck/problem.c:1440
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002357msgid "Error writing @d @b %b (@i %i): %m\n"
2358msgstr "Error menulis @d @b %b (@i %i): %m\n"
2359
2360#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002361#: e2fsck/problem.c:1445
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002362#, c-format
2363msgid "@A new @d @b for @i %i (%s): %m\n"
2364msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2365
2366#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002367#: e2fsck/problem.c:1450
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002368#, c-format
2369msgid "Error deallocating @i %i: %m\n"
2370msgstr "Error mendealokasikan @i %i: %m\n"
2371
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002372#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002373#: e2fsck/problem.c:1455
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002374#, c-format
2375msgid "@d @e for '.' in %p (%i) is big.\n"
2376msgstr "@d @e untuk '.' dalam %p (%i) besar.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002377
2378#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002379#: e2fsck/problem.c:1460
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002380msgid "@i %i (%Q) is an @I FIFO.\n"
2381msgstr "@i %i (%Q) adalah sebuah @I FIFO.\n"
2382
2383#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002384#: e2fsck/problem.c:1465
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002385msgid "@i %i (%Q) is an @I socket.\n"
2386msgstr "@i %i (%Q) adalah sebuah @I socket.\n"
2387
2388#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002389#: e2fsck/problem.c:1470
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002390msgid "Setting filetype for @E to %N.\n"
2391msgstr "Setting filetype untuk @E ke %N.\n"
2392
2393#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002394#: e2fsck/problem.c:1475
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002395msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002396msgstr ""
2397"@E memiliki sebuah tipe berkas yang tidak benar (sebelumnya %Dt, @s %N).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002398
2399#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002400#: e2fsck/problem.c:1480
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002401msgid "@E has filetype set.\n"
2402msgstr "@E memiliki filetype set.\n"
2403
2404#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002405#: e2fsck/problem.c:1485
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002406msgid "@E has a @z name.\n"
2407msgstr "@E memiliki sebuah nama @z.\n"
2408
2409#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002410#: e2fsck/problem.c:1490
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002411msgid "Symlink %Q (@i #%i) is @n.\n"
2412msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2413
2414#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002415#: e2fsck/problem.c:1495
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002416msgid "@a @b @F @n (%If).\n"
2417msgstr "@a @b @F @n (%If).\n"
2418
2419#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002420#: e2fsck/problem.c:1500
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002421msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2422msgstr "@f berisi berkas besar, tetapi kurang LARGE_FILE flag dalam @S.\n"
2423
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002424#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002425#: e2fsck/problem.c:1505
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002426msgid "@p @h %d: %B not referenced\n"
2427msgstr "@p @h %d: %B tidak memiliki referensi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002428
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002429#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002430#: e2fsck/problem.c:1510
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002431msgid "@p @h %d: %B referenced twice\n"
2432msgstr "@p @h %d: %B memiliki dua referensi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002433
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002434#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002435#: e2fsck/problem.c:1515
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002436msgid "@p @h %d: %B has bad min hash\n"
2437msgstr "@p @h %d: %B memiliki min hash buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002438
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002439#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002440#: e2fsck/problem.c:1520
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002441msgid "@p @h %d: %B has bad max hash\n"
2442msgstr "@p @h %d: %B memiliki max has buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002443
2444#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002445#: e2fsck/problem.c:1525
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002446msgid "@n @h %d (%q). "
2447msgstr "@n @h %d (%q). "
2448
2449#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002450#: e2fsck/problem.c:1529
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002451msgid "@p @h %d (%q): bad @b number %b.\n"
2452msgstr "@p @h %d (%q): buruk @b nomor %b.\n"
2453
2454#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002455#: e2fsck/problem.c:1539
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002456#, c-format
2457msgid "@p @h %d: root node is @n\n"
2458msgstr "@p @h %d: titik root adalah @n\n"
2459
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002460#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002461#: e2fsck/problem.c:1544
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002462msgid "@p @h %d: %B has @n limit (%N)\n"
2463msgstr "@p @h %d: %B memiliki @n batas (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002464
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002465#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002466#: e2fsck/problem.c:1549
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002467msgid "@p @h %d: %B has @n count (%N)\n"
2468msgstr "@p @h %d: %B memiliki @n jumlah (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002469
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002470#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002471#: e2fsck/problem.c:1554
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002472msgid "@p @h %d: %B has an unordered hash table\n"
2473msgstr "@p @h %d: %B memiliki sebuah tabel hash yang tidak terurut\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002474
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002475#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002476#: e2fsck/problem.c:1559
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002477msgid "@p @h %d: %B has @n depth (%N)\n"
2478msgstr "@p @h %d: %B memiliki @n kedalaman (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002479
2480#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002481#: e2fsck/problem.c:1564
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002482msgid "Duplicate @E found. "
2483msgstr "Duplikasi @E ditemukan. "
2484
2485#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2486#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002487#: e2fsck/problem.c:1569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002488#, no-c-format
2489msgid ""
2490"@E has a non-unique filename.\n"
2491"Rename to %s"
2492msgstr ""
2493"@E memiliki sebuah nama file yang tidak uniq.\n"
2494"Mengubah namanya ke %s"
2495
2496#. @-expanded: Duplicate entry '%Dn' found.\n
2497#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2498#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002499#: e2fsck/problem.c:1574
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002500msgid ""
2501"Duplicate @e '%Dn' found.\n"
2502"\tMarking %p (%i) to be rebuilt.\n"
2503"\n"
2504msgstr ""
2505"Duplikasi @e '%Dn' ditemukan.\n"
2506"\t Menandai %p (%i) untuk dibuat kembali.\n"
2507"\n"
2508
2509#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002510#: e2fsck/problem.c:1579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002511msgid "i_blocks_hi @F %N, @s zero.\n"
2512msgstr "i_blocks_hi @F %N, @s nol.\n"
2513
2514#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002515#: e2fsck/problem.c:1584
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002516msgid "Unexpected @b in @h %d (%q).\n"
2517msgstr "Tidak terduga @b dalam @h %d (%q).\n"
2518
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002519#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002520#: e2fsck/problem.c:1588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002521msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002522msgstr "@E referensi @i %Di dalam @g %g dimana _INODE_UNINIT telah diset.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002524#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002525#: e2fsck/problem.c:1593
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002526msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002527msgstr ""
2528"@E referensi @i %Di ditemukan dalam @g %g's di daerah inode yang tidak "
2529"digunakan.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002530
2531#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002532#: e2fsck/problem.c:1598
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002533msgid "i_file_acl_hi @F %N, @s zero.\n"
2534msgstr "i_file_acl_hi @F %N, @s nol.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002535
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002536#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2537#: e2fsck/problem.c:1603
2538#, fuzzy, c-format
2539msgid "@p @h %d: root node fails checksum.\n"
2540msgstr "@p @h %d: titik root adalah @n\n"
2541
2542#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2543#: e2fsck/problem.c:1608
2544#, fuzzy, c-format
2545msgid "@p @h %d: internal node fails checksum.\n"
2546msgstr "@p @h %d: titik root adalah @n\n"
2547
2548#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2549#: e2fsck/problem.c:1613
2550#, fuzzy
2551msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2552msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
2553
2554#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2555#: e2fsck/problem.c:1618
2556msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2557msgstr ""
2558
2559#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2560#: e2fsck/problem.c:1623
2561msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2562msgstr ""
2563
2564#. @-expanded: Fixing size of inline directory inode %i failed.\n
2565#: e2fsck/problem.c:1628
2566#, c-format
2567msgid "Fixing size of inline @d @i %i failed.\n"
2568msgstr ""
2569
2570#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2571#: e2fsck/problem.c:1633
2572msgid "Encrypted @E is too short.\n"
2573msgstr ""
2574
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002575#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002576#: e2fsck/problem.c:1640
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002577msgid "Pass 3: Checking @d connectivity\n"
2578msgstr "Tahap 3: Memeriksa konektivitas @d\n"
2579
2580#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002581#: e2fsck/problem.c:1645
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002582msgid "@r not allocated. "
2583msgstr "@r tidak dialokasikan. "
2584
2585#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002586#: e2fsck/problem.c:1650
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002587msgid "No room in @l @d. "
2588msgstr "Tidak ada ruang dalam @l @d. "
2589
2590#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002591#: e2fsck/problem.c:1655
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002592#, c-format
2593msgid "Unconnected @d @i %i (%p)\n"
2594msgstr "Tidak terhubung @d @i %i (%p)\n"
2595
2596#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002597#: e2fsck/problem.c:1660
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002598msgid "/@l not found. "
2599msgstr "/@l tidak ditemukan. "
2600
2601#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002602#: e2fsck/problem.c:1665
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002603msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2604msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2605
2606#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002607#: e2fsck/problem.c:1670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002608msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2609msgstr "Buruk atau tidak ada /@l. Tidak dapat dihubungkan kembali.\n"
2610
2611#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002612#: e2fsck/problem.c:1675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002613#, c-format
2614msgid "Could not expand /@l: %m\n"
2615msgstr "Tidak dapat mengexpan /@l: %m\n"
2616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002617#: e2fsck/problem.c:1680
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002618#, c-format
2619msgid "Could not reconnect %i: %m\n"
2620msgstr "Tidak dapat menghubungkan %i: %m\n"
2621
2622#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002623#: e2fsck/problem.c:1685
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002624#, c-format
2625msgid "Error while trying to find /@l: %m\n"
2626msgstr "Error ketika mencoba mencari /@l: %m\n"
2627
2628#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002629#: e2fsck/problem.c:1690
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002630#, c-format
2631msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2632msgstr "ext2fs_new_@b: %m ketika mencoba untuk membuat /@l @d\n"
2633
2634#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002635#: e2fsck/problem.c:1695
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002636#, c-format
2637msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2638msgstr "ext2fs_new_@i: %m ketika mencoba untuk membuat /@l @d\n"
2639
2640#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002641#: e2fsck/problem.c:1700
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002642#, c-format
2643msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2644msgstr "ext2fs_new_dir_@b: %m ketika membuat @d @b baru\n"
2645
2646#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002647#: e2fsck/problem.c:1705
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002648#, c-format
2649msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2650msgstr "ext2fs_write_dir_@b: %m ketika menulis @d @b untuk /@l\n"
2651
2652#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002653#: e2fsck/problem.c:1710
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002654#, c-format
2655msgid "Error while adjusting @i count on @i %i\n"
2656msgstr "Error ketika menyesuaikan jumlah @i di @i %i\n"
2657
2658#. @-expanded: Couldn't fix parent of inode %i: %m\n
2659#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002660#: e2fsck/problem.c:1715
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002661#, c-format
2662msgid ""
2663"Couldn't fix parent of @i %i: %m\n"
2664"\n"
2665msgstr ""
2666"Tidak dapat membetulkan parent dari @i %i: %m\n"
2667"\n"
2668
2669#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2670#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002671#: e2fsck/problem.c:1720
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002672#, c-format
2673msgid ""
2674"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2675"\n"
2676msgstr ""
2677"Tidak dapat membetulkan parent dari @i %i: Tidak dapat mencari parent @d @e\n"
2678"\n"
2679
2680#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002681#: e2fsck/problem.c:1730
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002682#, c-format
2683msgid "Error creating root @d (%s): %m\n"
2684msgstr "Error membuat root @d (%s): %m\n"
2685
2686#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002687#: e2fsck/problem.c:1735
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002688#, c-format
2689msgid "Error creating /@l @d (%s): %m\n"
2690msgstr "Error membuat /@l @d (%s): %m\n"
2691
2692#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002693#: e2fsck/problem.c:1740
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002694msgid "@r is not a @d; aborting.\n"
2695msgstr "@r bukan sebuah @d: membatalkan.\n"
2696
2697#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002698#: e2fsck/problem.c:1745
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002699msgid "Cannot proceed without a @r.\n"
2700msgstr "Tidak dapat melanjutkan tanpa sebuah @r.\n"
2701
2702#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002703#: e2fsck/problem.c:1755
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002704#, c-format
2705msgid "/@l is not a @d (ino=%i)\n"
2706msgstr "/@l bukan sebuah @d (ino=%i)\n"
2707
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002708#. @-expanded: /lost+found has inline data\n
2709#: e2fsck/problem.c:1760
2710msgid "/@l has inline data\n"
2711msgstr ""
2712
2713#. @-expanded: Cannot allocate space for /lost+found.\n
2714#. @-expanded: Place lost files in root directory instead
2715#: e2fsck/problem.c:1765
2716msgid ""
2717"Cannot allocate space for /@l.\n"
2718"Place lost files in root directory instead"
2719msgstr ""
2720
2721#. @-expanded: Insufficient space to recover lost files!\n
2722#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2723#. @-expanded: \n
2724#: e2fsck/problem.c:1770
2725msgid ""
2726"Insufficient space to recover lost files!\n"
2727"Move data off the @f and re-run e2fsck.\n"
2728"\n"
2729msgstr ""
2730
2731#. @-expanded: /lost+found is encrypted\n
2732#: e2fsck/problem.c:1775
2733msgid "/@l is encrypted\n"
2734msgstr ""
2735
2736#: e2fsck/problem.c:1782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002737msgid "Pass 3A: Optimizing directories\n"
2738msgstr "Tahap 3A: Mengoptimasi direktori\n"
2739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002740#: e2fsck/problem.c:1787
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002741#, c-format
2742msgid "Failed to create dirs_to_hash iterator: %m\n"
2743msgstr "Gagal membuat peng-iterasi dirs_to_hash: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002744
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002745#: e2fsck/problem.c:1792
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002746msgid "Failed to optimize directory %q (%d): %m\n"
2747msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002749#: e2fsck/problem.c:1797
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002750msgid "Optimizing directories: "
2751msgstr "Mengoptimasi direktori: "
2752
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002753#: e2fsck/problem.c:1814
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002754msgid "Pass 4: Checking reference counts\n"
2755msgstr "Tahap 4: Memeriksa jumlah referensi\n"
2756
2757#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002758#: e2fsck/problem.c:1819
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002759#, c-format
2760msgid "@u @z @i %i. "
2761msgstr "@u @z @i %i. "
2762
2763#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002764#: e2fsck/problem.c:1824
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002765#, c-format
2766msgid "@u @i %i\n"
2767msgstr "@u @i %i\n"
2768
2769#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002770#: e2fsck/problem.c:1829
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002771msgid "@i %i ref count is %Il, @s %N. "
2772msgstr "@i %i ref count adalah %Il, @s %N. "
2773
2774#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2775#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2776#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002777#: e2fsck/problem.c:1833
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002778msgid ""
2779"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2780"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2781"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2782msgstr ""
2783"PERINGATAN: BUG DALAM PEMROGRAMAN E2FSCK!\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002784"\tATAU SEORANG KERAS KEPALA (ANDA) MEMERIKSA SEBUAH SISTEM BERKAS (HIDUP) "
2785"YANG TERPASANG.\n"
2786"@i_link_info[%i] adalah %N, @i.i_links_count adalah %Il. Mereka @s adalah "
2787"sama!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002788
2789#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002790#: e2fsck/problem.c:1843
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002791msgid "Pass 5: Checking @g summary information\n"
2792msgstr "Tahap 5: Memeriksa ringkasan informasi @g\n"
2793
2794#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002795#: e2fsck/problem.c:1848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002796msgid "Padding at end of @i @B is not set. "
2797msgstr "Menambahkan pad diakhir dari @i @B yang tidak terset. "
2798
2799#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002800#: e2fsck/problem.c:1853
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002801msgid "Padding at end of @b @B is not set. "
2802msgstr "Menambahkan pad di akhir dari @b @B adalah ter set. "
2803
2804#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002805#: e2fsck/problem.c:1858
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002806msgid "@b @B differences: "
2807msgstr "@b @B perbedaan: "
2808
2809#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002810#: e2fsck/problem.c:1878
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002811msgid "@i @B differences: "
2812msgstr "@i @B perbedaan: "
2813
2814#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002815#: e2fsck/problem.c:1898
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002816msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2817msgstr "Kosong @is terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2818
2819#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002820#: e2fsck/problem.c:1903
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002821msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2822msgstr "Direktori terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2823
2824#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002825#: e2fsck/problem.c:1908
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002826msgid "Free @is count wrong (%i, counted=%j).\n"
2827msgstr "Kosong @is terhitung salah (%i, terhitung=%j).\n"
2828
2829#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002830#: e2fsck/problem.c:1913
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002831msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2832msgstr "Kosong @bs terhitung salah untuk @g #%g (%b, terhitung=%c).\n"
2833
2834#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002835#: e2fsck/problem.c:1918
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002836msgid "Free @bs count wrong (%b, counted=%c).\n"
2837msgstr "Kosong @bs terhitung salah (%b, terhitung=%c).\n"
2838
2839#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2840#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002841#: e2fsck/problem.c:1923
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002842msgid ""
2843"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2844"endpoints (%i, %j)\n"
2845msgstr ""
2846"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) tidak dapat mencocokan "
2847"perhitungan @B titik ujung (%i, %j)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002848
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002849#: e2fsck/problem.c:1929
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002850msgid "Internal error: fudging end of bitmap (%N)\n"
2851msgstr "Internal error: fudging berakhir dari bitmap (%N)\n"
2852
2853#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002854#: e2fsck/problem.c:1934
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002855#, c-format
2856msgid "Error copying in replacement @i @B: %m\n"
2857msgstr "Error menyalin dalam mengganti @i @B: %m\n"
2858
2859#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002860#: e2fsck/problem.c:1939
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002861#, c-format
2862msgid "Error copying in replacement @b @B: %m\n"
2863msgstr "Error menyalin dalam mengganti @b @B: %m\n"
2864
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002865#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002866#: e2fsck/problem.c:1964
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002867#, c-format
2868msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2869msgstr "@g %g @b(s) sedang digunakan tetapi @g tertanda BLOCK_UNINIT\n"
2870
2871#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002872#: e2fsck/problem.c:1969
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002873#, c-format
2874msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2875msgstr "@g %g @i(s) sedang digunakan tetapi @g tertanda INODE_UNINIT\n"
2876
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002877#. @-expanded: group %g inode bitmap does not match checksum.\n
2878#: e2fsck/problem.c:1974
2879#, c-format
2880msgid "@g %g @i @B does not match checksum.\n"
2881msgstr ""
2882
2883#. @-expanded: group %g block bitmap does not match checksum.\n
2884#: e2fsck/problem.c:1979
2885#, c-format
2886msgid "@g %g @b @B does not match checksum.\n"
2887msgstr ""
2888
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002889#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002890#: e2fsck/problem.c:1986
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002891msgid "Recreate @j"
2892msgstr "Membuat kembali @j"
2893
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002894#: e2fsck/problem.c:1991
Eric Sandeen032eafe2012-07-28 17:48:36 -04002895msgid "Update quota info for quota type %N"
2896msgstr ""
2897
Theodore Ts'obd386982015-05-17 20:34:58 -04002898#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002899#: e2fsck/problem.c:1996
Theodore Ts'obd386982015-05-17 20:34:58 -04002900#, fuzzy, c-format
2901msgid "Error setting @b @g checksum info: %m\n"
2902msgstr "ketika sedang menset informasi checksum di grup blok"
2903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002904#: e2fsck/problem.c:2001
Theodore Ts'obd386982015-05-17 20:34:58 -04002905#, fuzzy, c-format
2906msgid "Error writing file system info: %m\n"
2907msgstr "Error ketika menghapus extensi: %m\n"
2908
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002909#: e2fsck/problem.c:2006
Theodore Ts'obd386982015-05-17 20:34:58 -04002910#, c-format
2911msgid "Error flushing writes to storage device: %m\n"
2912msgstr ""
2913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002914#: e2fsck/problem.c:2127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002915#, c-format
2916msgid "Unhandled error code (0x%x)!\n"
2917msgstr "Kode error tidak tertangani (0x%x)!\n"
2918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002919#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002920msgid "IGNORED"
2921msgstr "DIABAIKAN"
2922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002923#: e2fsck/quota.c:33 e2fsck/quota.c:46
2924msgid "in move_quota_inode"
2925msgstr ""
2926
Eric Sandeen032eafe2012-07-28 17:48:36 -04002927#: e2fsck/scantest.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002928#, c-format
2929msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2930msgstr "Memori yang digunakan: %d, waktu yang digunakan: %6.3f/%6.3f/%6.3f\n"
2931
Eric Sandeen032eafe2012-07-28 17:48:36 -04002932#: e2fsck/scantest.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002933#, c-format
2934msgid "size of inode=%d\n"
2935msgstr "ukuran dari inode=%d\n"
2936
Eric Sandeen032eafe2012-07-28 17:48:36 -04002937#: e2fsck/scantest.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002938msgid "while starting inode scan"
2939msgstr "ketika memulai scan dari inode"
2940
Eric Sandeen032eafe2012-07-28 17:48:36 -04002941#: e2fsck/scantest.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002942msgid "while doing inode scan"
2943msgstr "ketika melakukan pemeriksaan inode"
2944
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002945#: e2fsck/super.c:190
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002946#, c-format
2947msgid "while calling ext2fs_block_iterate for inode %d"
2948msgstr "ketika memanggil ext2fs_block_iterate untuk inode %d"
2949
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002950#: e2fsck/super.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04002951#, fuzzy, c-format
2952msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002953msgstr "ketika memanggil ext2fs_adjust_ea_refcount untuk inode %d"
2954
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002955#: e2fsck/super.c:274
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002956msgid "Truncating"
2957msgstr "Truncating"
2958
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002959#: e2fsck/super.c:275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002960msgid "Clearing"
2961msgstr "Menghapus"
2962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002963#: e2fsck/unix.c:76
2964#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002965msgid ""
2966"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2967"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2968"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002969"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002970msgstr ""
2971"Penggunaan: %s [-panyrcdfvtDFV] [-b superblok] [-B ukuran blok]\n"
2972"\t\t[-I inode_buffer_block] [-P process_inode_size]\n"
2973"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2974"\t\t[-E extendend-options] perangkat\n"
2975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002976#: e2fsck/unix.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002977msgid ""
2978"\n"
2979"Emergency help:\n"
2980" -p Automatic repair (no questions)\n"
2981" -n Make no changes to the filesystem\n"
2982" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002983" -c Check for bad blocks and add them to the badblock "
2984"list\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002985" -f Force checking even if filesystem is marked clean\n"
2986msgstr ""
2987"\n"
2988"Pertolongan darurat:\n"
2989" -p Otomatis perbaikan (tanpa pertanyaan)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002990" -n Tidak membuat perubahan di sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002991" -y Mengasumsi \"yes\" untuk semua pertanyaan\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002992" -c Memeriksa blok buruk dan menambahkan hasilnya ke "
2993"daftar blok buruk\n"
2994" -f Memaksa memeriksa walaupun sistem berkas ditandai "
2995"bersih\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002997#: e2fsck/unix.c:88
2998#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002999msgid ""
3000" -v Be verbose\n"
3001" -b superblock Use alternative superblock\n"
3002" -B blocksize Force blocksize when looking for superblock\n"
3003" -j external_journal Set location of the external journal\n"
3004" -l bad_blocks_file Add to badblocks list\n"
3005" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003006" -z undo_file Create an undo file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003007msgstr ""
3008" -v Tampilkan pesan pesan\n"
3009" -b super blok Gunakan superblok lain\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003010" -B ukuran blok Paksa menggunakan ukuran blok ketika mencari super "
3011"blok\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003012" -j external_journal Set lokasi dari journal luar\n"
3013" -l bad_blok_file Tambahkan ke daftar blok buruk\n"
3014" -L bad_blok_file Set daftar blok buruk\n"
3015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003016#: e2fsck/unix.c:134
Eric Sandeen032eafe2012-07-28 17:48:36 -04003017#, fuzzy, c-format
3018msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003019msgstr "%s: %u/%u berkas (%0d.%d%% tidak kontinu), %u/%u blok\n"
3020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003021#: e2fsck/unix.c:160
Eric Sandeen032eafe2012-07-28 17:48:36 -04003022#, fuzzy, c-format
3023msgid ""
3024"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003025"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003026msgid_plural ""
3027"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003028"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003029msgstr[0] "%u inodes discan.\n"
3030msgstr[1] "%u inodes discan.\n"
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -04003033#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003034msgid "%12u non-contiguous file (%0d.%d%%)\n"
3035msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003036msgstr[0] ""
3037msgstr[1] ""
3038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003039#: e2fsck/unix.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003040#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003041msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3042msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003043msgstr[0] ""
3044msgstr[1] ""
3045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003046#: e2fsck/unix.c:174
Eric Sandeen032eafe2012-07-28 17:48:36 -04003047#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003048msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3049msgstr " # dari inodes dengan ind/dind/tind blok: %u/%u/%u\n"
3050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003051#: e2fsck/unix.c:182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003052#, fuzzy
3053msgid " Extent depth histogram: "
3054msgstr " Kedalaman Extensi histogram: "
3055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003056#: e2fsck/unix.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003057#, c-format
3058msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3059msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3060msgstr[0] ""
3061msgstr[1] ""
3062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003063#: e2fsck/unix.c:195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003064#, fuzzy, c-format
3065msgid "%12u bad block\n"
3066msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003067msgstr[0] "%u inodes, %u blok\n"
3068msgstr[1] "%u inodes, %u blok\n"
3069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003070#: e2fsck/unix.c:197
Eric Sandeen032eafe2012-07-28 17:48:36 -04003071#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003072msgid "%12u large file\n"
3073msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003074msgstr[0] "berkas biasa"
3075msgstr[1] "berkas biasa"
3076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003077#: e2fsck/unix.c:199
Eric Sandeen032eafe2012-07-28 17:48:36 -04003078#, fuzzy, c-format
3079msgid ""
3080"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003081"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003082msgid_plural ""
3083"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003084"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003085msgstr[0] "berkas biasa"
3086msgstr[1] "berkas biasa"
3087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003088#: e2fsck/unix.c:201
Eric Sandeen032eafe2012-07-28 17:48:36 -04003089#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003090msgid "%12u directory\n"
3091msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003092msgstr[0] "direktori"
3093msgstr[1] "direktori"
3094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003095#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04003096#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003097msgid "%12u character device file\n"
3098msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003099msgstr[0] "karakter device"
3100msgstr[1] "karakter device"
3101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003102#: e2fsck/unix.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04003103#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003104msgid "%12u block device file\n"
3105msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003106msgstr[0] "block device"
3107msgstr[1] "block device"
3108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003109#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003110#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003111msgid "%12u fifo\n"
3112msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003113msgstr[0] ""
3114msgstr[1] ""
3115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003116#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04003117#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003118msgid "%12u link\n"
3119msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003120msgstr[0] ""
3121msgstr[1] ""
3122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003123#: e2fsck/unix.c:212
Eric Sandeen032eafe2012-07-28 17:48:36 -04003124#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003125msgid "%12u symbolic link"
3126msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003127msgstr[0] "symbolic link"
3128msgstr[1] "symbolic link"
3129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003130#: e2fsck/unix.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04003131#, fuzzy, c-format
3132msgid " (%u fast symbolic link)\n"
3133msgid_plural " (%u fast symbolic links)\n"
3134msgstr[0] "symbolic link"
3135msgstr[1] "symbolic link"
3136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003137#: e2fsck/unix.c:218
Eric Sandeen032eafe2012-07-28 17:48:36 -04003138#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003139msgid "%12u socket\n"
3140msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003141msgstr[0] "socket"
3142msgstr[1] "socket"
3143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003144#: e2fsck/unix.c:222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003145#, fuzzy, c-format
3146msgid "%12u file\n"
3147msgid_plural "%12u files\n"
3148msgstr[0] "berkas biasa"
3149msgstr[1] "berkas biasa"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003151#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
3152#: resize/main.c:352
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003153#, c-format
3154msgid "while determining whether %s is mounted."
3155msgstr "ketika sedang menentukan apakah %s sedang dimount."
3156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003157#: e2fsck/unix.c:256
Eric Sandeen032eafe2012-07-28 17:48:36 -04003158#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003159msgid "Warning! %s is mounted.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003160msgstr "Peringatan! %s sedang dimount.\n"
3161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003162#: e2fsck/unix.c:259
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003163#, fuzzy, c-format
3164msgid "Warning! %s is in use.\n"
3165msgstr "Peringatan! %s sedang dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003167#: e2fsck/unix.c:265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003168#, fuzzy, c-format
3169msgid "%s is mounted.\n"
3170msgstr "%s sedang dimount. "
3171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003173#, fuzzy, c-format
3174msgid "%s is in use.\n"
3175msgstr "%s sedang dimount. "
3176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003177#: e2fsck/unix.c:269
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003178msgid ""
3179"Cannot continue, aborting.\n"
3180"\n"
3181msgstr ""
3182"Tidak dapat melanjutkan, membatalkan.\n"
3183"\n"
3184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003185#: e2fsck/unix.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04003186#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003187msgid ""
3188"\n"
3189"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003190"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3191"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003192"\n"
3193msgstr ""
3194"\n"
3195"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003196"\a\a\a\aPERINGATAN!!! Sistem berkas telah terpasang. Jika anda lanjutkan "
3197"anda ***AKAN***\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003198"bisa menyebabkan kerusakan ***PARAH*** di sistem berkas.\a\a\a\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003199"\n"
3200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003201#: e2fsck/unix.c:276
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003202msgid "Do you really want to continue"
3203msgstr "Apakah anda yakin ingin melanjutkan"
3204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003205#: e2fsck/unix.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003206msgid "check aborted.\n"
3207msgstr "pemeriksaan dibatalkan.\n"
3208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003209#: e2fsck/unix.c:371
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003210msgid " contains a file system with errors"
3211msgstr " berisi sebuah file system dengan errors"
3212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003213#: e2fsck/unix.c:373
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003214msgid " was not cleanly unmounted"
3215msgstr " tidak bersih setelah diunmount."
3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003217#: e2fsck/unix.c:375
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003218msgid " primary superblock features different from backup"
3219msgstr " superblok utama memiliki feature berbeda dari backup"
3220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003221#: e2fsck/unix.c:379
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003222#, c-format
3223msgid " has been mounted %u times without being checked"
3224msgstr " telah dimount %u kali tanpa dilakukan pemeriksaan"
3225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003226#: e2fsck/unix.c:386
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003227msgid " has filesystem last checked time in the future"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003228msgstr ""
3229" memiliki sistem berkas yang waktu terakhir diperiksa berada di masa yang "
3230"akan datang"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003232#: e2fsck/unix.c:392
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003233#, c-format
3234msgid " has gone %u days without being checked"
3235msgstr " telah lewat %u hari tanpa dilakukan pemeriksaan"
3236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003237#: e2fsck/unix.c:401
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003238msgid ", check forced.\n"
3239msgstr ", pemeriksaan dipaksakan.\n"
3240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003241#: e2fsck/unix.c:434
Eric Sandeen032eafe2012-07-28 17:48:36 -04003242#, fuzzy, c-format
3243msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003244msgstr "%s: bersih, %u/%u berkas, %u/%u blok"
3245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003246#: e2fsck/unix.c:454
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003247msgid " (check deferred; on battery)"
3248msgstr " (pemeriksaan dibatalkan; power menggunakan batere)"
3249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003250#: e2fsck/unix.c:457
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003251msgid " (check after next mount)"
3252msgstr " (pemeriksaan dilakukan setelah mount selanjutnya)"
3253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003254#: e2fsck/unix.c:459
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003255#, c-format
3256msgid " (check in %ld mounts)"
3257msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
3258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003259#: e2fsck/unix.c:609
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003260#, c-format
3261msgid "ERROR: Couldn't open /dev/null (%s)\n"
3262msgstr "ERROR: Tidak dapat membuka /dev/null (%s)\n"
3263
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003264#: e2fsck/unix.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003265msgid "Invalid EA version.\n"
3266msgstr "Versi EA tidak valid.\n"
3267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003268#: e2fsck/unix.c:692
3269#, fuzzy
3270msgid "Invalid readahead buffer size.\n"
3271msgstr "Parameter resize tidak valid: %s\n"
3272
3273#: e2fsck/unix.c:725
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003274#, c-format
3275msgid "Unknown extended option: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003276msgstr "Pilihan extended tidak diketahui: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003278#: e2fsck/unix.c:752
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003279#, c-format
3280msgid ""
3281"Syntax error in e2fsck config file (%s, line #%d)\n"
3282"\t%s\n"
3283msgstr ""
3284"Syntax error dalam berkas konfigurasi e2fsck (%s, baris #%d)\n"
3285"\t%s\n"
3286
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003287#: e2fsck/unix.c:825
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003288#, c-format
3289msgid "Error validating file descriptor %d: %s\n"
3290msgstr "Error memvalidasi berkas deskripsi %d: %s\n"
3291
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003292#: e2fsck/unix.c:829
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003293msgid "Invalid completion information file descriptor"
3294msgstr "Informasi File berkas completion tidak valid"
3295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003296#: e2fsck/unix.c:844
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003297msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003298msgstr ""
3299"Hanya salah satu dari pilihan -p/-a, -n atau -y yang boleh dispesifikasikan."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003301#: e2fsck/unix.c:865
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003302#, c-format
3303msgid "The -t option is not supported on this version of e2fsck.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003304msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003306#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3307#: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003308#, c-format
3309msgid "Unable to resolve '%s'"
3310msgstr "Tidak dapat meresolve '%s'"
3311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003312#: e2fsck/unix.c:952
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003313msgid "The -n and -D options are incompatible."
3314msgstr "Pilihan -n dan -D tidak kompatibel."
3315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003316#: e2fsck/unix.c:957
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003317msgid "The -n and -c options are incompatible."
3318msgstr "Pilihan -n dan -c tidak kompatibel."
3319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003320#: e2fsck/unix.c:962
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003321msgid "The -n and -l/-L options are incompatible."
3322msgstr "Pilihan -n dan -l/-L tidak kompatibel."
3323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003324#: e2fsck/unix.c:986
3325#, fuzzy
3326msgid "The -D and -E fixes_only options are incompatible."
3327msgstr "Pilihan -n dan -D tidak kompatibel."
3328
3329#: e2fsck/unix.c:992
3330#, fuzzy
3331msgid "The -E bmap2extent and fixes_only options are incompatible."
3332msgstr "Pilihan -n dan -D tidak kompatibel."
3333
3334#: e2fsck/unix.c:1046
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003335msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003336msgstr ""
3337"Pilihan -c dan -l/-L tidak boleh digunakan secara bersamaan dalam satu "
3338"waktu.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003340#: e2fsck/unix.c:1093
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003341#, c-format
3342msgid ""
3343"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3344"\n"
3345msgstr ""
3346"E2FSCK_JBD_DEBUG \"%s\" bukan sebuah integer\n"
3347"\n"
3348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003349#: e2fsck/unix.c:1102
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003350#, c-format
3351msgid ""
3352"\n"
3353"Invalid non-numeric argument to -%c (\"%s\")\n"
3354"\n"
3355msgstr ""
3356"\n"
3357"Argument bukan numerik tidak valid untuk -%c (\"%s\")\n"
3358"\n"
3359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003360#: e2fsck/unix.c:1193
Eric Sandeen032eafe2012-07-28 17:48:36 -04003361#, c-format
3362msgid ""
3363"MMP interval is %u seconds and total wait time is %u seconds. Please "
3364"wait...\n"
3365msgstr ""
3366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003367#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04003368#, fuzzy
3369msgid "while checking MMP block"
3370msgstr "ketika mensetup superblok"
3371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003372#: e2fsck/unix.c:1217 misc/tune2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04003373msgid ""
3374"If you are sure the filesystem is not in use on any node, run:\n"
3375"'tune2fs -f -E clear_mmp {device}'\n"
3376msgstr ""
3377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003378#: e2fsck/unix.c:1232
3379#, fuzzy
3380msgid "while reading MMP block"
3381msgstr "ketika sedang membaca inode blok buruk"
3382
3383#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3384#: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3385#: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3386#, c-format
3387msgid ""
3388"Overwriting existing filesystem; this can be undone using the command:\n"
3389" e2undo %s %s\n"
3390"\n"
3391msgstr ""
3392"Memaksa menulis sistem berkas yang sudah ada; ini tidak dapat diundo dengan "
3393"perintah:\n"
3394" e2undo %s %s\n"
3395"\n"
3396
3397#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3398#: resize/main.c:220
3399#, c-format
3400msgid "while trying to delete %s"
3401msgstr "ketika mencoba untuk menghapus %s"
3402
3403#: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3404#, fuzzy
3405msgid "while trying to setup undo file\n"
3406msgstr ""
3407"\n"
3408"\tketika mencoba membuat file jurnal"
3409
3410#: e2fsck/unix.c:1363
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003411msgid "Error: ext2fs library version out of date!\n"
3412msgstr "Error: ext2fs versi librari ketinggalan jaman!\n"
3413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003414#: e2fsck/unix.c:1370
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003415msgid "while trying to initialize program"
3416msgstr "ketika mencoba untuk menginisialisasi aplikasi"
3417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003418#: e2fsck/unix.c:1393
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003419#, c-format
3420msgid "\tUsing %s, %s\n"
3421msgstr "\tMenggunakan %s, %s\n"
3422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003423#: e2fsck/unix.c:1405
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003424msgid "need terminal for interactive repairs"
3425msgstr "butuh terminal untuk reparasi interactive"
3426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003427#: e2fsck/unix.c:1466
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003428#, c-format
3429msgid "%s: %s trying backup blocks...\n"
3430msgstr "%s: %s mencoba membackup blok...\n"
3431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003432#: e2fsck/unix.c:1468
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003433msgid "Superblock invalid,"
3434msgstr "Superblok tidak valid,"
3435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003436#: e2fsck/unix.c:1469
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003437msgid "Group descriptors look bad..."
3438msgstr "Deskripsi grup terlihat buruk..."
3439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003440#: e2fsck/unix.c:1479
Eric Sandeen032eafe2012-07-28 17:48:36 -04003441#, fuzzy, c-format
3442msgid "%s: %s while using the backup blocks"
3443msgstr "%s: %s mencoba membackup blok...\n"
3444
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003445#: e2fsck/unix.c:1483
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003446#, c-format
3447msgid "%s: going back to original superblock\n"
3448msgstr "%s: kembali ke superblock asli\n"
3449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003450#: e2fsck/unix.c:1512
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003451msgid ""
3452"The filesystem revision is apparently too high for this version of e2fsck.\n"
3453"(Or the filesystem superblock is corrupt)\n"
3454"\n"
3455msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003456"Revisi sistem berkas kelihatannya terlalu tinggi untuk versi e2fsck ini.\n"
3457"(Atau sistem berkas superblok terkorupsi)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003458"\n"
3459
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003460#: e2fsck/unix.c:1519
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003461msgid "Could this be a zero-length partition?\n"
3462msgstr "Mungkinkan ini sebuah partisi dengan panjang nol?\n"
3463
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003464#: e2fsck/unix.c:1521
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003465#, c-format
3466msgid "You must have %s access to the filesystem or be root\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003467msgstr "Anda harus memiliki %s akses ke sistem berkas atau menjadi root\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003469#: e2fsck/unix.c:1527
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003470msgid "Possibly non-existent or swap device?\n"
3471msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003473#: e2fsck/unix.c:1529
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003474msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003475msgstr ""
3476"Sistem berkas dimount atau dibuka secara exclusively oleh aplikasi lain?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003477
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003478#: e2fsck/unix.c:1533
Eric Sandeen032eafe2012-07-28 17:48:36 -04003479#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003480msgid "Possibly non-existent device?\n"
3481msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003483#: e2fsck/unix.c:1536
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003484msgid ""
3485"Disk write-protected; use the -n option to do a read-only\n"
3486"check of the device.\n"
3487msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003488"Disk terproteksi untuk ditulis; gunakan pilihan -n untuk melakukan secara "
3489"baca-saja\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003490"dalam memeriksa perangkat.\n"
3491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003492#: e2fsck/unix.c:1604
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003493msgid "Get a newer version of e2fsck!"
3494msgstr "Dapatkan versi yang lebih baru dari e2fsck!"
3495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003496#: e2fsck/unix.c:1648
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003497#, c-format
3498msgid "while checking ext3 journal for %s"
3499msgstr "ketika memeriksa ext3 jurnal untuk %s"
3500
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003501#: e2fsck/unix.c:1661
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003502msgid ""
3503"Warning: skipping journal recovery because doing a read-only filesystem "
3504"check.\n"
3505msgstr ""
3506"Peringatan: melewatkan recovery jurnal karena sedang melakukan pemeriksaan "
3507"di sistem berkas yang baca-saja (read-only).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003509#: e2fsck/unix.c:1673
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003510#, c-format
3511msgid "unable to set superblock flags on %s\n"
3512msgstr "tidak dapat menset superblok flag di %s\n"
3513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003514#: e2fsck/unix.c:1680
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003515#, c-format
3516msgid "while recovering ext3 journal of %s"
3517msgstr "ketika merecovery ext3 jurnal dari %s"
3518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003519#: e2fsck/unix.c:1703
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003520#, c-format
3521msgid "%s has unsupported feature(s):"
3522msgstr "%s memiliki feature yang tidak disupport:"
3523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003524#: e2fsck/unix.c:1762
Eric Sandeen032eafe2012-07-28 17:48:36 -04003525#, fuzzy, c-format
3526msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003527msgstr "ketika sedang membaca inode blok buruk"
3528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003529#: e2fsck/unix.c:1765
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003530msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003531msgstr ""
3532"Ini bukan pertanda baik, tapi kita akan tetap mencoba untuk meneruskan...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003534#: e2fsck/unix.c:1805
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003535#, c-format
3536msgid "Creating journal (%d blocks): "
3537msgstr "Membuat jurnal (%d blok): "
3538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003539#: e2fsck/unix.c:1815
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003540msgid " Done.\n"
3541msgstr " Selesai.\n"
3542
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003543#: e2fsck/unix.c:1817
3544#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003545msgid ""
3546"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003547"*** journal has been regenerated ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003548msgstr ""
3549"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003550"*** jurnal telah dibuat kembali - sistem berkas sekarang ext3 lagi ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003552#: e2fsck/unix.c:1823
Theodore Ts'obd386982015-05-17 20:34:58 -04003553msgid "aborted"
3554msgstr "dibatalkan"
3555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003556#: e2fsck/unix.c:1825
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003557#, c-format
3558msgid "%s: e2fsck canceled.\n"
3559msgstr "%s: e2fsck dibatalkan.\n"
3560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003561#: e2fsck/unix.c:1847
3562msgid "Restarting e2fsck from the beginning...\n"
3563msgstr "Mengulang kembali e2fsck dari awal...\n"
3564
3565#: e2fsck/unix.c:1851
3566msgid "while resetting context"
3567msgstr "ketika mereset context"
3568
3569#: e2fsck/unix.c:1895 e2fsck/util.c:71
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003570#, c-format
3571msgid ""
3572"\n"
3573"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3574msgstr ""
3575"\n"
3576"%s: ***** FILE SYSTEM TELAH TERMODIFIKASI *****\n"
3577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003578#: e2fsck/unix.c:1899
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003579#, c-format
3580msgid "%s: ***** REBOOT LINUX *****\n"
3581msgstr "%s: ***** REBOOT LINUX *****\n"
3582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003583#: e2fsck/unix.c:1907 e2fsck/util.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003584#, c-format
3585msgid ""
3586"\n"
3587"%s: ********** WARNING: Filesystem still has errors **********\n"
3588"\n"
3589msgstr ""
3590"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003591"%s: ********** PERINGATAN: Sistem berkas masih memiliki errors *********\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003592"\n"
3593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003594#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003595msgid "yY"
3596msgstr "yY"
3597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003598#: e2fsck/util.c:195
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003599msgid "nN"
3600msgstr "nN"
3601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003602#: e2fsck/util.c:196
3603msgid "aA"
3604msgstr ""
3605
3606#: e2fsck/util.c:197
3607msgid " ('a' enables 'yes' to all) "
3608msgstr ""
3609
3610#: e2fsck/util.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003611msgid "<y>"
3612msgstr "<y>"
3613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003614#: e2fsck/util.c:215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003615msgid "<n>"
3616msgstr "<n>"
3617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003618#: e2fsck/util.c:217
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003619msgid " (y/n)"
3620msgstr "(y/n)"
3621
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003622#: e2fsck/util.c:240
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003623msgid "cancelled!\n"
3624msgstr "dibatalkan!\n"
3625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003626#: e2fsck/util.c:264
3627msgid "yes to all\n"
3628msgstr ""
3629
3630#: e2fsck/util.c:266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003631msgid "yes\n"
3632msgstr "ya\n"
3633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003634#: e2fsck/util.c:268
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003635msgid "no\n"
3636msgstr "tidak\n"
3637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003638#: e2fsck/util.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003639#, c-format
3640msgid ""
3641"%s? no\n"
3642"\n"
3643msgstr ""
3644"%s? tidak\n"
3645"\n"
3646
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003647#: e2fsck/util.c:282
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003648#, c-format
3649msgid ""
3650"%s? yes\n"
3651"\n"
3652msgstr ""
3653"%s? ya\n"
3654"\n"
3655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003656#: e2fsck/util.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003657msgid "yes"
3658msgstr "ya"
3659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003660#: e2fsck/util.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003661msgid "no"
3662msgstr "tidak"
3663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003664#: e2fsck/util.c:302
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003665#, c-format
3666msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3667msgstr "e2fsck_read_bitmaps: ilegal bitmap blok untuk %s"
3668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003669#: e2fsck/util.c:307
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003670msgid "reading inode and block bitmaps"
3671msgstr "membaca inode dan blok bitmap"
3672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003673#: e2fsck/util.c:319
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003674#, c-format
3675msgid "while retrying to read bitmaps for %s"
3676msgstr "ketika sedang mencoba untuk membaca bitmap untuk %s"
3677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003678#: e2fsck/util.c:331
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003679msgid "writing block and inode bitmaps"
3680msgstr "menulis blok dan inode bitmaps"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003682#: e2fsck/util.c:336
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003683#, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003684msgid "while rewriting block and inode bitmaps for %s"
3685msgstr "ketika mencoba untuk menulis blok dan inode bitmap untuk %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003687#: e2fsck/util.c:348
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003688#, c-format
3689msgid ""
3690"\n"
3691"\n"
3692"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3693"\t(i.e., without -a or -p options)\n"
3694msgstr ""
3695"\n"
3696"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003697"%s: TERJADI INKONSITENSI YANG TIDAK DIHARAPKAN; JALANKAN fsck SECARA "
3698"MANUAL.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003699"\t(i.e, tanpa pilihan -a atau -p)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003700
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003701#: e2fsck/util.c:429
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003702#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003703msgid "Memory used: %luk/%luk (%luk/%luk), "
3704msgstr "Memori yang digunakan: %luk/%luk (%luk/%luk), "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003705
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003706#: e2fsck/util.c:433
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003707#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003708msgid "Memory used: %lu, "
3709msgstr "Memori yang digunakan: %lu, "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003711#: e2fsck/util.c:440
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003712#, c-format
3713msgid "time: %5.2f/%5.2f/%5.2f\n"
3714msgstr "waktu: %5.2f/%5.2f/%5.2f\n"
3715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003716#: e2fsck/util.c:445
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003717#, c-format
3718msgid "elapsed time: %6.3f\n"
3719msgstr "waktu yang dijalani: %6.3f\n"
3720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003721#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003722#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003723msgid "while reading inode %lu in %s"
3724msgstr "ketika membaca inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003725
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003726#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003727#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003728msgid "while writing inode %lu in %s"
3729msgstr "ketika menulis inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003731#: e2fsck/util.c:765
Eric Sandeen032eafe2012-07-28 17:48:36 -04003732msgid ""
3733"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3734"running.\n"
3735msgstr ""
3736
Theodore Ts'obd386982015-05-17 20:34:58 -04003737#: misc/badblocks.c:72
Eric Sandeen032eafe2012-07-28 17:48:36 -04003738#, fuzzy
3739msgid "done \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003740msgstr "selesai \n"
3741
Theodore Ts'obd386982015-05-17 20:34:58 -04003742#: misc/badblocks.c:97
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003743#, c-format
3744msgid ""
3745"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003746" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3747"max_bad_blocks]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003748" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3749" device [last_block [first_block]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003750msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003751"Penggunaan: %s [-b ukuran_blok] [-i berkas_masukan] [-o berkas_keluaran] [-"
3752"svwnf]\n"
3753" [-c blok_di_sekali] [-p jumlah_tahap] [-e maksimal_blok_buruk] [-d "
3754"faktor_delay_antara_baca]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003755" [-e pattern_tes] [-t pattern_test [...]]]\n"
3756" perangkat [blok_terakhir [blok_pertama]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003757
Theodore Ts'obd386982015-05-17 20:34:58 -04003758#: misc/badblocks.c:108
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003759#, c-format
3760msgid ""
3761"%s: The -n and -w options are mutually exclusive.\n"
3762"\n"
3763msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003764"%s: Pilihan -n dan -w adalah mutually exclusive.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003765"\n"
3766
Theodore Ts'obd386982015-05-17 20:34:58 -04003767#: misc/badblocks.c:223
Eric Sandeen032eafe2012-07-28 17:48:36 -04003768#, fuzzy, c-format
3769msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003770msgstr "%6.2f%% selesai, %s berjalan"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003771
Theodore Ts'obd386982015-05-17 20:34:58 -04003772#: misc/badblocks.c:328
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003773msgid "Testing with random pattern: "
3774msgstr "Memeriksa dengan pattern random: "
3775
Theodore Ts'obd386982015-05-17 20:34:58 -04003776#: misc/badblocks.c:346
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003777msgid "Testing with pattern 0x"
3778msgstr "Memeriksa dengan pattern 0x"
3779
Theodore Ts'obd386982015-05-17 20:34:58 -04003780#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003781msgid "during seek"
3782msgstr "ketika mencari(seek)"
3783
Theodore Ts'obd386982015-05-17 20:34:58 -04003784#: misc/badblocks.c:389
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003785#, c-format
3786msgid "Weird value (%ld) in do_read\n"
3787msgstr "Nilai aneh (%ld) dalam do_read\n"
3788
Theodore Ts'obd386982015-05-17 20:34:58 -04003789#: misc/badblocks.c:476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003790msgid "during ext2fs_sync_device"
3791msgstr "ketika ext2fs_sync_device"
3792
Theodore Ts'obd386982015-05-17 20:34:58 -04003793#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003794msgid "while beginning bad block list iteration"
3795msgstr "ketika di awal iterasi daftara blok buruk"
3796
Theodore Ts'obd386982015-05-17 20:34:58 -04003797#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003798msgid "while allocating buffers"
3799msgstr "ketika mengalokasikan buffer"
3800
Theodore Ts'obd386982015-05-17 20:34:58 -04003801#: misc/badblocks.c:515
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003802#, c-format
3803msgid "Checking blocks %lu to %lu\n"
3804msgstr "Memeriksa blok %lu ke %lu\n"
3805
Theodore Ts'obd386982015-05-17 20:34:58 -04003806#: misc/badblocks.c:520
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003807msgid "Checking for bad blocks in read-only mode\n"
3808msgstr "Memeriksa blok buruk dalam mode baca-saja (read-only)\n"
3809
Theodore Ts'obd386982015-05-17 20:34:58 -04003810#: misc/badblocks.c:529
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003811msgid "Checking for bad blocks (read-only test): "
3812msgstr "Memeriksa blok buruk (pemeriksaan baca-saja): "
3813
Theodore Ts'obd386982015-05-17 20:34:58 -04003814#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3815#: misc/badblocks.c:832
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003816msgid "Too many bad blocks, aborting test\n"
3817msgstr "Terlalu banyak blok buruk, membatalkan pemeriksaan\n"
3818
Theodore Ts'obd386982015-05-17 20:34:58 -04003819#: misc/badblocks.c:618
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003820msgid "Checking for bad blocks in read-write mode\n"
3821msgstr "Memeriksa untuk blok buruk dalam mode baca-tulis\n"
3822
Theodore Ts'obd386982015-05-17 20:34:58 -04003823#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003824#, c-format
3825msgid "From block %lu to %lu\n"
3826msgstr "Dari blok %lu ke %lu\n"
3827
Theodore Ts'obd386982015-05-17 20:34:58 -04003828#: misc/badblocks.c:675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003829msgid "Reading and comparing: "
3830msgstr "Membaca dan membandingkan: "
3831
Theodore Ts'obd386982015-05-17 20:34:58 -04003832#: misc/badblocks.c:781
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003833msgid "Checking for bad blocks in non-destructive read-write mode\n"
3834msgstr "Memeriksa untuk blok buruk dalal mode tidak-merusak baca-tulis\n"
3835
Theodore Ts'obd386982015-05-17 20:34:58 -04003836#: misc/badblocks.c:787
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003837msgid "Checking for bad blocks (non-destructive read-write test)\n"
3838msgstr "Memeriksa untuk blok buruk (pemeriksaan tidak-merusak baca-tulis)\n"
3839
Theodore Ts'obd386982015-05-17 20:34:58 -04003840#: misc/badblocks.c:794
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003841msgid ""
3842"\n"
3843"Interrupt caught, cleaning up\n"
3844msgstr ""
3845"\n"
3846"Interupsi tertangkap, membersihkan\n"
3847
Theodore Ts'obd386982015-05-17 20:34:58 -04003848#: misc/badblocks.c:877
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003849#, c-format
3850msgid "during test data write, block %lu"
3851msgstr "ketika memerikas data ditulis, blok %lu"
3852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003853#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003854#, c-format
3855msgid "%s is mounted; "
3856msgstr "%s sedang dimount; "
3857
Theodore Ts'obd386982015-05-17 20:34:58 -04003858#: misc/badblocks.c:1000
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003859msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3860msgstr "badbloks tetap dipaksakan. Mudah-mudahan /etc/mtab tidak benar\n"
3861
Theodore Ts'obd386982015-05-17 20:34:58 -04003862#: misc/badblocks.c:1005
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003863msgid "it's not safe to run badblocks!\n"
3864msgstr "ini tidak aman untuk menjalankan badblocks!\n"
3865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003866#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003867#, c-format
3868msgid "%s is apparently in use by the system; "
3869msgstr "%s kelihatannya sedang digunakan oleh system; "
3870
Theodore Ts'obd386982015-05-17 20:34:58 -04003871#: misc/badblocks.c:1013
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003872msgid "badblocks forced anyway.\n"
3873msgstr "badblocks dipaksakan saja.\n"
3874
Theodore Ts'obd386982015-05-17 20:34:58 -04003875#: misc/badblocks.c:1033
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003876#, c-format
3877msgid "invalid %s - %s"
3878msgstr "tidak valid %s - %s"
3879
Theodore Ts'obd386982015-05-17 20:34:58 -04003880#: misc/badblocks.c:1127
3881#, c-format
3882msgid "Too big max bad blocks count %u - maximum is %u"
3883msgstr ""
3884
3885#: misc/badblocks.c:1154
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003886#, c-format
3887msgid "can't allocate memory for test_pattern - %s"
3888msgstr "tidak dapat mengalokasikan memori untuk test_pattern - %s"
3889
Theodore Ts'obd386982015-05-17 20:34:58 -04003890#: misc/badblocks.c:1184
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003891msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003892msgstr ""
3893"Maksimum dari satu test_pattern boleh dispesifikasi dalam mode baca-saja"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003894
Theodore Ts'obd386982015-05-17 20:34:58 -04003895#: misc/badblocks.c:1190
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003896msgid "Random test_pattern is not allowed in read-only mode"
3897msgstr "Random test_pattern tidak diperbolehkan dalam mode baca-saja"
3898
Theodore Ts'obd386982015-05-17 20:34:58 -04003899#: misc/badblocks.c:1204
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003900msgid ""
3901"Couldn't determine device size; you must specify\n"
3902"the size manually\n"
3903msgstr ""
3904"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
3905"ukuran perangkat secara manual\n"
3906
Theodore Ts'obd386982015-05-17 20:34:58 -04003907#: misc/badblocks.c:1210
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003908msgid "while trying to determine device size"
3909msgstr "ketika mencoba untuk menentukakn ukuran perangkat"
3910
Theodore Ts'obd386982015-05-17 20:34:58 -04003911#: misc/badblocks.c:1215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003912msgid "last block"
3913msgstr "blok terakhir"
3914
Theodore Ts'obd386982015-05-17 20:34:58 -04003915#: misc/badblocks.c:1221
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003916msgid "first block"
3917msgstr "blok pertama"
3918
Theodore Ts'obd386982015-05-17 20:34:58 -04003919#: misc/badblocks.c:1224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003920#, fuzzy, c-format
3921msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003922msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3923
Theodore Ts'obd386982015-05-17 20:34:58 -04003924#: misc/badblocks.c:1231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003925#, fuzzy, c-format
3926msgid "invalid end block (%llu): must be 32-bit value"
3927msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3928
Theodore Ts'obd386982015-05-17 20:34:58 -04003929#: misc/badblocks.c:1287
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003930msgid "while creating in-memory bad blocks list"
3931msgstr "ketika membuat daftar blok buruk dalam memori"
3932
Theodore Ts'obd386982015-05-17 20:34:58 -04003933#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003934msgid "input file - bad format"
3935msgstr ""
3936
Theodore Ts'obd386982015-05-17 20:34:58 -04003937#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003938msgid "while adding to in-memory bad block list"
3939msgstr "ketika menambahkan daftar blok buruk dalam memori"
3940
Theodore Ts'obd386982015-05-17 20:34:58 -04003941#: misc/badblocks.c:1338
Eric Sandeen032eafe2012-07-28 17:48:36 -04003942#, fuzzy, c-format
3943msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003944msgstr "Tahap selesai, %u blok buruk ditemukan.\n"
3945
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003946#: misc/chattr.c:89
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003947#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003948msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003949msgstr "Penggunaan: %s [-RVf] [-+=AacDdeijsSu] [-v versi] berkas...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003951#: misc/chattr.c:159
3952#, fuzzy, c-format
3953msgid "bad project - %s\n"
3954msgstr "versi buruk - %s\n"
3955
3956#: misc/chattr.c:173
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003957#, c-format
3958msgid "bad version - %s\n"
3959msgstr "versi buruk - %s\n"
3960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003961#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003962#, c-format
3963msgid "while trying to stat %s"
3964msgstr "ketika mencoba untuk melakukan statistik %s"
3965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003966#: misc/chattr.c:226
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003967#, c-format
3968msgid "while reading flags on %s"
3969msgstr "ketika membaca flags di %s"
3970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003971#: misc/chattr.c:231 misc/chattr.c:243
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003972#, c-format
3973msgid "Flags of %s set as "
3974msgstr "Flags dari %s diset sebagai "
3975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003976#: misc/chattr.c:252
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003977#, c-format
3978msgid "while setting flags on %s"
3979msgstr "ketika menset flags di %s"
3980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003981#: misc/chattr.c:260
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003982#, c-format
3983msgid "Version of %s set as %lu\n"
3984msgstr "Versi dari %s diset sebagai %lu\n"
3985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003986#: misc/chattr.c:264
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003987#, c-format
3988msgid "while setting version on %s"
3989msgstr "ketika menset versi di %s"
3990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003991#: misc/chattr.c:271
3992#, fuzzy, c-format
3993msgid "Project of %s set as %lu\n"
3994msgstr "Versi dari %s diset sebagai %lu\n"
3995
3996#: misc/chattr.c:275
3997#, fuzzy, c-format
3998msgid "while setting project on %s"
3999msgstr "ketika menset versi di %s"
4000
4001#: misc/chattr.c:297
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004002msgid "Couldn't allocate path variable in chattr_dir_proc"
4003msgstr "Tidak dapat mengalokasikan variable path di chattr_dir_proc"
4004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004005#: misc/chattr.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004006msgid "= is incompatible with - and +\n"
4007msgstr "= tidak kompatibel dengan - dan +\n"
4008
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004009#: misc/chattr.c:345
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004010msgid "Must use '-v', =, - or +\n"
4011msgstr "Harus menggunakan '-v', =, - atau +\n"
4012
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004013#: misc/create_inode.c:70 misc/create_inode.c:109
4014#, fuzzy, c-format
4015msgid "while reading inode %u"
4016msgstr "ketika membaca inode %lu dalam %s"
4017
4018#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
4019#: misc/create_inode.c:374
4020#, fuzzy
4021msgid "while expanding directory"
4022msgstr "ketika mengekspansi /lost+found"
4023
4024#: misc/create_inode.c:87
4025#, fuzzy, c-format
4026msgid "while linking \"%s\""
4027msgstr "ketika membuka %s"
4028
4029#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
4030#, fuzzy, c-format
4031msgid "while writing inode %u"
4032msgstr "ketika menulis inode %lu dalam %s"
4033
4034#: misc/create_inode.c:139 misc/create_inode.c:163
4035#, fuzzy, c-format
4036msgid "while listing attributes of \"%s\""
4037msgstr "ketika mencoba untuk memotong %s"
4038
4039#: misc/create_inode.c:150
4040#, fuzzy, c-format
4041msgid "while opening inode %u"
4042msgstr "ketika mencoba membuka inode scan"
4043
4044#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
4045#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
4046#: misc/mke2fs.c:353
4047#, fuzzy
4048msgid "while allocating memory"
4049msgstr "ketika mengalokasikan buffer"
4050
4051#: misc/create_inode.c:176 misc/create_inode.c:192
4052#, fuzzy, c-format
4053msgid "while reading attribute \"%s\" of \"%s\""
4054msgstr "ketika membaca flags di %s"
4055
4056#: misc/create_inode.c:201
4057#, fuzzy, c-format
4058msgid "while writing attribute \"%s\" to inode %u"
4059msgstr "ketika menulis inode %lu dalam %s"
4060
4061#: misc/create_inode.c:211
4062#, fuzzy, c-format
4063msgid "while closing inode %u"
4064msgstr "ketika melakukan pemeriksaan inode"
4065
4066#: misc/create_inode.c:259
4067#, fuzzy, c-format
4068msgid "while allocating inode \"%s\""
4069msgstr "ketika mengalokasikan buffer"
4070
4071#: misc/create_inode.c:278
4072#, fuzzy, c-format
4073msgid "while creating inode \"%s\""
4074msgstr "ketika membaca inode %lu dalam %s"
4075
4076#: misc/create_inode.c:343
4077#, fuzzy, c-format
4078msgid "while creating symlink \"%s\""
4079msgstr "ketika membaca flags di %s"
4080
4081#: misc/create_inode.c:361 misc/create_inode.c:822
4082#, fuzzy, c-format
4083msgid "while looking up \"%s\""
4084msgstr "ketika mencari /lost+found"
4085
4086#: misc/create_inode.c:381
4087#, fuzzy, c-format
4088msgid "while creating directory \"%s\""
4089msgstr "ketika membuat direktori root"
4090
4091#: misc/create_inode.c:608
4092#, fuzzy, c-format
4093msgid "while opening \"%s\" to copy"
4094msgstr "ketika membuka %s"
4095
4096#: misc/create_inode.c:700
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004097#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098msgid "while changing working directory to \"%s\""
4099msgstr ""
4100
4101#: misc/create_inode.c:708
4102#, fuzzy, c-format
4103msgid "while opening directory \"%s\""
4104msgstr "ketika membuka %s"
4105
4106#: misc/create_inode.c:718
4107#, fuzzy, c-format
4108msgid "while lstat \"%s\""
4109msgstr "ketika mencoba untuk melakukan statistik %s"
4110
4111#: misc/create_inode.c:751
4112#, fuzzy, c-format
4113msgid "while creating special file \"%s\""
4114msgstr "ketika membaca inode %lu dalam %s"
4115
4116#: misc/create_inode.c:762
4117#, fuzzy, c-format
4118msgid "while trying to read link \"%s\""
4119msgstr "ketika mencoba untuk mengubah ukuran %s"
4120
4121#: misc/create_inode.c:771
4122#, fuzzy, c-format
4123msgid "while writing symlink\"%s\""
4124msgstr "ketika menulis inode %lu dalam %s"
4125
4126#: misc/create_inode.c:781
4127#, fuzzy, c-format
4128msgid "while writing file \"%s\""
4129msgstr "ketika menulis inode %lu dalam %s"
4130
4131#: misc/create_inode.c:794
4132#, fuzzy, c-format
4133msgid "while making dir \"%s\""
4134msgstr "ketika membuka %s"
4135
4136#: misc/create_inode.c:811
4137#, fuzzy
4138msgid "while changing directory"
4139msgstr "membaca direktori block"
4140
4141#: misc/create_inode.c:817
4142#, c-format
4143msgid "ignoring entry \"%s\""
4144msgstr ""
4145
4146#: misc/create_inode.c:830
4147#, fuzzy, c-format
4148msgid "while setting inode for \"%s\""
4149msgstr "ketika menset versi di %s"
4150
4151#: misc/create_inode.c:837
4152#, fuzzy, c-format
4153msgid "while setting xattrs for \"%s\""
4154msgstr "ketika menset flags di %s"
4155
4156#: misc/create_inode.c:855
4157#, fuzzy
4158msgid "while saving inode data"
4159msgstr "ketika memulai scan dari inode"
4160
4161#: misc/dumpe2fs.c:56
4162#, fuzzy, c-format
4163msgid ""
4164"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004165msgstr ""
4166"Penggunaan: %s [-bfhixV] [-o superblok=<jumlah>] [-o ukuranblok=<besar>] "
4167"perangkat\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004169#: misc/dumpe2fs.c:159
4170#, fuzzy
4171msgid "blocks"
4172msgstr "bblock"
4173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004175msgid "clusters"
4176msgstr ""
4177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004178#: misc/dumpe2fs.c:219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004179#, c-format
4180msgid "Group %lu: (Blocks "
4181msgstr "Grup %lu: (blok "
4182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004183#: misc/dumpe2fs.c:226
Eric Sandeen032eafe2012-07-28 17:48:36 -04004184#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004185msgid " csum 0x%04x"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004186msgstr " Checksum 0x%04x, inode yang tidak digunakan %d\n"
4187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004188#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04004189#, c-format
4190msgid " (EXPECTED 0x%04x)"
4191msgstr ""
4192
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004193#: misc/dumpe2fs.c:233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004194#, c-format
4195msgid " %s superblock at "
4196msgstr " %s superblok di "
4197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004198#: misc/dumpe2fs.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004199msgid "Primary"
4200msgstr "Utama"
4201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202#: misc/dumpe2fs.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004203msgid "Backup"
4204msgstr "Cadangan"
4205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004206#: misc/dumpe2fs.c:238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004207msgid ", Group descriptors at "
4208msgstr ", Grup deskripsi di "
4209
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004210#: misc/dumpe2fs.c:242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004211msgid ""
4212"\n"
4213" Reserved GDT blocks at "
4214msgstr ""
4215"\n"
4216" Reserved GDT blok di "
4217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004218#: misc/dumpe2fs.c:249
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004219msgid " Group descriptor at "
4220msgstr " Grup deskripsi di "
4221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004222#: misc/dumpe2fs.c:255
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004223msgid " Block bitmap at "
4224msgstr " Blok bitmap di "
4225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004226#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4227#, fuzzy, c-format
4228msgid ", csum 0x%08x"
4229msgstr " Checksum 0x%04x, inode yang tidak digunakan %d\n"
4230
4231#: misc/dumpe2fs.c:263
4232msgid ","
4233msgstr ""
4234
4235#: misc/dumpe2fs.c:265
4236msgid ""
4237"\n"
4238" "
4239msgstr ""
4240
4241#: misc/dumpe2fs.c:266
4242#, fuzzy
4243msgid " Inode bitmap at "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004244msgstr ", Inode bitmap di "
4245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004246#: misc/dumpe2fs.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004247msgid ""
4248"\n"
4249" Inode table at "
4250msgstr ""
4251"\n"
4252" Inode tabel di "
4253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004254#: misc/dumpe2fs.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04004255#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004256msgid ""
4257"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004258" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004259msgstr ""
4260"\n"
4261" %u blok bebas, %u inode bebas, %u direktori%s"
4262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004263#: misc/dumpe2fs.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004264#, c-format
4265msgid ", %u unused inodes\n"
4266msgstr ", %u inode yang tidak digunakan\n"
4267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004268#: misc/dumpe2fs.c:289
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004269msgid " Free blocks: "
4270msgstr " Blok bebas: "
4271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004272#: misc/dumpe2fs.c:304
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004273msgid " Free inodes: "
4274msgstr " Inode bebas: "
4275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004276#: misc/dumpe2fs.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004277msgid "while printing bad block list"
4278msgstr "ketika mencetak daftar blok buruk"
4279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004280#: misc/dumpe2fs.c:346
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004281#, c-format
4282msgid "Bad blocks: %u"
4283msgstr "Blok buruk: %u"
4284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004285#: misc/dumpe2fs.c:385 misc/tune2fs.c:357
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004286msgid "while reading journal inode"
4287msgstr "ketika membaca jurnal inode"
4288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#: misc/dumpe2fs.c:391
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004290msgid "while opening journal inode"
4291msgstr "ketika membuka jurnal inode"
4292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004293#: misc/dumpe2fs.c:397
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004294msgid "while reading journal super block"
4295msgstr "ketika membaca super blok jurnal"
4296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004297#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004298#, fuzzy
4299msgid "Journal superblock magic number invalid!\n"
4300msgstr "Jurnal superblok tidak ditemukan!\n"
4301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004302#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004303msgid "Journal features: "
4304msgstr "Fasilitas jurnal: "
4305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004306#: misc/dumpe2fs.c:420
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004307msgid "Journal size: "
4308msgstr "Ukuran jurnal: "
4309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004310#: misc/dumpe2fs.c:430
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004311#, c-format
4312msgid ""
4313"Journal length: %u\n"
4314"Journal sequence: 0x%08x\n"
4315"Journal start: %u\n"
4316msgstr ""
4317"Panjang jurnal: %u\n"
4318"Urutan jurnal: 0x%08x\n"
4319"Awal dari jurnal: %u\n"
4320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004321#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4322msgid "Journal checksum type: crc32\n"
4323msgstr ""
4324
4325#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4326#, c-format
4327msgid ""
4328"Journal checksum type: %s\n"
4329"Journal checksum: 0x%08x\n"
4330msgstr ""
4331
4332#: misc/dumpe2fs.c:448
Eric Sandeen032eafe2012-07-28 17:48:36 -04004333#, fuzzy, c-format
4334msgid "Journal errno: %d\n"
4335msgstr "Pengguna jurnal: %s\n"
4336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004337#: misc/dumpe2fs.c:466 misc/tune2fs.c:206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004338msgid "while reading journal superblock"
4339msgstr "ketikan membaca superblok jurnal"
4340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004341#: misc/dumpe2fs.c:474
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004342msgid "Couldn't find journal superblock magic numbers"
4343msgstr "Tidak dapat mencari nomor magic di jurnal superblok"
4344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004345#: misc/dumpe2fs.c:501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004346#, c-format
4347msgid ""
4348"\n"
4349"Journal block size: %u\n"
4350"Journal length: %u\n"
4351"Journal first block: %u\n"
4352"Journal sequence: 0x%08x\n"
4353"Journal start: %u\n"
4354"Journal number of users: %u\n"
4355msgstr ""
4356"\n"
4357"Ukuran blok jurnal: %u\n"
4358"Panjang jurnal: %u\n"
4359"Blok pertama jurnal: %u\n"
4360"Urutan jurnal: 0x%08x\n"
4361"Awal dari jurnal: %u\n"
4362"Jumlah pengguna dari jurnal: %u\n"
4363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004364#: misc/dumpe2fs.c:514
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004365#, c-format
4366msgid "Journal users: %s\n"
4367msgstr "Pengguna jurnal: %s\n"
4368
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004369#: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004370msgid "Couldn't allocate memory to parse options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004371msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004373#: misc/dumpe2fs.c:556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004374#, c-format
4375msgid "Invalid superblock parameter: %s\n"
4376msgstr "Parameter superblok tidak valid: %s\n"
4377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004378#: misc/dumpe2fs.c:571
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004379#, c-format
4380msgid "Invalid blocksize parameter: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004381msgstr "Parameter ukuran-blok tidak valid: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004382
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004383#: misc/dumpe2fs.c:582
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004384#, c-format
4385msgid ""
4386"\n"
4387"Bad extended option(s) specified: %s\n"
4388"\n"
4389"Extended options are separated by commas, and may take an argument which\n"
4390"\tis set off by an equals ('=') sign.\n"
4391"\n"
4392"Valid extended options are:\n"
4393"\tsuperblock=<superblock number>\n"
4394"\tblocksize=<blocksize>\n"
4395msgstr ""
4396"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004397"Pilihan extended buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004398"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004399"Pilihan extended dipisahkan dengan koma, dan boleh membawa argument dimana\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004400"\tini di set off oleh sebuah tanda sama dengan ('=').\n"
4401"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004402"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004403"\tsuperblock=<nomor superblok>\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004404"\tblocksize=<besar blok>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004406#: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004407#, c-format
4408msgid "\tUsing %s\n"
4409msgstr "\tMenggunakan %s\n"
4410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004411#: misc/dumpe2fs.c:686
4412msgid ""
4413"\n"
4414"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4415"\n"
4416msgstr ""
4417
4418#: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4419#: resize/main.c:414
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004420msgid "Couldn't find valid filesystem superblock.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004421msgstr "Tidak dapat mencari superblok sistem berkas yang valid.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004423#: misc/dumpe2fs.c:726
4424msgid ""
4425"\n"
4426"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4427"\n"
4428msgstr ""
4429
4430#: misc/dumpe2fs.c:730
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004431#, c-format
4432msgid ""
4433"\n"
4434"%s: %s: error reading bitmaps: %s\n"
4435msgstr ""
4436"\n"
4437"%s: %s: error membaca bitmaps: %s\n"
4438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004439#: misc/e2image.c:106
Eric Sandeen032eafe2012-07-28 17:48:36 -04004440#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004441msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004442msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004444#: misc/e2image.c:108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004445#, fuzzy, c-format
4446msgid " %s -I device image-file\n"
4447msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004449#: misc/e2image.c:109
Eric Sandeen032eafe2012-07-28 17:48:36 -04004450#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004451msgid ""
4452" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4453"[ dest_fs ]\n"
4454msgstr ""
4455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004456#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004457#, fuzzy
4458msgid "while allocating buffer"
4459msgstr "ketika mengalokasikan buffer"
4460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004461#: misc/e2image.c:179
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004462#, fuzzy, c-format
4463msgid "Writing block %llu\n"
4464msgstr "Memeriksa blok %lu ke %lu\n"
4465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004466#: misc/e2image.c:193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004467#, fuzzy, c-format
4468msgid "error writing block %llu"
4469msgstr "Error menulis block %lu (%s). "
4470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004471#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004472msgid "error in generic_write()"
4473msgstr ""
4474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004475#: misc/e2image.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04004476msgid "Error: header size is bigger than wrt_size\n"
4477msgstr ""
4478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004479#: misc/e2image.c:218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004480msgid "Couldn't allocate header buffer\n"
4481msgstr "Tidak dapat mengalokasikan buffer header\n"
4482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004483#: misc/e2image.c:246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004484msgid "while writing superblock"
4485msgstr "ketika menulis superblok"
4486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004487#: misc/e2image.c:255
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004488msgid "while writing inode table"
4489msgstr "ketika menulis tabel inode"
4490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004491#: misc/e2image.c:263
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004492msgid "while writing block bitmap"
4493msgstr "ketika menulis blok bitmap"
4494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004495#: misc/e2image.c:271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004496msgid "while writing inode bitmap"
4497msgstr "ketika menulis inode bitmap"
4498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004499#: misc/e2image.c:505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004500#, fuzzy, c-format
4501msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4502msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
4503
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004504#: misc/e2image.c:517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004505#, fuzzy, c-format
4506msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4507msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
4508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004509#: misc/e2image.c:558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004510#, fuzzy, c-format
4511msgid "%llu / %llu blocks (%d%%)"
4512msgstr "%u inodes, %u blok\n"
4513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004514#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004515msgid "Copying "
4516msgstr ""
4517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004518#: misc/e2image.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004519msgid ""
4520"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4521msgstr ""
4522
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004523#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004524#, c-format
4525msgid " %s remaining at %.2f MB/s"
4526msgstr ""
4527
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004528#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004529#, fuzzy, c-format
4530msgid "error reading block %llu"
4531msgstr "Error membaca block %lu (%s). "
4532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004533#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004534#, c-format
4535msgid "Copied %llu / %llu blocks (%d%%) in %s "
4536msgstr ""
4537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004538#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004539#, c-format
4540msgid "at %.2f MB/s"
4541msgstr ""
4542
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004543#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004544#, fuzzy
4545msgid "while allocating l1 table"
4546msgstr "ketika mengalokasikan buffer"
4547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004548#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004549#, fuzzy
4550msgid "while allocating l2 cache"
4551msgstr "ketika mengalokasikan buffer"
4552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004553#: misc/e2image.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004554msgid ""
4555"Warning: There are still tables in the cache while putting the cache, data "
4556"will be lost so the image may not be valid.\n"
4557msgstr ""
4558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004559#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004560#, fuzzy
4561msgid "while allocating ext2_qcow2_image"
4562msgstr "ketika mengalokasikan zeroizing buffer"
4563
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004564#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004565#, fuzzy
4566msgid "while initializing ext2_qcow2_image"
4567msgstr "ketika menginisialisasi jurnal superblok"
4568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004569#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004570msgid "Programming error: multiple sequential refcount blocks created!\n"
4571msgstr ""
4572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004573#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004574#, fuzzy
4575msgid "while allocating block bitmap"
4576msgstr "ketika menulis blok bitmap"
4577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004578#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004579#, fuzzy
4580msgid "while allocating scramble block bitmap"
4581msgstr "ketika menulis blok bitmap"
4582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004583#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004584#, fuzzy
4585msgid "Scanning inodes...\n"
4586msgstr "Memeriksa tabel inode"
4587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004588#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004589#, fuzzy
4590msgid "Can't allocate block buffer"
4591msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
4592
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004593#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004594#, fuzzy, c-format
4595msgid "while iterating over inode %u"
4596msgstr "ketika memperoleh inode berikutnya"
4597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004598#: misc/e2image.c:1384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004599msgid "Raw and qcow2 images cannot be installed"
4600msgstr ""
4601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004602#: misc/e2image.c:1406
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004603#, fuzzy
4604msgid "error reading bitmaps"
4605msgstr "ketika membaca bitmap"
4606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004607#: misc/e2image.c:1418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004608#, fuzzy
4609msgid "while opening device file"
4610msgstr "ketika mencoba membuka inode scan"
4611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004612#: misc/e2image.c:1429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004613#, fuzzy
4614msgid "while restoring the image table"
4615msgstr "ketika menulis tabel inode"
4616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004617#: misc/e2image.c:1526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004618msgid "-a option can only be used with raw or QCOW2 images."
4619msgstr ""
4620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004621#: misc/e2image.c:1532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004622msgid "Offsets are only allowed with raw images."
4623msgstr ""
4624
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004625#: misc/e2image.c:1537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004626msgid "Move mode is only allowed with raw images."
4627msgstr ""
4628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004629#: misc/e2image.c:1542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004630msgid "Move mode requires all data mode."
4631msgstr ""
4632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004633#: misc/e2image.c:1552
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004634#, fuzzy
4635msgid "checking if mounted"
4636msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
4637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004638#: misc/e2image.c:1559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639msgid ""
4640"\n"
4641"Running e2image on a R/W mounted filesystem can result in an\n"
4642"inconsistent image which will not be useful for debugging purposes.\n"
4643"Use -f option if you really want to do that.\n"
4644msgstr ""
4645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004646#: misc/e2image.c:1613
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004647msgid "QCOW2 image can not be written to the stdout!\n"
4648msgstr ""
4649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004650#: misc/e2image.c:1619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004651msgid "Can not stat output\n"
4652msgstr ""
4653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004654#: misc/e2image.c:1629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004655#, c-format
4656msgid "Image (%s) is compressed\n"
4657msgstr ""
4658
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004659#: misc/e2image.c:1632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004660#, c-format
4661msgid "Image (%s) is encrypted\n"
4662msgstr ""
4663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004664#: misc/e2image.c:1635
Eric Sandeen032eafe2012-07-28 17:48:36 -04004665#, c-format
4666msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4667msgstr ""
4668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004669#: misc/e2image.c:1644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004670#, fuzzy
4671msgid "The -c option only supported in raw mode\n"
4672msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004674#: misc/e2image.c:1649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004675#, fuzzy
4676msgid "The -c option not supported when writing to stdout\n"
4677msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4678
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004679#: misc/e2image.c:1656
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004680#, fuzzy
4681msgid "while allocating check_buf"
4682msgstr "ketika mengalokasikan buffer"
4683
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004684#: misc/e2image.c:1662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004685#, fuzzy
4686msgid "The -p option only supported in raw mode\n"
4687msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4688
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004689#: misc/e2image.c:1672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004690#, c-format
4691msgid "%d blocks already contained the data to be copied\n"
4692msgstr ""
4693
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004694#: misc/e2initrd_helper.c:68
4695#, fuzzy, c-format
4696msgid "Usage: %s -r device\n"
4697msgstr "Penggunaan: %s disk\n"
4698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004699#: misc/e2label.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004700#, c-format
4701msgid "e2label: cannot open %s\n"
4702msgstr "e2label: tidak dapat membuka %s\n"
4703
Eric Sandeen032eafe2012-07-28 17:48:36 -04004704#: misc/e2label.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004705#, c-format
4706msgid "e2label: cannot seek to superblock\n"
4707msgstr "e2label: tidak dapat mencari superblok\n"
4708
Eric Sandeen032eafe2012-07-28 17:48:36 -04004709#: misc/e2label.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004710#, c-format
4711msgid "e2label: error reading superblock\n"
4712msgstr "e2label: error membaca superblok\n"
4713
Eric Sandeen032eafe2012-07-28 17:48:36 -04004714#: misc/e2label.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004715#, c-format
4716msgid "e2label: not an ext2 filesystem\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004717msgstr "e2label: bukan sebuah ext2 sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004718
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004719#: misc/e2label.c:97 misc/tune2fs.c:2948
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004720#, c-format
4721msgid "Warning: label too long, truncating.\n"
4722msgstr "Peringatan: label terlalu panjang, memotong.\n"
4723
Eric Sandeen032eafe2012-07-28 17:48:36 -04004724#: misc/e2label.c:100
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004725#, c-format
4726msgid "e2label: cannot seek to superblock again\n"
4727msgstr "e2label: tidak dapat mencari superblok lagi\n"
4728
Eric Sandeen032eafe2012-07-28 17:48:36 -04004729#: misc/e2label.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004730#, c-format
4731msgid "e2label: error writing superblock\n"
4732msgstr "e2label: error menulis superblok\n"
4733
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004734#: misc/e2label.c:117 misc/tune2fs.c:1559
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004735#, c-format
4736msgid "Usage: e2label device [newlabel]\n"
4737msgstr "Penggunaan: e2label perangkat [labelbaru]\n"
4738
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004739#: misc/e2undo.c:108
4740#, fuzzy, c-format
4741msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004742msgstr "Penggunaan: %s <berkas transaksi> <sistem berkas>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004743
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004744#: misc/e2undo.c:131
4745#, fuzzy
4746msgid "The file system superblock doesn't match the undo file.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004747msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004749#: misc/e2undo.c:134
4750msgid "UUID does not match.\n"
4751msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004752
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004753#: misc/e2undo.c:136
4754#, fuzzy
4755msgid "Last mount time does not match.\n"
4756msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004757
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004758#: misc/e2undo.c:138
4759msgid "Last write time does not match.\n"
4760msgstr ""
4761
4762#: misc/e2undo.c:140
4763msgid "Lifetime write counter does not match.\n"
4764msgstr ""
4765
4766#: misc/e2undo.c:154
4767#, fuzzy
4768msgid "while reading filesystem superblock."
4769msgstr "ketikan membaca superblok jurnal"
4770
4771#: misc/e2undo.c:170
4772#, fuzzy
4773msgid "while fetching superblock"
4774msgstr "ketika menulis superblok"
4775
4776#: misc/e2undo.c:183
4777#, fuzzy, c-format
4778msgid "Undo file superblock checksum doesn't match.\n"
4779msgstr "Cadangan superblok disimpan di blok: "
4780
4781#: misc/e2undo.c:335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004782#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004783msgid "Will not write to an undo file while replaying it.\n"
4784msgstr ""
4785
4786#: misc/e2undo.c:344
4787#, fuzzy, c-format
4788msgid "while opening undo file `%s'\n"
4789msgstr "ketika mencoba membuka inode scan"
4790
4791#: misc/e2undo.c:351
4792#, fuzzy
4793msgid "while reading undo file"
4794msgstr "ketika membaca inode root"
4795
4796#: misc/e2undo.c:356
4797#, fuzzy, c-format
4798msgid "%s: Not an undo file.\n"
4799msgstr "%s: terlalu banyak perangkat\n"
4800
4801#: misc/e2undo.c:367
4802#, fuzzy, c-format
4803msgid "%s: Header checksum doesn't match.\n"
4804msgstr ", Inode bitmap di "
4805
4806#: misc/e2undo.c:374
4807#, c-format
4808msgid "%s: Corrupt undo file header.\n"
4809msgstr ""
4810
4811#: misc/e2undo.c:378
4812#, c-format
4813msgid "%s: Undo block size too large.\n"
4814msgstr ""
4815
4816#: misc/e2undo.c:383
4817#, fuzzy, c-format
4818msgid "%s: Undo block size too small.\n"
4819msgstr "ukuran blok buruk - %s"
4820
4821#: misc/e2undo.c:392
4822#, fuzzy, c-format
4823msgid "%s: Unknown undo file feature set.\n"
4824msgstr ""
4825"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
4826"aktif.\n"
4827
4828#: misc/e2undo.c:400
4829#, fuzzy, c-format
4830msgid "Error while determining whether %s is mounted."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004831msgstr "Error ketika menentukan apakah %s sudah dimount.\n"
4832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004833#: misc/e2undo.c:406
4834#, fuzzy
4835msgid "e2undo should only be run on unmounted filesystems"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004836msgstr ""
4837"e2undo seharusnya hanya dijalankan di sistem berkas yang sudah diunmount\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004839#: misc/e2undo.c:422
Eric Sandeen032eafe2012-07-28 17:48:36 -04004840#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004841msgid "while opening `%s'"
4842msgstr "ketika membuka %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004844#: misc/e2undo.c:461
4845#, fuzzy
4846msgid "while reading keys"
4847msgstr "ketika membaca bitmap"
4848
4849#: misc/e2undo.c:473
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004850#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004851msgid "%s: wrong key magic at %llu\n"
4852msgstr ""
4853
4854#: misc/e2undo.c:483
4855#, c-format
4856msgid "%s: key block checksum error at %llu.\n"
4857msgstr ""
4858
4859#: misc/e2undo.c:506
4860#, fuzzy, c-format
4861msgid "%s: block %llu is too long."
4862msgstr "Dari blok %lu ke %lu\n"
4863
4864#: misc/e2undo.c:518 misc/e2undo.c:554
4865#, fuzzy, c-format
4866msgid "while fetching block %llu."
4867msgstr "Memeriksa blok %lu ke %lu\n"
4868
4869#: misc/e2undo.c:530
4870#, c-format
4871msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4872msgstr ""
4873
4874#: misc/e2undo.c:569
4875#, fuzzy, c-format
4876msgid "while writing block %llu."
4877msgstr "Error menulis block %lu (%s). "
4878
4879#: misc/e2undo.c:575
4880#, c-format
4881msgid "Undo file corruption; run e2fsck NOW!\n"
4882msgstr ""
4883
4884#: misc/e2undo.c:577
4885#, c-format
4886msgid "IO error during replay; run e2fsck NOW!\n"
4887msgstr ""
4888
4889#: misc/e2undo.c:580
4890#, c-format
4891msgid "Incomplete undo record; run e2fsck.\n"
4892msgstr ""
4893
4894#: misc/findsuper.c:110
4895#, c-format
4896msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4897msgstr ""
4898
4899#: misc/findsuper.c:155
4900#, c-format
4901msgid "skipbytes should be a number, not %s\n"
4902msgstr ""
4903
4904#: misc/findsuper.c:162
4905#, c-format
4906msgid "skipbytes must be a multiple of the sector size\n"
4907msgstr ""
4908
4909#: misc/findsuper.c:169
4910#, c-format
4911msgid "startkb should be a number, not %s\n"
4912msgstr ""
4913
4914#: misc/findsuper.c:175
4915#, c-format
4916msgid "startkb should be positive, not %llu\n"
4917msgstr ""
4918
4919#: misc/findsuper.c:186
4920#, c-format
4921msgid "starting at %llu, with %u byte increments\n"
4922msgstr ""
4923
4924#: misc/findsuper.c:188
4925#, c-format
4926msgid ""
4927"[*] probably superblock written in the ext3 journal superblock,\n"
4928"\tso start/end/grp wrong\n"
4929msgstr ""
4930
4931#: misc/findsuper.c:190
4932#, c-format
4933msgid ""
4934"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4935"mount_time sb_uuid label\n"
4936msgstr ""
4937
4938#: misc/findsuper.c:264
4939#, c-format
4940msgid ""
4941"\n"
4942"%11Lu: finished with errno %d\n"
4943msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004944
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004945#: misc/fsck.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004946#, c-format
4947msgid "WARNING: couldn't open %s: %s\n"
4948msgstr "PERINGATAN: tidak dapat membuka %s: %s\n"
4949
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004950#: misc/fsck.c:353
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004951#, c-format
4952msgid "WARNING: bad format on line %d of %s\n"
4953msgstr "PERINGATAN: format buruk di bari %d dari %s\n"
4954
Eric Sandeen032eafe2012-07-28 17:48:36 -04004955#: misc/fsck.c:370
4956#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004957msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004958"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004959"\tfield. I will kludge around things for you, but you\n"
4960"\tshould fix your /etc/fstab file as soon as you can.\n"
4961"\n"
4962msgstr ""
4963"\a\a\aPERINGATAN: /etc/fstab anda tidak berisi fsck passno\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004964"\tpilihan. Saya akan klude around things untuk anda, tetapi anda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004965"\tseharusnya membetulkan berkas /etc/fstab anda secepatnya.\n"
4966"\n"
4967
Eric Sandeen032eafe2012-07-28 17:48:36 -04004968#: misc/fsck.c:478
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004969#, c-format
4970msgid "fsck: %s: not found\n"
4971msgstr "fsck: %s: tidak ditemukan\n"
4972
Eric Sandeen032eafe2012-07-28 17:48:36 -04004973#: misc/fsck.c:594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004974#, c-format
4975msgid "%s: wait: No more child process?!?\n"
4976msgstr "%s: tunggu: Tidak ada lagi proses anak?!?\n"
4977
Eric Sandeen032eafe2012-07-28 17:48:36 -04004978#: misc/fsck.c:616
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004979#, c-format
4980msgid "Warning... %s for device %s exited with signal %d.\n"
4981msgstr "Peringatan... %s untuk perangkat %s keluar dengan sinyal %d.\n"
4982
Eric Sandeen032eafe2012-07-28 17:48:36 -04004983#: misc/fsck.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004984#, c-format
4985msgid "%s %s: status is %x, should never happen.\n"
4986msgstr "%s %s: status adalah %x, seharusnya tidak pernah terjadi.\n"
4987
Eric Sandeen032eafe2012-07-28 17:48:36 -04004988#: misc/fsck.c:661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004989#, c-format
4990msgid "Finished with %s (exit status %d)\n"
4991msgstr "Berakhir dengan %s (status keluar %d)\n"
4992
Eric Sandeen032eafe2012-07-28 17:48:36 -04004993#: misc/fsck.c:721
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004994#, c-format
4995msgid "%s: Error %d while executing fsck.%s for %s\n"
4996msgstr "%s: Error %d ketika menjalankan fsck.%s untuk %s\n"
4997
Eric Sandeen032eafe2012-07-28 17:48:36 -04004998#: misc/fsck.c:742
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004999msgid ""
5000"Either all or none of the filesystem types passed to -t must be prefixed\n"
5001"with 'no' or '!'.\n"
5002msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005003"Semua atau tidak sama sekali dari tipe sistem berkas dilewatkan melalui "
5004"pilihan -t harus diwali\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005005"dengan 'no' atau '!'.\n"
5006
Eric Sandeen032eafe2012-07-28 17:48:36 -04005007#: misc/fsck.c:761
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005008msgid "Couldn't allocate memory for filesystem types\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005009msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005010
Eric Sandeen032eafe2012-07-28 17:48:36 -04005011#: misc/fsck.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005012#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005013msgid ""
5014"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5015"number\n"
5016msgstr ""
5017"%s: melewatkan baris buruk di /etc/fstab: bind mount dengan tidak nol fsck "
5018"tahap nomor\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005019
Eric Sandeen032eafe2012-07-28 17:48:36 -04005020#: misc/fsck.c:911
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005021#, c-format
5022msgid "fsck: cannot check %s: fsck.%s not found\n"
5023msgstr "fsck: tidak dapat memeriksa %s: fsck.%s tidak ditemukan\n"
5024
Eric Sandeen032eafe2012-07-28 17:48:36 -04005025#: misc/fsck.c:967
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005026msgid "Checking all file systems.\n"
5027msgstr "Memeriksa semua filesytem.\n"
5028
Eric Sandeen032eafe2012-07-28 17:48:36 -04005029#: misc/fsck.c:1058
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005030#, c-format
5031msgid "--waiting-- (pass %d)\n"
5032msgstr "--menunggu-- (tahap %d)\n"
5033
Eric Sandeen032eafe2012-07-28 17:48:36 -04005034#: misc/fsck.c:1078
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005035msgid ""
5036"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5037msgstr ""
5038"Penggunaan: fsck [-AMNPRTV] -C [fd] ] [-t fstype] [fs-pilihan] "
5039"[filesys ...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005040
Eric Sandeen032eafe2012-07-28 17:48:36 -04005041#: misc/fsck.c:1120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005042#, c-format
5043msgid "%s: too many devices\n"
5044msgstr "%s: terlalu banyak perangkat\n"
5045
Eric Sandeen032eafe2012-07-28 17:48:36 -04005046#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005047#, c-format
5048msgid "%s: too many arguments\n"
5049msgstr "%s: terlalu banyak argumen\n"
5050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051#: misc/fuse2fs.c:3727
5052msgid "Mounting read-only.\n"
5053msgstr ""
5054
5055#: misc/fuse2fs.c:3751
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005056#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005057msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5058msgstr ""
5059
5060#: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
5061#, c-format
5062msgid "%s: %s.\n"
5063msgstr ""
5064
5065#: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
5066#, fuzzy, c-format
5067msgid "Please run e2fsck -fy %s.\n"
5068msgstr ""
5069"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
5070"\n"
5071
5072#: misc/fuse2fs.c:3785
5073msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5074msgstr ""
5075
5076#: misc/fuse2fs.c:3793
5077#, fuzzy, c-format
5078msgid "%s: Writing to the journal is not supported.\n"
5079msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
5080
5081#: misc/fuse2fs.c:3808
5082msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5083msgstr ""
5084
5085#: misc/fuse2fs.c:3812
5086msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5087msgstr ""
5088
5089#: misc/fuse2fs.c:3817
5090msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5091msgstr ""
5092
5093#: misc/fuse2fs.c:3821
5094msgid "Orphans detected; running e2fsck is recommended.\n"
5095msgstr ""
5096
5097#: misc/fuse2fs.c:3825
5098msgid "Errors detected; running e2fsck is required.\n"
5099msgstr ""
5100
5101#: misc/lsattr.c:75
5102#, fuzzy, c-format
5103msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005104msgstr "Penggunaan: %s [-RVadlv] [berkas...]\n"
5105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005106#: misc/lsattr.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005107#, c-format
5108msgid "While reading flags on %s"
5109msgstr "Ketika membaca flags di %s"
5110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005111#: misc/lsattr.c:93
5112#, fuzzy, c-format
5113msgid "While reading project on %s"
5114msgstr "Ketika membaca versi di %s"
5115
5116#: misc/lsattr.c:102
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005117#, c-format
5118msgid "While reading version on %s"
5119msgstr "Ketika membaca versi di %s"
5120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005121#: misc/mke2fs.c:124
Eric Sandeen032eafe2012-07-28 17:48:36 -04005122#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005123msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005124"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005125"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005126"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005127"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5128"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5129"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005130"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5131"undo_file]\n"
5132"\t[-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005133msgstr ""
5134"Penggunaan: %s [-c|-l namafile] [-b ukuran-blok] [-f ukuran-fragmen]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005135"\t[-i bytes-per-inode] [-I ukuran-inode] [-J pilihan-jurnal]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005136"\t[-G ukuran meta grup] [-N jumlah-dari-inode]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005137"\t[-m persentasi-reserved-blok] [-o sistem-operasi-pembuat]\n"
5138"\t[-g blok-per-grup] [-L label-volume] [-M direktori-terakhir-dipasang]\n"
5139"\t[-O fasilitas[,...]] [-r revisi-fs] [-E pilihan-tambahan[,...]]\n"
5140"\t[-T type-fs] [-U UUID] [-jnqvFKSV] perangkat [jumlah-blok]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005142#: misc/mke2fs.c:255
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005143#, c-format
5144msgid "Running command: %s\n"
5145msgstr "Menjalankan perintah: %s\n"
5146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005147#: misc/mke2fs.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005148#, c-format
5149msgid "while trying to run '%s'"
5150msgstr "ketika mencoba untuk menjalankan '%s'"
5151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005152#: misc/mke2fs.c:266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005153msgid "while processing list of bad blocks from program"
5154msgstr "ketika memproses daftar dari blok buruk dari aplikasi"
5155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005156#: misc/mke2fs.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005157#, c-format
5158msgid "Block %d in primary superblock/group descriptor area bad.\n"
5159msgstr "Blok %d dalam daerah deskripsi superblok/grup utama buruk.\n"
5160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005161#: misc/mke2fs.c:295
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005162#, c-format
5163msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005164msgstr ""
5165"Blok %u sampai %u harus dalam keadaan baik untuk membuat sebuah sistem "
5166"berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005168#: misc/mke2fs.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005169msgid "Aborting....\n"
5170msgstr "Membatalkan...\n"
5171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005172#: misc/mke2fs.c:318
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005173#, c-format
5174msgid ""
5175"Warning: the backup superblock/group descriptors at block %u contain\n"
5176"\tbad blocks.\n"
5177"\n"
5178msgstr ""
5179"Peringatan: deskripsi superblok/grup cadangan di blok %u berisi\n"
5180"\tblok buruk.\n"
5181"\n"
5182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005183#: misc/mke2fs.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005184msgid "while marking bad blocks as used"
5185msgstr "ketika menandai blok buruk sebagai digunakan"
5186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005187#: misc/mke2fs.c:408
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005188msgid "Writing inode tables: "
5189msgstr "Menulis tabel inode: "
5190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005191#: misc/mke2fs.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005192#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005193msgid ""
5194"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005195"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005196msgstr ""
5197"\n"
5198"Tidak dapat menulis %d blok dalam tabel inode dimulai di %u: %s\n"
5199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005200#: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
Eric Sandeen032eafe2012-07-28 17:48:36 -04005201msgid "done \n"
5202msgstr "selesai \n"
5203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005204#: misc/mke2fs.c:460
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005205msgid "while creating root dir"
5206msgstr "ketika membuat direktori root"
5207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005208#: misc/mke2fs.c:467
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005209msgid "while reading root inode"
5210msgstr "ketika membaca inode root"
5211
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005212#: misc/mke2fs.c:479
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005213msgid "while setting root inode ownership"
5214msgstr "ketika menset kepemilikan inode root"
5215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005216#: misc/mke2fs.c:497
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005217msgid "while creating /lost+found"
5218msgstr "ketika membuat /lost+found"
5219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005220#: misc/mke2fs.c:504
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005221msgid "while looking up /lost+found"
5222msgstr "ketika mencari /lost+found"
5223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005224#: misc/mke2fs.c:517
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005225msgid "while expanding /lost+found"
5226msgstr "ketika mengekspansi /lost+found"
5227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005228#: misc/mke2fs.c:532
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005229msgid "while setting bad block inode"
5230msgstr "ketika menset inode blok buruk"
5231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005232#: misc/mke2fs.c:559
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005233#, c-format
5234msgid "Out of memory erasing sectors %d-%d\n"
5235msgstr "Kehabisan memori menghapus sektor %d-%d\n"
5236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005237#: misc/mke2fs.c:569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005238#, c-format
5239msgid "Warning: could not read block 0: %s\n"
5240msgstr "Peringatan: tidak dapat membaca blok 0: %s\n"
5241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005242#: misc/mke2fs.c:585
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005243#, c-format
5244msgid "Warning: could not erase sector %d: %s\n"
5245msgstr "Peringatan: tidak dapat menghapus sektor %d: %s\n"
5246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005247#: misc/mke2fs.c:601
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005248msgid "while initializing journal superblock"
5249msgstr "ketika menginisialisasi jurnal superblok"
5250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005251#: misc/mke2fs.c:609
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005252msgid "Zeroing journal device: "
5253msgstr "Mengosongkan perangkat jurnal: "
5254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005255#: misc/mke2fs.c:621
Eric Sandeen032eafe2012-07-28 17:48:36 -04005256#, fuzzy, c-format
5257msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005258msgstr "ketika mengosongkan perangkat jurnal (blok %u, jumlah %d)"
5259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005260#: misc/mke2fs.c:638
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005261msgid "while writing journal superblock"
5262msgstr "ketika menulis jurnal superblok"
5263
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005264#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005265#, fuzzy, c-format
5266msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5267msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
5268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005269#: misc/mke2fs.c:661
Eric Sandeen032eafe2012-07-28 17:48:36 -04005270#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005271msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005272"warning: %llu blocks unused.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005273"\n"
5274msgstr ""
5275"peringatan: %u blok tidak digunakan.\n"
5276"\n"
5277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005278#: misc/mke2fs.c:666
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005279#, c-format
5280msgid "Filesystem label=%s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005281msgstr "Sistem berkas label=%s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005283#: misc/mke2fs.c:669
Eric Sandeen032eafe2012-07-28 17:48:36 -04005284#, fuzzy, c-format
5285msgid "OS type: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005286msgstr "Tipe OS: "
5287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005288#: misc/mke2fs.c:671
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005289#, c-format
5290msgid "Block size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005291msgstr "Ukuran blok=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005293#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04005294#, fuzzy, c-format
5295msgid "Cluster size=%u (log=%u)\n"
5296msgstr "Ukuran blok=%u (log=%u)\n"
5297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005298#: misc/mke2fs.c:678
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005299#, c-format
5300msgid "Fragment size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005301msgstr "Ukuran pecahan=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005303#: misc/mke2fs.c:680
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005304#, c-format
5305msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5306msgstr "Stride=%u blok, Lebar stripe=%u blok\n"
5307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005308#: misc/mke2fs.c:682
Eric Sandeen032eafe2012-07-28 17:48:36 -04005309#, fuzzy, c-format
5310msgid "%u inodes, %llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005311msgstr "%u inodes, %u blok\n"
5312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005313#: misc/mke2fs.c:684
Eric Sandeen032eafe2012-07-28 17:48:36 -04005314#, fuzzy, c-format
5315msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005316msgstr "%u blok (%2.2f%%) reserved untuk super user\n"
5317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005318#: misc/mke2fs.c:687
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005319#, c-format
5320msgid "First data block=%u\n"
5321msgstr "Data blok pertama=%u\n"
5322
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005323#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005324#, c-format
5325msgid "Root directory owner=%u:%u\n"
5326msgstr ""
5327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005328#: misc/mke2fs.c:691
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005329#, c-format
5330msgid "Maximum filesystem blocks=%lu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005331msgstr "Maksimum blok sistem berkas=%lu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005333#: misc/mke2fs.c:695
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005334#, c-format
5335msgid "%u block groups\n"
5336msgstr "%u grup blok\n"
5337
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005338#: misc/mke2fs.c:697
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005339#, c-format
5340msgid "%u block group\n"
5341msgstr "%u grup blok\n"
5342
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005343#: misc/mke2fs.c:699
Eric Sandeen032eafe2012-07-28 17:48:36 -04005344#, fuzzy, c-format
5345msgid "%u blocks per group, %u clusters per group\n"
5346msgstr "%u blok per grup, %u potongan per grup\n"
5347
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005348#: misc/mke2fs.c:702
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005349#, c-format
5350msgid "%u blocks per group, %u fragments per group\n"
5351msgstr "%u blok per grup, %u potongan per grup\n"
5352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005353#: misc/mke2fs.c:704
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005354#, c-format
5355msgid "%u inodes per group\n"
5356msgstr "%u inode per grup\n"
5357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005358#: misc/mke2fs.c:713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005359#, fuzzy, c-format
5360msgid "Filesystem UUID: %s\n"
5361msgstr "Sistem berkas label=%s\n"
5362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005363#: misc/mke2fs.c:714
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005364msgid "Superblock backups stored on blocks: "
5365msgstr "Cadangan superblok disimpan di blok: "
5366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005367#: misc/mke2fs.c:783
Eric Sandeen032eafe2012-07-28 17:48:36 -04005368#, fuzzy, c-format
5369msgid "Invalid quotatype parameter: %s\n"
5370msgstr "Parameter stride tidak valid: %s\n"
5371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005372#: misc/mke2fs.c:825
5373#, c-format
5374msgid "%s requires '-O 64bit'\n"
5375msgstr ""
5376
5377#: misc/mke2fs.c:831
5378#, c-format
5379msgid "'%s' must be before 'resize=%u'\n"
5380msgstr ""
5381
5382#: misc/mke2fs.c:844
5383#, fuzzy, c-format
5384msgid "Invalid desc_size: '%s'\n"
5385msgstr "Ukuran inode baru tidak valid: %s\n"
5386
5387#: misc/mke2fs.c:857
5388#, fuzzy, c-format
5389msgid "Invalid offset: %s\n"
5390msgstr "Ukuran inode baru tidak valid: %s\n"
5391
5392#: misc/mke2fs.c:871 misc/tune2fs.c:1928
5393#, fuzzy, c-format
5394msgid "Invalid mmp_update_interval: %s\n"
5395msgstr "pilihan mount tidak valid diset: %s\n"
5396
5397#: misc/mke2fs.c:885
5398#, fuzzy, c-format
5399msgid "Invalid # of backup superblocks: %s\n"
5400msgstr "Parameter superblok tidak valid: %s\n"
5401
5402#: misc/mke2fs.c:907
5403#, c-format
5404msgid "Invalid stride parameter: %s\n"
5405msgstr "Parameter stride tidak valid: %s\n"
5406
5407#: misc/mke2fs.c:922
5408#, c-format
5409msgid "Invalid stripe-width parameter: %s\n"
5410msgstr "Parameter stripe-width tidak valid: %s\n"
5411
5412#: misc/mke2fs.c:945
5413#, c-format
5414msgid "Invalid resize parameter: %s\n"
5415msgstr "Parameter resize tidak valid: %s\n"
5416
5417#: misc/mke2fs.c:952
5418msgid "The resize maximum must be greater than the filesystem size.\n"
5419msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
5420
5421#: misc/mke2fs.c:976
5422msgid "On-line resizing not supported with revision 0 filesystems\n"
5423msgstr "On-line resizing tidak dilayani dengan sistem berkas revisi 0\n"
5424
5425#: misc/mke2fs.c:1002 misc/mke2fs.c:1011
5426#, fuzzy, c-format
5427msgid "Invalid root_owner: '%s'\n"
5428msgstr "pilihan mount tidak valid diset: %s\n"
5429
5430#: misc/mke2fs.c:1042
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005431#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005432msgid ""
5433"\n"
5434"Bad option(s) specified: %s\n"
5435"\n"
5436"Extended options are separated by commas, and may take an argument which\n"
5437"\tis set off by an equals ('=') sign.\n"
5438"\n"
5439"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005440"\tmmp_update_interval=<interval>\n"
5441"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005442"\tstride=<RAID per-disk data chunk in blocks>\n"
5443"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005444"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005445"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005446"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005447"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005448"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005449"\troot_uid=<uid of root directory>\n"
5450"\troot_gid=<gid of root directory>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005451"\ttest_fs\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005452"\tdiscard\n"
5453"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005454"\tquotatype=<usr OR grp>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005455"\n"
5456msgstr ""
5457"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005458"Pilihan buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005459"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005460"Pilihan extended dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005461"\tdi set off oleh tanda sama dengan ('=').\n"
5462"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005463"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005464"\tstride=<RAID per-disk data chunk dalam blok>\n"
5465"\tstripe-width=<RAID stride * data disk dalam blok>\n"
5466"\tresize=<resize ukuran maksimum dalam blok>\n"
5467"\tlazy_itable_init=<0 untuk menonaktifkan, 1 untuk mengaktifkan>\n"
5468"\ttest_fs\n"
5469"\n"
5470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005471#: misc/mke2fs.c:1068
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005472#, c-format
5473msgid ""
5474"\n"
5475"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5476"\n"
5477msgstr ""
5478"\n"
5479"Peringatan: RAID stripe-width %u bukan sebuah even multiple dari stride %u.\n"
5480"\n"
5481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005482#: misc/mke2fs.c:1110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005483#, c-format
5484msgid ""
5485"Syntax error in mke2fs config file (%s, line #%d)\n"
5486"\t%s\n"
5487msgstr ""
5488"Syntax error dalam mke2fs berkas konfigurasi (%s, baris #%d)\n"
5489"\t%s\n"
5490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005491#: misc/mke2fs.c:1123 misc/tune2fs.c:1002
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005492#, c-format
5493msgid "Invalid filesystem option set: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005494msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005496#: misc/mke2fs.c:1135 misc/tune2fs.c:401
Eric Sandeen032eafe2012-07-28 17:48:36 -04005497#, c-format
5498msgid "Invalid mount option set: %s\n"
5499msgstr "pilihan mount tidak valid diset: %s\n"
5500
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005501#: misc/mke2fs.c:1271
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005502#, fuzzy, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005503msgid ""
5504"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005505"Your mke2fs.conf file does not define the %s filesystem type.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005506msgstr ""
5507"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005508"Peringatan! Berkas mke2fs.conf anda tidak mendefinisikan tipe sistem berkas "
5509"%s.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005511#: misc/mke2fs.c:1275
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005512msgid ""
5513"You probably need to install an updated mke2fs.conf file.\n"
5514"\n"
5515msgstr ""
5516"Anda mungkin butuh untuk memasang sebuah update dari berkas mke2fs.conf.\n"
5517"\n"
5518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005519#: misc/mke2fs.c:1279
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005520#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005521msgid "Aborting...\n"
5522msgstr "Membatalkan...\n"
5523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005524#: misc/mke2fs.c:1320
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005525#, c-format
5526msgid ""
5527"\n"
5528"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5529"\n"
5530msgstr ""
5531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005532#: misc/mke2fs.c:1500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005533#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005534msgid "Couldn't allocate memory for new PATH.\n"
5535msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
5536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005537#: misc/mke2fs.c:1541
Eric Sandeen032eafe2012-07-28 17:48:36 -04005538#, c-format
5539msgid "Couldn't init profile successfully (error: %ld).\n"
5540msgstr ""
5541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005542#: misc/mke2fs.c:1574
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005543#, c-format
5544msgid "invalid block size - %s"
5545msgstr "Ukuran blok tidak valid - %s"
5546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005547#: misc/mke2fs.c:1578
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005548#, c-format
5549msgid "Warning: blocksize %d not usable on most systems.\n"
5550msgstr "Peringatan: ukuranblok %d tidak berguna dalam kebanyakan system.\n"
5551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005552#: misc/mke2fs.c:1594
Eric Sandeen032eafe2012-07-28 17:48:36 -04005553#, fuzzy, c-format
5554msgid "invalid cluster size - %s"
5555msgstr "Ukuran blok tidak valid - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005557#: misc/mke2fs.c:1607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005558msgid "'-R' is deprecated, use '-E' instead"
5559msgstr ""
5560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005561#: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5562#, c-format
5563msgid "bad error behavior - %s"
5564msgstr "perilaku error buruk - %s"
5565
5566#: misc/mke2fs.c:1633
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005567msgid "Illegal number for blocks per group"
5568msgstr "Jumlah ilegal untuk blok per grup"
5569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005570#: misc/mke2fs.c:1638
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005571msgid "blocks per group must be multiple of 8"
5572msgstr "blok per grup harus kelipatan dari 8"
5573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005574#: misc/mke2fs.c:1646
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005575msgid "Illegal number for flex_bg size"
5576msgstr "Jumlah ilegal untuk ukuran flex_bg"
5577
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005578#: misc/mke2fs.c:1652
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005579msgid "flex_bg size must be a power of 2"
5580msgstr "ukuran flex_bg harus kelipatan dari 2"
5581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005582#: misc/mke2fs.c:1657
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005583#, fuzzy, c-format
5584msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5585msgstr "ukuran flex_bg harus kelipatan dari 2"
5586
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005587#: misc/mke2fs.c:1667
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005588#, c-format
5589msgid "invalid inode ratio %s (min %d/max %d)"
5590msgstr "rasio dari inode tidak valid %s (min %d/max %d)"
5591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005592#: misc/mke2fs.c:1677
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005593#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005594msgid "invalid inode size - %s"
5595msgstr "ukuran inode tidak valid - %s"
5596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005597#: misc/mke2fs.c:1690
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005598msgid ""
5599"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5600"nodiscard' extended option instead!\n"
5601msgstr ""
5602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005603#: misc/mke2fs.c:1701
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005604msgid "in malloc for bad_blocks_filename"
5605msgstr "dalam malloc untuk bad_block_filename"
5606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005607#: misc/mke2fs.c:1714
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005608#, c-format
5609msgid "invalid reserved blocks percent - %s"
5610msgstr "persentasi reserved blok tidak valid - %s"
5611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005612#: misc/mke2fs.c:1729
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005613#, c-format
5614msgid "bad num inodes - %s"
5615msgstr "jumlah inode buruk - %s"
5616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005617#: misc/mke2fs.c:1746
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005618#, c-format
5619msgid "bad revision level - %s"
5620msgstr "level revisi buruk - %s"
5621
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005622#: misc/mke2fs.c:1751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005623#, fuzzy, c-format
5624msgid "while trying to create revision %d"
5625msgstr ""
5626"\n"
5627"\tketika mencoba untuk membuat jurnal"
5628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005629#: misc/mke2fs.c:1765
Eric Sandeen032eafe2012-07-28 17:48:36 -04005630#, fuzzy
5631msgid "The -t option may only be used once"
5632msgstr "-o hanya boleh dispesifikasikan sekali"
5633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005634#: misc/mke2fs.c:1773
Eric Sandeen032eafe2012-07-28 17:48:36 -04005635#, fuzzy
5636msgid "The -T option may only be used once"
5637msgstr "-o hanya boleh dispesifikasikan sekali"
5638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005639#: misc/mke2fs.c:1829 misc/mke2fs.c:3077
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005640#, c-format
5641msgid "while trying to open journal device %s\n"
5642msgstr "ketika mencoba membuka perangkat jurnal %s\n"
5643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005644#: misc/mke2fs.c:1835
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005645#, c-format
5646msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005647msgstr ""
5648"Perangkat jurnal ukuranblok (%d) lebih kecil daripada minimum ukuranblok %d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005650#: misc/mke2fs.c:1841
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005651#, c-format
5652msgid "Using journal device's blocksize: %d\n"
5653msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
5654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005655#: misc/mke2fs.c:1852
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005656#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005657msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005658msgstr "jumlah blok tidak valid - %s"
5659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005660#: misc/mke2fs.c:1874
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005661msgid "filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005662msgstr "sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005664#: misc/mke2fs.c:1887 resize/main.c:490
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005665msgid "while trying to determine filesystem size"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005666msgstr "ketika mencoba untuk menentukan ukuran sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005668#: misc/mke2fs.c:1893
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005669msgid ""
5670"Couldn't determine device size; you must specify\n"
5671"the size of the filesystem\n"
5672msgstr ""
5673"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005674"ukuran dari sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005676#: misc/mke2fs.c:1900
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005677msgid ""
5678"Device size reported to be zero. Invalid partition specified, or\n"
5679"\tpartition table wasn't reread after running fdisk, due to\n"
5680"\ta modified partition being busy and in use. You may need to reboot\n"
5681"\tto re-read your partition table.\n"
5682msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005683"Ukuran perangkat yang dilaporkan nol. Partisi yang dispesifikasikan tidak "
5684"valid, atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005685"\ttabel partisi tidak dibaca kembali setelah menjalankan fdisk, karena\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005686"\tpartisi yang diubah sedang sibuk dan sedang digunakan. Anda bisa melakukan "
5687"reboot\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005688"\tuntuk membaca kembali tabel partisi.\n"
5689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005690#: misc/mke2fs.c:1917
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005691msgid "Filesystem larger than apparent device size."
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005692msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005693
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005694#: misc/mke2fs.c:1937
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005695msgid "Failed to parse fs types list\n"
5696msgstr "Gagal untuk memparse daftar type fs\n"
5697
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005698#: misc/mke2fs.c:1984
5699#, fuzzy
5700msgid "The HURD does not support the filetype feature.\n"
5701msgstr "Hurd tidak mendukung layanan filetype.\n"
5702
5703#: misc/mke2fs.c:1989
5704#, fuzzy
5705msgid "The HURD does not support the huge_file feature.\n"
5706msgstr "Hurd tidak mendukung layanan filetype.\n"
5707
5708#: misc/mke2fs.c:1994
5709#, fuzzy
5710msgid "The HURD does not support the metadata_csum feature.\n"
5711msgstr "Hurd tidak mendukung layanan filetype.\n"
5712
5713#: misc/mke2fs.c:2004
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005714msgid "while trying to determine hardware sector size"
5715msgstr "ketika mencoba untuk menentukan ukuran sektor perangkat"
5716
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005717#: misc/mke2fs.c:2010
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005718msgid "while trying to determine physical sector size"
5719msgstr "ketika mencoba untuk menentukan ukuran fisik sektor"
5720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005721#: misc/mke2fs.c:2042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005722msgid "while setting blocksize; too small for device\n"
5723msgstr ""
5724"ketika sedang melakukan konfigurasi ukuran blok;terlalu kecil untuk "
5725"perangkat\n"
5726
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005727#: misc/mke2fs.c:2047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005728#, fuzzy, c-format
5729msgid ""
5730"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5731msgstr ""
5732"Peringatan: ukuran blok yang dispesifikasikan %d lebih kecil daripada ukuran "
5733"fisik sektor perangkat %d, tetap dilanjutkan\n"
5734
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005735#: misc/mke2fs.c:2071
Eric Sandeen032eafe2012-07-28 17:48:36 -04005736#, fuzzy, c-format
5737msgid ""
5738"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5739"\tin 32 bits using a blocksize of %d.\n"
5740msgstr ""
5741"%s: Ukuran dari perangkat %s terlalu besar untuk diexpresikan dalam 32 bit\n"
5742"\tmenggunakan sebuah ukuranblok dari %d.\n"
5743
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005744#: misc/mke2fs.c:2087
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005745msgid "fs_types for mke2fs.conf resolution: "
5746msgstr "fs_types untuk mke2fs.conf resolution: "
5747
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005748#: misc/mke2fs.c:2094
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005749msgid "Filesystem features not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005750msgstr "Sistem berkas features tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005751
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005752#: misc/mke2fs.c:2102
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005753msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005754msgstr "Sparse superblok tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005755
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005756#: misc/mke2fs.c:2112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005757msgid "Journals not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005758msgstr "Jurnal tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005760#: misc/mke2fs.c:2125
Eric Sandeen032eafe2012-07-28 17:48:36 -04005761#, fuzzy, c-format
5762msgid "invalid reserved blocks percent - %lf"
5763msgstr "persentasi reserved blok tidak valid - %s"
5764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005765#: misc/mke2fs.c:2142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005766msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005767"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5768"rectify.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005769msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005770
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005771#: misc/mke2fs.c:2162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005772#, fuzzy
5773msgid "The cluster size may not be smaller than the block size.\n"
5774msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005776#: misc/mke2fs.c:2168
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005777msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005778msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005780#: misc/mke2fs.c:2188
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005781#, c-format
5782msgid "warning: Unable to get device geometry for %s\n"
5783msgstr "Peringatan: Tidak dapat mendapatkan geometri untuk perangkat %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005784
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005785#: misc/mke2fs.c:2191
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005786#, c-format
5787msgid "%s alignment is offset by %lu bytes.\n"
5788msgstr "%s penyesuaian ofset sebesar %lu bytes.\n"
5789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005790#: misc/mke2fs.c:2193
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005791#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005792msgid ""
5793"This may result in very poor performance, (re)-partitioning suggested.\n"
5794msgstr ""
5795"Ini mungkin akan berujung ke performa yang tidak baik, disarankan untuk "
5796"melakukan pembagian ulang.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005797
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005798#: misc/mke2fs.c:2214
Eric Sandeen032eafe2012-07-28 17:48:36 -04005799#, c-format
5800msgid "%d-byte blocks too big for system (max %d)"
5801msgstr "%d-byte bloks terlalu besar untuk system (maksimal %d)"
5802
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005803#: misc/mke2fs.c:2218
Eric Sandeen032eafe2012-07-28 17:48:36 -04005804#, c-format
5805msgid ""
5806"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5807msgstr ""
5808"Peringatan: %d-byte blok terlalu besar untuk system (maksimal %d), dipaksa "
5809"untuk melanjutkan\n"
5810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005811#: misc/mke2fs.c:2226
5812#, c-format
5813msgid ""
5814"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5815"and journal checksum features.\n"
5816msgstr ""
5817
5818#: misc/mke2fs.c:2286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005819msgid "Can't support bigalloc feature without extents feature"
5820msgstr ""
5821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005822#: misc/mke2fs.c:2293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005823msgid ""
5824"The resize_inode and meta_bg features are not compatible.\n"
5825"They can not be both enabled simultaneously.\n"
5826msgstr ""
5827"resize_inode dan meta_bg feature tidak saling kompatibel.\n"
5828"Meraka tidak dapat diaktifkan secara bersamaan.\n"
5829
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005830#: misc/mke2fs.c:2301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005831msgid ""
5832"\n"
5833"Warning: the bigalloc feature is still under development\n"
5834"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5835"\n"
5836msgstr ""
5837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005838#: misc/mke2fs.c:2313
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005839msgid "reserved online resize blocks not supported on non-sparse filesystem"
5840msgstr "reserved online resize blok tidak dilayani di non-sparse sistem berkas"
5841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005842#: misc/mke2fs.c:2322
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005843msgid "blocks per group count out of range"
5844msgstr "jumlah blok per grup diluar jangkauan"
5845
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005846#: misc/mke2fs.c:2344
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005847msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005848msgstr ""
5849"Flex_bg feature tidak diaktifkan, jadi ukuran flex_bw mungkin tidak dapat "
5850"dispesifikasikan"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005851
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005852#: misc/mke2fs.c:2356
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005853#, c-format
5854msgid "invalid inode size %d (min %d/max %d)"
5855msgstr "ukuran inode tidak valid %d (min %d/max %d)"
5856
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005857#: misc/mke2fs.c:2371
5858#, c-format
5859msgid "%d byte inodes are too small for inline data; specify larger size"
5860msgstr ""
5861
5862#: misc/mke2fs.c:2384
5863#, c-format
5864msgid "%d byte inodes are too small for project quota; specify larger size"
5865msgstr ""
5866
5867#: misc/mke2fs.c:2399
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005868#, c-format
5869msgid "too many inodes (%llu), raise inode ratio?"
5870msgstr "terlalu banyak inode (%llu), naikkan rasio inode?"
5871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005872#: misc/mke2fs.c:2406
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005873#, c-format
5874msgid "too many inodes (%llu), specify < 2^32 inodes"
5875msgstr "terlalu banyak inode (%llu), spesifikasikan < 2³2 inode"
5876
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005877#: misc/mke2fs.c:2420
Eric Sandeen032eafe2012-07-28 17:48:36 -04005878#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005879msgid ""
5880"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005881"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005882"\tor lower inode count (-N).\n"
5883msgstr ""
5884"inode_size (%u) * inode_count (%u) terlalu besar untuk sebuah\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005885"\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005886"\tatau lebih rendah jumlah inode (-N).\n"
5887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005888#: misc/mke2fs.c:2607
Eric Sandeen032eafe2012-07-28 17:48:36 -04005889#, fuzzy
5890msgid "Discarding device blocks: "
5891msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
5892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005893#: misc/mke2fs.c:2623
Eric Sandeen032eafe2012-07-28 17:48:36 -04005894#, fuzzy
5895msgid "failed - "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005896msgstr "gagal.\n"
5897
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005898#: misc/mke2fs.c:2703
5899#, fuzzy, c-format
5900msgid "bad error behavior in profile - %s"
5901msgstr "perilaku error buruk - %s"
5902
5903#: misc/mke2fs.c:2777
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005904msgid "while setting up superblock"
5905msgstr "ketika mensetup superblok"
5906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005907#: misc/mke2fs.c:2793
5908msgid ""
5909"Extents are not enabled. The file extent tree can be checksummed, whereas "
5910"block maps cannot. Not enabling extents reduces the coverage of metadata "
5911"checksumming. Pass -O extents to rectify.\n"
5912msgstr ""
5913
5914#: misc/mke2fs.c:2800
5915msgid ""
5916"64-bit filesystem support is not enabled. The larger fields afforded by "
5917"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5918msgstr ""
5919
5920#: misc/mke2fs.c:2808
5921msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5922msgstr ""
5923
5924#: misc/mke2fs.c:2824
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005925msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005926msgstr ""
5927
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005928#: misc/mke2fs.c:2918
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005929#, c-format
5930msgid "unknown os - %s"
5931msgstr "os tidak diketahui - %s"
5932
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005933#: misc/mke2fs.c:2981
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005934#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005935msgid "Allocating group tables: "
5936msgstr "Menulis tabel inode: "
5937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005938#: misc/mke2fs.c:2989
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005939msgid "while trying to allocate filesystem tables"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005940msgstr "ketika mencoba mengalokasikan tabel sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005941
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005942#: misc/mke2fs.c:2998
Eric Sandeen032eafe2012-07-28 17:48:36 -04005943#, fuzzy
5944msgid ""
5945"\n"
5946"\twhile converting subcluster bitmap"
5947msgstr "ketika menulis blok bitmap"
5948
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005949#: misc/mke2fs.c:3004
5950#, c-format
5951msgid "%s may be further corrupted by superblock rewrite\n"
5952msgstr ""
5953
5954#: misc/mke2fs.c:3045
Eric Sandeen032eafe2012-07-28 17:48:36 -04005955#, fuzzy, c-format
5956msgid "while zeroing block %llu at end of filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005957msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005959#: misc/mke2fs.c:3058
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005960msgid "while reserving blocks for online resize"
5961msgstr "ketika menreserve blok untuk online resize"
5962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005963#: misc/mke2fs.c:3070 misc/tune2fs.c:1410
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005964msgid "journal"
5965msgstr "jurnal"
5966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005967#: misc/mke2fs.c:3082
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005968#, c-format
5969msgid "Adding journal to device %s: "
5970msgstr "Menambahkan jurnal ke perangkat %s: "
5971
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005972#: misc/mke2fs.c:3089
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005973#, c-format
5974msgid ""
5975"\n"
5976"\twhile trying to add journal to device %s"
5977msgstr ""
5978"\n"
5979"\tketika mencoba untuk menambahkan jurnal ke perangkat %s"
5980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005981#: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5982#: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005983msgid "done\n"
5984msgstr "selesai\n"
5985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005986#: misc/mke2fs.c:3100
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005987msgid "Skipping journal creation in super-only mode\n"
5988msgstr "Melewatkan pembuatan jurnal dalam mode super-saja\n"
5989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005990#: misc/mke2fs.c:3110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005991#, c-format
5992msgid "Creating journal (%u blocks): "
5993msgstr "Membuat jurnal (%u blok): "
5994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005995#: misc/mke2fs.c:3119
Eric Sandeen032eafe2012-07-28 17:48:36 -04005996msgid ""
5997"\n"
5998"\twhile trying to create journal"
5999msgstr ""
6000"\n"
6001"\tketika mencoba untuk membuat jurnal"
6002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006003#: misc/mke2fs.c:3131 misc/tune2fs.c:1067
Eric Sandeen032eafe2012-07-28 17:48:36 -04006004msgid ""
6005"\n"
6006"Error while enabling multiple mount protection feature."
6007msgstr ""
6008
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006009#: misc/mke2fs.c:3136
Eric Sandeen032eafe2012-07-28 17:48:36 -04006010#, c-format
6011msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6012msgstr ""
6013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006014#: misc/mke2fs.c:3154
6015msgid "Copying files into the device: "
6016msgstr ""
6017
6018#: misc/mke2fs.c:3160
6019#, fuzzy
6020msgid "while populating file system"
6021msgstr "ketika mengalokasikan buffer"
6022
6023#: misc/mke2fs.c:3167
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006024msgid "Writing superblocks and filesystem accounting information: "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006025msgstr "Menulis superblok dan informasi akuntasi sistem berkas: "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006027#: misc/mke2fs.c:3174
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006028msgid ""
6029"\n"
6030"Warning, had trouble writing out superblocks."
6031msgstr ""
6032"\n"
6033"Peringatan, memiliki masalah menulis diluar superblok."
6034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006035#: misc/mke2fs.c:3176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006036msgid ""
6037"done\n"
6038"\n"
6039msgstr ""
6040"selesai\n"
6041"\n"
6042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006043#: misc/mk_hugefiles.c:423
6044#, c-format
6045msgid ""
6046"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6047msgstr ""
6048
6049#: misc/mk_hugefiles.c:490
6050msgid "Huge files will be zero'ed\n"
6051msgstr ""
6052
6053#: misc/mk_hugefiles.c:491
6054#, fuzzy, c-format
6055msgid "Creating %lu huge file(s) "
6056msgstr "berkas biasa"
6057
6058#: misc/mk_hugefiles.c:493
6059#, fuzzy, c-format
6060msgid "with %llu blocks each"
6061msgstr ""
6062"peringatan: %u blok tidak digunakan.\n"
6063"\n"
6064
6065#: misc/mk_hugefiles.c:504
6066#, fuzzy, c-format
6067msgid "while creating huge file %lu"
6068msgstr "ketika memperoleh inode berikutnya"
6069
Eric Sandeen032eafe2012-07-28 17:48:36 -04006070#: misc/mklost+found.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006071msgid "Usage: mklost+found\n"
6072msgstr "Penggunaan: mklost+found\n"
6073
Eric Sandeen032eafe2012-07-28 17:48:36 -04006074#: misc/partinfo.c:41
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006075#, c-format
6076msgid ""
6077"Usage: %s device...\n"
6078"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006079"Prints out the partition information for each given device.\n"
6080"For example: %s /dev/hda\n"
6081"\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006082msgstr ""
6083"Penggunaan: %s perangkat...\n"
6084"\n"
6085"Tampilkan informasi partisi untuk setiap perangkat yang diberikan.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006086"Contoh: %s /dev/hda\n"
6087"\n"
6088
Eric Sandeen032eafe2012-07-28 17:48:36 -04006089#: misc/partinfo.c:51
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006090#, c-format
6091msgid "Cannot open %s: %s"
6092msgstr "tidak dapat membuka %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006093
Eric Sandeen032eafe2012-07-28 17:48:36 -04006094#: misc/partinfo.c:57
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006095#, c-format
6096msgid "Cannot get geometry of %s: %s"
6097msgstr "Tidak dapat memperoleh geometry dari %s; %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006098
Eric Sandeen032eafe2012-07-28 17:48:36 -04006099#: misc/partinfo.c:65
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006100#, c-format
6101msgid "Cannot get size of %s: %s"
6102msgstr "Tidak dapat memperoleh ukuran dari %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006103
Eric Sandeen032eafe2012-07-28 17:48:36 -04006104#: misc/partinfo.c:71
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006105#, c-format
6106msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6107msgstr "%s: h=%3d s=%3d c=%4d awal=%8d ukuran=%8lu akhir=%6d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006109#: misc/tune2fs.c:118
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006110msgid "Please run e2fsck on the filesystem.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006111msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006113#: misc/tune2fs.c:120
6114#, fuzzy
6115msgid "Please run e2fsck -D on the filesystem.\n"
6116msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
6117
6118#: misc/tune2fs.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04006119#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006120msgid ""
6121"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
6122"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006123"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6124"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6125"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6126"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006127"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006128"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006129msgstr ""
6130"Penggunaan: %s [-c jumlah_max_mount] [-e errors_behavior] [-g grup]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006131"\t[-t interval[d|m|w]] [-j] [-J pilihan_jurnal] [-l]\n"
6132"\t[-m persentasi_reserved_blok] [-o [^]pilihan_mount[,...]] \n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006133"\t[-r jumlah_reserved_blok] [-u pengguna] [-C jumlah_mount] [-L "
6134"label_volume]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006135"\t[-E pilihan-tambahan[,...]] [-T waktu_terakhir_diperiksa] [-U UUID]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006136"\t[-I ukuran_inode_baru] perangkat\n"
6137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006138#: misc/tune2fs.c:213
Theodore Ts'obd386982015-05-17 20:34:58 -04006139msgid "Journal superblock not found!\n"
6140msgstr "Jurnal superblok tidak ditemukan!\n"
6141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006142#: misc/tune2fs.c:271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006143msgid "while trying to open external journal"
6144msgstr "ketika mencoba membuka jurnal external"
6145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006146#: misc/tune2fs.c:277 misc/tune2fs.c:2671
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006147#, c-format
6148msgid "%s is not a journal device.\n"
6149msgstr "%s bukan sebuah perangkat jurnal.\n"
6150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006151#: misc/tune2fs.c:287 misc/tune2fs.c:2682
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006152msgid "Filesystem's UUID not found on journal device.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006153msgstr "Sistem berkas UUID tidak ditemukan dalam perangkat jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006155#: misc/tune2fs.c:311
Eric Sandeen032eafe2012-07-28 17:48:36 -04006156msgid ""
6157"Cannot locate journal device. It was NOT removed\n"
6158"Use -f option to remove missing journal device.\n"
6159msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006161#: misc/tune2fs.c:320
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006162msgid "Journal removed\n"
6163msgstr "Jurnal dihapus\n"
6164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006165#: misc/tune2fs.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006166msgid "while reading bitmaps"
6167msgstr "ketika membaca bitmap"
6168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006169#: misc/tune2fs.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006170msgid "while clearing journal inode"
6171msgstr "ketika menghapus inode jurnal"
6172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006173#: misc/tune2fs.c:383
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006174msgid "while writing journal inode"
6175msgstr "ketika menulis inode jurnal"
6176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006177#: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006178msgid "(and reboot afterwards!)\n"
6179msgstr "(dan reboot setelah ini!)\n"
6180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006181#: misc/tune2fs.c:471
6182#, c-format
6183msgid "After running e2fsck, please run `resize2fs %s %s"
6184msgstr ""
6185
6186#: misc/tune2fs.c:474
6187#, fuzzy, c-format
6188msgid "Please run `resize2fs %s %s"
6189msgstr ""
6190"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
6191"\n"
6192
6193#: misc/tune2fs.c:478
6194#, c-format
6195msgid " -z \"%s\""
6196msgstr ""
6197
6198#: misc/tune2fs.c:480
6199#, c-format
6200msgid "' to enable 64-bit mode.\n"
6201msgstr ""
6202
6203#: misc/tune2fs.c:482
6204#, c-format
6205msgid "' to disable 64-bit mode.\n"
6206msgstr ""
6207
6208#: misc/tune2fs.c:969
6209msgid ""
6210"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6211" This requires Linux >= v4.4.\n"
6212msgstr ""
6213
6214#: misc/tune2fs.c:1005
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006215#, c-format
6216msgid "Clearing filesystem feature '%s' not supported.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006217msgstr "Menghapus feature sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006219#: misc/tune2fs.c:1011
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006220#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006221msgid "Setting filesystem feature '%s' not supported.\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006222msgstr "Tatanan fitur sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006224#: misc/tune2fs.c:1020
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006225msgid ""
6226"The has_journal feature may only be cleared when the filesystem is\n"
6227"unmounted or mounted read-only.\n"
6228msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006229"Has_journal feature mungkin hanya bisa dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006230"dimount baca-saja atau tidak dimount.\n"
6231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#: misc/tune2fs.c:1028
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006233msgid ""
6234"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6235"the has_journal flag.\n"
6236msgstr ""
6237"Needs_recovery flag diset. Tolong jalankan e2fsck sebelum menghapus\n"
6238"has_journal flag.\n"
6239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006240#: misc/tune2fs.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006241#, fuzzy
6242msgid ""
6243"Setting filesystem feature 'sparse_super' not supported\n"
6244"for filesystems with the meta_bg feature enabled.\n"
6245msgstr ""
6246"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6247"fitur aktif.\n"
6248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006249#: misc/tune2fs.c:1059
Eric Sandeen032eafe2012-07-28 17:48:36 -04006250#, fuzzy
6251msgid ""
6252"The multiple mount protection feature can't\n"
6253"be set if the filesystem is mounted or\n"
6254"read-only.\n"
6255msgstr ""
6256"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
6257"dimount baca-saja atau tidak dimount.\n"
6258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006259#: misc/tune2fs.c:1077
Eric Sandeen032eafe2012-07-28 17:48:36 -04006260#, c-format
6261msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6262msgstr ""
6263
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006264#: misc/tune2fs.c:1086
Eric Sandeen032eafe2012-07-28 17:48:36 -04006265msgid ""
6266"The multiple mount protection feature cannot\n"
6267"be disabled if the filesystem is readonly.\n"
6268msgstr ""
6269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006270#: misc/tune2fs.c:1094
Eric Sandeen032eafe2012-07-28 17:48:36 -04006271#, fuzzy
6272msgid "Error while reading bitmaps\n"
6273msgstr "ketika membaca bitmap"
6274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006275#: misc/tune2fs.c:1103
Eric Sandeen032eafe2012-07-28 17:48:36 -04006276#, c-format
6277msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6278msgstr ""
6279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006280#: misc/tune2fs.c:1108
Eric Sandeen032eafe2012-07-28 17:48:36 -04006281#, fuzzy
6282msgid "while reading MMP block."
6283msgstr "ketika sedang membaca inode blok buruk"
6284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006285#: misc/tune2fs.c:1140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006286msgid ""
6287"Clearing the flex_bg flag would cause the the filesystem to be\n"
6288"inconsistent.\n"
6289msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006290"Menghapus flex_bg flag akan mengakibatkan sistem berkas menjadi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006291"tidak konsisten.\n"
6292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006293#: misc/tune2fs.c:1151
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006294msgid ""
6295"The huge_file feature may only be cleared when the filesystem is\n"
6296"unmounted or mounted read-only.\n"
6297msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006298"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006299"dimount baca-saja atau tidak dimount.\n"
6300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006301#: misc/tune2fs.c:1162
6302msgid "Enabling checksums could take some time."
6303msgstr ""
6304
6305#: misc/tune2fs.c:1164
6306msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6307msgstr ""
6308
6309#: misc/tune2fs.c:1170
6310msgid ""
6311"Extents are not enabled. The file extent tree can be checksummed, whereas "
6312"block maps cannot. Not enabling extents reduces the coverage of metadata "
6313"checksumming. Re-run with -O extent to rectify.\n"
6314msgstr ""
6315
6316#: misc/tune2fs.c:1177
6317msgid ""
6318"64-bit filesystem support is not enabled. The larger fields afforded by "
6319"this feature enable full-strength checksumming. Run resize2fs -b to "
6320"rectify.\n"
6321msgstr ""
6322
6323#: misc/tune2fs.c:1203
6324msgid "Disabling checksums could take some time."
6325msgstr ""
6326
6327#: misc/tune2fs.c:1205
6328msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6329msgstr ""
6330
6331#: misc/tune2fs.c:1268
6332#, c-format
6333msgid "Cannot enable 64-bit mode while mounted!\n"
6334msgstr ""
6335
6336#: misc/tune2fs.c:1278
6337#, c-format
6338msgid "Cannot disable 64-bit mode while mounted!\n"
6339msgstr ""
6340
6341#: misc/tune2fs.c:1308
6342msgid ""
6343"\n"
6344"Warning: enabled project without quota together\n"
6345msgstr ""
6346
6347#: misc/tune2fs.c:1321
Eric Sandeen032eafe2012-07-28 17:48:36 -04006348msgid ""
6349"\n"
6350"Warning: '^quota' option overrides '-Q'arguments.\n"
6351msgstr ""
6352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006353#: misc/tune2fs.c:1339
6354#, fuzzy
6355msgid ""
6356"Setting feature 'metadata_csum_seed' is only supported\n"
6357"on filesystems with the metadata_csum feature enabled.\n"
6358msgstr ""
6359"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6360"fitur aktif.\n"
6361
6362#: misc/tune2fs.c:1357
6363msgid ""
6364"UUID has changed since enabling metadata_csum. Filesystem must be "
6365"unmounted \n"
6366"to safely rewrite all metadata to match the new UUID.\n"
6367msgstr ""
6368
6369#: misc/tune2fs.c:1403
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006370msgid "The filesystem already has a journal.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006371msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006373#: misc/tune2fs.c:1423
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006374#, c-format
6375msgid ""
6376"\n"
6377"\twhile trying to open journal on %s\n"
6378msgstr ""
6379"\n"
6380"\tketika mencoba untuk membuka jurnal di %s\n"
6381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006382#: misc/tune2fs.c:1427
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006383#, c-format
6384msgid "Creating journal on device %s: "
6385msgstr "Membuat jurnal di perangkat %s: "
6386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006387#: misc/tune2fs.c:1435
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006388#, c-format
6389msgid "while adding filesystem to journal on %s"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006390msgstr "ketika menambahkan sistem berkas di jurnal di %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006392#: misc/tune2fs.c:1441
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006393msgid "Creating journal inode: "
6394msgstr "Membuat jurnal inode: "
6395
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006396#: misc/tune2fs.c:1455
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006397msgid ""
6398"\n"
6399"\twhile trying to create journal file"
6400msgstr ""
6401"\n"
6402"\tketika mencoba membuat file jurnal"
6403
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006404#: misc/tune2fs.c:1544
Eric Sandeen032eafe2012-07-28 17:48:36 -04006405msgid ""
6406"\n"
6407"Bad quota options specified.\n"
6408"\n"
6409"Following valid quota options are available (pass by separating with "
6410"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006411"\t[^]usr[quota]\n"
6412"\t[^]grp[quota]\n"
6413"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006414"\n"
6415"\n"
6416msgstr ""
6417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006418#: misc/tune2fs.c:1602
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006419#, c-format
6420msgid "Couldn't parse date/time specifier: %s"
6421msgstr "Tidak dapat memparse date/time specifier: %s"
6422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006423#: misc/tune2fs.c:1627 misc/tune2fs.c:1640
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006424#, c-format
6425msgid "bad mounts count - %s"
6426msgstr "jumlah mount buruk - %s"
6427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006428#: misc/tune2fs.c:1683
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006429#, c-format
6430msgid "bad gid/group name - %s"
6431msgstr "nama gid/grup buruk - %s"
6432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006433#: misc/tune2fs.c:1716
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006434#, c-format
6435msgid "bad interval - %s"
6436msgstr "interval buruk - %s"
6437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006438#: misc/tune2fs.c:1745
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006439#, c-format
6440msgid "bad reserved block ratio - %s"
6441msgstr "rasio reserved blok buruk - %s"
6442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006443#: misc/tune2fs.c:1760
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006444msgid "-o may only be specified once"
6445msgstr "-o hanya boleh dispesifikasikan sekali"
6446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006447#: misc/tune2fs.c:1769
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006448msgid "-O may only be specified once"
6449msgstr "-O hanya boleh dispesifikasikan sekali"
6450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006451#: misc/tune2fs.c:1787
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006452#, c-format
6453msgid "bad reserved blocks count - %s"
6454msgstr "jumlah reserved blok buruk - %s"
6455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006456#: misc/tune2fs.c:1816
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006457#, c-format
6458msgid "bad uid/user name - %s"
6459msgstr "nama uid/pengguna buruk - %s"
6460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006461#: misc/tune2fs.c:1833
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006462#, c-format
6463msgid "bad inode size - %s"
6464msgstr "ukuran inode buruk - %s"
6465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006466#: misc/tune2fs.c:1840
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006467#, c-format
6468msgid "Inode size must be a power of two- %s"
6469msgstr "Ukuran inode harus kelipatan dari dua - %s"
6470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006471#: misc/tune2fs.c:1937
Eric Sandeen032eafe2012-07-28 17:48:36 -04006472#, c-format
6473msgid "mmp_update_interval too big: %lu\n"
6474msgstr ""
6475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006476#: misc/tune2fs.c:1942
Eric Sandeen032eafe2012-07-28 17:48:36 -04006477#, fuzzy, c-format
6478msgid "Setting multiple mount protection update interval to %lu second\n"
6479msgid_plural ""
6480"Setting multiple mount protection update interval to %lu seconds\n"
6481msgstr[0] "Menset maksimal jumlah mount ke %d\n"
6482msgstr[1] "Menset maksimal jumlah mount ke %d\n"
6483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006484#: misc/tune2fs.c:1965
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006485#, c-format
6486msgid "Invalid RAID stride: %s\n"
6487msgstr "Invalid RAID stride: %s\n"
6488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006489#: misc/tune2fs.c:1980
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006490#, c-format
6491msgid "Invalid RAID stripe-width: %s\n"
6492msgstr "Invalid RAID stripe-width: %s\n"
6493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006494#: misc/tune2fs.c:1995
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006495#, c-format
6496msgid "Invalid hash algorithm: %s\n"
6497msgstr "Algoritma hash tidak valid: %s\n"
6498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006499#: misc/tune2fs.c:2001
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006500#, c-format
6501msgid "Setting default hash algorithm to %s (%d)\n"
6502msgstr "Menset default algoritma hash ke %s (%d)\n"
6503
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006504#: misc/tune2fs.c:2020
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006505#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006506msgid ""
6507"\n"
6508"Bad options specified.\n"
6509"\n"
6510"Extended options are separated by commas, and may take an argument which\n"
6511"\tis set off by an equals ('=') sign.\n"
6512"\n"
6513"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006514"\tclear_mmp\n"
6515"\thash_alg=<hash algorithm>\n"
6516"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006517"\tstride=<RAID per-disk chunk size in blocks>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006518"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006519"\ttest_fs\n"
6520"\t^test_fs\n"
6521msgstr ""
6522"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006523"Pilihan buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006524"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006525"Pilihan extended dipisahkan oleh koma, dan boleh mengambil argumen\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006526"\tyang di set of oleh sebuah tanda sama dengan ('=').\n"
6527"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006528"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006529"\tstride=<RAID per-disk ukuran chunk dalam blok>\n"
6530"\tstripe-width=<RAID stride*data disk dalam blok>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006531"\thash_alg=<algoritma_hash>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006532"\ttest_fs\n"
6533"\t^test_fs\n"
6534
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006535#: misc/tune2fs.c:2489
Eric Sandeen032eafe2012-07-28 17:48:36 -04006536#, fuzzy
6537msgid "Failed to read inode bitmap\n"
6538msgstr "ketika membaca bitmap"
6539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006540#: misc/tune2fs.c:2494
Eric Sandeen032eafe2012-07-28 17:48:36 -04006541#, fuzzy
6542msgid "Failed to read block bitmap\n"
6543msgstr "membaca inode dan blok bitmap"
6544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006545#: misc/tune2fs.c:2511 resize/resize2fs.c:1264
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006546msgid "blocks to be moved"
6547msgstr "blok akan dipindahkan"
6548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006549#: misc/tune2fs.c:2514
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006550msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006551msgstr ""
6552"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006553
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006554#: misc/tune2fs.c:2520
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006555msgid "Not enough space to increase inode size \n"
6556msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
6557
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006558#: misc/tune2fs.c:2525
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006559msgid "Failed to relocate blocks during inode resize \n"
6560msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
6561
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006562#: misc/tune2fs.c:2557
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006563msgid ""
6564"Error in resizing the inode size.\n"
6565"Run e2undo to undo the file system changes. \n"
6566msgstr ""
6567"Error dalam mengubah ukuran dari ukuran inode.\n"
6568"Jalankan e2undo untuk undo perubahan sistem berkas.\n"
6569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006570#: misc/tune2fs.c:2769
Eric Sandeen032eafe2012-07-28 17:48:36 -04006571#, c-format
6572msgid ""
6573"MMP block magic is bad. Try to fix it by running:\n"
6574"'e2fsck -f %s'\n"
6575msgstr ""
6576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006577#: misc/tune2fs.c:2781
6578#, fuzzy
6579msgid "Cannot modify a journal device.\n"
6580msgstr "%s bukan sebuah perangkat jurnal.\n"
6581
6582#: misc/tune2fs.c:2794
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006583#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006584msgid "The inode size is already %lu\n"
6585msgstr "Ukuran inode telah %lu\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006586
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006587#: misc/tune2fs.c:2801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006588#, fuzzy
6589msgid "Shrinking inode size is not supported\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006590msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
6591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006592#: misc/tune2fs.c:2806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006593#, fuzzy, c-format
6594msgid "Invalid inode size %lu (max %d)\n"
6595msgstr "ukuran inode tidak valid %d (min %d/max %d)"
6596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006597#: misc/tune2fs.c:2812
6598msgid "Resizing inodes could take some time."
6599msgstr ""
6600
6601#: misc/tune2fs.c:2859
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006602#, c-format
6603msgid "Setting maximal mount count to %d\n"
6604msgstr "Menset maksimal jumlah mount ke %d\n"
6605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006606#: misc/tune2fs.c:2865
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006607#, c-format
6608msgid "Setting current mount count to %d\n"
6609msgstr "Menset jumlah mount sekarang ke %d\n"
6610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006611#: misc/tune2fs.c:2870
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006612#, c-format
6613msgid "Setting error behavior to %d\n"
6614msgstr "Menset perilaku error ke %d\n"
6615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006616#: misc/tune2fs.c:2875
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006617#, c-format
6618msgid "Setting reserved blocks gid to %lu\n"
6619msgstr "Menset gid reserved blok ke %lu\n"
6620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006621#: misc/tune2fs.c:2880
Eric Sandeen032eafe2012-07-28 17:48:36 -04006622#, fuzzy, c-format
6623msgid "interval between checks is too big (%lu)"
6624msgstr "Menset interval diantara check ke %lu detik\n"
6625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006626#: misc/tune2fs.c:2887
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006627#, c-format
6628msgid "Setting interval between checks to %lu seconds\n"
6629msgstr "Menset interval diantara check ke %lu detik\n"
6630
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006631#: misc/tune2fs.c:2894
Eric Sandeen032eafe2012-07-28 17:48:36 -04006632#, fuzzy, c-format
6633msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006634msgstr "Menset persentasi reserved blok ke %g%% (%u blok)\n"
6635
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006636#: misc/tune2fs.c:2900
Eric Sandeen032eafe2012-07-28 17:48:36 -04006637#, fuzzy, c-format
6638msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006639msgstr "jumlah reserved blok terlalu besar (%lu)"
6640
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006641#: misc/tune2fs.c:2907
Eric Sandeen032eafe2012-07-28 17:48:36 -04006642#, fuzzy, c-format
6643msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006644msgstr "Menset jumlah reserved blok ke %lu\n"
6645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006646#: misc/tune2fs.c:2912
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006647msgid ""
6648"\n"
6649"The filesystem already has sparse superblocks.\n"
6650msgstr ""
6651"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006652"Sistem berkas telah memiliki sparse superblok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006654#: misc/tune2fs.c:2915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006655#, fuzzy
6656msgid ""
6657"\n"
6658"Setting the sparse superblock flag not supported\n"
6659"for filesystems with the meta_bg feature enabled.\n"
6660msgstr ""
6661"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6662"fitur aktif.\n"
6663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006664#: misc/tune2fs.c:2925
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006665#, c-format
6666msgid ""
6667"\n"
6668"Sparse superblock flag set. %s"
6669msgstr ""
6670"\n"
6671"Sparse superblok flag diset. %s"
6672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006673#: misc/tune2fs.c:2930
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006674#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006675msgid ""
6676"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006677"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006678msgstr ""
6679"\n"
6680"Menghapus sparse superflag tidak dilayani.\n"
6681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006682#: misc/tune2fs.c:2938
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006683#, c-format
6684msgid "Setting time filesystem last checked to %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006685msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006687#: misc/tune2fs.c:2944
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006688#, c-format
6689msgid "Setting reserved blocks uid to %lu\n"
6690msgstr "Menset uid reserved blok ke %lu\n"
6691
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006692#: misc/tune2fs.c:2976
Eric Sandeen032eafe2012-07-28 17:48:36 -04006693msgid "Error in using clear_mmp. It must be used with -f\n"
6694msgstr ""
6695
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006696#: misc/tune2fs.c:2994
Eric Sandeen032eafe2012-07-28 17:48:36 -04006697#, fuzzy
6698msgid ""
6699"The quota feature may only be changed when the filesystem is unmounted.\n"
6700msgstr ""
6701"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
6702
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006703#: misc/tune2fs.c:3018
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006704#, fuzzy
6705msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6706msgstr ""
6707"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
6708
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006709#: misc/tune2fs.c:3021
6710msgid ""
6711"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6712"and re-run this command.\n"
6713msgstr ""
6714
6715#: misc/tune2fs.c:3030
6716msgid "Setting UUID on a checksummed filesystem could take some time."
6717msgstr ""
6718
6719#: misc/tune2fs.c:3055
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006720msgid "Invalid UUID format\n"
6721msgstr "Invalid format UUID\n"
6722
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006723#: misc/tune2fs.c:3071
Theodore Ts'obd386982015-05-17 20:34:58 -04006724#, fuzzy
6725msgid "Need to update journal superblock.\n"
6726msgstr "membaca journal superblock\n"
6727
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006728#: misc/tune2fs.c:3096
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006729msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006730msgstr ""
6731"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006732
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006733#: misc/tune2fs.c:3103
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006734msgid ""
6735"Changing the inode size not supported for filesystems with the flex_bg\n"
6736"feature enabled.\n"
6737msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006738"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6739"fitur aktif.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006741#: misc/tune2fs.c:3121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006742#, c-format
6743msgid "Setting inode size %lu\n"
6744msgstr "Menset ukuran inode %lu\n"
6745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006746#: misc/tune2fs.c:3125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006747#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04006748msgid "Failed to change inode size\n"
6749msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
6750
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006751#: misc/tune2fs.c:3139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006752#, c-format
6753msgid "Setting stride size to %d\n"
6754msgstr "Menset ukuran stride ke %d\n"
6755
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006756#: misc/tune2fs.c:3144
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006757#, c-format
6758msgid "Setting stripe width to %d\n"
6759msgstr "Menset lebar stripe ke %d\n"
6760
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006761#: misc/tune2fs.c:3151
Eric Sandeen032eafe2012-07-28 17:48:36 -04006762#, fuzzy, c-format
6763msgid "Setting extended default mount options to '%s'\n"
6764msgstr "Menset jumlah mount sekarang ke %d\n"
6765
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006766#: misc/tune2fs.c:3161
6767#, fuzzy, c-format
6768msgid "Recovering journal.\n"
6769msgstr "%s: merecovery journal\n"
6770
6771#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006772msgid "<proceeding>\n"
6773msgstr ""
6774
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006775#: misc/util.c:104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006776#, fuzzy, c-format
6777msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6778msgstr "Jalankan saja? (y,n) "
6779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006780#: misc/util.c:108
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006781msgid "Proceed anyway? (y,n) "
6782msgstr "Jalankan saja? (y,n) "
6783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006784#: misc/util.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006785msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6786msgstr "mke2fs dipaksakan saja. Mudah mudahan /etc/mtab tidak benar.\n"
6787
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006788#: misc/util.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006789#, c-format
6790msgid "will not make a %s here!\n"
6791msgstr "tidak akan membuat sebuah %s disini!\n"
6792
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006793#: misc/util.c:145
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006794msgid "mke2fs forced anyway.\n"
6795msgstr "mke2fs dipaksakan saja.\n"
6796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006797#: misc/util.c:161
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006798msgid "Couldn't allocate memory to parse journal options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006799msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan jurnal!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006801#: misc/util.c:186
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006802#, c-format
6803msgid ""
6804"\n"
6805"Could not find journal device matching %s\n"
6806msgstr ""
6807"\n"
6808"Tidak dapat menemukan perangkat jurnal yang cocok %s\n"
6809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006810#: misc/util.c:213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006811#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006812msgid ""
6813"\n"
6814"Bad journal options specified.\n"
6815"\n"
6816"Journal options are separated by commas, and may take an argument which\n"
6817"\tis set off by an equals ('=') sign.\n"
6818"\n"
6819"Valid journal options are:\n"
6820"\tsize=<journal size in megabytes>\n"
6821"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006822"\tlocation=<journal location>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006823"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006824"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006825"\n"
6826msgstr ""
6827"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006828"Pilihan jurnal buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006829"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006830"Pilihan jurnal dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006831"\tdiset off dengan sebuah tanda sama dengan ('=').\n"
6832"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006833"Pilihan jurnal valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006834"\tsize=<ukuran jurnal dalam megabytes>\n"
6835"\tdevice=<perangkat jurnal>\n"
6836"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006837"Ukuran jurnal harus diantara 1024 dan 10240000 blok sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006838"\n"
6839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006840#: misc/util.c:244
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006841msgid ""
6842"\n"
6843"Filesystem too small for a journal\n"
6844msgstr ""
6845"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006846"Sistem berkas terlalu kecil untuk sebuah jurnal\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006848#: misc/util.c:251
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006849#, c-format
6850msgid ""
6851"\n"
6852"The requested journal size is %d blocks; it must be\n"
6853"between 1024 and 10240000 blocks. Aborting.\n"
6854msgstr ""
6855"\n"
6856"Ukuran jurnal yang diminta adalah %d blok; ini harus berada\n"
6857"diantara 1024 dan 10240000 blok. Membatalkan.\n"
6858
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006859#: misc/util.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006860msgid ""
6861"\n"
6862"Journal size too big for filesystem.\n"
6863msgstr ""
6864"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006865"Ukuran jurnal terlalu besar untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006867#: misc/util.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006868#, c-format
6869msgid ""
6870"This filesystem will be automatically checked every %d mounts or\n"
6871"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6872msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006873"Sistem berkas ini akan secara otomatis diperiksa setiap %d mounts atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006874"%g hari, yang mana yang datang lebih dulu. Gunakan tune2fs -c atau -i\n"
6875"untuk mengubahnya.\n"
6876
Theodore Ts'obd386982015-05-17 20:34:58 -04006877#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04006878#, c-format
6879msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6880msgstr ""
6881
Theodore Ts'obd386982015-05-17 20:34:58 -04006882#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006883#, c-format
6884msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6885msgstr ""
6886
Theodore Ts'obd386982015-05-17 20:34:58 -04006887#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006888#, c-format
6889msgid " %s -k\n"
6890msgstr ""
6891
Theodore Ts'obd386982015-05-17 20:34:58 -04006892#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006893#, fuzzy
6894msgid "bad arguments"
6895msgstr "%s: terlalu banyak argumen\n"
6896
Theodore Ts'obd386982015-05-17 20:34:58 -04006897#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04006898msgid "connect"
6899msgstr ""
6900
Theodore Ts'obd386982015-05-17 20:34:58 -04006901#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006902msgid "write"
6903msgstr ""
6904
Theodore Ts'obd386982015-05-17 20:34:58 -04006905#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04006906msgid "read count"
6907msgstr ""
6908
Theodore Ts'obd386982015-05-17 20:34:58 -04006909#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006910#, fuzzy
6911msgid "bad response length"
6912msgstr "Panjang stride tidak valid"
6913
Theodore Ts'obd386982015-05-17 20:34:58 -04006914#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04006915#, c-format
6916msgid "uuidd daemon already running at pid %s\n"
6917msgstr ""
6918
Theodore Ts'obd386982015-05-17 20:34:58 -04006919#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006920#, fuzzy, c-format
6921msgid "Couldn't create unix stream socket: %s"
6922msgstr "Tidak dapat memparse date/time specifier: %s"
6923
Theodore Ts'obd386982015-05-17 20:34:58 -04006924#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04006925#, fuzzy, c-format
6926msgid "Couldn't bind unix socket %s: %s\n"
6927msgstr "Tidak dapat menghubungkan %i: %m\n"
6928
Theodore Ts'obd386982015-05-17 20:34:58 -04006929#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006930#, fuzzy, c-format
6931msgid "Couldn't listen on unix socket %s: %s\n"
6932msgstr "Tidak dapat menghubungkan %i: %m\n"
6933
Theodore Ts'obd386982015-05-17 20:34:58 -04006934#: misc/uuidd.c:354
Eric Sandeen032eafe2012-07-28 17:48:36 -04006935#, fuzzy, c-format
6936msgid "Error reading from client, len = %d\n"
6937msgstr "Error membaca @i %i: %m\n"
6938
Theodore Ts'obd386982015-05-17 20:34:58 -04006939#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006940#, c-format
6941msgid "operation %d, incoming num = %d\n"
6942msgstr ""
6943
Theodore Ts'obd386982015-05-17 20:34:58 -04006944#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04006945#, c-format
6946msgid "Generated time UUID: %s\n"
6947msgstr ""
6948
Theodore Ts'obd386982015-05-17 20:34:58 -04006949#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04006950#, c-format
6951msgid "Generated random UUID: %s\n"
6952msgstr ""
6953
Theodore Ts'obd386982015-05-17 20:34:58 -04006954#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04006955#, c-format
6956msgid "Generated time UUID %s and subsequent UUID\n"
6957msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6958msgstr[0] ""
6959msgstr[1] ""
6960
Theodore Ts'obd386982015-05-17 20:34:58 -04006961#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04006962#, c-format
6963msgid "Generated %d UUID's:\n"
6964msgstr ""
6965
Theodore Ts'obd386982015-05-17 20:34:58 -04006966#: misc/uuidd.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04006967#, fuzzy, c-format
6968msgid "Invalid operation %d\n"
6969msgstr "Versi EA tidak valid.\n"
6970
Theodore Ts'obd386982015-05-17 20:34:58 -04006971#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04006972#, c-format
6973msgid "Bad number: %s\n"
6974msgstr ""
6975
Theodore Ts'obd386982015-05-17 20:34:58 -04006976#: misc/uuidd.c:534 misc/uuidd.c:563
Eric Sandeen032eafe2012-07-28 17:48:36 -04006977#, fuzzy, c-format
6978msgid "Error calling uuidd daemon (%s): %s\n"
6979msgstr "Error membuat /@l @d (%s): %m\n"
6980
Theodore Ts'obd386982015-05-17 20:34:58 -04006981#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04006982#, c-format
6983msgid "%s and subsequent UUID\n"
6984msgid_plural "%s and subsequent %d UUIDs\n"
6985msgstr[0] ""
6986msgstr[1] ""
6987
Theodore Ts'obd386982015-05-17 20:34:58 -04006988#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04006989msgid "List of UUID's:\n"
6990msgstr ""
6991
Theodore Ts'obd386982015-05-17 20:34:58 -04006992#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04006993#, c-format
6994msgid "Unexpected reply length from server %d\n"
6995msgstr ""
6996
Theodore Ts'obd386982015-05-17 20:34:58 -04006997#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04006998#, c-format
6999msgid "Couldn't kill uuidd running at pid %d: %s\n"
7000msgstr ""
7001
Theodore Ts'obd386982015-05-17 20:34:58 -04007002#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04007003#, c-format
7004msgid "Killed uuidd running at pid %d\n"
7005msgstr ""
7006
7007#: misc/uuidgen.c:32
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007008#, c-format
7009msgid "Usage: %s [-r] [-t]\n"
7010msgstr "Penggunaan: %s [-r] [-t]\n"
7011
Eric Sandeen032eafe2012-07-28 17:48:36 -04007012#: resize/extent.c:202
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007013msgid "# Extent dump:\n"
7014msgstr "# Extent dump:\n"
7015
Eric Sandeen032eafe2012-07-28 17:48:36 -04007016#: resize/extent.c:203
7017#, fuzzy, c-format
7018msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007019msgstr "#\tNum=%d, Ukuran=%d, Cursor=%d, Sorted=%d\n"
7020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007021#: resize/main.c:49
7022#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007023msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007024"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7025"[-z undo_file]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007026"\n"
7027msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007028"Penggunaan: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] perangkat "
7029"[ukuran_baru]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007030"\n"
7031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007032#: resize/main.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007033msgid "Extending the inode table"
7034msgstr "Memperbesar tabel inode"
7035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007036#: resize/main.c:75
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007037msgid "Relocating blocks"
7038msgstr "Memindahkan blok"
7039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007040#: resize/main.c:78
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007041msgid "Scanning inode table"
7042msgstr "Memeriksa tabel inode"
7043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007044#: resize/main.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007045msgid "Updating inode references"
7046msgstr "Memperbarui referensi inode"
7047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007048#: resize/main.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007049msgid "Moving inode table"
7050msgstr "Memindahkan tabel inode"
7051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007052#: resize/main.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007053msgid "Unknown pass?!?"
7054msgstr "Tahap tidak diketahui?!?"
7055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007056#: resize/main.c:90
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007057#, c-format
7058msgid "Begin pass %d (max = %lu)\n"
7059msgstr "Awal tahap %d (max = %lu)\n"
7060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007061#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007062msgid ""
7063"\n"
7064"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7065"your own risk! Use the force option if you want to go ahead anyway.\n"
7066"\n"
7067msgstr ""
7068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007069#: resize/main.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007070#, c-format
7071msgid "while opening %s"
7072msgstr "ketika membuka %s"
7073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007074#: resize/main.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007075#, c-format
7076msgid "while getting stat information for %s"
7077msgstr "ketika memperoleh informasi statistik untuk %s"
7078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007079#: resize/main.c:444
Arif E. Nugrohof3735802010-06-07 12:21:46 -04007080#, c-format
7081msgid ""
7082"Please run 'e2fsck -f %s' first.\n"
7083"\n"
7084msgstr ""
7085"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
7086"\n"
7087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007088#: resize/main.c:463
Eric Sandeen032eafe2012-07-28 17:48:36 -04007089#, fuzzy, c-format
7090msgid "Estimated minimum size of the filesystem: %llu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007091msgstr "Estimasi minimum dari ukuran sistem berkas: %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007093#: resize/main.c:500
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007094#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007095msgid "Invalid new size: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007096msgstr "Ukuran inode baru tidak valid: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007098#: resize/main.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04007099msgid "New size too large to be expressed in 32 bits\n"
7100msgstr ""
7101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007102#: resize/main.c:527
Eric Sandeen032eafe2012-07-28 17:48:36 -04007103#, fuzzy, c-format
7104msgid "New size smaller than minimum (%llu)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007105msgstr "Ukuran baru lebih kecil daripada minimum (%u)\n"
7106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007107#: resize/main.c:533
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007108msgid "Invalid stride length"
7109msgstr "Panjang stride tidak valid"
7110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007111#: resize/main.c:557
Eric Sandeen032eafe2012-07-28 17:48:36 -04007112#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007113msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007114"The containing partition (or device) is only %llu (%dk) blocks.\n"
7115"You requested a new size of %llu blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007116"\n"
7117msgstr ""
7118"Partisi (atau perangkat) hanya berisi %u (%dk) blok.\n"
7119"Anda meminta ukuran baru %u blok.\n"
7120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007121#: resize/main.c:564
7122#, c-format
7123msgid "Cannot set and unset 64bit feature.\n"
7124msgstr ""
7125
7126#: resize/main.c:568
7127#, c-format
7128msgid ""
7129"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7130"blocks.\n"
7131msgstr ""
7132
7133#: resize/main.c:574
7134#, fuzzy, c-format
7135msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7136msgstr ""
7137"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
7138
7139#: resize/main.c:580
7140#, c-format
7141msgid ""
7142"Please enable the extents feature with tune2fs before enabling the 64bit "
7143"feature.\n"
7144msgstr ""
7145
7146#: resize/main.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04007147#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007148msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007149"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007150"\n"
7151msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007152"Sistem berkas telah memiliki panjang %u blok. Tidak ada yang harus "
7153"dilakukan !\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007154"\n"
7155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007156#: resize/main.c:593
7157#, fuzzy, c-format
7158msgid "The filesystem is already 64-bit.\n"
7159msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
7160
7161#: resize/main.c:598
7162#, fuzzy, c-format
7163msgid "The filesystem is already 32-bit.\n"
7164msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
7165
7166#: resize/main.c:607
7167#, fuzzy, c-format
7168msgid "Converting the filesystem to 64-bit.\n"
7169msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
7170
7171#: resize/main.c:609
7172#, fuzzy, c-format
7173msgid "Converting the filesystem to 32-bit.\n"
7174msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
7175
7176#: resize/main.c:611
Eric Sandeen032eafe2012-07-28 17:48:36 -04007177#, fuzzy, c-format
7178msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Arif E. Nugrohof34add42009-11-25 07:00:39 -05007179msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
7180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007181#: resize/main.c:620
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007182#, c-format
7183msgid "while trying to resize %s"
7184msgstr "ketika mencoba untuk mengubah ukuran %s"
7185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007186#: resize/main.c:623
Arif E. Nugrohof34add42009-11-25 07:00:39 -05007187#, c-format
7188msgid ""
7189"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7190"after the aborted resize operation.\n"
7191msgstr ""
7192"Mohon jalankan 'e2fsck -fy %s' untuk membetulkan sistem berkas\n"
7193"setelah pembatalan operasi pengubahan ukuran.\n"
7194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007195#: resize/main.c:629
Eric Sandeen032eafe2012-07-28 17:48:36 -04007196#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007197msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007198"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007199"\n"
7200msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007201"Sistem berkas di %s sekarang memiliki panjang %u blok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007202"\n"
7203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007204#: resize/main.c:644
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007205#, c-format
7206msgid "while trying to truncate %s"
7207msgstr "ketika mencoba untuk memotong %s"
7208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007209#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007210#, fuzzy
7211msgid "kernel does not support online resize with sparse_super2"
7212msgstr "Kernel tidak melayani online resizing"
7213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007214#: resize/online.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007215#, c-format
7216msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007217msgstr "Sistem berkas di %s dimount di %s; on-line resizing dibutuhkan\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007219#: resize/online.c:90
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007220#, fuzzy
7221msgid "On-line shrinking not supported"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007222msgstr "On-line shrinking dari %u ke %u tidak dilayani.\n"
7223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007224#: resize/online.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007225msgid "Filesystem does not support online resizing"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007226msgstr "Sistem berkas tidak melayani online resizing"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007228#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007229#, fuzzy
7230msgid "Not enough reserved gdt blocks for resizing"
7231msgstr "ketika menreserve blok untuk online resize"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007233#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04007234#, fuzzy
7235msgid "Kernel does not support resizing a file system this large"
7236msgstr "Kernel tidak melayani online resizing"
7237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007238#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007239#, c-format
7240msgid "while trying to open mountpoint %s"
7241msgstr "ketika mencoba membuka mountpoint %s"
7242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007243#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007244#, c-format
7245msgid "Old resize interface requested.\n"
7246msgstr ""
7247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007248#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007249msgid "Permission denied to resize filesystem"
7250msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
7251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007252#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007253msgid "While checking for on-line resizing support"
7254msgstr "Ketika memeriksa untuk layanan on-line resizing"
7255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007256#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04007257msgid "Kernel does not support online resizing"
7258msgstr "Kernel tidak melayani online resizing"
7259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007260#: resize/online.c:220
Eric Sandeen032eafe2012-07-28 17:48:36 -04007261#, fuzzy, c-format
7262msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007263msgstr "Menjalankan sebuah on-line resize dari %s ke %u (%dk) blok.\n"
7264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007265#: resize/online.c:230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007266msgid "While trying to extend the last group"
7267msgstr "Ketika mencoba untuk mengexten grup terakhir"
7268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007269#: resize/online.c:284
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007270#, c-format
7271msgid "While trying to add group #%d"
7272msgstr "Ketika mencoba untuk menambahkan grup #%d"
7273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007274#: resize/online.c:295
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007275#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007276msgid ""
7277"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7278"this system.\n"
7279msgstr ""
7280"Sistem berkas di %s dimount di %s, dan on-line resizing tidak disupport di "
7281"system ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007283#: resize/resize2fs.c:747
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007284#, c-format
7285msgid "inodes (%llu) must be less than %u"
7286msgstr "inode (%llu) harus lebih kecil dari %u"
7287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007288#: resize/resize2fs.c:1026
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007289msgid "reserved blocks"
7290msgstr "reserved blok"
7291
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007292#: resize/resize2fs.c:1269
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007293msgid "meta-data blocks"
7294msgstr "meta-data blok"
7295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007296#: resize/resize2fs.c:1373 resize/resize2fs.c:2305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007297#, fuzzy
7298msgid "new meta blocks"
7299msgstr "meta-data blok"
7300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007301#: resize/resize2fs.c:2525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007302msgid "Should never happen! No sb in last super_sparse bg?\n"
7303msgstr ""
7304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007305#: resize/resize2fs.c:2530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007306msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7307msgstr ""
7308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007309#: resize/resize2fs.c:2603
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007310msgid "Should never happen: resize inode corrupt!\n"
7311msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007312
Eric Sandeen032eafe2012-07-28 17:48:36 -04007313#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007314msgid "EXT2FS Library version 1.43-WIP"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007315msgstr ""
7316
7317#: lib/ext2fs/ext2_err.c:12
7318msgid "Wrong magic number for ext2_filsys structure"
7319msgstr ""
7320
7321#: lib/ext2fs/ext2_err.c:13
7322msgid "Wrong magic number for badblocks_list structure"
7323msgstr ""
7324
7325#: lib/ext2fs/ext2_err.c:14
7326msgid "Wrong magic number for badblocks_iterate structure"
7327msgstr ""
7328
7329#: lib/ext2fs/ext2_err.c:15
7330msgid "Wrong magic number for inode_scan structure"
7331msgstr ""
7332
7333#: lib/ext2fs/ext2_err.c:16
7334msgid "Wrong magic number for io_channel structure"
7335msgstr ""
7336
7337#: lib/ext2fs/ext2_err.c:17
7338msgid "Wrong magic number for unix io_channel structure"
7339msgstr ""
7340
7341#: lib/ext2fs/ext2_err.c:18
7342msgid "Wrong magic number for io_manager structure"
7343msgstr ""
7344
7345#: lib/ext2fs/ext2_err.c:19
7346msgid "Wrong magic number for block_bitmap structure"
7347msgstr ""
7348
7349#: lib/ext2fs/ext2_err.c:20
7350msgid "Wrong magic number for inode_bitmap structure"
7351msgstr ""
7352
7353#: lib/ext2fs/ext2_err.c:21
7354msgid "Wrong magic number for generic_bitmap structure"
7355msgstr ""
7356
7357#: lib/ext2fs/ext2_err.c:22
7358msgid "Wrong magic number for test io_channel structure"
7359msgstr ""
7360
7361#: lib/ext2fs/ext2_err.c:23
7362msgid "Wrong magic number for directory block list structure"
7363msgstr ""
7364
7365#: lib/ext2fs/ext2_err.c:24
7366msgid "Wrong magic number for icount structure"
7367msgstr ""
7368
7369#: lib/ext2fs/ext2_err.c:25
7370msgid "Wrong magic number for Powerquest io_channel structure"
7371msgstr ""
7372
7373#: lib/ext2fs/ext2_err.c:26
7374msgid "Wrong magic number for ext2 file structure"
7375msgstr ""
7376
7377#: lib/ext2fs/ext2_err.c:27
7378msgid "Wrong magic number for Ext2 Image Header"
7379msgstr ""
7380
7381#: lib/ext2fs/ext2_err.c:28
7382msgid "Wrong magic number for inode io_channel structure"
7383msgstr ""
7384
7385#: lib/ext2fs/ext2_err.c:29
7386msgid "Wrong magic number for ext4 extent handle"
7387msgstr ""
7388
7389#: lib/ext2fs/ext2_err.c:30
7390#, fuzzy
7391msgid "Bad magic number in super-block"
7392msgstr "membaca journal superblock\n"
7393
7394#: lib/ext2fs/ext2_err.c:31
7395msgid "Filesystem revision too high"
7396msgstr ""
7397
7398#: lib/ext2fs/ext2_err.c:32
7399msgid "Attempt to write to filesystem opened read-only"
7400msgstr ""
7401
7402#: lib/ext2fs/ext2_err.c:33
7403#, fuzzy
7404msgid "Can't read group descriptors"
7405msgstr ", Grup deskripsi di "
7406
7407#: lib/ext2fs/ext2_err.c:34
7408#, fuzzy
7409msgid "Can't write group descriptors"
7410msgstr ", Grup deskripsi di "
7411
7412#: lib/ext2fs/ext2_err.c:35
7413msgid "Corrupt group descriptor: bad block for block bitmap"
7414msgstr ""
7415
7416#: lib/ext2fs/ext2_err.c:36
7417msgid "Corrupt group descriptor: bad block for inode bitmap"
7418msgstr ""
7419
7420#: lib/ext2fs/ext2_err.c:37
7421msgid "Corrupt group descriptor: bad block for inode table"
7422msgstr ""
7423
7424#: lib/ext2fs/ext2_err.c:38
7425#, fuzzy
7426msgid "Can't write an inode bitmap"
7427msgstr "menulis inode bitmap"
7428
7429#: lib/ext2fs/ext2_err.c:39
7430#, fuzzy
7431msgid "Can't read an inode bitmap"
7432msgstr "menulis inode bitmap"
7433
7434#: lib/ext2fs/ext2_err.c:40
7435#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007436msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007437msgstr "membaca inode dan blok bitmap"
7438
7439#: lib/ext2fs/ext2_err.c:41
7440#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007441msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007442msgstr "membaca inode dan blok bitmap"
7443
7444#: lib/ext2fs/ext2_err.c:42
7445#, fuzzy
7446msgid "Can't write an inode table"
7447msgstr "ketika menulis tabel inode"
7448
7449#: lib/ext2fs/ext2_err.c:43
7450#, fuzzy
7451msgid "Can't read an inode table"
7452msgstr "Memeriksa tabel inode"
7453
7454#: lib/ext2fs/ext2_err.c:44
7455msgid "Can't read next inode"
7456msgstr ""
7457
7458#: lib/ext2fs/ext2_err.c:45
7459#, fuzzy
7460msgid "Filesystem has unexpected block size"
7461msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
7462
7463#: lib/ext2fs/ext2_err.c:46
7464msgid "EXT2 directory corrupted"
7465msgstr ""
7466
7467#: lib/ext2fs/ext2_err.c:47
7468msgid "Attempt to read block from filesystem resulted in short read"
7469msgstr ""
7470
7471#: lib/ext2fs/ext2_err.c:48
7472msgid "Attempt to write block to filesystem resulted in short write"
7473msgstr ""
7474
7475#: lib/ext2fs/ext2_err.c:49
7476msgid "No free space in the directory"
7477msgstr ""
7478
7479#: lib/ext2fs/ext2_err.c:50
7480#, fuzzy
7481msgid "Inode bitmap not loaded"
7482msgstr ", Inode bitmap di "
7483
7484#: lib/ext2fs/ext2_err.c:51
7485#, fuzzy
7486msgid "Block bitmap not loaded"
7487msgstr " Blok bitmap di "
7488
7489#: lib/ext2fs/ext2_err.c:52
7490#, fuzzy
7491msgid "Illegal inode number"
7492msgstr "Nomor dari block tidak legal!\n"
7493
7494#: lib/ext2fs/ext2_err.c:53
7495#, fuzzy
7496msgid "Illegal block number"
7497msgstr "Nomor dari block tidak legal!\n"
7498
7499#: lib/ext2fs/ext2_err.c:54
7500msgid "Internal error in ext2fs_expand_dir"
7501msgstr ""
7502
7503#: lib/ext2fs/ext2_err.c:55
7504#, fuzzy
7505msgid "Not enough space to build proposed filesystem"
7506msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
7507
7508#: lib/ext2fs/ext2_err.c:56
7509msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7510msgstr ""
7511
7512#: lib/ext2fs/ext2_err.c:57
7513msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7514msgstr ""
7515
7516#: lib/ext2fs/ext2_err.c:58
7517msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7518msgstr ""
7519
7520#: lib/ext2fs/ext2_err.c:59
7521msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7522msgstr ""
7523
7524#: lib/ext2fs/ext2_err.c:60
7525msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7526msgstr ""
7527
7528#: lib/ext2fs/ext2_err.c:61
7529msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7530msgstr ""
7531
7532#: lib/ext2fs/ext2_err.c:62
7533msgid "Attempt to fudge end of block bitmap past the real end"
7534msgstr ""
7535
7536#: lib/ext2fs/ext2_err.c:63
7537msgid "Attempt to fudge end of inode bitmap past the real end"
7538msgstr ""
7539
7540#: lib/ext2fs/ext2_err.c:64
7541#, fuzzy
7542msgid "Illegal indirect block found"
7543msgstr "blok tidak langsung berdua"
7544
7545#: lib/ext2fs/ext2_err.c:65
7546#, fuzzy
7547msgid "Illegal doubly indirect block found"
7548msgstr "blok tidak langsung berdua"
7549
7550#: lib/ext2fs/ext2_err.c:66
7551#, fuzzy
7552msgid "Illegal triply indirect block found"
7553msgstr "blok tidak langsung bertiga"
7554
7555#: lib/ext2fs/ext2_err.c:67
7556#, fuzzy
7557msgid "Block bitmaps are not the same"
7558msgstr " Blok bitmap di "
7559
7560#: lib/ext2fs/ext2_err.c:68
7561#, fuzzy
7562msgid "Inode bitmaps are not the same"
7563msgstr ", Inode bitmap di "
7564
7565#: lib/ext2fs/ext2_err.c:69
7566msgid "Illegal or malformed device name"
7567msgstr ""
7568
7569#: lib/ext2fs/ext2_err.c:70
7570msgid "A block group is missing an inode table"
7571msgstr ""
7572
7573#: lib/ext2fs/ext2_err.c:71
7574msgid "The ext2 superblock is corrupt"
7575msgstr ""
7576
7577#: lib/ext2fs/ext2_err.c:72
7578msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7579msgstr ""
7580
7581#: lib/ext2fs/ext2_err.c:73
7582msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7583msgstr ""
7584
7585#: lib/ext2fs/ext2_err.c:74
7586msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7587msgstr ""
7588
7589#: lib/ext2fs/ext2_err.c:75
7590msgid "Too many symbolic links encountered."
7591msgstr ""
7592
7593#: lib/ext2fs/ext2_err.c:76
7594msgid "The callback function will not handle this case"
7595msgstr ""
7596
7597#: lib/ext2fs/ext2_err.c:77
7598msgid "The inode is from a bad block in the inode table"
7599msgstr ""
7600
7601#: lib/ext2fs/ext2_err.c:78
7602#, fuzzy
7603msgid "Filesystem has unsupported feature(s)"
7604msgstr "%s memiliki feature yang tidak disupport:"
7605
7606#: lib/ext2fs/ext2_err.c:79
7607#, fuzzy
7608msgid "Filesystem has unsupported read-only feature(s)"
7609msgstr "%s memiliki feature yang tidak disupport:"
7610
7611#: lib/ext2fs/ext2_err.c:80
7612msgid "IO Channel failed to seek on read or write"
7613msgstr ""
7614
7615#: lib/ext2fs/ext2_err.c:81
7616#, fuzzy
7617msgid "Memory allocation failed"
7618msgstr "Aerror mengalokasikan"
7619
7620#: lib/ext2fs/ext2_err.c:82
7621msgid "Invalid argument passed to ext2 library"
7622msgstr ""
7623
7624#: lib/ext2fs/ext2_err.c:83
7625#, fuzzy
7626msgid "Could not allocate block in ext2 filesystem"
7627msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
7628
7629#: lib/ext2fs/ext2_err.c:84
7630#, fuzzy
7631msgid "Could not allocate inode in ext2 filesystem"
7632msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
7633
7634#: lib/ext2fs/ext2_err.c:85
7635msgid "Ext2 inode is not a directory"
7636msgstr ""
7637
7638#: lib/ext2fs/ext2_err.c:86
7639msgid "Too many references in table"
7640msgstr ""
7641
7642#: lib/ext2fs/ext2_err.c:87
7643msgid "File not found by ext2_lookup"
7644msgstr ""
7645
7646#: lib/ext2fs/ext2_err.c:88
7647msgid "File open read-only"
7648msgstr ""
7649
7650#: lib/ext2fs/ext2_err.c:89
7651#, fuzzy
7652msgid "Ext2 directory block not found"
7653msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
7654
7655#: lib/ext2fs/ext2_err.c:90
7656msgid "Ext2 directory already exists"
7657msgstr ""
7658
7659#: lib/ext2fs/ext2_err.c:91
7660msgid "Unimplemented ext2 library function"
7661msgstr ""
7662
7663#: lib/ext2fs/ext2_err.c:92
7664msgid "User cancel requested"
7665msgstr ""
7666
7667#: lib/ext2fs/ext2_err.c:93
7668msgid "Ext2 file too big"
7669msgstr ""
7670
7671#: lib/ext2fs/ext2_err.c:94
7672#, fuzzy
7673msgid "Supplied journal device not a block device"
7674msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
7675
7676#: lib/ext2fs/ext2_err.c:95
7677#, fuzzy
7678msgid "Journal superblock not found"
7679msgstr "Jurnal superblok tidak ditemukan!\n"
7680
7681#: lib/ext2fs/ext2_err.c:96
7682msgid "Journal must be at least 1024 blocks"
7683msgstr ""
7684
7685#: lib/ext2fs/ext2_err.c:97
7686msgid "Unsupported journal version"
7687msgstr ""
7688
7689#: lib/ext2fs/ext2_err.c:98
7690#, fuzzy
7691msgid "Error loading external journal"
7692msgstr "ketika mencoba membuka jurnal external"
7693
7694#: lib/ext2fs/ext2_err.c:99
7695#, fuzzy
7696msgid "Journal not found"
7697msgstr "Jurnal superblok tidak ditemukan!\n"
7698
7699#: lib/ext2fs/ext2_err.c:100
7700msgid "Directory hash unsupported"
7701msgstr ""
7702
7703#: lib/ext2fs/ext2_err.c:101
7704#, fuzzy
7705msgid "Illegal extended attribute block number"
7706msgstr "aextended attribute"
7707
7708#: lib/ext2fs/ext2_err.c:102
7709msgid "Cannot create filesystem with requested number of inodes"
7710msgstr ""
7711
7712#: lib/ext2fs/ext2_err.c:103
7713msgid "E2image snapshot not in use"
7714msgstr ""
7715
7716#: lib/ext2fs/ext2_err.c:104
7717#, fuzzy
7718msgid "Too many reserved group descriptor blocks"
7719msgstr "<inode deskripsi grup>"
7720
7721#: lib/ext2fs/ext2_err.c:105
7722msgid "Resize inode is corrupt"
7723msgstr ""
7724
7725#: lib/ext2fs/ext2_err.c:106
7726#, fuzzy
7727msgid "Tried to set block bmap with missing indirect block"
7728msgstr ""
7729"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
7730
7731#: lib/ext2fs/ext2_err.c:107
7732msgid "TDB: Success"
7733msgstr ""
7734
7735#: lib/ext2fs/ext2_err.c:108
7736msgid "TDB: Corrupt database"
7737msgstr ""
7738
7739#: lib/ext2fs/ext2_err.c:109
7740msgid "TDB: IO Error"
7741msgstr ""
7742
7743#: lib/ext2fs/ext2_err.c:110
7744msgid "TDB: Locking error"
7745msgstr ""
7746
7747#: lib/ext2fs/ext2_err.c:111
7748msgid "TDB: Out of memory"
7749msgstr ""
7750
7751#: lib/ext2fs/ext2_err.c:112
7752msgid "TDB: Record exists"
7753msgstr ""
7754
7755#: lib/ext2fs/ext2_err.c:113
7756msgid "TDB: Lock exists on other keys"
7757msgstr ""
7758
7759#: lib/ext2fs/ext2_err.c:114
7760#, fuzzy
7761msgid "TDB: Invalid parameter"
7762msgstr "Parameter stride tidak valid: %s\n"
7763
7764#: lib/ext2fs/ext2_err.c:115
7765msgid "TDB: Record does not exist"
7766msgstr ""
7767
7768#: lib/ext2fs/ext2_err.c:116
7769msgid "TDB: Write not permitted"
7770msgstr ""
7771
7772#: lib/ext2fs/ext2_err.c:117
7773msgid "Ext2fs directory block list is empty"
7774msgstr ""
7775
7776#: lib/ext2fs/ext2_err.c:118
7777msgid "Attempt to modify a block mapping via a read-only block iterator"
7778msgstr ""
7779
7780#: lib/ext2fs/ext2_err.c:119
7781msgid "Wrong magic number for ext4 extent saved path"
7782msgstr ""
7783
7784#: lib/ext2fs/ext2_err.c:120
7785msgid "Wrong magic number for 64-bit generic bitmap"
7786msgstr ""
7787
7788#: lib/ext2fs/ext2_err.c:121
7789msgid "Wrong magic number for 64-bit block bitmap"
7790msgstr ""
7791
7792#: lib/ext2fs/ext2_err.c:122
7793msgid "Wrong magic number for 64-bit inode bitmap"
7794msgstr ""
7795
7796#: lib/ext2fs/ext2_err.c:123
7797msgid "Wrong magic number --- RESERVED_13"
7798msgstr ""
7799
7800#: lib/ext2fs/ext2_err.c:124
7801msgid "Wrong magic number --- RESERVED_14"
7802msgstr ""
7803
7804#: lib/ext2fs/ext2_err.c:125
7805msgid "Wrong magic number --- RESERVED_15"
7806msgstr ""
7807
7808#: lib/ext2fs/ext2_err.c:126
7809msgid "Wrong magic number --- RESERVED_16"
7810msgstr ""
7811
7812#: lib/ext2fs/ext2_err.c:127
7813msgid "Wrong magic number --- RESERVED_17"
7814msgstr ""
7815
7816#: lib/ext2fs/ext2_err.c:128
7817msgid "Wrong magic number --- RESERVED_18"
7818msgstr ""
7819
7820#: lib/ext2fs/ext2_err.c:129
7821msgid "Wrong magic number --- RESERVED_19"
7822msgstr ""
7823
7824#: lib/ext2fs/ext2_err.c:130
7825msgid "Corrupt extent header"
7826msgstr ""
7827
7828#: lib/ext2fs/ext2_err.c:131
7829msgid "Corrupt extent index"
7830msgstr ""
7831
7832#: lib/ext2fs/ext2_err.c:132
7833msgid "Corrupt extent"
7834msgstr ""
7835
7836#: lib/ext2fs/ext2_err.c:133
7837msgid "No free space in extent map"
7838msgstr ""
7839
7840#: lib/ext2fs/ext2_err.c:134
7841msgid "Inode does not use extents"
7842msgstr ""
7843
7844#: lib/ext2fs/ext2_err.c:135
7845#, fuzzy
7846msgid "No 'next' extent"
7847msgstr "xextent"
7848
7849#: lib/ext2fs/ext2_err.c:136
7850msgid "No 'previous' extent"
7851msgstr ""
7852
7853#: lib/ext2fs/ext2_err.c:137
7854msgid "No 'up' extent"
7855msgstr ""
7856
7857#: lib/ext2fs/ext2_err.c:138
7858msgid "No 'down' extent"
7859msgstr ""
7860
7861#: lib/ext2fs/ext2_err.c:139
7862msgid "No current node"
7863msgstr ""
7864
7865#: lib/ext2fs/ext2_err.c:140
7866msgid "Ext2fs operation not supported"
7867msgstr ""
7868
7869#: lib/ext2fs/ext2_err.c:141
7870msgid "No room to insert extent in node"
7871msgstr ""
7872
7873#: lib/ext2fs/ext2_err.c:142
7874msgid "Splitting would result in empty node"
7875msgstr ""
7876
7877#: lib/ext2fs/ext2_err.c:143
7878#, fuzzy
7879msgid "Extent not found"
7880msgstr "/@l tidak ditemukan. "
7881
7882#: lib/ext2fs/ext2_err.c:144
7883msgid "Operation not supported for inodes containing extents"
7884msgstr ""
7885
7886#: lib/ext2fs/ext2_err.c:145
7887msgid "Extent length is invalid"
7888msgstr ""
7889
7890#: lib/ext2fs/ext2_err.c:146
7891msgid "I/O Channel does not support 64-bit block numbers"
7892msgstr ""
7893
7894#: lib/ext2fs/ext2_err.c:147
7895msgid "Can't check if filesystem is mounted due to missing mtab file"
7896msgstr ""
7897
7898#: lib/ext2fs/ext2_err.c:148
7899msgid "Filesystem too large to use legacy bitmaps"
7900msgstr ""
7901
7902#: lib/ext2fs/ext2_err.c:149
7903msgid "MMP: invalid magic number"
7904msgstr ""
7905
7906#: lib/ext2fs/ext2_err.c:150
7907msgid "MMP: device currently active"
7908msgstr ""
7909
7910#: lib/ext2fs/ext2_err.c:151
7911msgid "MMP: fsck being run"
7912msgstr ""
7913
7914#: lib/ext2fs/ext2_err.c:152
7915msgid "MMP: block number beyond filesystem range"
7916msgstr ""
7917
7918#: lib/ext2fs/ext2_err.c:153
7919msgid "MMP: undergoing an unknown operation"
7920msgstr ""
7921
7922#: lib/ext2fs/ext2_err.c:154
7923msgid "MMP: filesystem still in use"
7924msgstr ""
7925
7926#: lib/ext2fs/ext2_err.c:155
7927msgid "MMP: open with O_DIRECT failed"
7928msgstr ""
7929
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007930#: lib/ext2fs/ext2_err.c:156
7931#, fuzzy
7932msgid "Block group descriptor size incorrect"
7933msgstr "<inode deskripsi grup>"
7934
7935#: lib/ext2fs/ext2_err.c:157
7936msgid "Inode checksum does not match inode"
7937msgstr ""
7938
7939#: lib/ext2fs/ext2_err.c:158
7940#, fuzzy
7941msgid "Inode bitmap checksum does not match bitmap"
7942msgstr ", Inode bitmap di "
7943
7944#: lib/ext2fs/ext2_err.c:159
7945msgid "Extent block checksum does not match extent block"
7946msgstr ""
7947
7948#: lib/ext2fs/ext2_err.c:160
7949msgid "Directory block does not have space for checksum"
7950msgstr ""
7951
7952#: lib/ext2fs/ext2_err.c:161
7953msgid "Directory block checksum does not match directory block"
7954msgstr ""
7955
7956#: lib/ext2fs/ext2_err.c:162
7957msgid "Extended attribute block checksum does not match block"
7958msgstr ""
7959
7960#: lib/ext2fs/ext2_err.c:163
7961#, fuzzy
7962msgid "Superblock checksum does not match superblock"
7963msgstr "Cadangan superblok disimpan di blok: "
7964
7965#: lib/ext2fs/ext2_err.c:164
7966msgid "Unknown checksum algorithm"
7967msgstr ""
7968
7969#: lib/ext2fs/ext2_err.c:165
7970msgid "MMP block checksum does not match MMP block"
7971msgstr ""
7972
7973#: lib/ext2fs/ext2_err.c:166
7974msgid "Ext2 file already exists"
7975msgstr ""
7976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007977#: lib/ext2fs/ext2_err.c:167
7978#, fuzzy
7979msgid "Block bitmap checksum does not match bitmap"
7980msgstr ", Inode bitmap di "
7981
7982#: lib/ext2fs/ext2_err.c:168
7983msgid "Cannot iterate data blocks of an inode containing inline data"
7984msgstr ""
7985
7986#: lib/ext2fs/ext2_err.c:169
7987msgid "Extended attribute has an invalid name length"
7988msgstr ""
7989
7990#: lib/ext2fs/ext2_err.c:170
7991msgid "Extended attribute has an invalid value length"
7992msgstr ""
7993
7994#: lib/ext2fs/ext2_err.c:171
7995msgid "Extended attribute has an incorrect hash"
7996msgstr ""
7997
7998#: lib/ext2fs/ext2_err.c:172
7999#, fuzzy
8000msgid "Extended attribute block has a bad header"
8001msgstr "aextended attribute"
8002
8003#: lib/ext2fs/ext2_err.c:173
8004#, fuzzy
8005msgid "Extended attribute key not found"
8006msgstr "aextended attribute"
8007
8008#: lib/ext2fs/ext2_err.c:174
8009msgid "Insufficient space to store extended attribute data"
8010msgstr ""
8011
8012#: lib/ext2fs/ext2_err.c:175
8013msgid "Filesystem is missing ext_attr or inline_data feature"
8014msgstr ""
8015
8016#: lib/ext2fs/ext2_err.c:176
8017msgid "Inode doesn't have inline data"
8018msgstr ""
8019
8020#: lib/ext2fs/ext2_err.c:177
8021msgid "No block for an inode with inline data"
8022msgstr ""
8023
8024#: lib/ext2fs/ext2_err.c:178
8025msgid "No free space in inline data"
8026msgstr ""
8027
8028#: lib/ext2fs/ext2_err.c:179
8029msgid "Wrong magic number for extended attribute structure"
8030msgstr ""
8031
8032#: lib/ext2fs/ext2_err.c:180
8033msgid "Inode seems to contain garbage"
8034msgstr ""
8035
8036#: lib/ext2fs/ext2_err.c:181
8037msgid "Extended attribute has an invalid value offset"
8038msgstr ""
8039
8040#: lib/ext2fs/ext2_err.c:182
8041msgid "Journal flags inconsistent"
8042msgstr ""
8043
8044#: lib/ext2fs/ext2_err.c:183
8045msgid "Undo file corrupt"
8046msgstr ""
8047
8048#: lib/ext2fs/ext2_err.c:184
8049#, fuzzy
8050msgid "Wrong undo file for this filesystem"
8051msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
8052
8053#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04008054msgid "Profile version 0.0"
8055msgstr ""
8056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008057#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04008058msgid "Bad magic value in profile_node"
8059msgstr ""
8060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008061#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04008062#, fuzzy
8063msgid "Profile section not found"
8064msgstr "ketika membuat /lost+found"
8065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008066#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04008067#, fuzzy
8068msgid "Profile relation not found"
8069msgstr "ketika membuat /lost+found"
8070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008071#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04008072msgid "Attempt to add a relation to node which is not a section"
8073msgstr ""
8074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008075#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04008076msgid "A profile section header has a non-zero value"
8077msgstr ""
8078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008079#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04008080msgid "Bad linked list in profile structures"
8081msgstr ""
8082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008083#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04008084msgid "Bad group level in profile structures"
8085msgstr ""
8086
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008087#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04008088msgid "Bad parent pointer in profile structures"
8089msgstr ""
8090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008091#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04008092msgid "Bad magic value in profile iterator"
8093msgstr ""
8094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008095#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04008096msgid "Can't set value on section node"
8097msgstr ""
8098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008099#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04008100msgid "Invalid argument passed to profile library"
8101msgstr ""
8102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008103#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04008104msgid "Attempt to modify read-only profile"
8105msgstr ""
8106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008107#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04008108msgid "Profile section header not at top level"
8109msgstr ""
8110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008111#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04008112msgid "Syntax error in profile section header"
8113msgstr ""
8114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008115#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04008116msgid "Syntax error in profile relation"
8117msgstr ""
8118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008119#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04008120msgid "Extra closing brace in profile"
8121msgstr ""
8122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008123#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04008124msgid "Missing open brace in profile"
8125msgstr ""
8126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008127#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04008128msgid "Bad magic value in profile_t"
8129msgstr ""
8130
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008131#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04008132msgid "Bad magic value in profile_section_t"
8133msgstr ""
8134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008135#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04008136msgid "Iteration through all top level section not supported"
8137msgstr ""
8138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008139#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04008140#, fuzzy
8141msgid "Invalid profile_section object"
8142msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
8143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008144#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04008145msgid "No more sections"
8146msgstr ""
8147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008148#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04008149msgid "Bad nameset passed to query routine"
8150msgstr ""
8151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008152#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04008153msgid "No profile file open"
8154msgstr ""
8155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008156#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04008157msgid "Bad magic value in profile_file_t"
8158msgstr ""
8159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008160#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04008161#, fuzzy
8162msgid "Couldn't open profile file"
8163msgstr "Tidak dapat menyalin file: %m\n"
8164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008165#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04008166msgid "Section already exists"
8167msgstr ""
8168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008169#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04008170msgid "Invalid boolean value"
8171msgstr ""
8172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008173#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04008174#, fuzzy
8175msgid "Invalid integer value"
8176msgstr "Panjang stride tidak valid"
8177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008178#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04008179msgid "Bad magic value in profile_file_data_t"
8180msgstr ""
8181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008182#: lib/support/plausible.c:103
8183#, fuzzy, c-format
8184msgid "\tlast mounted on %s on %s"
8185msgstr "jumlah mount buruk - %s"
8186
8187#: lib/support/plausible.c:106
8188#, fuzzy, c-format
8189msgid "\tlast mounted on %s"
8190msgstr "jumlah mount buruk - %s"
8191
8192#: lib/support/plausible.c:109
8193#, c-format
8194msgid "\tcreated on %s"
8195msgstr ""
8196
8197#: lib/support/plausible.c:112
8198#, c-format
8199msgid "\tlast modified on %s"
8200msgstr ""
8201
8202#: lib/support/plausible.c:146
8203#, c-format
8204msgid "Found a %s partition table in %s\n"
8205msgstr ""
8206
8207#: lib/support/plausible.c:176
8208#, c-format
8209msgid "The file %s does not exist and no size was specified.\n"
8210msgstr ""
8211
8212#: lib/support/plausible.c:184
8213#, fuzzy, c-format
8214msgid "Creating regular file %s\n"
8215msgstr "berkas biasa"
8216
8217#: lib/support/plausible.c:187
8218#, fuzzy, c-format
8219msgid "Could not open %s: %s\n"
8220msgstr "tidak dapat membuka %s: %s"
8221
8222#: lib/support/plausible.c:190
8223msgid ""
8224"\n"
8225"The device apparently does not exist; did you specify it correctly?\n"
8226msgstr ""
8227"\n"
8228"Perangkat kelihatannya tidak ada; apakah anda menspesifikasikannya dengan "
8229"benar?\n"
8230
8231#: lib/support/plausible.c:212
8232#, c-format
8233msgid "%s is not a block special device.\n"
8234msgstr "%s bukan sebuah perangkat blok spesial.\n"
8235
8236#: lib/support/plausible.c:234
8237#, fuzzy, c-format
8238msgid "%s contains a %s file system labelled '%s'\n"
8239msgstr " berisi sebuah file system dengan errors"
8240
8241#: lib/support/plausible.c:237
8242#, fuzzy, c-format
8243msgid "%s contains a %s file system\n"
8244msgstr " berisi sebuah file system dengan errors"
8245
8246#: lib/support/plausible.c:259
8247#, fuzzy, c-format
8248msgid "%s contains `%s' data\n"
8249msgstr " berisi sebuah file system dengan errors"
8250
8251#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8252#~ msgstr "@i %i memiliki @cion flag terset pada @f tanpa layanan @cion. "
8253
8254#~ msgid "@A @a @b %b. "
8255#~ msgstr "@A @a @b %b. "
8256
8257#, fuzzy
8258#~ msgid "%s: warning: compression support is experimental.\n"
8259#~ msgstr "Peringatan: support untuk kompresi adalah experimental.\n"
8260
8261#, fuzzy
8262#~ msgid ""
8263#~ "%s: e2fsck not compiled with HTREE support,\n"
8264#~ "\tbut filesystem %s has HTREE directories.\n"
8265#~ msgstr ""
8266#~ "E2fsck tidak dikompilasi dengan layanan HTREE,\n"
8267#~ "\t tetapi sistem berkas %s memiliki direktori HTREE.\n"
8268
8269#~ msgid "while allocating zeroizing buffer"
8270#~ msgstr "ketika mengalokasikan zeroizing buffer"
8271
8272#, fuzzy
8273#~ msgid ", unused inodes %u\n"
8274#~ msgstr ", %u inode yang tidak digunakan\n"
8275
8276#~ msgid "Failed to read the file system data \n"
8277#~ msgstr "Gagal membaca data filesystem \n"
8278
8279#~ msgid "Failed tdb_fetch %s\n"
8280#~ msgstr "Gagal tdb_fetch %s\n"
8281
8282#~ msgid "The file system UUID didn't match \n"
8283#~ msgstr "Sistem berkas UUID tidak cocok \n"
8284
8285#~ msgid "Failed tdb_open %s\n"
8286#~ msgstr "Gagal tdb_open %s\n"
8287
8288#~ msgid "Failed to open %s\n"
8289#~ msgstr "Gagal membuka %s\n"
8290
8291#, fuzzy
8292#~ msgid "Replayed transaction of size %zd at location %llu\n"
8293#~ msgstr "Balasan ukuran transaksi %zd di lokasi %ld\n"
8294
8295#~ msgid "Failed write %s\n"
8296#~ msgstr "Gagal menulis %s\n"
8297
8298#, fuzzy
8299#~ msgid "Couldn't allocate memory to parse quota options!\n"
8300#~ msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
8301
8302#~ msgid "Couldn't allocate memory for tdb filename\n"
8303#~ msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
8304
8305#~ msgid ""
8306#~ "To undo the tune2fs operation please run the command\n"
8307#~ " e2undo %s %s\n"
8308#~ "\n"
8309#~ msgstr ""
8310#~ "Untuk mengembalikan operasi tune2fs mohon jalankan perintah\n"
8311#~ " e2undo %s %s\n"
8312#~ "\n"
8313
8314#~ msgid "%s is entire device, not just one partition!\n"
8315#~ msgstr "%s adalah seluruh perangkatm bukan hanya sebuah partisi!\n"
8316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008317#~ msgid "Clearing extent flag not supported on %s"
8318#~ msgstr "Menghapus tanda ekstensi yang tidak didukung di %s"
8319
8320#~ msgid "Could not stat %s --- %s\n"
8321#~ msgstr "Tidak dapat melakukan statistik %s --- %s\n"
8322
8323#~ msgid ""
8324#~ "%s: The combination of flex_bg and\n"
8325#~ "\t!resize_inode features is not supported by resize2fs.\n"
8326#~ msgstr ""
8327#~ "%s: Kombinasi dari flex_bg dan\n"
8328#~ "\t!resize_inode features tidak dilayani oleh resize2fs.\n"
8329
Eric Sandeen032eafe2012-07-28 17:48:36 -04008330#~ msgid "<The ACL index inode>"
8331#~ msgstr "<ACL index inode>"
8332
8333#~ msgid "<The ACL data inode>"
8334#~ msgstr "<ACL data inode>"
8335
8336#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
8337#~ msgstr "@g %g @b @B tidak terinitialisasi tetapi @i @B sedang digunakan.\n"
8338
8339#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8340#~ msgstr "@i %i seharusnya EOFBLOCKS_FL tidak aktif (ukuran %Is, lblk %r)\n"
8341
Eric Sandeen032eafe2012-07-28 17:48:36 -04008342#~ msgid "Couldn't determine journal size"
8343#~ msgstr "Tidak dapat menentukan ukuran jurnal"
8344
8345#~ msgid "short write (only %d bytes) for writing image header"
8346#~ msgstr "menulis pendek (hanya %d bytes) untuk menulis header image"
8347
8348#~ msgid "invalid fragment size - %s"
8349#~ msgstr "ukuran potongan/fragmen tidak valid - %s"
8350
8351#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8352#~ msgstr "Peringatan: fragment tidak dilayani. Mengabaikan pilihan -f\n"
8353
8354#~ msgid "Calling BLKDISCARD from %llu to %llu "
8355#~ msgstr "Memanggil BLKDISCARD dari %llu ke %llu "
8356
8357#~ msgid "succeeded.\n"
8358#~ msgstr "berhasil.\n"
8359
8360#~ msgid "Journal NOT removed\n"
8361#~ msgstr "Jurnal TIDAK dihapus\n"
8362
8363#~ msgid "#\t\t %u -> %u (%d)\n"
8364#~ msgstr "#\t\t %u -> %u (%d)\n"
8365
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008366#~ msgid "Setting sistem berkas feature '%s' not supported.\n"
8367#~ msgstr "Menset sistem berkas feature '%s' tidak dilayani.\n"
8368
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008369#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
8370#~ msgstr "@S tidak memiliki @j tanda, tetapi memiliki ext3 @j %s.\n"
8371
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008372#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008373#~ msgstr "Membuat kembali jurnal untuk membuat sistem berkas ext3 lagi?\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008374
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04008375#~ msgid "while retrying to write block bitmaps for %s"
8376#~ msgstr "ketika sedang mencoba untuk menulis blok bitmap untuk %s"
8377
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04008378#~ msgid "%s failed for %s: %s\n"
8379#~ msgstr "%s gagal untuk %s: %s\n"
8380
8381#~ msgid "open"
8382#~ msgstr "buka"
8383
8384#~ msgid "HDIO_GETGEO ioctl"
8385#~ msgstr "HDIO_GETGEO ioctl"
8386
8387#~ msgid "BLKGETSIZE ioctl"
8388#~ msgstr "BLKGETSIZE ioctl"