blob: 2d156590129c7ca65142a30a2cea1aa12e32e896 [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
30#. ownership field (inode->i_uid).
31#.
32#. %b <blk> block number
33#. %B <blkcount> integer
34#. %c <blk2> block number
35#. %Di <dirent> -> ino inode number
36#. %Dn <dirent> -> name string
37#. %Dr <dirent> -> rec_len
38#. %Dl <dirent> -> name_len
39#. %Dt <dirent> -> filetype
40#. %d <dir> inode number
41#. %g <group> integer
42#. %i <ino> inode number
43#. %Is <inode> -> i_size
44#. %IS <inode> -> i_extra_isize
45#. %Ib <inode> -> i_blocks
46#. %Il <inode> -> i_links_count
47#. %Im <inode> -> i_mode
48#. %IM <inode> -> i_mtime
49#. %IF <inode> -> i_faddr
50#. %If <inode> -> i_file_acl
51#. %Id <inode> -> i_dir_acl
52#. %Iu <inode> -> i_uid
53#. %Ig <inode> -> i_gid
54#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
68msgid ""
69msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -040070"Project-Id-Version: e2fsprogs 1.41.12\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040071"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -040072"POT-Creation-Date: 2014-05-18 21:45-0400\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -040073"PO-Revision-Date: 2010-05-24 12:30+0700\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040074"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
75"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040076"Language: id\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040077"MIME-Version: 1.0\n"
78"Content-Type: text/plain; charset=ISO-8859-1\n"
79"Content-Transfer-Encoding: 8bit\n"
80
Theodore Ts'o196b59c2014-05-18 21:47:32 -040081#: e2fsck/badblocks.c:23 misc/mke2fs.c:209
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040082#, c-format
83msgid "Bad block %u out of range; ignored.\n"
84msgstr "Bad block %u diluar jangkauan; diabaikan.\n"
85
Eric Sandeen032eafe2012-07-28 17:48:36 -040086#: e2fsck/badblocks.c:46
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040087msgid "while sanity checking the bad blocks inode"
88msgstr "ketika melakukan pengecheckan di inode bad block"
89
Eric Sandeen032eafe2012-07-28 17:48:36 -040090#: e2fsck/badblocks.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040091msgid "while reading the bad blocks inode"
92msgstr "ketika membaca inode bad block"
93
Theodore Ts'o196b59c2014-05-18 21:47:32 -040094#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1341
95#: e2fsck/unix.c:1430 misc/badblocks.c:1227 misc/badblocks.c:1235
96#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
97#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
98#: misc/mke2fs.c:225 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040099#, c-format
100msgid "while trying to open %s"
101msgstr "ketika mencoba untuk membuka %s"
102
Eric Sandeen032eafe2012-07-28 17:48:36 -0400103#: e2fsck/badblocks.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400104#, c-format
105msgid "while trying popen '%s'"
106msgstr "ketika mencoba popen '%s'"
107
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400108#: e2fsck/badblocks.c:94 misc/mke2fs.c:232
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400109msgid "while reading in list of bad blocks from file"
110msgstr "ketika membaca dalam daftar bad block dari berkas"
111
Eric Sandeen032eafe2012-07-28 17:48:36 -0400112#: e2fsck/badblocks.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400113msgid "while updating bad block inode"
114msgstr "ketika memperbarui inode bad block"
115
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400116#: e2fsck/badblocks.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400117#, c-format
118msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500119msgstr ""
120"Peringatan: illegal block %u ditemukan dalam inode bad block. Dihapus.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400121
Eric Sandeen032eafe2012-07-28 17:48:36 -0400122#: e2fsck/ehandler.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400123#, c-format
124msgid "Error reading block %lu (%s) while %s. "
125msgstr "Error membaca block %lu (%s) ketika %s. "
126
Eric Sandeen032eafe2012-07-28 17:48:36 -0400127#: e2fsck/ehandler.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400128#, c-format
129msgid "Error reading block %lu (%s). "
130msgstr "Error membaca block %lu (%s). "
131
Eric Sandeen032eafe2012-07-28 17:48:36 -0400132#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400133msgid "Ignore error"
134msgstr "Mengabaikan error"
135
Eric Sandeen032eafe2012-07-28 17:48:36 -0400136#: e2fsck/ehandler.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400137msgid "Force rewrite"
138msgstr "Memaksa menulis kembali"
139
Eric Sandeen032eafe2012-07-28 17:48:36 -0400140#: e2fsck/ehandler.c:104
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400141#, c-format
142msgid "Error writing block %lu (%s) while %s. "
143msgstr "Error menulis block %lu (%s) ketika %s. "
144
Eric Sandeen032eafe2012-07-28 17:48:36 -0400145#: e2fsck/ehandler.c:107
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400146#, c-format
147msgid "Error writing block %lu (%s). "
148msgstr "Error menulis block %lu (%s). "
149
Eric Sandeen032eafe2012-07-28 17:48:36 -0400150#: e2fsck/emptydir.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400151msgid "empty dirblocks"
152msgstr "dirblock kosong"
153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400155msgid "empty dir map"
156msgstr "dir map kosong"
157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400159#, c-format
160msgid "Empty directory block %u (#%d) in inode %u\n"
161msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400163#: e2fsck/extend.c:22
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400164#, c-format
165msgid "%s: %s filename nblocks blocksize\n"
166msgstr "%s: %s filename nblocks blocksize\n"
167
Eric Sandeen032eafe2012-07-28 17:48:36 -0400168#: e2fsck/extend.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400169#, c-format
170msgid "Illegal number of blocks!\n"
171msgstr "Nomor dari block tidak legal!\n"
172
Eric Sandeen032eafe2012-07-28 17:48:36 -0400173#: e2fsck/extend.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400174#, c-format
175msgid "Couldn't allocate block buffer (size=%d)\n"
176msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
177
Eric Sandeen032eafe2012-07-28 17:48:36 -0400178#: e2fsck/flushb.c:35
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400179#, c-format
180msgid "Usage: %s disk\n"
181msgstr "Penggunaan: %s disk\n"
182
Eric Sandeen032eafe2012-07-28 17:48:36 -0400183#: e2fsck/flushb.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400184#, c-format
185msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
186msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
187
Eric Sandeen032eafe2012-07-28 17:48:36 -0400188#: e2fsck/iscan.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400189#, c-format
190msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
191msgstr "Penggunaan: %s [-F] [-I inode_buffer_block] perangkat\n"
192
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400193#: e2fsck/iscan.c:81 e2fsck/unix.c:969
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400194#, c-format
195msgid "while opening %s for flushing"
196msgstr "ketika membuka %s untuk flushing"
197
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400198#: e2fsck/iscan.c:86 e2fsck/unix.c:975 resize/main.c:289
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400199#, c-format
200msgid "while trying to flush %s"
201msgstr "ketika mencoba untuk memflush %s"
202
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400203#: e2fsck/iscan.c:110
204#, fuzzy, c-format
205msgid "while trying to open '%s'"
206msgstr "ketika mencoba untuk membuka %s"
207
208#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400209msgid "while opening inode scan"
210msgstr "ketika mencoba membuka inode scan"
211
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400212#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400213msgid "while getting next inode"
214msgstr "ketika memperoleh inode berikutnya"
215
Eric Sandeen032eafe2012-07-28 17:48:36 -0400216#: e2fsck/iscan.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400217#, c-format
218msgid "%u inodes scanned.\n"
219msgstr "%u inodes discan.\n"
220
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400221#: e2fsck/journal.c:525
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400222msgid "reading journal superblock\n"
223msgstr "membaca journal superblock\n"
224
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400225#: e2fsck/journal.c:582
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400226#, c-format
227msgid "%s: no valid journal superblock found\n"
228msgstr "%s: journal superblock tidak valid ditemukan\n"
229
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400230#: e2fsck/journal.c:591
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400231#, c-format
232msgid "%s: journal too short\n"
233msgstr "%s: journal terlalu pendek\n"
234
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400235#: e2fsck/journal.c:883
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400236#, c-format
237msgid "%s: recovering journal\n"
238msgstr "%s: merecovery journal\n"
239
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400240#: e2fsck/journal.c:885
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400241#, c-format
242msgid "%s: won't do journal recovery while read-only\n"
243msgstr "%s: tidak akan melakukan journal recovery ketika read-only\n"
244
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400245#: e2fsck/journal.c:912
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400246#, c-format
247msgid "while trying to re-open %s"
248msgstr "ketika mencoba untuk membuka %s"
249
Eric Sandeen032eafe2012-07-28 17:48:36 -0400250#: e2fsck/message.c:113
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400251msgid "aextended attribute"
252msgstr "aextended attribute"
253
Eric Sandeen032eafe2012-07-28 17:48:36 -0400254#: e2fsck/message.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400255msgid "Aerror allocating"
256msgstr "Aerror mengalokasikan"
257
Eric Sandeen032eafe2012-07-28 17:48:36 -0400258#: e2fsck/message.c:115
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400259msgid "bblock"
260msgstr "bblock"
261
Eric Sandeen032eafe2012-07-28 17:48:36 -0400262#: e2fsck/message.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400263msgid "Bbitmap"
264msgstr "Bbitmap"
265
Eric Sandeen032eafe2012-07-28 17:48:36 -0400266#: e2fsck/message.c:117
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400267msgid "ccompress"
268msgstr "ccompress"
269
Eric Sandeen032eafe2012-07-28 17:48:36 -0400270#: e2fsck/message.c:118
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400271msgid "Cconflicts with some other fs @b"
272msgstr "Ckonflik dengan beberapa sistem berkas lain @b"
273
Eric Sandeen032eafe2012-07-28 17:48:36 -0400274#: e2fsck/message.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400275msgid "iinode"
276msgstr "iinode"
277
Eric Sandeen032eafe2012-07-28 17:48:36 -0400278#: e2fsck/message.c:120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400279msgid "Iillegal"
280msgstr "Iilegal"
281
Eric Sandeen032eafe2012-07-28 17:48:36 -0400282#: e2fsck/message.c:121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400283msgid "jjournal"
284msgstr "jjournal"
285
Eric Sandeen032eafe2012-07-28 17:48:36 -0400286#: e2fsck/message.c:122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400287msgid "Ddeleted"
288msgstr "Ddeleted"
289
Eric Sandeen032eafe2012-07-28 17:48:36 -0400290#: e2fsck/message.c:123
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400291msgid "ddirectory"
292msgstr "ddirektori"
293
Eric Sandeen032eafe2012-07-28 17:48:36 -0400294#: e2fsck/message.c:124
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400295msgid "eentry"
296msgstr "eentri"
297
Eric Sandeen032eafe2012-07-28 17:48:36 -0400298#: e2fsck/message.c:125
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400299msgid "E@e '%Dn' in %p (%i)"
300msgstr "E@e '%Dn' dalam %p (%i)"
301
Eric Sandeen032eafe2012-07-28 17:48:36 -0400302#: e2fsck/message.c:126
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400303msgid "ffilesystem"
304msgstr "fsistem berkas"
305
Eric Sandeen032eafe2012-07-28 17:48:36 -0400306#: e2fsck/message.c:127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400307msgid "Ffor @i %i (%Q) is"
308msgstr "Funtuk @i %i (%Q) adalah"
309
Eric Sandeen032eafe2012-07-28 17:48:36 -0400310#: e2fsck/message.c:128
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400311msgid "ggroup"
312msgstr "ggrup"
313
Eric Sandeen032eafe2012-07-28 17:48:36 -0400314#: e2fsck/message.c:129
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400315msgid "hHTREE @d @i"
316msgstr "hHTREE @d @i"
317
Eric Sandeen032eafe2012-07-28 17:48:36 -0400318#: e2fsck/message.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400319msgid "llost+found"
320msgstr "llost+found"
321
Eric Sandeen032eafe2012-07-28 17:48:36 -0400322#: e2fsck/message.c:131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400323msgid "Lis a link"
324msgstr "Ladalah sebuah link"
325
Eric Sandeen032eafe2012-07-28 17:48:36 -0400326#: e2fsck/message.c:132
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400327msgid "mmultiply-claimed"
328msgstr "mmultiply-claimed"
329
Eric Sandeen032eafe2012-07-28 17:48:36 -0400330#: e2fsck/message.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400331msgid "ninvalid"
332msgstr "ninvalid"
333
Eric Sandeen032eafe2012-07-28 17:48:36 -0400334#: e2fsck/message.c:134
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400335msgid "oorphaned"
336msgstr "oorphaned"
337
Eric Sandeen032eafe2012-07-28 17:48:36 -0400338#: e2fsck/message.c:135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400339msgid "pproblem in"
340msgstr "pproblem dalam"
341
Eric Sandeen032eafe2012-07-28 17:48:36 -0400342#: e2fsck/message.c:136
343msgid "qquota"
344msgstr ""
345
346#: e2fsck/message.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400347msgid "rroot @i"
348msgstr "rroot @i"
349
Eric Sandeen032eafe2012-07-28 17:48:36 -0400350#: e2fsck/message.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400351msgid "sshould be"
352msgstr "sseharusnya"
353
Eric Sandeen032eafe2012-07-28 17:48:36 -0400354#: e2fsck/message.c:139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400355msgid "Ssuper@b"
356msgstr "Ssuper@b"
357
Eric Sandeen032eafe2012-07-28 17:48:36 -0400358#: e2fsck/message.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400359msgid "uunattached"
360msgstr "uunattached"
361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400363msgid "vdevice"
364msgstr "vperangkat"
365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400367msgid "xextent"
368msgstr "xextent"
369
Eric Sandeen032eafe2012-07-28 17:48:36 -0400370#: e2fsck/message.c:143
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400371msgid "zzero-length"
372msgstr "zzero-length"
373
Eric Sandeen032eafe2012-07-28 17:48:36 -0400374#: e2fsck/message.c:154
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400375msgid "<The NULL inode>"
376msgstr "<Inode Kosong>"
377
Eric Sandeen032eafe2012-07-28 17:48:36 -0400378#: e2fsck/message.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400379msgid "<The bad blocks inode>"
380msgstr "<Bad block inode>"
381
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400382#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400383#, fuzzy
384msgid "<The user quota inode>"
385msgstr "<Inode journal>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400386
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400387#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400388#, fuzzy
389msgid "<The group quota inode>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400390msgstr "<inode deskripsi grup>"
391
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400392#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400393msgid "<The boot loader inode>"
394msgstr "<boot loader inode>"
395
396#: e2fsck/message.c:160
397msgid "<The undelete directory inode>"
398msgstr "<undelete direktori inode>"
399
400#: e2fsck/message.c:161
401msgid "<The group descriptor inode>"
402msgstr "<inode deskripsi grup>"
403
404#: e2fsck/message.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400405msgid "<The journal inode>"
406msgstr "<Inode journal>"
407
Eric Sandeen032eafe2012-07-28 17:48:36 -0400408#: e2fsck/message.c:163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400409msgid "<Reserved inode 9>"
410msgstr "<Inode terpesan 9>"
411
Eric Sandeen032eafe2012-07-28 17:48:36 -0400412#: e2fsck/message.c:164
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400413msgid "<Reserved inode 10>"
414msgstr "<Inode Terpesan 10>"
415
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400416#: e2fsck/message.c:334
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400417msgid "regular file"
418msgstr "berkas biasa"
419
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400420#: e2fsck/message.c:336
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400421msgid "directory"
422msgstr "direktori"
423
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400424#: e2fsck/message.c:338
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400425msgid "character device"
426msgstr "karakter device"
427
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400428#: e2fsck/message.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400429msgid "block device"
430msgstr "block device"
431
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400432#: e2fsck/message.c:342
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400433msgid "named pipe"
434msgstr "named pipe"
435
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400436#: e2fsck/message.c:344
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400437msgid "symbolic link"
438msgstr "symbolic link"
439
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400440#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400441msgid "socket"
442msgstr "socket"
443
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400444#: e2fsck/message.c:348
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400445#, c-format
446msgid "unknown file type with mode 0%o"
447msgstr "tipe file tidak diketahui dengan mode 0%o"
448
Eric Sandeen032eafe2012-07-28 17:48:36 -0400449#: e2fsck/message.c:423
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400450msgid "indirect block"
451msgstr "block tidak langsung"
452
Eric Sandeen032eafe2012-07-28 17:48:36 -0400453#: e2fsck/message.c:425
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400454msgid "double indirect block"
455msgstr "blok tidak langsung berdua"
456
Eric Sandeen032eafe2012-07-28 17:48:36 -0400457#: e2fsck/message.c:427
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400458msgid "triple indirect block"
459msgstr "blok tidak langsung bertiga"
460
Eric Sandeen032eafe2012-07-28 17:48:36 -0400461#: e2fsck/message.c:429
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400462msgid "translator block"
463msgstr "blok penerjemah"
464
Eric Sandeen032eafe2012-07-28 17:48:36 -0400465#: e2fsck/message.c:431
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400466msgid "block #"
467msgstr "blok #"
468
Eric Sandeen032eafe2012-07-28 17:48:36 -0400469#: e2fsck/pass1b.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400470msgid "multiply claimed inode map"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400471msgstr "kalikan peta inode yang dituntut"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400472
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400473#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Eric Sandeen032eafe2012-07-28 17:48:36 -0400474#, fuzzy, c-format
475msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400476msgstr "internal error: tidak dapat menemukan dup_blk untuk %u\n"
477
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400478#: e2fsck/pass1b.c:821
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400479msgid "returned from clone_file_block"
480msgstr "kembali dari clone_file_block"
481
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400482#: e2fsck/pass1b.c:843
Eric Sandeen032eafe2012-07-28 17:48:36 -0400483#, fuzzy, c-format
484msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400485msgstr "internal error: tidak dapat menemukan EA block record untuk %u"
486
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400487#: e2fsck/pass1b.c:855
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400488#, c-format
489msgid "internal error: couldn't lookup EA inode record for %u"
490msgstr "internal error: tidak dapat menemukan EA inode record untuk %u"
491
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400492#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400493msgid "reading directory block"
494msgstr "membaca direktori block"
495
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400496#: e2fsck/pass1.c:598
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400497msgid "in-use inode map"
498msgstr "in-use inode map"
499
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400500#: e2fsck/pass1.c:609
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400501msgid "directory inode map"
502msgstr "direktori inode map"
503
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400504#: e2fsck/pass1.c:619
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400505msgid "regular file inode map"
506msgstr "regular file inode map"
507
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400508#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400509msgid "in-use block map"
510msgstr "in-use block map"
511
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400512#: e2fsck/pass1.c:693
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400513msgid "opening inode scan"
514msgstr "membuka inode scan"
515
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400516#: e2fsck/pass1.c:727
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400517msgid "getting next inode from scan"
518msgstr "memperoleh inode selanjutnya dari scan"
519
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400520#: e2fsck/pass1.c:1243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400521msgid "Pass 1"
522msgstr "Tahap 1"
523
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400524#: e2fsck/pass1.c:1300
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400525#, c-format
526msgid "reading indirect blocks of inode %u"
527msgstr "membaca indirect block dari inode %u"
528
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400529#: e2fsck/pass1.c:1350
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400530msgid "bad inode map"
531msgstr "inode map buruk"
532
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400533#: e2fsck/pass1.c:1373
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400534msgid "inode in bad block map"
535msgstr "inode dalam bad block map"
536
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400537#: e2fsck/pass1.c:1393
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400538msgid "imagic inode map"
539msgstr "imagic inode map"
540
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400541#: e2fsck/pass1.c:1420
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400542msgid "multiply claimed block map"
543msgstr "multiply diklaim block map"
544
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400545#: e2fsck/pass1.c:1531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400546msgid "ext attr block map"
547msgstr "ext attr block map"
548
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400549#: e2fsck/pass1.c:2315
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400550#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500551msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400552msgstr "%6lu(%c): diperkirakan %6lu diperoleh phys %6lu (blkcnt %lld)\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -0400553
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400554#: e2fsck/pass1.c:2678
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400555msgid "block bitmap"
556msgstr "block bitmap"
557
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400558#: e2fsck/pass1.c:2684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400559msgid "inode bitmap"
560msgstr "inode bitmap"
561
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400562#: e2fsck/pass1.c:2690
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400563msgid "inode table"
564msgstr "inode table"
565
Eric Sandeen032eafe2012-07-28 17:48:36 -0400566#: e2fsck/pass2.c:283
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400567msgid "Pass 2"
568msgstr "Tahap 2"
569
Eric Sandeen032eafe2012-07-28 17:48:36 -0400570#: e2fsck/pass2.c:805
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400571msgid "Can not continue."
572msgstr "Tidak dapat melanjutkan."
573
Eric Sandeen032eafe2012-07-28 17:48:36 -0400574#: e2fsck/pass3.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400575msgid "inode done bitmap"
576msgstr "inode selesai bitmap"
577
Eric Sandeen032eafe2012-07-28 17:48:36 -0400578#: e2fsck/pass3.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400579msgid "Peak memory"
580msgstr "Puncak pemakaian memori"
581
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400582#: e2fsck/pass3.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400583msgid "Pass 3"
584msgstr "Tahap 3"
585
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400586#: e2fsck/pass3.c:323
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400587msgid "inode loop detection bitmap"
588msgstr "inode deteksi loop bitmap"
589
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400590#: e2fsck/pass4.c:196
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400591msgid "Pass 4"
592msgstr "Tahap 4"
593
Eric Sandeen032eafe2012-07-28 17:48:36 -0400594#: e2fsck/pass5.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400595msgid "Pass 5"
596msgstr "Tahap 5"
597
Eric Sandeen032eafe2012-07-28 17:48:36 -0400598#: e2fsck/problem.c:51
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400599msgid "(no prompt)"
600msgstr "(tidak ada prompt)"
601
Eric Sandeen032eafe2012-07-28 17:48:36 -0400602#: e2fsck/problem.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400603msgid "Fix"
604msgstr "Betulkan"
605
Eric Sandeen032eafe2012-07-28 17:48:36 -0400606#: e2fsck/problem.c:53
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400607msgid "Clear"
608msgstr "Dihapus"
609
Eric Sandeen032eafe2012-07-28 17:48:36 -0400610#: e2fsck/problem.c:54
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400611msgid "Relocate"
612msgstr "Dipindahkan"
613
Eric Sandeen032eafe2012-07-28 17:48:36 -0400614#: e2fsck/problem.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400615msgid "Allocate"
616msgstr "Dialokasikan"
617
Eric Sandeen032eafe2012-07-28 17:48:36 -0400618#: e2fsck/problem.c:56
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400619msgid "Expand"
620msgstr "Diexpand"
621
Eric Sandeen032eafe2012-07-28 17:48:36 -0400622#: e2fsck/problem.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400623msgid "Connect to /lost+found"
624msgstr "Menyambungkan ke /lost+found"
625
Eric Sandeen032eafe2012-07-28 17:48:36 -0400626#: e2fsck/problem.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400627msgid "Create"
628msgstr "Membuat"
629
Eric Sandeen032eafe2012-07-28 17:48:36 -0400630#: e2fsck/problem.c:59
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400631msgid "Salvage"
632msgstr "Mengambil"
633
Eric Sandeen032eafe2012-07-28 17:48:36 -0400634#: e2fsck/problem.c:60
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400635msgid "Truncate"
636msgstr "Truncate"
637
Eric Sandeen032eafe2012-07-28 17:48:36 -0400638#: e2fsck/problem.c:61
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400639msgid "Clear inode"
640msgstr "Menghapus inode"
641
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400643msgid "Abort"
644msgstr "Membatalkan"
645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400647msgid "Split"
648msgstr "Membagi"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400651msgid "Continue"
652msgstr "Melanjutkan"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:65
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400655msgid "Clone multiply-claimed blocks"
656msgstr "Kopi multiply-claimed blocks"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400659msgid "Delete file"
660msgstr "Hapus berkas"
661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400663msgid "Suppress messages"
664msgstr "Suppress pesan"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400667msgid "Unlink"
668msgstr "Unlink"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400671msgid "Clear HTree index"
672msgstr "Hapus HTree index"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400675msgid "Recreate"
676msgstr "Buat kembali"
677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400679msgid "(NONE)"
680msgstr "(KOSONG)"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400683msgid "FIXED"
684msgstr "DIBETULKAN"
685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400687msgid "CLEARED"
688msgstr "DIHAPUS"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400691msgid "RELOCATED"
692msgstr "DIPINDAHKAN"
693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400695msgid "ALLOCATED"
696msgstr "DIALOKASIKAN"
697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400699msgid "EXPANDED"
700msgstr "DIEXPAND"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:85
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400703msgid "RECONNECTED"
704msgstr "DIHUBUNGKAN"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400707msgid "CREATED"
708msgstr "DIBUAT"
709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400711msgid "SALVAGED"
712msgstr "DIAMANKAN"
713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:88
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400715msgid "TRUNCATED"
716msgstr "DIPOTONG"
717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400719msgid "INODE CLEARED"
720msgstr "INODE DIHAPUS"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:90
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400723msgid "ABORTED"
724msgstr "DIBATALKAN"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400727msgid "SPLIT"
728msgstr "DIBAGI"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400731msgid "CONTINUING"
732msgstr "MELANJUTKAN"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400735msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
736msgstr "MULTIPLY-CLAIMED BLOK DIKOPI"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:94
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400739msgid "FILE DELETED"
740msgstr "BERKAS DIHAPUS"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:95
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400743msgid "SUPPRESSED"
744msgstr "DIAKHIRI"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:96
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400747msgid "UNLINKED"
748msgstr "DILEPAS"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:97
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400751msgid "HTREE INDEX CLEARED"
752msgstr "HTREE INDEX DIHAPUS"
753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400755msgid "WILL RECREATE"
756msgstr "AKAN MEMBUAT KEMBALI"
757
758#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400759#: e2fsck/problem.c:107
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400760msgid "@b @B for @g %g is not in @g. (@b %b)\n"
761msgstr "@b @B untuk @g %g tidak dalam @g. (@b %b)\n"
762
763#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400764#: e2fsck/problem.c:111
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400765msgid "@i @B for @g %g is not in @g. (@b %b)\n"
766msgstr "@i @B untuk @G %G tidak dalam @g. (@b %b)\n"
767
768#. @-expanded: inode table for group %g is not in group. (block %b)\n
769#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400771msgid ""
772"@i table for @g %g is not in @g. (@b %b)\n"
773"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
774msgstr ""
775"@i table untuk @g %g tidak berada dalam @g. (@b %b)\n"
776"PERINGATAN: KEMUNGKINAN KEHILANGAN DATA BESAR.\n"
777
778#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400779#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
780#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400781#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
782#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400783#. @-expanded: e2fsck -b 8193 <device>\n
784#. @-expanded: or\n
785#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400786#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400787#: e2fsck/problem.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400788#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400789msgid ""
790"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400791"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
792"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400793"@f (and not swap or ufs or something else), then the @S\n"
794"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400795" e2fsck -b 8193 <@v>\n"
796" or\n"
797" e2fsck -b 32768 <@v>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400798"\n"
799msgstr ""
800"\n"
801"@S tidak dapat dibaca atau tidak dapat menjelaskan ext2 dengan benar\n"
802"@f. Jika @v tidak valid dan ini berisi sebuah ext2\n"
803"@f (dan bukan swap atau ufs atau sesuatu yang lain), maka @S\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500804"korup, dan anda mungkin bisa mencoba menjalankan e2fsck secara alternatif "
805"@S:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400806" e2fsck -b %S <@v>\n"
807"\n"
808
809#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
810#. @-expanded: The physical size of the device is %c blocks\n
811#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400812#: e2fsck/problem.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400813msgid ""
814"The @f size (according to the @S) is %b @bs\n"
815"The physical size of the @v is %c @bs\n"
816"Either the @S or the partition table is likely to be corrupt!\n"
817msgstr ""
818"Ukuran @f (menurut dari @S) adalah %b @bs\n"
819"Ukuran fisik dari @v adalah %c @bs\n"
820"Kalau nggak @S atau tabel partisi yang mungkin korup!\n"
821
822#. @-expanded: superblock block_size = %b, fragsize = %c.\n
823#. @-expanded: This version of e2fsck does not support fragment sizes different\n
824#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400825#: e2fsck/problem.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400826msgid ""
827"@S @b_size = %b, fragsize = %c.\n"
828"This version of e2fsck does not support fragment sizes different\n"
829"from the @b size.\n"
830msgstr ""
831"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500832"Versi e2fsck ini tidak mengimplementasikan untuk ukuran fragment yang "
833"berbeda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400834"dari @b.\n"
835
836#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400837#: e2fsck/problem.c:147
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400838msgid "@S @bs_per_group = %b, should have been %c\n"
839msgstr "@S @bs_per_group = %b, seharusnya %c\n"
840
841#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400842#: e2fsck/problem.c:152
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400843msgid "@S first_data_@b = %b, should have been %c\n"
844msgstr "@S first_data_@b = %b, seharusnya %c\n"
845
846#. @-expanded: filesystem did not have a UUID; generating one.\n
847#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400848#: e2fsck/problem.c:157
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400849msgid ""
850"@f did not have a UUID; generating one.\n"
851"\n"
852msgstr ""
853"@f tidak memiliki sebuah UUID; membuat satu.\n"
854"\n"
855
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400856#: e2fsck/problem.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400857#, c-format
858msgid ""
859"Note: if several inode or block bitmap blocks or part\n"
860"of the inode table require relocation, you may wish to try\n"
861"running e2fsck with the '-b %S' option first. The problem\n"
862"may lie only with the primary block group descriptors, and\n"
863"the backup block group descriptors may be OK.\n"
864"\n"
865msgstr ""
866"Catatan: jika beberapa inode atau blok bitmap blok atau bagian\n"
867"dari tabel inode membutuhkan relokasi, anda mungkin bisa mencoba\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400868"dengan menjalankan e2fsck dengan pilihan '-b %S' terlebih dahulu. Masalah\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400869"yang mungkin timbul jika dengan menggunakan blok deskripsi utama, dan\n"
870"blok cadangan grup deskripsi mungkin OK.\n"
871"\n"
872
873#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400874#: e2fsck/problem.c:171
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400875msgid "Corruption found in @S. (%s = %N).\n"
876msgstr "Korupsi ditemukan di @S. (%s = %N).\n"
877
878#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400879#: e2fsck/problem.c:176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400880#, c-format
881msgid "Error determining size of the physical @v: %m\n"
882msgstr "Error menentukan ukuran dari phisik @v: %m\n"
883
884#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400885#: e2fsck/problem.c:181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400886msgid "@i count in @S is %i, @s %j.\n"
887msgstr "@i terhitung dalam @S adalah %i, @s %j.\n"
888
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400889#: e2fsck/problem.c:185
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400890msgid "The Hurd does not support the filetype feature.\n"
891msgstr "Hurd tidak mendukung layanan filetype.\n"
892
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500893#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400894#: e2fsck/problem.c:190
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400895#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500896msgid "@S has an @n @j (@i %i).\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400897msgstr "@S memiliki sebuah @n @j (@i %i).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400898
899#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400900#: e2fsck/problem.c:195
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400901msgid "External @j has multiple @f users (unsupported).\n"
902msgstr "External @j memiliki multiple @f dari pengguna (tidak dilayani).\n"
903
904#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400905#: e2fsck/problem.c:200
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400906msgid "Can't find external @j\n"
907msgstr "Tidak dapat menemukan external @j\n"
908
909#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400910#: e2fsck/problem.c:205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400911msgid "External @j has bad @S\n"
912msgstr "External @j memiliki bad @S\n"
913
914#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400915#: e2fsck/problem.c:210
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400916msgid "External @j does not support this @f\n"
917msgstr "External @j tidak melayani ini @f\n"
918
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500919#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400920#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
921#. @-expanded: format.\n
922#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400923#: e2fsck/problem.c:215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400924msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500925"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500926"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
927"format.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400928"It is also possible the @j @S is corrupt.\n"
929msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400930"@f @j @S memiliki tipe yang tidak diketahui %N (tidak disupport).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500931"Ini sangat memungkinkan jika salinan dari e2fsck sudah lama dan/atau tidak "
932"melayani format @j ini.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400933"Ini juga mungkin jika @j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400934
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500935#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400936#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937msgid "@j @S is corrupt.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400938msgstr "@j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400939
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500940#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400941#: e2fsck/problem.c:228
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400942#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500943msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400944msgstr "@S tanda has_@j hilang, tetapi @j %s ada.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400945
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500946#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400947#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500948msgid "@S needs_recovery flag is set, but no @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400949msgstr "@S tanda needs_recovery ada, tetapi tidak memiliki @j.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400950
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500951#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400952#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500953msgid "@S needs_recovery flag is clear, but @j has data.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400954msgstr "@S tanda need_recovery sudah hilang, tetapi @j memiliki data.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400955
956#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400957#: e2fsck/problem.c:243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400958msgid "Clear @j"
959msgstr "Hapus @j"
960
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400961#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400962#: e2fsck/problem.c:248 e2fsck/problem.c:702
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400963msgid "@f has feature flag(s) set, but is a revision 0 @f. "
964msgstr "@f memiliki feature flag(s) set, tetapi memiliki sebuah revisi 0 @f."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400965
966#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400967#: e2fsck/problem.c:253
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400968msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
969msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, ukuran=%Is)\n"
970
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400971#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400972#: e2fsck/problem.c:258
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400973msgid "@I %B (%b) found in @o @i %i.\n"
974msgstr "@I %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400975
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400976#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400977#: e2fsck/problem.c:263
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400978msgid "Already cleared %B (%b) found in @o @i %i.\n"
979msgstr "Sudah dihapus %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400980
981#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400982#: e2fsck/problem.c:268
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400983#, c-format
984msgid "@I @o @i %i in @S.\n"
985msgstr "@I @o @i %i dalam @S.\n"
986
987#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400988#: e2fsck/problem.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400989#, c-format
990msgid "@I @i %i in @o @i list.\n"
991msgstr "@I @i %i dalam daftar @o @i.\n"
992
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500993#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400994#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500995msgid "@j @S has an unknown read-only feature flag set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400996msgstr "@j @S memiliki sebuah feature yang tidak diketahui aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400997
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500998#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400999#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001000msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001001msgstr ""
1002"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
1003"aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001004
1005#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001006#: e2fsck/problem.c:288
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001007msgid "@j version not supported by this e2fsck.\n"
1008msgstr "versi @j tidak disupport oleh e2fsck ini.\n"
1009
1010#. @-expanded: Moving journal from /%s to hidden inode.\n
1011#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001012#: e2fsck/problem.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001013#, c-format
1014msgid ""
1015"Moving @j from /%s to hidden @i.\n"
1016"\n"
1017msgstr ""
1018"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1019"\n"
1020
1021#. @-expanded: Error moving journal: %m\n
1022#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001023#: e2fsck/problem.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001024#, c-format
1025msgid ""
1026"Error moving @j: %m\n"
1027"\n"
1028msgstr ""
1029"Error memindahkan @j: %m\n"
1030"\n"
1031
1032#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1033#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1034#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001035#: e2fsck/problem.c:303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001036msgid ""
1037"Found @n V2 @j @S fields (from V1 @j).\n"
1038"Clearing fields beyond the V1 @j @S...\n"
1039"\n"
1040msgstr ""
1041"Menemukan @n V2 @j @S fields (dari V1 @j).\n"
1042"Menghapus field diatas dari V1 @j @S...\n"
1043"\n"
1044
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001045#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001046#: e2fsck/problem.c:309
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001047msgid "Run @j anyway"
1048msgstr "Jalankan @j bagaimanapun"
1049
1050#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001051#: e2fsck/problem.c:314
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001052msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001053msgstr ""
1054"Recovery flag tidak diset dalam backup @S, jadi menjalankan @j "
1055"bagaimanapun.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001056
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001057#. @-expanded: Backing up journal inode block information.\n
1058#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001059#: e2fsck/problem.c:319
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001060msgid ""
1061"Backing up @j @i @b information.\n"
1062"\n"
1063msgstr ""
1064"Menyimpan informasi @j @i @b.\n"
1065"\n"
1066
1067#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1068#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001069#: e2fsck/problem.c:324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001070msgid ""
1071"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1072"is %N; @s zero. "
1073msgstr ""
1074"@f tidak memiliki resize_@i aktif, tetapi _reserved_gdt_@bs\n"
1075"adalah %N; @s nol. "
1076
1077#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001078#: e2fsck/problem.c:330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001079msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1080msgstr "Resize_@i tidak aktif, tetapi resize @i bukan nol. "
1081
1082#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001083#: e2fsck/problem.c:335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001084msgid "Resize @i not valid. "
1085msgstr "Resize @i tidak valid. "
1086
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001087#. @-expanded: superblock last mount time (%t,\n
1088#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001089#: e2fsck/problem.c:340
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001090msgid ""
1091"@S last mount time (%t,\n"
1092"\tnow = %T) is in the future.\n"
1093msgstr ""
1094"@S waktu terakhir dipasang (%t,\n"
1095"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001096
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001097#. @-expanded: superblock last write time (%t,\n
1098#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001099#: e2fsck/problem.c:345
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001100msgid ""
1101"@S last write time (%t,\n"
1102"\tnow = %T) is in the future.\n"
1103msgstr ""
1104"@S waktu terakhir ditulis (%t,\n"
1105"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001106
1107#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001108#: e2fsck/problem.c:349
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001109#, c-format
1110msgid "@S hint for external superblock @s %X. "
1111msgstr "@S petunjuk untuk superblok luar @s %X. "
1112
1113#. @-expanded: Adding dirhash hint to filesystem.\n
1114#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001115#: e2fsck/problem.c:354
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001116msgid ""
1117"Adding dirhash hint to @f.\n"
1118"\n"
1119msgstr ""
1120"Menambahkan dirhas hint ke @f.\n"
1121"\n"
1122
Eric Sandeen032eafe2012-07-28 17:48:36 -04001123#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001124#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001125#, fuzzy
1126msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001127msgstr "@g deskripsi %g checksum tidak valid. "
1128
1129#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001130#: e2fsck/problem.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001131#, c-format
1132msgid "@g descriptor %g marked uninitialized without feature set.\n"
1133msgstr "@g deskripsi %g ditandai unintialisasi tanpa menset feature.\n"
1134
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001135#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001136#: e2fsck/problem.c:369
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001137msgid "@g descriptor %g has invalid unused inodes count %b. "
1138msgstr "@g deskripsi %g memiliki inode yang tidak valid terhitung %b. "
1139
1140#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001141#: e2fsck/problem.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001142msgid "Last @g @b @B uninitialized. "
1143msgstr "Terakhir @g @b @B tidak terinitialisasi. "
1144
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001145#: e2fsck/problem.c:379
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001146#, c-format
1147msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1148msgstr "Jurnal transaksi %i terkorupsi, balasan dibatalkan.\n"
1149
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001150#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001151msgid "The test_fs flag is set (and ext4 is available). "
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001152msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001153
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001154#. @-expanded: superblock last mount time is in the future.\n
1155#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1156#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001157#: e2fsck/problem.c:388
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001158msgid ""
1159"@S last mount time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001160"\t(by less than a day, probably due to the hardware clock being incorrectly "
1161"set) "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001162msgstr ""
1163"@S waktu pasang terakhir berada di masa yang akan datang.\n"
1164"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar) "
1165
1166#. @-expanded: superblock last write time is in the future.\n
1167#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1168#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001169#: e2fsck/problem.c:394
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001170msgid ""
1171"@S last write time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001172"\t(by less than a day, probably due to the hardware clock being incorrectly "
1173"set). "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001174msgstr ""
1175"@S waktu tulis terakhir berada dimasa yang akan datang.\n"
1176"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar). "
1177
1178#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001179#: e2fsck/problem.c:400
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001180msgid "One or more @b @g descriptor checksums are invalid. "
1181msgstr "Satu atau lebih @b @g pendeskripsi checksum tidak valid. "
1182
Eric Sandeen032eafe2012-07-28 17:48:36 -04001183#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001184#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001185#, fuzzy
1186msgid "Setting free @is count to %j (was %i)\n"
1187msgstr "Menset jumlah reserved blok ke %lu\n"
1188
1189#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001190#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001191#, fuzzy
1192msgid "Setting free @bs count to %c (was %b)\n"
1193msgstr "Menset jumlah reserved blok ke %lu\n"
1194
1195#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001196#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001197#, fuzzy
1198msgid "Making @q @i %i (%Q) hidden.\n"
1199msgstr ""
1200"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1201"\n"
1202
1203#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001204#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001205#, fuzzy
1206msgid "@S has invalid MMP block. "
1207msgstr "Ukuran blok tidak valid - %s"
1208
1209#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001210#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001211msgid "@S has invalid MMP magic. "
1212msgstr ""
1213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001214#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001215#, c-format
1216msgid "ext2fs_open2: %m\n"
1217msgstr ""
1218
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001219#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001220#, c-format
1221msgid "ext2fs_check_desc: %m\n"
1222msgstr ""
1223
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001224#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001225#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001226msgid "@S 64bit filesystems needs extents to access the whole disk. "
1227msgstr ""
1228
1229#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1230#: e2fsck/problem.c:447
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001231msgid "Pass 1: Checking @is, @bs, and sizes\n"
1232msgstr "Tahap 1: Memeriksa @i, @bs, dan ukuran\n"
1233
1234#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001235#: e2fsck/problem.c:451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001236msgid "@r is not a @d. "
1237msgstr "@r bukan sebuah @d. "
1238
1239#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001240#: e2fsck/problem.c:456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001241msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001242msgstr ""
1243"@r memiliki dtime terset (mungkin karena penggunaan mke2fs versi lama). "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001244
1245#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001246#: e2fsck/problem.c:461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001247msgid "Reserved @i %i (%Q) has @n mode. "
1248msgstr "Reserved @i %i (%Q) memiliki @n mode. "
1249
1250#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001251#: e2fsck/problem.c:466
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001252#, c-format
1253msgid "@D @i %i has zero dtime. "
1254msgstr "@D @i %i memiliki dtime nol. "
1255
1256#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001257#: e2fsck/problem.c:471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001258#, c-format
1259msgid "@i %i is in use, but has dtime set. "
1260msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1261
1262#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001263#: e2fsck/problem.c:476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001264#, c-format
1265msgid "@i %i is a @z @d. "
1266msgstr "@i %i adalah sebuah @z @d. "
1267
1268#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001269#: e2fsck/problem.c:481
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001270msgid "@g %g's @b @B at %b @C.\n"
1271msgstr "@g %g's @b @B di %b @C.\n"
1272
1273#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001274#: e2fsck/problem.c:486
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001275msgid "@g %g's @i @B at %b @C.\n"
1276msgstr "@g %g's @i @B di %b @C.\n"
1277
1278#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001279#: e2fsck/problem.c:491
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001280msgid "@g %g's @i table at %b @C.\n"
1281msgstr "@G %g's @i tabel di %b @C.\n"
1282
1283#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001284#: e2fsck/problem.c:496
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001285msgid "@g %g's @b @B (%b) is bad. "
1286msgstr "@g %g's @b @B (%b) adalah buruk. "
1287
1288#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001289#: e2fsck/problem.c:501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001290msgid "@g %g's @i @B (%b) is bad. "
1291msgstr "@g %g's @i @B (%b) adalah buruk. "
1292
1293#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001294#: e2fsck/problem.c:506
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001295msgid "@i %i, i_size is %Is, @s %N. "
1296msgstr "@i %i, i_size adalah %Is, @s %N. "
1297
1298#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001299#: e2fsck/problem.c:511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001300msgid "@i %i, i_@bs is %Ib, @s %N. "
1301msgstr "@i %i, i_@bs adalah %Ib, @s %N. "
1302
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001303#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001304#: e2fsck/problem.c:516
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001305msgid "@I %B (%b) in @i %i. "
1306msgstr "@I %B (%b) dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001307
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001308#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001309#: e2fsck/problem.c:521
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001310msgid "%B (%b) overlaps @f metadata in @i %i. "
1311msgstr "%B (%b) saling bertumpang tindih @f metadata dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001312
1313#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001314#: e2fsck/problem.c:526
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001315#, c-format
1316msgid "@i %i has illegal @b(s). "
1317msgstr "@i %i memiliki @b(s) ilegal. "
1318
1319#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001320#: e2fsck/problem.c:531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001321#, c-format
1322msgid "Too many illegal @bs in @i %i.\n"
1323msgstr "Terlalu banyak ilegal @bs dalam @i %i.\n"
1324
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001325#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001326#: e2fsck/problem.c:536
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001327msgid "@I %B (%b) in bad @b @i. "
1328msgstr "@I %B (%b) dalam @b @i buruk. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001329
1330#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001331#: e2fsck/problem.c:541
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001332msgid "Bad @b @i has illegal @b(s). "
1333msgstr "@b @i buruk memiliki ilegal @b(s). "
1334
1335#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001336#: e2fsck/problem.c:546
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001337msgid "Duplicate or bad @b in use!\n"
1338msgstr "Duplikasi atau @b buruk sedang digunakan!\n"
1339
1340#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001341#: e2fsck/problem.c:551
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001342msgid "Bad @b %b used as bad @b @i indirect @b. "
1343msgstr "@b %b buruk yang digunakan sama buruknya dengan @b @i indirect @b. "
1344
1345#. @-expanded: \n
1346#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1347#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1348#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001349#: e2fsck/problem.c:556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001350msgid ""
1351"\n"
1352"The bad @b @i has probably been corrupted. You probably\n"
1353"should stop now and run e2fsck -c to scan for bad blocks\n"
1354"in the @f.\n"
1355msgstr ""
1356"\n"
1357"@b @i buruk telah terkorupsi. Anda seharusnya berhenti\n"
1358"sekarang dan menjalankan e2fsck -c untuk menscan untuk\n"
1359"mencari blok buruk dalam @f.\n"
1360
1361#. @-expanded: \n
1362#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001363#: e2fsck/problem.c:563
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001364msgid ""
1365"\n"
1366"If the @b is really bad, the @f can not be fixed.\n"
1367msgstr ""
1368"\n"
1369"Jika @b adalah sangat buruk, @f tidak dapat dibetulkan.\n"
1370
1371#. @-expanded: You can remove this block from the bad block list and hope\n
1372#. @-expanded: that the block is really OK. But there are no guarantees.\n
1373#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001374#: e2fsck/problem.c:568
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001375msgid ""
1376"You can remove this @b from the bad @b list and hope\n"
1377"that the @b is really OK. But there are no guarantees.\n"
1378"\n"
1379msgstr ""
1380"Anda dapat menghapus @b ini dari daftar @b buruk dan berharap\n"
1381"@b benar benar OK. Tetapi tidak garansi untuk hal ini.\n"
1382"\n"
1383
1384#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001385#: e2fsck/problem.c:574
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001386msgid "The primary @S (%b) is on the bad @b list.\n"
1387msgstr "@S (%b) utama berada dalam daftar @b buruk.\n"
1388
1389#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001390#: e2fsck/problem.c:579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001391msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1392msgstr "Blok %b dalam deskripsi @g utama berada dalam daftar @b buruk\n"
1393
1394#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001395#: e2fsck/problem.c:585
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001396msgid "Warning: Group %g's @S (%b) is bad.\n"
1397msgstr "Peringatan: Grup %g's @S (b) buruk.\n"
1398
1399#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001400#: e2fsck/problem.c:590
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001401msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001402msgstr ""
1403"Peringatan: Grup %g's salinan dari deskripsi @g memiliki sebuah @b (%b) "
1404"buruk.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001405
1406#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001407#: e2fsck/problem.c:596
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001408msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001409msgstr ""
1410"Programming error? @b #%b terklaim untuk tidak ada alasan dalam "
1411"process_bad_@b.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001412
1413#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001414#: e2fsck/problem.c:602
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001415msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1416msgstr "@A %N kontinu @b(s) dalam @b @g %g untuk %s: %m\n"
1417
1418#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001419#: e2fsck/problem.c:607
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001420#, c-format
1421msgid "@A @b buffer for relocating %s\n"
1422msgstr "@A @b buffer untuk relokasi %s\n"
1423
1424#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001425#: e2fsck/problem.c:612
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001426msgid "Relocating @g %g's %s from %b to %c...\n"
1427msgstr "Memindahkan @g %g's %s dari %b ke %c...\n"
1428
1429#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001430#: e2fsck/problem.c:617
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001431#, c-format
1432msgid "Relocating @g %g's %s to %c...\n"
1433msgstr "Memindahkan @g %g's %s ke %c...\n"
1434
1435#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001436#: e2fsck/problem.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001437msgid "Warning: could not read @b %b of %s: %m\n"
1438msgstr "Peringatan: tidak dapat membaca @b %b dari %s: %m\n"
1439
1440#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001441#: e2fsck/problem.c:627
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001442msgid "Warning: could not write @b %b for %s: %m\n"
1443msgstr "Peringatan: tidak dapat menulis @b %b untuk %s: %m\n"
1444
1445#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001446#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001447msgid "@A @i @B (%N): %m\n"
1448msgstr "@A @i @B (%N): %m\n"
1449
1450#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001451#: e2fsck/problem.c:637
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001452msgid "@A @b @B (%N): %m\n"
1453msgstr "@A @b @B (%N): %m\n"
1454
1455#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001456#: e2fsck/problem.c:642
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001457#, c-format
1458msgid "@A icount link information: %m\n"
1459msgstr "@A icount link informasi: %m\n"
1460
1461#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001462#: e2fsck/problem.c:647
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001463#, c-format
1464msgid "@A @d @b array: %m\n"
1465msgstr "@A @d @b array: %m\n"
1466
1467#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001468#: e2fsck/problem.c:652
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001469#, c-format
1470msgid "Error while scanning @is (%i): %m\n"
1471msgstr "Error ketika melakukan scanning @is (%i): %m\n"
1472
1473#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001474#: e2fsck/problem.c:657
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001475#, c-format
1476msgid "Error while iterating over @bs in @i %i: %m\n"
1477msgstr "Error ketika mengiterasi melalui @bs dalam @i %i: %m\n"
1478
1479#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001480#: e2fsck/problem.c:662
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001481msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1482msgstr "Error menyimpan @i count informasi (@i=%i, count=%N): %m\n"
1483
1484#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001485#: e2fsck/problem.c:667
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001486msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1487msgstr "Error menyimpan @d @b informasi (@i=%i, @b=%b, num=%N): %m\n"
1488
1489#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001490#: e2fsck/problem.c:673
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001491#, c-format
1492msgid "Error reading @i %i: %m\n"
1493msgstr "Error membaca @i %i: %m\n"
1494
1495#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001496#: e2fsck/problem.c:681
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001497#, c-format
1498msgid "@i %i has imagic flag set. "
1499msgstr "@i %i memiliki flag imagic terset. "
1500
1501#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1502#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001503#: e2fsck/problem.c:686
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001504#, c-format
1505msgid ""
1506"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1507"or append-only flag set. "
1508msgstr ""
1509"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
1510"atau append-only flag terset."
1511
1512#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001513#: e2fsck/problem.c:692
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001514#, c-format
1515msgid "@i %i has @cion flag set on @f without @cion support. "
1516msgstr "@i %i memiliki @cion flag terset pada @f tanpa layanan @cion. "
1517
1518#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001519#: e2fsck/problem.c:697
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001520#, c-format
1521msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1522msgstr "Spesial (@v/socket/fifo) @i %i memiliki ukuran kosong. "
1523
1524#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001525#: e2fsck/problem.c:707
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001526msgid "@j @i is not in use, but contains data. "
1527msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1528
1529#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001530#: e2fsck/problem.c:712
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001531msgid "@j is not regular file. "
1532msgstr "@j bukan sebuah file regular. "
1533
1534#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001535#: e2fsck/problem.c:717
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001536#, c-format
1537msgid "@i %i was part of the @o @i list. "
1538msgstr "@i %i adalah bagian dari daftar @o @i. "
1539
1540#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001541#: e2fsck/problem.c:723
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001542msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001543msgstr ""
1544"@i adalah bagian dari orphan terkorupsi yang ditemukan dari linked list. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001545
1546#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001547#: e2fsck/problem.c:728
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001548msgid "@A refcount structure (%N): %m\n"
1549msgstr "@A refcount structure (%N): %m\n"
1550
1551#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001552#: e2fsck/problem.c:733
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001553msgid "Error reading @a @b %b for @i %i. "
1554msgstr "Error membaca @a @b %b untuk @i %i. "
1555
1556#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001557#: e2fsck/problem.c:738
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001558msgid "@i %i has a bad @a @b %b. "
1559msgstr "@i %i memiliki sebuah @a @b %b buruk."
1560
1561#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001562#: e2fsck/problem.c:743
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001563msgid "Error reading @a @b %b (%m). "
1564msgstr "Error membaca @a @b %b (%m). "
1565
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001566#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001567#: e2fsck/problem.c:748
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001568msgid "@a @b %b has reference count %r, @s %N. "
1569msgstr "@a @b %b memiliki jumlah referensi %r, @s %N. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001570
1571#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001572#: e2fsck/problem.c:753
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001573msgid "Error writing @a @b %b (%m). "
1574msgstr "Error menulis @a @b %b (%m). "
1575
1576#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001577#: e2fsck/problem.c:758
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001578msgid "@a @b %b has h_@bs > 1. "
1579msgstr "@a @b %b memiliki h_@bs > 1. "
1580
1581#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001582#: e2fsck/problem.c:763
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001583msgid "@A @a @b %b. "
1584msgstr "@A @a @b %b. "
1585
1586#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001587#: e2fsck/problem.c:768
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001588msgid "@a @b %b is corrupt (allocation collision). "
1589msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1590
1591#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001592#: e2fsck/problem.c:773
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001593msgid "@a @b %b is corrupt (@n name). "
1594msgstr "@a @b %b adalah korup (@n nama). "
1595
1596#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001597#: e2fsck/problem.c:778
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001598msgid "@a @b %b is corrupt (@n value). "
1599msgstr "@a @b %b adalah korup (@n value). "
1600
1601#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001602#: e2fsck/problem.c:783
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001603#, c-format
1604msgid "@i %i is too big. "
1605msgstr "@i %i terlalu besar. "
1606
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001607#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001608#: e2fsck/problem.c:787
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001609msgid "%B (%b) causes @d to be too big. "
1610msgstr "%B (%b) menyebabkan @d terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001612#: e2fsck/problem.c:792
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001613msgid "%B (%b) causes file to be too big. "
1614msgstr "%B (%b) menyebabkan berkas terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001616#: e2fsck/problem.c:797
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001617msgid "%B (%b) causes symlink to be too big. "
1618msgstr "%B (%b) menyebabkan symlink terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001619
1620#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001621#: e2fsck/problem.c:802
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001622#, c-format
1623msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1624msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1625
1626#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001627#: e2fsck/problem.c:807
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001628#, c-format
1629msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1630msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
1631
1632#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001633#: e2fsck/problem.c:812
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001634#, c-format
1635msgid "@h %i has an @n root node.\n"
1636msgstr "@h %i memiliki sebuah @n titik root.\n"
1637
1638#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001639#: e2fsck/problem.c:817
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001640msgid "@h %i has an unsupported hash version (%N)\n"
1641msgstr "@h %i memiliki sebuah versi hash yang tidak dilayani (%N)\n"
1642
1643#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001644#: e2fsck/problem.c:822
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001645#, c-format
1646msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001647msgstr ""
1648"@h %i menggunakan sebuah htree yang tidak kompatible di titik root flag.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001649
1650#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001651#: e2fsck/problem.c:827
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001652msgid "@h %i has a tree depth (%N) which is too big\n"
1653msgstr "@h %i memiliki sebuah kedalaman pohon (%N) yang terlalu besar\n"
1654
1655#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1656#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001657#: e2fsck/problem.c:832
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001658msgid ""
1659"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1660"@f metadata. "
1661msgstr ""
1662"Buruk @b @i memiliki sebuah @b (%b) tidak langsung yang konflik dengan\n"
1663"@f metadata. "
1664
1665#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001666#: e2fsck/problem.c:838
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001667#, c-format
1668msgid "Resize @i (re)creation failed: %m."
1669msgstr "Resize @i gagal membuat kembali: %m."
1670
1671#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001672#: e2fsck/problem.c:843
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001673msgid "@i %i has a extra size (%IS) which is @n\n"
1674msgstr "@i %i memiliki sebuah ukuran extra (%IS) yang berisi @n\n"
1675
1676#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001677#: e2fsck/problem.c:848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001678msgid "@a in @i %i has a namelen (%N) which is @n\n"
1679msgstr "@a dalam @i %i memiliki sebuah panjang nama (%N) yang berisi @n\n"
1680
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001681#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001682#: e2fsck/problem.c:853
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001683msgid "@a in @i %i has a value offset (%N) which is @n\n"
1684msgstr "@a dalam @i %i memiliki nilai ofset (%N) yang berisi @n\n"
1685
1686#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001687#: e2fsck/problem.c:858
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001688msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001689msgstr ""
1690"@a dalam @i %i memiliki sebuah nilai @b (%N) yang berisi @n (seharusnya 0)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001691
1692#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001693#: e2fsck/problem.c:863
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001694msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001695msgstr ""
1696"@a dalam @i %i memiliki sebuah nilai yang berukuran (%N) yang berisi @n\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001697
1698#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001699#: e2fsck/problem.c:868
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001700msgid "@a in @i %i has a hash (%N) which is @n\n"
1701msgstr "@a dalam @i %i memiliki sebuah hash (%N) yang berisi @n\n"
1702
1703#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001704#: e2fsck/problem.c:873
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001705msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001706msgstr ""
1707"@i %i adalah sebuah %It tetapi sepertinya benar benar sebuah direktori.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001708
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04001709#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001710#: e2fsck/problem.c:878
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001711#, c-format
1712msgid "Error while reading over @x tree in @i %i: %m\n"
1713msgstr "Error ketika membaca diatas @x tree dalam @i %i: %m\n"
1714
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001715#. @-expanded: Failed to iterate extents in inode %i\n
1716#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001717#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001718msgid ""
1719"Failed to iterate extents in @i %i\n"
1720"\t(op %s, blk %b, lblk %c): %m\n"
1721msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001722"Gagal mengiterasi extens dalam @i %i\n"
1723"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001724
1725#. @-expanded: inode %i has an invalid extent\n
1726#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001727#: e2fsck/problem.c:889
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001728msgid ""
1729"@i %i has an @n extent\n"
1730"\t(logical @b %c, @n physical @b %b, len %N)\n"
1731msgstr ""
1732"@i %i memiliki sebuah extensi @n\n"
1733"\t(logical @b %c, @n physical @b %b, len %N)\n"
1734
1735#. @-expanded: inode %i has an invalid extent\n
1736#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001737#: e2fsck/problem.c:894
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001738msgid ""
1739"@i %i has an @n extent\n"
1740"\t(logical @b %c, physical @b %b, @n len %N)\n"
1741msgstr ""
1742"@i %i memiliki sebuah entensi @n\n"
1743"\t(logical @b %c, physical @b %b, @n len %N)\n"
1744
1745#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001746#: e2fsck/problem.c:899
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001747#, c-format
1748msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1749msgstr "@i %i memiliki EXTENTS_FL tanda set di @f tanpa support extensi.\n"
1750
1751#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001752#: e2fsck/problem.c:904
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001753#, c-format
1754msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1755msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1756
1757#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001758#: e2fsck/problem.c:909
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001759#, c-format
1760msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1761msgstr "@i %i hilang EXTENT_FL, tetapi adalah sebuah format extensi\n"
1762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001763#: e2fsck/problem.c:914
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001764#, c-format
1765msgid "Fast symlink %i has EXTENT_FL set. "
1766msgstr "Fast symlink %i memiliki EXTENT_FL terset. "
1767
1768#. @-expanded: inode %i has out of order extents\n
1769#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001770#: e2fsck/problem.c:919
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001771msgid ""
1772"@i %i has out of order extents\n"
1773"\t(@n logical @b %c, physical @b %b, len %N)\n"
1774msgstr ""
1775"@i %i telah tidak teratur extensinya\n"
1776"\t(@n logical @b %c, physical @b %b, len %N)\n"
1777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001778#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001779#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001780msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001781msgstr "@i %i memiliki sebuah titik ekstensi tidak valid (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001782
Eric Sandeen032eafe2012-07-28 17:48:36 -04001783#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001784#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001785#, fuzzy, c-format
1786msgid "Error converting subcluster @b @B: %m\n"
1787msgstr "Error mengiterasi melalui @d @bs: %m\n"
1788
1789#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001790#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001791#, fuzzy
1792msgid "@q @i is not regular file. "
1793msgstr "@j bukan sebuah file regular. "
1794
1795#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001796#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001797#, fuzzy
1798msgid "@q @i is not in use, but contains data. "
1799msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1800
1801#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001802#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001803#, fuzzy
1804msgid "@q @i is visible to the user. "
1805msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1806
1807#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001808#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001809#, fuzzy
1810msgid "The bad @b @i looks @n. "
1811msgstr "<Bad block inode>"
1812
1813#. @-expanded: inode %i has zero length extent\n
1814#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001815#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001816#, fuzzy
1817msgid ""
1818"@i %i has zero length extent\n"
1819"\t(@n logical @b %c, physical @b %b)\n"
1820msgstr ""
1821"@i %i telah tidak teratur extensinya\n"
1822"\t(@n logical @b %c, physical @b %b, len %N)\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04001823
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001824#. @-expanded: Interior extent node level %N of inode %i:\n
1825#. @-expanded: Logical start %b does not match logical start %c at next level.
1826#: e2fsck/problem.c:960
1827msgid ""
1828"Interior @x node level %N of @i %i:\n"
1829"Logical start %b does not match logical start %c at next level. "
1830msgstr ""
1831
1832#. @-expanded: inode %i, end of extent exceeds allowed value\n
1833#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1834#: e2fsck/problem.c:966
1835#, fuzzy
1836msgid ""
1837"@i %i, end of extent exceeds allowed value\n"
1838"\t(logical @b %c, physical @b %b, len %N)\n"
1839msgstr ""
1840"@i %i memiliki sebuah extensi @n\n"
1841"\t(logical @b %c, @n physical @b %b, len %N)\n"
1842
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001843#. @-expanded: \n
1844#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1845#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001846#: e2fsck/problem.c:974
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001847msgid ""
1848"\n"
1849"Running additional passes to resolve @bs claimed by more than one @i...\n"
1850"Pass 1B: Rescanning for @m @bs\n"
1851msgstr ""
1852"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001853"Menjalankan tahap tambahan untuk meresolve @bs diklaim oleh lebih dari satu "
1854"@i...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001855"Tahap 1B: Menscan kembali untuk @m @bs\n"
1856
1857#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001858#: e2fsck/problem.c:980
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001859#, c-format
1860msgid "@m @b(s) in @i %i:"
1861msgstr "@m @b(s) dalam @i %i:"
1862
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001863#: e2fsck/problem.c:995
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001864#, c-format
1865msgid "Error while scanning inodes (%i): %m\n"
1866msgstr "Error ketika menscan inodes (%i): %m\n"
1867
1868#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001869#: e2fsck/problem.c:1000
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001870#, c-format
1871msgid "@A @i @B (@i_dup_map): %m\n"
1872msgstr "@A @i @B (@i_dup_map): %m\n"
1873
1874#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001875#: e2fsck/problem.c:1005
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001876#, c-format
1877msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1878msgstr "Error ketika mengiterasi di @bs dalam @i %i (%s): %m\n"
1879
1880#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001881#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001882msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1883msgstr "Error menyesuaikan refcount untuk @a @b %b (@i %i): %m\n"
1884
1885#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001886#: e2fsck/problem.c:1015
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001887msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1888msgstr "Tahap 1C: Memeriksa direktori untuk @is dengan @m @bs\n"
1889
1890#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001891#: e2fsck/problem.c:1021
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001892msgid "Pass 1D: Reconciling @m @bs\n"
1893msgstr "Tahap 1D: Membetulkan @m @bs\n"
1894
1895#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001896#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001897#: e2fsck/problem.c:1026
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001898msgid ""
1899"File %Q (@i #%i, mod time %IM) \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001900" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001901msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001902"Berkas %Q (@i #%i, waktu berubah %IM) \n"
1903" memiliki %r @m @b(s), dibagi dengan %N berkas:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001904
1905#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001906#: e2fsck/problem.c:1032
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001907msgid "\t%Q (@i #%i, mod time %IM)\n"
1908msgstr "\t%Q (@i #%i, mod time %IM)\n"
1909
1910#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001911#: e2fsck/problem.c:1037
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001912msgid "\t<@f metadata>\n"
1913msgstr "\t<@f metadata>\n"
1914
1915#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1916#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001917#: e2fsck/problem.c:1042
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001918msgid ""
1919"(There are %N @is containing @m @bs.)\n"
1920"\n"
1921msgstr ""
1922"(Ada %N @is berisi @m @bs.)\n"
1923"\n"
1924
1925#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1926#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001927#: e2fsck/problem.c:1047
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001928msgid ""
1929"@m @bs already reassigned or cloned.\n"
1930"\n"
1931msgstr ""
1932"@m @bs telah diassign atau dikopi.\n"
1933"\n"
1934
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001935#: e2fsck/problem.c:1060
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001936#, c-format
1937msgid "Couldn't clone file: %m\n"
1938msgstr "Tidak dapat menyalin file: %m\n"
1939
1940#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001941#: e2fsck/problem.c:1066
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001942msgid "Pass 2: Checking @d structure\n"
1943msgstr "Tahap 2: Memeriksa struktur @d\n"
1944
1945#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001946#: e2fsck/problem.c:1071
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001947#, c-format
1948msgid "@n @i number for '.' in @d @i %i.\n"
1949msgstr "@n @i jumlah untuk '.' dalam @d @i %i.\n"
1950
1951#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001952#: e2fsck/problem.c:1076
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001953msgid "@E has @n @i #: %Di.\n"
1954msgstr "@E memiliki @n @i #: %Di.\n"
1955
1956#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001957#: e2fsck/problem.c:1081
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001958msgid "@E has @D/unused @i %Di. "
1959msgstr "@E memiliki @D/tidak dipakai @i %Di. "
1960
1961#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001962#: e2fsck/problem.c:1086
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001963msgid "@E @L to '.' "
1964msgstr "@E @L ke '.' "
1965
1966#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001967#: e2fsck/problem.c:1091
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001968msgid "@E points to @i (%Di) located in a bad @b.\n"
1969msgstr "@E menunjuk ke @i (%Di) terletak di dalam @b buruk.\n"
1970
1971#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001972#: e2fsck/problem.c:1096
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001973msgid "@E @L to @d %P (%Di).\n"
1974msgstr "@E @L ke @d %P (%Di).\n"
1975
1976#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001977#: e2fsck/problem.c:1101
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001978msgid "@E @L to the @r.\n"
1979msgstr "@E @L ke @r.\n"
1980
1981#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001982#: e2fsck/problem.c:1106
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001983msgid "@E has illegal characters in its name.\n"
1984msgstr "@E memiliki karakter ilegal dalam namanya.\n"
1985
1986#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001987#: e2fsck/problem.c:1111
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001988#, c-format
1989msgid "Missing '.' in @d @i %i.\n"
1990msgstr "Hilang '.' dalam @d @i %i.\n"
1991
1992#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001993#: e2fsck/problem.c:1116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001994#, c-format
1995msgid "Missing '..' in @d @i %i.\n"
1996msgstr "Hilang '..' dalam @d @i %i.\n"
1997
1998#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001999#: e2fsck/problem.c:1121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002000msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2001msgstr "Pertama @e '%Dn' (@i=%Di) dalam @d @i %i (%p) @s '.'\n"
2002
2003#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002004#: e2fsck/problem.c:1126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002005msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2006msgstr "Kedua @e '%Dn' (@i=%Di) dalam @d @i %i @s '..'\n"
2007
2008#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002009#: e2fsck/problem.c:1131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002010msgid "i_faddr @F %IF, @s zero.\n"
2011msgstr "i_faddr @F %IF, @s nol.\n"
2012
2013#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002014#: e2fsck/problem.c:1136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002015msgid "i_file_acl @F %If, @s zero.\n"
2016msgstr "i_file_acl @F %If, @s nol.\n"
2017
2018#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002019#: e2fsck/problem.c:1141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002020msgid "i_dir_acl @F %Id, @s zero.\n"
2021msgstr "i_dir_acl @F %Id, @s nol.\n"
2022
2023#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002024#: e2fsck/problem.c:1146
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002025msgid "i_frag @F %N, @s zero.\n"
2026msgstr "i_frag @F %N, @s nol.\n"
2027
2028#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002029#: e2fsck/problem.c:1151
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002030msgid "i_fsize @F %N, @s zero.\n"
2031msgstr "i_fsize @F %N, @s nol.\n"
2032
2033#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002034#: e2fsck/problem.c:1156
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002035msgid "@i %i (%Q) has @n mode (%Im).\n"
2036msgstr "@i %i (%Q) memiliki mode @n (%Im).\n"
2037
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002038#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002039#: e2fsck/problem.c:1161
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002040msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2041msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002042
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002043#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002044#: e2fsck/problem.c:1166
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002045msgid "@d @i %i, %B, offset %N: filename too long\n"
2046msgstr "@d @i %i, %B, ofset %N: nama berkas terlalu panjang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002047
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002048#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002049#: e2fsck/problem.c:1171
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002050msgid "@d @i %i has an unallocated %B. "
2051msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002052
2053#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002054#: e2fsck/problem.c:1176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002055#, c-format
2056msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2057msgstr "'.' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2058
2059#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002060#: e2fsck/problem.c:1181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002061#, c-format
2062msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2063msgstr "'..' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2064
2065#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002066#: e2fsck/problem.c:1186
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002067msgid "@i %i (%Q) is an @I character @v.\n"
2068msgstr "@i %i (%Q) adalah sebuah karakter @I @v.\n"
2069
2070#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002071#: e2fsck/problem.c:1191
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002072msgid "@i %i (%Q) is an @I @b @v.\n"
2073msgstr "@i %i (%Q) adalah sebuah @I @b @v.\n"
2074
2075#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002076#: e2fsck/problem.c:1196
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002077msgid "@E is duplicate '.' @e.\n"
2078msgstr "@E adalah salinan '.' @e.\n"
2079
2080#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002081#: e2fsck/problem.c:1201
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002082msgid "@E is duplicate '..' @e.\n"
2083msgstr "@E adalah duplikasi dari '..' @e.\n"
2084
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002085#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002086#, c-format
2087msgid "Internal error: couldn't find dir_info for %i.\n"
2088msgstr "Internal error: tidak dapat mencari dir_info untuk %i.\n"
2089
2090#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002091#: e2fsck/problem.c:1211
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002092msgid "@E has rec_len of %Dr, @s %N.\n"
2093msgstr "@E memiliki rec_len dari %Dr, @s %N.\n"
2094
2095#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002096#: e2fsck/problem.c:1216
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002097#, c-format
2098msgid "@A icount structure: %m\n"
2099msgstr "struktur @A icount: %m\n"
2100
2101#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002102#: e2fsck/problem.c:1221
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002103#, c-format
2104msgid "Error iterating over @d @bs: %m\n"
2105msgstr "Error mengiterasi melalui @d @bs: %m\n"
2106
2107#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002108#: e2fsck/problem.c:1226
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002109msgid "Error reading @d @b %b (@i %i): %m\n"
2110msgstr "Error membaca @d @b %b (@i %i): %m\n"
2111
2112#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002113#: e2fsck/problem.c:1231
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002114msgid "Error writing @d @b %b (@i %i): %m\n"
2115msgstr "Error menulis @d @b %b (@i %i): %m\n"
2116
2117#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002118#: e2fsck/problem.c:1236
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002119#, c-format
2120msgid "@A new @d @b for @i %i (%s): %m\n"
2121msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2122
2123#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002124#: e2fsck/problem.c:1241
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002125#, c-format
2126msgid "Error deallocating @i %i: %m\n"
2127msgstr "Error mendealokasikan @i %i: %m\n"
2128
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002129#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002130#: e2fsck/problem.c:1246
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002131#, c-format
2132msgid "@d @e for '.' in %p (%i) is big.\n"
2133msgstr "@d @e untuk '.' dalam %p (%i) besar.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002134
2135#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002136#: e2fsck/problem.c:1251
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002137msgid "@i %i (%Q) is an @I FIFO.\n"
2138msgstr "@i %i (%Q) adalah sebuah @I FIFO.\n"
2139
2140#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002141#: e2fsck/problem.c:1256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002142msgid "@i %i (%Q) is an @I socket.\n"
2143msgstr "@i %i (%Q) adalah sebuah @I socket.\n"
2144
2145#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002146#: e2fsck/problem.c:1261
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002147msgid "Setting filetype for @E to %N.\n"
2148msgstr "Setting filetype untuk @E ke %N.\n"
2149
2150#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002151#: e2fsck/problem.c:1266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002152msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002153msgstr ""
2154"@E memiliki sebuah tipe berkas yang tidak benar (sebelumnya %Dt, @s %N).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002155
2156#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002157#: e2fsck/problem.c:1271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002158msgid "@E has filetype set.\n"
2159msgstr "@E memiliki filetype set.\n"
2160
2161#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002162#: e2fsck/problem.c:1276
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002163msgid "@E has a @z name.\n"
2164msgstr "@E memiliki sebuah nama @z.\n"
2165
2166#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002167#: e2fsck/problem.c:1281
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002168msgid "Symlink %Q (@i #%i) is @n.\n"
2169msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2170
2171#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002172#: e2fsck/problem.c:1286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002173msgid "@a @b @F @n (%If).\n"
2174msgstr "@a @b @F @n (%If).\n"
2175
2176#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002177#: e2fsck/problem.c:1291
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002178msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2179msgstr "@f berisi berkas besar, tetapi kurang LARGE_FILE flag dalam @S.\n"
2180
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002181#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002182#: e2fsck/problem.c:1296
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002183msgid "@p @h %d: %B not referenced\n"
2184msgstr "@p @h %d: %B tidak memiliki referensi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002185
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002186#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002187#: e2fsck/problem.c:1301
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002188msgid "@p @h %d: %B referenced twice\n"
2189msgstr "@p @h %d: %B memiliki dua referensi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002190
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002191#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002192#: e2fsck/problem.c:1306
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002193msgid "@p @h %d: %B has bad min hash\n"
2194msgstr "@p @h %d: %B memiliki min hash buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002195
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002196#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002197#: e2fsck/problem.c:1311
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002198msgid "@p @h %d: %B has bad max hash\n"
2199msgstr "@p @h %d: %B memiliki max has buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002200
2201#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002202#: e2fsck/problem.c:1316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002203msgid "@n @h %d (%q). "
2204msgstr "@n @h %d (%q). "
2205
2206#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002207#: e2fsck/problem.c:1320
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002208msgid "@p @h %d (%q): bad @b number %b.\n"
2209msgstr "@p @h %d (%q): buruk @b nomor %b.\n"
2210
2211#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002212#: e2fsck/problem.c:1330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002213#, c-format
2214msgid "@p @h %d: root node is @n\n"
2215msgstr "@p @h %d: titik root adalah @n\n"
2216
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002217#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002218#: e2fsck/problem.c:1335
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002219msgid "@p @h %d: %B has @n limit (%N)\n"
2220msgstr "@p @h %d: %B memiliki @n batas (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002221
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002222#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002223#: e2fsck/problem.c:1340
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002224msgid "@p @h %d: %B has @n count (%N)\n"
2225msgstr "@p @h %d: %B memiliki @n jumlah (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002226
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002227#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002228#: e2fsck/problem.c:1345
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002229msgid "@p @h %d: %B has an unordered hash table\n"
2230msgstr "@p @h %d: %B memiliki sebuah tabel hash yang tidak terurut\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002231
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002232#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002233#: e2fsck/problem.c:1350
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002234msgid "@p @h %d: %B has @n depth (%N)\n"
2235msgstr "@p @h %d: %B memiliki @n kedalaman (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002236
2237#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002238#: e2fsck/problem.c:1355
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002239msgid "Duplicate @E found. "
2240msgstr "Duplikasi @E ditemukan. "
2241
2242#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2243#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002244#: e2fsck/problem.c:1360
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002245#, no-c-format
2246msgid ""
2247"@E has a non-unique filename.\n"
2248"Rename to %s"
2249msgstr ""
2250"@E memiliki sebuah nama file yang tidak uniq.\n"
2251"Mengubah namanya ke %s"
2252
2253#. @-expanded: Duplicate entry '%Dn' found.\n
2254#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2255#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002256#: e2fsck/problem.c:1365
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002257msgid ""
2258"Duplicate @e '%Dn' found.\n"
2259"\tMarking %p (%i) to be rebuilt.\n"
2260"\n"
2261msgstr ""
2262"Duplikasi @e '%Dn' ditemukan.\n"
2263"\t Menandai %p (%i) untuk dibuat kembali.\n"
2264"\n"
2265
2266#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002267#: e2fsck/problem.c:1370
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002268msgid "i_blocks_hi @F %N, @s zero.\n"
2269msgstr "i_blocks_hi @F %N, @s nol.\n"
2270
2271#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002272#: e2fsck/problem.c:1375
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002273msgid "Unexpected @b in @h %d (%q).\n"
2274msgstr "Tidak terduga @b dalam @h %d (%q).\n"
2275
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002276#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002277#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002278msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002279msgstr "@E referensi @i %Di dalam @g %g dimana _INODE_UNINIT telah diset.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002280
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002281#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002282#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002283msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002284msgstr ""
2285"@E referensi @i %Di ditemukan dalam @g %g's di daerah inode yang tidak "
2286"digunakan.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002287
2288#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002289#: e2fsck/problem.c:1389
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002290msgid "i_file_acl_hi @F %N, @s zero.\n"
2291msgstr "i_file_acl_hi @F %N, @s nol.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002292
2293#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002294#: e2fsck/problem.c:1396
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002295msgid "Pass 3: Checking @d connectivity\n"
2296msgstr "Tahap 3: Memeriksa konektivitas @d\n"
2297
2298#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002299#: e2fsck/problem.c:1401
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002300msgid "@r not allocated. "
2301msgstr "@r tidak dialokasikan. "
2302
2303#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002304#: e2fsck/problem.c:1406
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002305msgid "No room in @l @d. "
2306msgstr "Tidak ada ruang dalam @l @d. "
2307
2308#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002309#: e2fsck/problem.c:1411
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002310#, c-format
2311msgid "Unconnected @d @i %i (%p)\n"
2312msgstr "Tidak terhubung @d @i %i (%p)\n"
2313
2314#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002315#: e2fsck/problem.c:1416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002316msgid "/@l not found. "
2317msgstr "/@l tidak ditemukan. "
2318
2319#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002320#: e2fsck/problem.c:1421
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002321msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2322msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2323
2324#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002325#: e2fsck/problem.c:1426
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002326msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2327msgstr "Buruk atau tidak ada /@l. Tidak dapat dihubungkan kembali.\n"
2328
2329#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002330#: e2fsck/problem.c:1431
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002331#, c-format
2332msgid "Could not expand /@l: %m\n"
2333msgstr "Tidak dapat mengexpan /@l: %m\n"
2334
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002335#: e2fsck/problem.c:1436
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002336#, c-format
2337msgid "Could not reconnect %i: %m\n"
2338msgstr "Tidak dapat menghubungkan %i: %m\n"
2339
2340#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002341#: e2fsck/problem.c:1441
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002342#, c-format
2343msgid "Error while trying to find /@l: %m\n"
2344msgstr "Error ketika mencoba mencari /@l: %m\n"
2345
2346#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002347#: e2fsck/problem.c:1446
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002348#, c-format
2349msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2350msgstr "ext2fs_new_@b: %m ketika mencoba untuk membuat /@l @d\n"
2351
2352#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002353#: e2fsck/problem.c:1451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002354#, c-format
2355msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2356msgstr "ext2fs_new_@i: %m ketika mencoba untuk membuat /@l @d\n"
2357
2358#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002359#: e2fsck/problem.c:1456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002360#, c-format
2361msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2362msgstr "ext2fs_new_dir_@b: %m ketika membuat @d @b baru\n"
2363
2364#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002365#: e2fsck/problem.c:1461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002366#, c-format
2367msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2368msgstr "ext2fs_write_dir_@b: %m ketika menulis @d @b untuk /@l\n"
2369
2370#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002371#: e2fsck/problem.c:1466
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002372#, c-format
2373msgid "Error while adjusting @i count on @i %i\n"
2374msgstr "Error ketika menyesuaikan jumlah @i di @i %i\n"
2375
2376#. @-expanded: Couldn't fix parent of inode %i: %m\n
2377#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002378#: e2fsck/problem.c:1471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002379#, c-format
2380msgid ""
2381"Couldn't fix parent of @i %i: %m\n"
2382"\n"
2383msgstr ""
2384"Tidak dapat membetulkan parent dari @i %i: %m\n"
2385"\n"
2386
2387#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2388#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002389#: e2fsck/problem.c:1476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002390#, c-format
2391msgid ""
2392"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2393"\n"
2394msgstr ""
2395"Tidak dapat membetulkan parent dari @i %i: Tidak dapat mencari parent @d @e\n"
2396"\n"
2397
2398#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002399#: e2fsck/problem.c:1486
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002400#, c-format
2401msgid "Error creating root @d (%s): %m\n"
2402msgstr "Error membuat root @d (%s): %m\n"
2403
2404#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002405#: e2fsck/problem.c:1491
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002406#, c-format
2407msgid "Error creating /@l @d (%s): %m\n"
2408msgstr "Error membuat /@l @d (%s): %m\n"
2409
2410#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002411#: e2fsck/problem.c:1496
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002412msgid "@r is not a @d; aborting.\n"
2413msgstr "@r bukan sebuah @d: membatalkan.\n"
2414
2415#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002416#: e2fsck/problem.c:1501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002417msgid "Cannot proceed without a @r.\n"
2418msgstr "Tidak dapat melanjutkan tanpa sebuah @r.\n"
2419
2420#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002421#: e2fsck/problem.c:1511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002422#, c-format
2423msgid "/@l is not a @d (ino=%i)\n"
2424msgstr "/@l bukan sebuah @d (ino=%i)\n"
2425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002426#: e2fsck/problem.c:1518
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002427msgid "Pass 3A: Optimizing directories\n"
2428msgstr "Tahap 3A: Mengoptimasi direktori\n"
2429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1523
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002431#, c-format
2432msgid "Failed to create dirs_to_hash iterator: %m\n"
2433msgstr "Gagal membuat peng-iterasi dirs_to_hash: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002434
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002435#: e2fsck/problem.c:1528
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002436msgid "Failed to optimize directory %q (%d): %m\n"
2437msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2438
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002439#: e2fsck/problem.c:1533
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002440msgid "Optimizing directories: "
2441msgstr "Mengoptimasi direktori: "
2442
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002443#: e2fsck/problem.c:1550
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002444msgid "Pass 4: Checking reference counts\n"
2445msgstr "Tahap 4: Memeriksa jumlah referensi\n"
2446
2447#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002448#: e2fsck/problem.c:1555
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002449#, c-format
2450msgid "@u @z @i %i. "
2451msgstr "@u @z @i %i. "
2452
2453#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002454#: e2fsck/problem.c:1560
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002455#, c-format
2456msgid "@u @i %i\n"
2457msgstr "@u @i %i\n"
2458
2459#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002460#: e2fsck/problem.c:1565
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002461msgid "@i %i ref count is %Il, @s %N. "
2462msgstr "@i %i ref count adalah %Il, @s %N. "
2463
2464#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2465#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2466#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002467#: e2fsck/problem.c:1569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002468msgid ""
2469"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2470"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2471"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2472msgstr ""
2473"PERINGATAN: BUG DALAM PEMROGRAMAN E2FSCK!\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002474"\tATAU SEORANG KERAS KEPALA (ANDA) MEMERIKSA SEBUAH SISTEM BERKAS (HIDUP) "
2475"YANG TERPASANG.\n"
2476"@i_link_info[%i] adalah %N, @i.i_links_count adalah %Il. Mereka @s adalah "
2477"sama!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002478
2479#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002480#: e2fsck/problem.c:1579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002481msgid "Pass 5: Checking @g summary information\n"
2482msgstr "Tahap 5: Memeriksa ringkasan informasi @g\n"
2483
2484#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002485#: e2fsck/problem.c:1584
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002486msgid "Padding at end of @i @B is not set. "
2487msgstr "Menambahkan pad diakhir dari @i @B yang tidak terset. "
2488
2489#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002490#: e2fsck/problem.c:1589
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002491msgid "Padding at end of @b @B is not set. "
2492msgstr "Menambahkan pad di akhir dari @b @B adalah ter set. "
2493
2494#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002495#: e2fsck/problem.c:1594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002496msgid "@b @B differences: "
2497msgstr "@b @B perbedaan: "
2498
2499#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002500#: e2fsck/problem.c:1614
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002501msgid "@i @B differences: "
2502msgstr "@i @B perbedaan: "
2503
2504#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002505#: e2fsck/problem.c:1634
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002506msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2507msgstr "Kosong @is terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2508
2509#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002510#: e2fsck/problem.c:1639
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002511msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2512msgstr "Direktori terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2513
2514#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002515#: e2fsck/problem.c:1644
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002516msgid "Free @is count wrong (%i, counted=%j).\n"
2517msgstr "Kosong @is terhitung salah (%i, terhitung=%j).\n"
2518
2519#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002520#: e2fsck/problem.c:1649
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002521msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2522msgstr "Kosong @bs terhitung salah untuk @g #%g (%b, terhitung=%c).\n"
2523
2524#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002525#: e2fsck/problem.c:1654
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002526msgid "Free @bs count wrong (%b, counted=%c).\n"
2527msgstr "Kosong @bs terhitung salah (%b, terhitung=%c).\n"
2528
2529#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2530#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002531#: e2fsck/problem.c:1659
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002532msgid ""
2533"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2534"endpoints (%i, %j)\n"
2535msgstr ""
2536"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) tidak dapat mencocokan "
2537"perhitungan @B titik ujung (%i, %j)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002539#: e2fsck/problem.c:1665
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002540msgid "Internal error: fudging end of bitmap (%N)\n"
2541msgstr "Internal error: fudging berakhir dari bitmap (%N)\n"
2542
2543#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002544#: e2fsck/problem.c:1670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002545#, c-format
2546msgid "Error copying in replacement @i @B: %m\n"
2547msgstr "Error menyalin dalam mengganti @i @B: %m\n"
2548
2549#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002550#: e2fsck/problem.c:1675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002551#, c-format
2552msgid "Error copying in replacement @b @B: %m\n"
2553msgstr "Error menyalin dalam mengganti @b @B: %m\n"
2554
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002555#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002556#: e2fsck/problem.c:1700
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002557#, c-format
2558msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2559msgstr "@g %g @b(s) sedang digunakan tetapi @g tertanda BLOCK_UNINIT\n"
2560
2561#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002562#: e2fsck/problem.c:1705
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002563#, c-format
2564msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2565msgstr "@g %g @i(s) sedang digunakan tetapi @g tertanda INODE_UNINIT\n"
2566
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002567#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002568#: e2fsck/problem.c:1712
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002569msgid "Recreate @j"
2570msgstr "Membuat kembali @j"
2571
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002572#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002573msgid "Update quota info for quota type %N"
2574msgstr ""
2575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002576#: e2fsck/problem.c:1836
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002577#, c-format
2578msgid "Unhandled error code (0x%x)!\n"
2579msgstr "Kode error tidak tertangani (0x%x)!\n"
2580
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002581#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002582msgid "IGNORED"
2583msgstr "DIABAIKAN"
2584
Eric Sandeen032eafe2012-07-28 17:48:36 -04002585#: e2fsck/scantest.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002586#, c-format
2587msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2588msgstr "Memori yang digunakan: %d, waktu yang digunakan: %6.3f/%6.3f/%6.3f\n"
2589
Eric Sandeen032eafe2012-07-28 17:48:36 -04002590#: e2fsck/scantest.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002591#, c-format
2592msgid "size of inode=%d\n"
2593msgstr "ukuran dari inode=%d\n"
2594
Eric Sandeen032eafe2012-07-28 17:48:36 -04002595#: e2fsck/scantest.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002596msgid "while starting inode scan"
2597msgstr "ketika memulai scan dari inode"
2598
Eric Sandeen032eafe2012-07-28 17:48:36 -04002599#: e2fsck/scantest.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002600msgid "while doing inode scan"
2601msgstr "ketika melakukan pemeriksaan inode"
2602
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002603#: e2fsck/super.c:190
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002604#, c-format
2605msgid "while calling ext2fs_block_iterate for inode %d"
2606msgstr "ketika memanggil ext2fs_block_iterate untuk inode %d"
2607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002608#: e2fsck/super.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04002609#, fuzzy, c-format
2610msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002611msgstr "ketika memanggil ext2fs_adjust_ea_refcount untuk inode %d"
2612
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002613#: e2fsck/super.c:274
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002614msgid "Truncating"
2615msgstr "Truncating"
2616
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002617#: e2fsck/super.c:275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002618msgid "Clearing"
2619msgstr "Menghapus"
2620
Eric Sandeen032eafe2012-07-28 17:48:36 -04002621#: e2fsck/unix.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002622#, c-format
2623msgid ""
2624"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2625"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2626"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2627"\t\t[-E extended-options] device\n"
2628msgstr ""
2629"Penggunaan: %s [-panyrcdfvtDFV] [-b superblok] [-B ukuran blok]\n"
2630"\t\t[-I inode_buffer_block] [-P process_inode_size]\n"
2631"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2632"\t\t[-E extendend-options] perangkat\n"
2633
Eric Sandeen032eafe2012-07-28 17:48:36 -04002634#: e2fsck/unix.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002635msgid ""
2636"\n"
2637"Emergency help:\n"
2638" -p Automatic repair (no questions)\n"
2639" -n Make no changes to the filesystem\n"
2640" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002641" -c Check for bad blocks and add them to the badblock "
2642"list\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002643" -f Force checking even if filesystem is marked clean\n"
2644msgstr ""
2645"\n"
2646"Pertolongan darurat:\n"
2647" -p Otomatis perbaikan (tanpa pertanyaan)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002648" -n Tidak membuat perubahan di sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002649" -y Mengasumsi \"yes\" untuk semua pertanyaan\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002650" -c Memeriksa blok buruk dan menambahkan hasilnya ke "
2651"daftar blok buruk\n"
2652" -f Memaksa memeriksa walaupun sistem berkas ditandai "
2653"bersih\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002654
Eric Sandeen032eafe2012-07-28 17:48:36 -04002655#: e2fsck/unix.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002656msgid ""
2657" -v Be verbose\n"
2658" -b superblock Use alternative superblock\n"
2659" -B blocksize Force blocksize when looking for superblock\n"
2660" -j external_journal Set location of the external journal\n"
2661" -l bad_blocks_file Add to badblocks list\n"
2662" -L bad_blocks_file Set badblocks list\n"
2663msgstr ""
2664" -v Tampilkan pesan pesan\n"
2665" -b super blok Gunakan superblok lain\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002666" -B ukuran blok Paksa menggunakan ukuran blok ketika mencari super "
2667"blok\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002668" -j external_journal Set lokasi dari journal luar\n"
2669" -l bad_blok_file Tambahkan ke daftar blok buruk\n"
2670" -L bad_blok_file Set daftar blok buruk\n"
2671
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002672#: e2fsck/unix.c:131
Eric Sandeen032eafe2012-07-28 17:48:36 -04002673#, fuzzy, c-format
2674msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002675msgstr "%s: %u/%u berkas (%0d.%d%% tidak kontinu), %u/%u blok\n"
2676
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002677#: e2fsck/unix.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -04002678#, fuzzy, c-format
2679msgid ""
2680"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002681"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002682msgid_plural ""
2683"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002684"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002685msgstr[0] "%u inodes discan.\n"
2686msgstr[1] "%u inodes discan.\n"
2687
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002688#: e2fsck/unix.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002689#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002690msgid "%12u non-contiguous file (%0d.%d%%)\n"
2691msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002692msgstr[0] ""
2693msgstr[1] ""
2694
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002695#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002696#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002697msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2698msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002699msgstr[0] ""
2700msgstr[1] ""
2701
2702#: e2fsck/unix.c:171
2703#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002704msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2705msgstr " # dari inodes dengan ind/dind/tind blok: %u/%u/%u\n"
2706
2707#: e2fsck/unix.c:179
2708#, fuzzy
2709msgid " Extent depth histogram: "
2710msgstr " Kedalaman Extensi histogram: "
2711
2712#: e2fsck/unix.c:188
2713#, c-format
2714msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2715msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2716msgstr[0] ""
2717msgstr[1] ""
2718
2719#: e2fsck/unix.c:192
2720#, fuzzy, c-format
2721msgid "%12u bad block\n"
2722msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002723msgstr[0] "%u inodes, %u blok\n"
2724msgstr[1] "%u inodes, %u blok\n"
2725
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002726#: e2fsck/unix.c:194
Eric Sandeen032eafe2012-07-28 17:48:36 -04002727#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002728msgid "%12u large file\n"
2729msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002730msgstr[0] "berkas biasa"
2731msgstr[1] "berkas biasa"
2732
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002733#: e2fsck/unix.c:196
Eric Sandeen032eafe2012-07-28 17:48:36 -04002734#, fuzzy, c-format
2735msgid ""
2736"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002737"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002738msgid_plural ""
2739"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002740"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002741msgstr[0] "berkas biasa"
2742msgstr[1] "berkas biasa"
2743
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002744#: e2fsck/unix.c:198
Eric Sandeen032eafe2012-07-28 17:48:36 -04002745#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002746msgid "%12u directory\n"
2747msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002748msgstr[0] "direktori"
2749msgstr[1] "direktori"
2750
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002751#: e2fsck/unix.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04002752#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002753msgid "%12u character device file\n"
2754msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002755msgstr[0] "karakter device"
2756msgstr[1] "karakter device"
2757
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002758#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002759#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002760msgid "%12u block device file\n"
2761msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002762msgstr[0] "block device"
2763msgstr[1] "block device"
2764
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002765#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04002766#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002767msgid "%12u fifo\n"
2768msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002769msgstr[0] ""
2770msgstr[1] ""
2771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002772#: e2fsck/unix.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04002773#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002774msgid "%12u link\n"
2775msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002776msgstr[0] ""
2777msgstr[1] ""
2778
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002779#: e2fsck/unix.c:209
Eric Sandeen032eafe2012-07-28 17:48:36 -04002780#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002781msgid "%12u symbolic link"
2782msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002783msgstr[0] "symbolic link"
2784msgstr[1] "symbolic link"
2785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002786#: e2fsck/unix.c:211
Eric Sandeen032eafe2012-07-28 17:48:36 -04002787#, fuzzy, c-format
2788msgid " (%u fast symbolic link)\n"
2789msgid_plural " (%u fast symbolic links)\n"
2790msgstr[0] "symbolic link"
2791msgstr[1] "symbolic link"
2792
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002793#: e2fsck/unix.c:215
Eric Sandeen032eafe2012-07-28 17:48:36 -04002794#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002795msgid "%12u socket\n"
2796msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002797msgstr[0] "socket"
2798msgstr[1] "socket"
2799
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002800#: e2fsck/unix.c:219
2801#, fuzzy, c-format
2802msgid "%12u file\n"
2803msgid_plural "%12u files\n"
2804msgstr[0] "berkas biasa"
2805msgstr[1] "berkas biasa"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002807#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:308
2808#: resize/main.c:260
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002809#, c-format
2810msgid "while determining whether %s is mounted."
2811msgstr "ketika sedang menentukan apakah %s sedang dimount."
2812
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002813#: e2fsck/unix.c:252
Eric Sandeen032eafe2012-07-28 17:48:36 -04002814#, fuzzy, c-format
2815msgid "Warning! %s is %s.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002816msgstr "Peringatan! %s sedang dimount.\n"
2817
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002818#: e2fsck/unix.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002819#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002820msgid "%s is %s.\n"
2821msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002823#: e2fsck/unix.c:262
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002824msgid ""
2825"Cannot continue, aborting.\n"
2826"\n"
2827msgstr ""
2828"Tidak dapat melanjutkan, membatalkan.\n"
2829"\n"
2830
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002831#: e2fsck/unix.c:264
Eric Sandeen032eafe2012-07-28 17:48:36 -04002832#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002833msgid ""
2834"\n"
2835"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002836"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2837"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002838"\n"
2839msgstr ""
2840"\n"
2841"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002842"\a\a\a\aPERINGATAN!!! Sistem berkas telah terpasang. Jika anda lanjutkan "
2843"anda ***AKAN***\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002844"bisa menyebabkan kerusakan ***PARAH*** di sistem berkas.\a\a\a\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002845"\n"
2846
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002847#: e2fsck/unix.c:269
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002848msgid "Do you really want to continue"
2849msgstr "Apakah anda yakin ingin melanjutkan"
2850
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002851#: e2fsck/unix.c:271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002852msgid "check aborted.\n"
2853msgstr "pemeriksaan dibatalkan.\n"
2854
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002855#: e2fsck/unix.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002856msgid " contains a file system with errors"
2857msgstr " berisi sebuah file system dengan errors"
2858
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002859#: e2fsck/unix.c:366
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002860msgid " was not cleanly unmounted"
2861msgstr " tidak bersih setelah diunmount."
2862
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002863#: e2fsck/unix.c:368
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002864msgid " primary superblock features different from backup"
2865msgstr " superblok utama memiliki feature berbeda dari backup"
2866
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002867#: e2fsck/unix.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002868#, c-format
2869msgid " has been mounted %u times without being checked"
2870msgstr " telah dimount %u kali tanpa dilakukan pemeriksaan"
2871
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002872#: e2fsck/unix.c:379
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002873msgid " has filesystem last checked time in the future"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002874msgstr ""
2875" memiliki sistem berkas yang waktu terakhir diperiksa berada di masa yang "
2876"akan datang"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002877
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002878#: e2fsck/unix.c:385
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002879#, c-format
2880msgid " has gone %u days without being checked"
2881msgstr " telah lewat %u hari tanpa dilakukan pemeriksaan"
2882
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002883#: e2fsck/unix.c:394
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002884msgid ", check forced.\n"
2885msgstr ", pemeriksaan dipaksakan.\n"
2886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002887#: e2fsck/unix.c:427
Eric Sandeen032eafe2012-07-28 17:48:36 -04002888#, fuzzy, c-format
2889msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002890msgstr "%s: bersih, %u/%u berkas, %u/%u blok"
2891
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002892#: e2fsck/unix.c:447
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002893msgid " (check deferred; on battery)"
2894msgstr " (pemeriksaan dibatalkan; power menggunakan batere)"
2895
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002896#: e2fsck/unix.c:450
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002897msgid " (check after next mount)"
2898msgstr " (pemeriksaan dilakukan setelah mount selanjutnya)"
2899
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002900#: e2fsck/unix.c:452
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002901#, c-format
2902msgid " (check in %ld mounts)"
2903msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
2904
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002905#: e2fsck/unix.c:603
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002906#, c-format
2907msgid "ERROR: Couldn't open /dev/null (%s)\n"
2908msgstr "ERROR: Tidak dapat membuka /dev/null (%s)\n"
2909
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002910#: e2fsck/unix.c:672
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002911msgid "Invalid EA version.\n"
2912msgstr "Versi EA tidak valid.\n"
2913
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002914#: e2fsck/unix.c:699
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002915#, c-format
2916msgid "Unknown extended option: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002917msgstr "Pilihan extended tidak diketahui: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002918
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002919#: e2fsck/unix.c:724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002920#, c-format
2921msgid ""
2922"Syntax error in e2fsck config file (%s, line #%d)\n"
2923"\t%s\n"
2924msgstr ""
2925"Syntax error dalam berkas konfigurasi e2fsck (%s, baris #%d)\n"
2926"\t%s\n"
2927
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002928#: e2fsck/unix.c:794
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002929#, c-format
2930msgid "Error validating file descriptor %d: %s\n"
2931msgstr "Error memvalidasi berkas deskripsi %d: %s\n"
2932
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002933#: e2fsck/unix.c:798
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002934msgid "Invalid completion information file descriptor"
2935msgstr "Informasi File berkas completion tidak valid"
2936
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002937#: e2fsck/unix.c:813
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002938msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002939msgstr ""
2940"Hanya salah satu dari pilihan -p/-a, -n atau -y yang boleh dispesifikasikan."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002941
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002942#: e2fsck/unix.c:834
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002943#, c-format
2944msgid "The -t option is not supported on this version of e2fsck.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002945msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002946
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002947#: e2fsck/unix.c:865 e2fsck/unix.c:939 misc/tune2fs.c:846 misc/tune2fs.c:1141
2948#: misc/tune2fs.c:1159
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002949#, c-format
2950msgid "Unable to resolve '%s'"
2951msgstr "Tidak dapat meresolve '%s'"
2952
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002953#: e2fsck/unix.c:918
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002954msgid "The -n and -D options are incompatible."
2955msgstr "Pilihan -n dan -D tidak kompatibel."
2956
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002957#: e2fsck/unix.c:923
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002958msgid "The -n and -c options are incompatible."
2959msgstr "Pilihan -n dan -c tidak kompatibel."
2960
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002961#: e2fsck/unix.c:928
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002962msgid "The -n and -l/-L options are incompatible."
2963msgstr "Pilihan -n dan -l/-L tidak kompatibel."
2964
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002965#: e2fsck/unix.c:982
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002966msgid "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 -05002967msgstr ""
2968"Pilihan -c dan -l/-L tidak boleh digunakan secara bersamaan dalam satu "
2969"waktu.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002970
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002971#: e2fsck/unix.c:1029
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002972#, c-format
2973msgid ""
2974"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2975"\n"
2976msgstr ""
2977"E2FSCK_JBD_DEBUG \"%s\" bukan sebuah integer\n"
2978"\n"
2979
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002980#: e2fsck/unix.c:1038
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002981#, c-format
2982msgid ""
2983"\n"
2984"Invalid non-numeric argument to -%c (\"%s\")\n"
2985"\n"
2986msgstr ""
2987"\n"
2988"Argument bukan numerik tidak valid untuk -%c (\"%s\")\n"
2989"\n"
2990
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002991#: e2fsck/unix.c:1129
Eric Sandeen032eafe2012-07-28 17:48:36 -04002992#, c-format
2993msgid ""
2994"MMP interval is %u seconds and total wait time is %u seconds. Please "
2995"wait...\n"
2996msgstr ""
2997
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002998#: e2fsck/unix.c:1146 e2fsck/unix.c:1151
Eric Sandeen032eafe2012-07-28 17:48:36 -04002999#, fuzzy
3000msgid "while checking MMP block"
3001msgstr "ketika mensetup superblok"
3002
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003003#: e2fsck/unix.c:1153 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003004msgid ""
3005"If you are sure the filesystem is not in use on any node, run:\n"
3006"'tune2fs -f -E clear_mmp {device}'\n"
3007msgstr ""
3008
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003009#: e2fsck/unix.c:1204
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003010msgid "Error: ext2fs library version out of date!\n"
3011msgstr "Error: ext2fs versi librari ketinggalan jaman!\n"
3012
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003013#: e2fsck/unix.c:1211
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003014msgid "while trying to initialize program"
3015msgstr "ketika mencoba untuk menginisialisasi aplikasi"
3016
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003017#: e2fsck/unix.c:1234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003018#, c-format
3019msgid "\tUsing %s, %s\n"
3020msgstr "\tMenggunakan %s, %s\n"
3021
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003022#: e2fsck/unix.c:1246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003023msgid "need terminal for interactive repairs"
3024msgstr "butuh terminal untuk reparasi interactive"
3025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003026#: e2fsck/unix.c:1299
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003027#, c-format
3028msgid "%s: %s trying backup blocks...\n"
3029msgstr "%s: %s mencoba membackup blok...\n"
3030
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003031#: e2fsck/unix.c:1301
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003032msgid "Superblock invalid,"
3033msgstr "Superblok tidak valid,"
3034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003035#: e2fsck/unix.c:1302
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003036msgid "Group descriptors look bad..."
3037msgstr "Deskripsi grup terlihat buruk..."
3038
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003039#: e2fsck/unix.c:1312
Eric Sandeen032eafe2012-07-28 17:48:36 -04003040#, fuzzy, c-format
3041msgid "%s: %s while using the backup blocks"
3042msgstr "%s: %s mencoba membackup blok...\n"
3043
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003044#: e2fsck/unix.c:1316
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003045#, c-format
3046msgid "%s: going back to original superblock\n"
3047msgstr "%s: kembali ke superblock asli\n"
3048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003049#: e2fsck/unix.c:1345
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003050msgid ""
3051"The filesystem revision is apparently too high for this version of e2fsck.\n"
3052"(Or the filesystem superblock is corrupt)\n"
3053"\n"
3054msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003055"Revisi sistem berkas kelihatannya terlalu tinggi untuk versi e2fsck ini.\n"
3056"(Atau sistem berkas superblok terkorupsi)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003057"\n"
3058
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003059#: e2fsck/unix.c:1352
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003060msgid "Could this be a zero-length partition?\n"
3061msgstr "Mungkinkan ini sebuah partisi dengan panjang nol?\n"
3062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003063#: e2fsck/unix.c:1354
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003064#, c-format
3065msgid "You must have %s access to the filesystem or be root\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003066msgstr "Anda harus memiliki %s akses ke sistem berkas atau menjadi root\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003068#: e2fsck/unix.c:1360
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003069msgid "Possibly non-existent or swap device?\n"
3070msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003072#: e2fsck/unix.c:1362
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003073msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003074msgstr ""
3075"Sistem berkas dimount atau dibuka secara exclusively oleh aplikasi lain?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003076
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003077#: e2fsck/unix.c:1366
Eric Sandeen032eafe2012-07-28 17:48:36 -04003078#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003079msgid "Possibly non-existent device?\n"
3080msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3081
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003082#: e2fsck/unix.c:1369
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003083msgid ""
3084"Disk write-protected; use the -n option to do a read-only\n"
3085"check of the device.\n"
3086msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003087"Disk terproteksi untuk ditulis; gunakan pilihan -n untuk melakukan secara "
3088"baca-saja\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003089"dalam memeriksa perangkat.\n"
3090
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003091#: e2fsck/unix.c:1433
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003092msgid "Get a newer version of e2fsck!"
3093msgstr "Dapatkan versi yang lebih baru dari e2fsck!"
3094
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003095#: e2fsck/unix.c:1477
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003096#, c-format
3097msgid "while checking ext3 journal for %s"
3098msgstr "ketika memeriksa ext3 jurnal untuk %s"
3099
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003100#: e2fsck/unix.c:1489
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003101msgid ""
3102"Warning: skipping journal recovery because doing a read-only filesystem "
3103"check.\n"
3104msgstr ""
3105"Peringatan: melewatkan recovery jurnal karena sedang melakukan pemeriksaan "
3106"di sistem berkas yang baca-saja (read-only).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003107
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003108#: e2fsck/unix.c:1501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003109#, c-format
3110msgid "unable to set superblock flags on %s\n"
3111msgstr "tidak dapat menset superblok flag di %s\n"
3112
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003113#: e2fsck/unix.c:1508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003114#, c-format
3115msgid "while recovering ext3 journal of %s"
3116msgstr "ketika merecovery ext3 jurnal dari %s"
3117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003118#: e2fsck/unix.c:1532
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003119#, c-format
3120msgid "%s has unsupported feature(s):"
3121msgstr "%s memiliki feature yang tidak disupport:"
3122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003123#: e2fsck/unix.c:1547
Eric Sandeen032eafe2012-07-28 17:48:36 -04003124#, fuzzy, c-format
3125msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003126msgstr "Peringatan: support untuk kompresi adalah experimental.\n"
3127
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003128#: e2fsck/unix.c:1553
Eric Sandeen032eafe2012-07-28 17:48:36 -04003129#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003130msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003131"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003132"\tbut filesystem %s has HTREE directories.\n"
3133msgstr ""
3134"E2fsck tidak dikompilasi dengan layanan HTREE,\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003135"\t tetapi sistem berkas %s memiliki direktori HTREE.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003136
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003137#: e2fsck/unix.c:1605
Eric Sandeen032eafe2012-07-28 17:48:36 -04003138#, fuzzy, c-format
3139msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003140msgstr "ketika sedang membaca inode blok buruk"
3141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003142#: e2fsck/unix.c:1608
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003143msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003144msgstr ""
3145"Ini bukan pertanda baik, tapi kita akan tetap mencoba untuk meneruskan...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003147#: e2fsck/unix.c:1649
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003148#, c-format
3149msgid "Creating journal (%d blocks): "
3150msgstr "Membuat jurnal (%d blok): "
3151
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003152#: e2fsck/unix.c:1659
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003153msgid " Done.\n"
3154msgstr " Selesai.\n"
3155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003156#: e2fsck/unix.c:1661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003157msgid ""
3158"\n"
3159"*** journal has been re-created - filesystem is now ext3 again ***\n"
3160msgstr ""
3161"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003162"*** jurnal telah dibuat kembali - sistem berkas sekarang ext3 lagi ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003164#: e2fsck/unix.c:1685
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003165msgid "Restarting e2fsck from the beginning...\n"
3166msgstr "Mengulang kembali e2fsck dari awal...\n"
3167
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003168#: e2fsck/unix.c:1689
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003169msgid "while resetting context"
3170msgstr "ketika mereset context"
3171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003172#: e2fsck/unix.c:1696
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003173#, c-format
3174msgid "%s: e2fsck canceled.\n"
3175msgstr "%s: e2fsck dibatalkan.\n"
3176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003177#: e2fsck/unix.c:1701
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003178msgid "aborted"
3179msgstr "dibatalkan"
3180
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003181#: e2fsck/unix.c:1713 e2fsck/util.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003182#, c-format
3183msgid ""
3184"\n"
3185"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3186msgstr ""
3187"\n"
3188"%s: ***** FILE SYSTEM TELAH TERMODIFIKASI *****\n"
3189
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003190#: e2fsck/unix.c:1717
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003191#, c-format
3192msgid "%s: ***** REBOOT LINUX *****\n"
3193msgstr "%s: ***** REBOOT LINUX *****\n"
3194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003195#: e2fsck/unix.c:1725 e2fsck/util.c:73
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003196#, c-format
3197msgid ""
3198"\n"
3199"%s: ********** WARNING: Filesystem still has errors **********\n"
3200"\n"
3201msgstr ""
3202"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003203"%s: ********** PERINGATAN: Sistem berkas masih memiliki errors *********\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003204"\n"
3205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003206#: e2fsck/unix.c:1765
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003207msgid "while setting block group checksum info"
3208msgstr "ketika sedang menset informasi checksum di grup blok"
3209
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003210#: e2fsck/util.c:190 misc/util.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003211msgid "yY"
3212msgstr "yY"
3213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003214#: e2fsck/util.c:191
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003215msgid "nN"
3216msgstr "nN"
3217
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003218#: e2fsck/util.c:205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003219msgid "<y>"
3220msgstr "<y>"
3221
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003222#: e2fsck/util.c:207
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003223msgid "<n>"
3224msgstr "<n>"
3225
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003226#: e2fsck/util.c:209
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003227msgid " (y/n)"
3228msgstr "(y/n)"
3229
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003230#: e2fsck/util.c:223
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003231msgid "cancelled!\n"
3232msgstr "dibatalkan!\n"
3233
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003234#: e2fsck/util.c:238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003235msgid "yes\n"
3236msgstr "ya\n"
3237
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003238#: e2fsck/util.c:240
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003239msgid "no\n"
3240msgstr "tidak\n"
3241
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003242#: e2fsck/util.c:250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003243#, c-format
3244msgid ""
3245"%s? no\n"
3246"\n"
3247msgstr ""
3248"%s? tidak\n"
3249"\n"
3250
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003251#: e2fsck/util.c:254
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003252#, c-format
3253msgid ""
3254"%s? yes\n"
3255"\n"
3256msgstr ""
3257"%s? ya\n"
3258"\n"
3259
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003260#: e2fsck/util.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003261msgid "yes"
3262msgstr "ya"
3263
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003264#: e2fsck/util.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003265msgid "no"
3266msgstr "tidak"
3267
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003268#: e2fsck/util.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003269#, c-format
3270msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3271msgstr "e2fsck_read_bitmaps: ilegal bitmap blok untuk %s"
3272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003273#: e2fsck/util.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003274msgid "reading inode and block bitmaps"
3275msgstr "membaca inode dan blok bitmap"
3276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003277#: e2fsck/util.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003278#, c-format
3279msgid "while retrying to read bitmaps for %s"
3280msgstr "ketika sedang mencoba untuk membaca bitmap untuk %s"
3281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003282#: e2fsck/util.c:298
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003283msgid "writing block and inode bitmaps"
3284msgstr "menulis blok dan inode bitmaps"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003286#: e2fsck/util.c:303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003287#, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003288msgid "while rewriting block and inode bitmaps for %s"
3289msgstr "ketika mencoba untuk menulis blok dan inode bitmap untuk %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003291#: e2fsck/util.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003292#, c-format
3293msgid ""
3294"\n"
3295"\n"
3296"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3297"\t(i.e., without -a or -p options)\n"
3298msgstr ""
3299"\n"
3300"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003301"%s: TERJADI INKONSITENSI YANG TIDAK DIHARAPKAN; JALANKAN fsck SECARA "
3302"MANUAL.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003303"\t(i.e, tanpa pilihan -a atau -p)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003305#: e2fsck/util.c:396
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003306#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003307msgid "Memory used: %luk/%luk (%luk/%luk), "
3308msgstr "Memori yang digunakan: %luk/%luk (%luk/%luk), "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003310#: e2fsck/util.c:400
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003311#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003312msgid "Memory used: %lu, "
3313msgstr "Memori yang digunakan: %lu, "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003314
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003315#: e2fsck/util.c:407
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003316#, c-format
3317msgid "time: %5.2f/%5.2f/%5.2f\n"
3318msgstr "waktu: %5.2f/%5.2f/%5.2f\n"
3319
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003320#: e2fsck/util.c:412
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003321#, c-format
3322msgid "elapsed time: %6.3f\n"
3323msgstr "waktu yang dijalani: %6.3f\n"
3324
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003325#: e2fsck/util.c:447 e2fsck/util.c:461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003326#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003327msgid "while reading inode %lu in %s"
3328msgstr "ketika membaca inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003329
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003330#: e2fsck/util.c:475 e2fsck/util.c:488
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003331#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003332msgid "while writing inode %lu in %s"
3333msgstr "ketika menulis inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003334
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003335#: e2fsck/util.c:637
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003336msgid "while allocating zeroizing buffer"
3337msgstr "ketika mengalokasikan zeroizing buffer"
3338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003339#: e2fsck/util.c:785
Eric Sandeen032eafe2012-07-28 17:48:36 -04003340msgid ""
3341"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3342"running.\n"
3343msgstr ""
3344
3345#: misc/badblocks.c:69
3346#, fuzzy
3347msgid "done \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003348msgstr "selesai \n"
3349
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003350#: misc/badblocks.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003351#, c-format
3352msgid ""
3353"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003354" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3355"max_bad_blocks]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003356" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3357" device [last_block [first_block]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003358msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003359"Penggunaan: %s [-b ukuran_blok] [-i berkas_masukan] [-o berkas_keluaran] [-"
3360"svwnf]\n"
3361" [-c blok_di_sekali] [-p jumlah_tahap] [-e maksimal_blok_buruk] [-d "
3362"faktor_delay_antara_baca]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003363" [-e pattern_tes] [-t pattern_test [...]]]\n"
3364" perangkat [blok_terakhir [blok_pertama]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003365
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003366#: misc/badblocks.c:103
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003367#, c-format
3368msgid ""
3369"%s: The -n and -w options are mutually exclusive.\n"
3370"\n"
3371msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003372"%s: Pilihan -n dan -w adalah mutually exclusive.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003373"\n"
3374
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003375#: misc/badblocks.c:218
Eric Sandeen032eafe2012-07-28 17:48:36 -04003376#, fuzzy, c-format
3377msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003378msgstr "%6.2f%% selesai, %s berjalan"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003379
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003380#: misc/badblocks.c:323
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003381msgid "Testing with random pattern: "
3382msgstr "Memeriksa dengan pattern random: "
3383
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003384#: misc/badblocks.c:341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003385msgid "Testing with pattern 0x"
3386msgstr "Memeriksa dengan pattern 0x"
3387
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003388#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003389msgid "during seek"
3390msgstr "ketika mencari(seek)"
3391
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003392#: misc/badblocks.c:384
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003393#, c-format
3394msgid "Weird value (%ld) in do_read\n"
3395msgstr "Nilai aneh (%ld) dalam do_read\n"
3396
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003397#: misc/badblocks.c:471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003398msgid "during ext2fs_sync_device"
3399msgstr "ketika ext2fs_sync_device"
3400
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003401#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003402msgid "while beginning bad block list iteration"
3403msgstr "ketika di awal iterasi daftara blok buruk"
3404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003405#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003406msgid "while allocating buffers"
3407msgstr "ketika mengalokasikan buffer"
3408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003409#: misc/badblocks.c:510
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003410#, c-format
3411msgid "Checking blocks %lu to %lu\n"
3412msgstr "Memeriksa blok %lu ke %lu\n"
3413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003414#: misc/badblocks.c:515
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003415msgid "Checking for bad blocks in read-only mode\n"
3416msgstr "Memeriksa blok buruk dalam mode baca-saja (read-only)\n"
3417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003418#: misc/badblocks.c:524
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003419msgid "Checking for bad blocks (read-only test): "
3420msgstr "Memeriksa blok buruk (pemeriksaan baca-saja): "
3421
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003422#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3423#: misc/badblocks.c:827
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003424msgid "Too many bad blocks, aborting test\n"
3425msgstr "Terlalu banyak blok buruk, membatalkan pemeriksaan\n"
3426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003427#: misc/badblocks.c:613
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003428msgid "Checking for bad blocks in read-write mode\n"
3429msgstr "Memeriksa untuk blok buruk dalam mode baca-tulis\n"
3430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003431#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003432#, c-format
3433msgid "From block %lu to %lu\n"
3434msgstr "Dari blok %lu ke %lu\n"
3435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003436#: misc/badblocks.c:670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003437msgid "Reading and comparing: "
3438msgstr "Membaca dan membandingkan: "
3439
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003440#: misc/badblocks.c:776
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003441msgid "Checking for bad blocks in non-destructive read-write mode\n"
3442msgstr "Memeriksa untuk blok buruk dalal mode tidak-merusak baca-tulis\n"
3443
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003444#: misc/badblocks.c:782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003445msgid "Checking for bad blocks (non-destructive read-write test)\n"
3446msgstr "Memeriksa untuk blok buruk (pemeriksaan tidak-merusak baca-tulis)\n"
3447
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003448#: misc/badblocks.c:789
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003449msgid ""
3450"\n"
3451"Interrupt caught, cleaning up\n"
3452msgstr ""
3453"\n"
3454"Interupsi tertangkap, membersihkan\n"
3455
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003456#: misc/badblocks.c:872
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003457#, c-format
3458msgid "during test data write, block %lu"
3459msgstr "ketika memerikas data ditulis, blok %lu"
3460
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003461#: misc/badblocks.c:993 misc/util.c:313
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003462#, c-format
3463msgid "%s is mounted; "
3464msgstr "%s sedang dimount; "
3465
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003466#: misc/badblocks.c:995
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003467msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3468msgstr "badbloks tetap dipaksakan. Mudah-mudahan /etc/mtab tidak benar\n"
3469
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003470#: misc/badblocks.c:1000
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003471msgid "it's not safe to run badblocks!\n"
3472msgstr "ini tidak aman untuk menjalankan badblocks!\n"
3473
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003474#: misc/badblocks.c:1005 misc/util.c:324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003475#, c-format
3476msgid "%s is apparently in use by the system; "
3477msgstr "%s kelihatannya sedang digunakan oleh system; "
3478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003479#: misc/badblocks.c:1008
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003480msgid "badblocks forced anyway.\n"
3481msgstr "badblocks dipaksakan saja.\n"
3482
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003483#: misc/badblocks.c:1028
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003484#, c-format
3485msgid "invalid %s - %s"
3486msgstr "tidak valid %s - %s"
3487
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003488#: misc/badblocks.c:1139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003489#, c-format
3490msgid "can't allocate memory for test_pattern - %s"
3491msgstr "tidak dapat mengalokasikan memori untuk test_pattern - %s"
3492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003493#: misc/badblocks.c:1169
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003494msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003495msgstr ""
3496"Maksimum dari satu test_pattern boleh dispesifikasi dalam mode baca-saja"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003498#: misc/badblocks.c:1175
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003499msgid "Random test_pattern is not allowed in read-only mode"
3500msgstr "Random test_pattern tidak diperbolehkan dalam mode baca-saja"
3501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003502#: misc/badblocks.c:1189
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003503msgid ""
3504"Couldn't determine device size; you must specify\n"
3505"the size manually\n"
3506msgstr ""
3507"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
3508"ukuran perangkat secara manual\n"
3509
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003510#: misc/badblocks.c:1195
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003511msgid "while trying to determine device size"
3512msgstr "ketika mencoba untuk menentukakn ukuran perangkat"
3513
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003514#: misc/badblocks.c:1200
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003515msgid "last block"
3516msgstr "blok terakhir"
3517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003518#: misc/badblocks.c:1206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003519msgid "first block"
3520msgstr "blok pertama"
3521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003522#: misc/badblocks.c:1209
3523#, fuzzy, c-format
3524msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003525msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003527#: misc/badblocks.c:1216
3528#, fuzzy, c-format
3529msgid "invalid end block (%llu): must be 32-bit value"
3530msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3531
3532#: misc/badblocks.c:1272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003533msgid "while creating in-memory bad blocks list"
3534msgstr "ketika membuat daftar blok buruk dalam memori"
3535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:1281
3537msgid "input file - bad format"
3538msgstr ""
3539
3540#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003541msgid "while adding to in-memory bad block list"
3542msgstr "ketika menambahkan daftar blok buruk dalam memori"
3543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003544#: misc/badblocks.c:1323
Eric Sandeen032eafe2012-07-28 17:48:36 -04003545#, fuzzy, c-format
3546msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003547msgstr "Tahap selesai, %u blok buruk ditemukan.\n"
3548
Eric Sandeen032eafe2012-07-28 17:48:36 -04003549#: misc/chattr.c:86
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003550#, fuzzy, c-format
3551msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003552msgstr "Penggunaan: %s [-RVf] [-+=AacDdeijsSu] [-v versi] berkas...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003554#: misc/chattr.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003555#, c-format
3556msgid "bad version - %s\n"
3557msgstr "versi buruk - %s\n"
3558
Eric Sandeen032eafe2012-07-28 17:48:36 -04003559#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003560#, c-format
3561msgid "while trying to stat %s"
3562msgstr "ketika mencoba untuk melakukan statistik %s"
3563
Eric Sandeen032eafe2012-07-28 17:48:36 -04003564#: misc/chattr.c:208
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003565#, c-format
3566msgid "while reading flags on %s"
3567msgstr "ketika membaca flags di %s"
3568
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003569#: misc/chattr.c:213 misc/chattr.c:225
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003570#, c-format
3571msgid "Flags of %s set as "
3572msgstr "Flags dari %s diset sebagai "
3573
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003574#: misc/chattr.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003575#, c-format
3576msgid "while setting flags on %s"
3577msgstr "ketika menset flags di %s"
3578
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003579#: misc/chattr.c:242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003580#, c-format
3581msgid "Version of %s set as %lu\n"
3582msgstr "Versi dari %s diset sebagai %lu\n"
3583
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003584#: misc/chattr.c:246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003585#, c-format
3586msgid "while setting version on %s"
3587msgstr "ketika menset versi di %s"
3588
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003589#: misc/chattr.c:267
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003590msgid "Couldn't allocate path variable in chattr_dir_proc"
3591msgstr "Tidak dapat mengalokasikan variable path di chattr_dir_proc"
3592
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003593#: misc/chattr.c:307
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003594msgid "= is incompatible with - and +\n"
3595msgstr "= tidak kompatibel dengan - dan +\n"
3596
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003597#: misc/chattr.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003598msgid "Must use '-v', =, - or +\n"
3599msgstr "Harus menggunakan '-v', =, - atau +\n"
3600
Eric Sandeen032eafe2012-07-28 17:48:36 -04003601#: misc/dumpe2fs.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003602#, c-format
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003603msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003604msgstr ""
3605"Penggunaan: %s [-bfhixV] [-o superblok=<jumlah>] [-o ukuranblok=<besar>] "
3606"perangkat\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003608#: misc/dumpe2fs.c:159
3609#, fuzzy
3610msgid "blocks"
3611msgstr "bblock"
3612
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003613#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003614msgid "clusters"
3615msgstr ""
3616
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003617#: misc/dumpe2fs.c:197
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003618#, c-format
3619msgid "Group %lu: (Blocks "
3620msgstr "Grup %lu: (blok "
3621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003622#: misc/dumpe2fs.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04003623#, fuzzy, c-format
3624msgid " Checksum 0x%04x"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003625msgstr " Checksum 0x%04x, inode yang tidak digunakan %d\n"
3626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003627#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003628#, c-format
3629msgid " (EXPECTED 0x%04x)"
3630msgstr ""
3631
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003632#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003633#, fuzzy, c-format
3634msgid ", unused inodes %u\n"
3635msgstr ", %u inode yang tidak digunakan\n"
3636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003637#: misc/dumpe2fs.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003638#, c-format
3639msgid " %s superblock at "
3640msgstr " %s superblok di "
3641
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003642#: misc/dumpe2fs.c:214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003643msgid "Primary"
3644msgstr "Utama"
3645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003646#: misc/dumpe2fs.c:214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003647msgid "Backup"
3648msgstr "Cadangan"
3649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003650#: misc/dumpe2fs.c:218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003651msgid ", Group descriptors at "
3652msgstr ", Grup deskripsi di "
3653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003654#: misc/dumpe2fs.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003655msgid ""
3656"\n"
3657" Reserved GDT blocks at "
3658msgstr ""
3659"\n"
3660" Reserved GDT blok di "
3661
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003662#: misc/dumpe2fs.c:229
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003663msgid " Group descriptor at "
3664msgstr " Grup deskripsi di "
3665
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003666#: misc/dumpe2fs.c:235
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003667msgid " Block bitmap at "
3668msgstr " Blok bitmap di "
3669
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003670#: misc/dumpe2fs.c:239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003671msgid ", Inode bitmap at "
3672msgstr ", Inode bitmap di "
3673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003674#: misc/dumpe2fs.c:243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003675msgid ""
3676"\n"
3677" Inode table at "
3678msgstr ""
3679"\n"
3680" Inode tabel di "
3681
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003682#: misc/dumpe2fs.c:249
Eric Sandeen032eafe2012-07-28 17:48:36 -04003683#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003684msgid ""
3685"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003686" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003687msgstr ""
3688"\n"
3689" %u blok bebas, %u inode bebas, %u direktori%s"
3690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003691#: misc/dumpe2fs.c:256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003692#, c-format
3693msgid ", %u unused inodes\n"
3694msgstr ", %u inode yang tidak digunakan\n"
3695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003696#: misc/dumpe2fs.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003697msgid " Free blocks: "
3698msgstr " Blok bebas: "
3699
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003700#: misc/dumpe2fs.c:274
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003701msgid " Free inodes: "
3702msgstr " Inode bebas: "
3703
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003704#: misc/dumpe2fs.c:310
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003705msgid "while printing bad block list"
3706msgstr "ketika mencetak daftar blok buruk"
3707
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003708#: misc/dumpe2fs.c:316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003709#, c-format
3710msgid "Bad blocks: %u"
3711msgstr "Blok buruk: %u"
3712
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003713#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003714msgid "while reading journal inode"
3715msgstr "ketika membaca jurnal inode"
3716
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003717#: misc/dumpe2fs.c:351
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003718msgid "while opening journal inode"
3719msgstr "ketika membuka jurnal inode"
3720
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003721#: misc/dumpe2fs.c:357
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003722msgid "while reading journal super block"
3723msgstr "ketika membaca super blok jurnal"
3724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003725#: misc/dumpe2fs.c:364
3726#, fuzzy
3727msgid "Journal superblock magic number invalid!\n"
3728msgstr "Jurnal superblok tidak ditemukan!\n"
3729
3730#: misc/dumpe2fs.c:367
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003731msgid "Journal features: "
3732msgstr "Fasilitas jurnal: "
3733
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003734#: misc/dumpe2fs.c:380
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003735msgid "Journal size: "
3736msgstr "Ukuran jurnal: "
3737
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003738#: misc/dumpe2fs.c:391
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003739#, c-format
3740msgid ""
3741"Journal length: %u\n"
3742"Journal sequence: 0x%08x\n"
3743"Journal start: %u\n"
3744msgstr ""
3745"Panjang jurnal: %u\n"
3746"Urutan jurnal: 0x%08x\n"
3747"Awal dari jurnal: %u\n"
3748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003749#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003750#, fuzzy, c-format
3751msgid "Journal errno: %d\n"
3752msgstr "Pengguna jurnal: %s\n"
3753
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003754#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003755msgid "while reading journal superblock"
3756msgstr "ketikan membaca superblok jurnal"
3757
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003758#: misc/dumpe2fs.c:423
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003759msgid "Couldn't find journal superblock magic numbers"
3760msgstr "Tidak dapat mencari nomor magic di jurnal superblok"
3761
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003762#: misc/dumpe2fs.c:427
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003763#, c-format
3764msgid ""
3765"\n"
3766"Journal block size: %u\n"
3767"Journal length: %u\n"
3768"Journal first block: %u\n"
3769"Journal sequence: 0x%08x\n"
3770"Journal start: %u\n"
3771"Journal number of users: %u\n"
3772msgstr ""
3773"\n"
3774"Ukuran blok jurnal: %u\n"
3775"Panjang jurnal: %u\n"
3776"Blok pertama jurnal: %u\n"
3777"Urutan jurnal: 0x%08x\n"
3778"Awal dari jurnal: %u\n"
3779"Jumlah pengguna dari jurnal: %u\n"
3780
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003781#: misc/dumpe2fs.c:440
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003782#, c-format
3783msgid "Journal users: %s\n"
3784msgstr "Pengguna jurnal: %s\n"
3785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003786#: misc/dumpe2fs.c:456 misc/mke2fs.c:741 misc/tune2fs.c:1178
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003787msgid "Couldn't allocate memory to parse options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003788msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003790#: misc/dumpe2fs.c:482
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003791#, c-format
3792msgid "Invalid superblock parameter: %s\n"
3793msgstr "Parameter superblok tidak valid: %s\n"
3794
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003795#: misc/dumpe2fs.c:497
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003796#, c-format
3797msgid "Invalid blocksize parameter: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003798msgstr "Parameter ukuran-blok tidak valid: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003799
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003800#: misc/dumpe2fs.c:508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003801#, c-format
3802msgid ""
3803"\n"
3804"Bad extended option(s) specified: %s\n"
3805"\n"
3806"Extended options are separated by commas, and may take an argument which\n"
3807"\tis set off by an equals ('=') sign.\n"
3808"\n"
3809"Valid extended options are:\n"
3810"\tsuperblock=<superblock number>\n"
3811"\tblocksize=<blocksize>\n"
3812msgstr ""
3813"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003814"Pilihan extended buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003815"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003816"Pilihan extended dipisahkan dengan koma, dan boleh membawa argument dimana\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003817"\tini di set off oleh sebuah tanda sama dengan ('=').\n"
3818"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003819"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003820"\tsuperblock=<nomor superblok>\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003821"\tblocksize=<besar blok>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003823#: misc/dumpe2fs.c:568 misc/mke2fs.c:1709
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003824#, c-format
3825msgid "\tUsing %s\n"
3826msgstr "\tMenggunakan %s\n"
3827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003828#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3829#: resize/main.c:318
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003830msgid "Couldn't find valid filesystem superblock.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003831msgstr "Tidak dapat mencari superblok sistem berkas yang valid.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003832
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003833#: misc/dumpe2fs.c:632
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003834#, c-format
3835msgid ""
3836"\n"
3837"%s: %s: error reading bitmaps: %s\n"
3838msgstr ""
3839"\n"
3840"%s: %s: error membaca bitmaps: %s\n"
3841
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003842#: misc/e2image.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04003843#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003844msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003845msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
3846
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003847#: misc/e2image.c:103
3848#, fuzzy, c-format
3849msgid " %s -I device image-file\n"
3850msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
3851
3852#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04003853#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003854msgid ""
3855" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3856"[ dest_fs ]\n"
3857msgstr ""
3858
3859#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3860#: misc/e2image.c:1178
3861#, fuzzy
3862msgid "while allocating buffer"
3863msgstr "ketika mengalokasikan buffer"
3864
3865#: misc/e2image.c:174
3866#, fuzzy, c-format
3867msgid "Writing block %llu\n"
3868msgstr "Memeriksa blok %lu ke %lu\n"
3869
3870#: misc/e2image.c:188
3871#, fuzzy, c-format
3872msgid "error writing block %llu"
3873msgstr "Error menulis block %lu (%s). "
3874
3875#: misc/e2image.c:191
3876msgid "error in generic_write()"
3877msgstr ""
3878
3879#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003880msgid "Error: header size is bigger than wrt_size\n"
3881msgstr ""
3882
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003883#: misc/e2image.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003884msgid "Couldn't allocate header buffer\n"
3885msgstr "Tidak dapat mengalokasikan buffer header\n"
3886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003887#: misc/e2image.c:241
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003888msgid "while writing superblock"
3889msgstr "ketika menulis superblok"
3890
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003891#: misc/e2image.c:250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003892msgid "while writing inode table"
3893msgstr "ketika menulis tabel inode"
3894
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003895#: misc/e2image.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003896msgid "while writing block bitmap"
3897msgstr "ketika menulis blok bitmap"
3898
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003899#: misc/e2image.c:266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003900msgid "while writing inode bitmap"
3901msgstr "ketika menulis inode bitmap"
3902
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003903#: misc/e2image.c:502
3904#, fuzzy, c-format
3905msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3906msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
3907
3908#: misc/e2image.c:514
3909#, fuzzy, c-format
3910msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3911msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
3912
3913#: misc/e2image.c:555
3914#, fuzzy, c-format
3915msgid "%llu / %llu blocks (%d%%)"
3916msgstr "%u inodes, %u blok\n"
3917
3918#: misc/e2image.c:586 misc/e2image.c:626
3919msgid "Copying "
3920msgstr ""
3921
3922#: misc/e2image.c:623
3923msgid ""
3924"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3925msgstr ""
3926
3927#: misc/e2image.c:649
3928#, c-format
3929msgid " %s remaining at %.2f MB/s"
3930msgstr ""
3931
3932#: misc/e2image.c:661 misc/e2image.c:1188
3933#, fuzzy, c-format
3934msgid "error reading block %llu"
3935msgstr "Error membaca block %lu (%s). "
3936
3937#: misc/e2image.c:715
3938#, c-format
3939msgid "Copied %llu / %llu blocks (%d%%) in %s "
3940msgstr ""
3941
3942#: misc/e2image.c:719
3943#, c-format
3944msgid "at %.2f MB/s"
3945msgstr ""
3946
3947#: misc/e2image.c:755
3948#, fuzzy
3949msgid "while allocating l1 table"
3950msgstr "ketika mengalokasikan buffer"
3951
3952#: misc/e2image.c:800
3953#, fuzzy
3954msgid "while allocating l2 cache"
3955msgstr "ketika mengalokasikan buffer"
3956
3957#: misc/e2image.c:823
3958msgid ""
3959"Warning: There are still tables in the cache while putting the cache, data "
3960"will be lost so the image may not be valid.\n"
3961msgstr ""
3962
3963#: misc/e2image.c:1145
3964#, fuzzy
3965msgid "while allocating ext2_qcow2_image"
3966msgstr "ketika mengalokasikan zeroizing buffer"
3967
3968#: misc/e2image.c:1152
3969#, fuzzy
3970msgid "while initializing ext2_qcow2_image"
3971msgstr "ketika menginisialisasi jurnal superblok"
3972
3973#: misc/e2image.c:1211 misc/e2image.c:1229
3974msgid "Programming error: multiple sequential refcount blocks created!\n"
3975msgstr ""
3976
3977#: misc/e2image.c:1269
3978#, fuzzy
3979msgid "while allocating block bitmap"
3980msgstr "ketika menulis blok bitmap"
3981
3982#: misc/e2image.c:1278
3983#, fuzzy
3984msgid "while allocating scramble block bitmap"
3985msgstr "ketika menulis blok bitmap"
3986
3987#: misc/e2image.c:1285
3988#, fuzzy
3989msgid "Scanning inodes...\n"
3990msgstr "Memeriksa tabel inode"
3991
3992#: misc/e2image.c:1297
3993#, fuzzy
3994msgid "Can't allocate block buffer"
3995msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
3996
3997#: misc/e2image.c:1336 misc/e2image.c:1350
3998#, fuzzy, c-format
3999msgid "while iterating over inode %u"
4000msgstr "ketika memperoleh inode berikutnya"
4001
4002#: misc/e2image.c:1381
4003msgid "Raw and qcow2 images cannot be installed"
4004msgstr ""
4005
4006#: misc/e2image.c:1403
4007#, fuzzy
4008msgid "error reading bitmaps"
4009msgstr "ketika membaca bitmap"
4010
4011#: misc/e2image.c:1415
4012#, fuzzy
4013msgid "while opening device file"
4014msgstr "ketika mencoba membuka inode scan"
4015
4016#: misc/e2image.c:1426
4017#, fuzzy
4018msgid "while restoring the image table"
4019msgstr "ketika menulis tabel inode"
4020
4021#: misc/e2image.c:1523
4022msgid "-a option can only be used with raw or QCOW2 images."
4023msgstr ""
4024
4025#: misc/e2image.c:1529
4026msgid "Offsets are only allowed with raw images."
4027msgstr ""
4028
4029#: misc/e2image.c:1534
4030msgid "Move mode is only allowed with raw images."
4031msgstr ""
4032
4033#: misc/e2image.c:1539
4034msgid "Move mode requires all data mode."
4035msgstr ""
4036
4037#: misc/e2image.c:1549
4038#, fuzzy
4039msgid "checking if mounted"
4040msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
4041
4042#: misc/e2image.c:1556
4043msgid ""
4044"\n"
4045"Running e2image on a R/W mounted filesystem can result in an\n"
4046"inconsistent image which will not be useful for debugging purposes.\n"
4047"Use -f option if you really want to do that.\n"
4048msgstr ""
4049
4050#: misc/e2image.c:1608
4051msgid "QCOW2 image can not be written to the stdout!\n"
4052msgstr ""
4053
4054#: misc/e2image.c:1614
4055msgid "Can not stat output\n"
4056msgstr ""
4057
4058#: misc/e2image.c:1624
4059#, c-format
4060msgid "Image (%s) is compressed\n"
4061msgstr ""
4062
4063#: misc/e2image.c:1627
4064#, c-format
4065msgid "Image (%s) is encrypted\n"
4066msgstr ""
4067
4068#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004069#, c-format
4070msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4071msgstr ""
4072
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004073#: misc/e2image.c:1639
4074#, fuzzy
4075msgid "The -c option only supported in raw mode\n"
4076msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4077
4078#: misc/e2image.c:1644
4079#, fuzzy
4080msgid "The -c option not supported when writing to stdout\n"
4081msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4082
4083#: misc/e2image.c:1651
4084#, fuzzy
4085msgid "while allocating check_buf"
4086msgstr "ketika mengalokasikan buffer"
4087
4088#: misc/e2image.c:1657
4089#, fuzzy
4090msgid "The -p option only supported in raw mode\n"
4091msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4092
4093#: misc/e2image.c:1667
4094#, c-format
4095msgid "%d blocks already contained the data to be copied\n"
4096msgstr ""
4097
Eric Sandeen032eafe2012-07-28 17:48:36 -04004098#: misc/e2label.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004099#, c-format
4100msgid "e2label: cannot open %s\n"
4101msgstr "e2label: tidak dapat membuka %s\n"
4102
Eric Sandeen032eafe2012-07-28 17:48:36 -04004103#: misc/e2label.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004104#, c-format
4105msgid "e2label: cannot seek to superblock\n"
4106msgstr "e2label: tidak dapat mencari superblok\n"
4107
Eric Sandeen032eafe2012-07-28 17:48:36 -04004108#: misc/e2label.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004109#, c-format
4110msgid "e2label: error reading superblock\n"
4111msgstr "e2label: error membaca superblok\n"
4112
Eric Sandeen032eafe2012-07-28 17:48:36 -04004113#: misc/e2label.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004114#, c-format
4115msgid "e2label: not an ext2 filesystem\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004116msgstr "e2label: bukan sebuah ext2 sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004118#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004119#, c-format
4120msgid "Warning: label too long, truncating.\n"
4121msgstr "Peringatan: label terlalu panjang, memotong.\n"
4122
Eric Sandeen032eafe2012-07-28 17:48:36 -04004123#: misc/e2label.c:100
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004124#, c-format
4125msgid "e2label: cannot seek to superblock again\n"
4126msgstr "e2label: tidak dapat mencari superblok lagi\n"
4127
Eric Sandeen032eafe2012-07-28 17:48:36 -04004128#: misc/e2label.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004129#, c-format
4130msgid "e2label: error writing superblock\n"
4131msgstr "e2label: error menulis superblok\n"
4132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004133#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004134#, c-format
4135msgid "Usage: e2label device [newlabel]\n"
4136msgstr "Penggunaan: e2label perangkat [labelbaru]\n"
4137
Eric Sandeen032eafe2012-07-28 17:48:36 -04004138#: misc/e2undo.c:36
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004139#, c-format
4140msgid "Usage: %s <transaction file> <filesystem>\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004141msgstr "Penggunaan: %s <berkas transaksi> <sistem berkas>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004142
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004143#: misc/e2undo.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004144msgid "Failed to read the file system data \n"
4145msgstr "Gagal membaca data filesystem \n"
4146
Eric Sandeen032eafe2012-07-28 17:48:36 -04004147#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004148#, c-format
4149msgid "Failed tdb_fetch %s\n"
4150msgstr "Gagal tdb_fetch %s\n"
4151
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004152#: misc/e2undo.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004153#, c-format
4154msgid "The file system Mount time didn't match %u\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004155msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004156
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004157#: misc/e2undo.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004158msgid "The file system UUID didn't match \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004159msgstr "Sistem berkas UUID tidak cocok \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004160
Eric Sandeen032eafe2012-07-28 17:48:36 -04004161#: misc/e2undo.c:163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004162#, c-format
4163msgid "Failed tdb_open %s\n"
4164msgstr "Gagal tdb_open %s\n"
4165
Eric Sandeen032eafe2012-07-28 17:48:36 -04004166#: misc/e2undo.c:169
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004167#, c-format
4168msgid "Error while determining whether %s is mounted.\n"
4169msgstr "Error ketika menentukan apakah %s sudah dimount.\n"
4170
Eric Sandeen032eafe2012-07-28 17:48:36 -04004171#: misc/e2undo.c:175
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004172msgid "e2undo should only be run on unmounted file system\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004173msgstr ""
4174"e2undo seharusnya hanya dijalankan di sistem berkas yang sudah diunmount\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004175
Eric Sandeen032eafe2012-07-28 17:48:36 -04004176#: misc/e2undo.c:184
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004177#, c-format
4178msgid "Failed to open %s\n"
4179msgstr "Gagal membuka %s\n"
4180
Eric Sandeen032eafe2012-07-28 17:48:36 -04004181#: misc/e2undo.c:210
4182#, fuzzy, c-format
4183msgid "Replayed transaction of size %zd at location %llu\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004184msgstr "Balasan ukuran transaksi %zd di lokasi %ld\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004185
Eric Sandeen032eafe2012-07-28 17:48:36 -04004186#: misc/e2undo.c:216
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004187#, c-format
4188msgid "Failed write %s\n"
4189msgstr "Gagal menulis %s\n"
4190
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004191#: misc/fsck.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004192#, c-format
4193msgid "WARNING: couldn't open %s: %s\n"
4194msgstr "PERINGATAN: tidak dapat membuka %s: %s\n"
4195
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004196#: misc/fsck.c:353
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004197#, c-format
4198msgid "WARNING: bad format on line %d of %s\n"
4199msgstr "PERINGATAN: format buruk di bari %d dari %s\n"
4200
Eric Sandeen032eafe2012-07-28 17:48:36 -04004201#: misc/fsck.c:370
4202#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004203msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004204"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004205"\tfield. I will kludge around things for you, but you\n"
4206"\tshould fix your /etc/fstab file as soon as you can.\n"
4207"\n"
4208msgstr ""
4209"\a\a\aPERINGATAN: /etc/fstab anda tidak berisi fsck passno\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004210"\tpilihan. Saya akan klude around things untuk anda, tetapi anda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004211"\tseharusnya membetulkan berkas /etc/fstab anda secepatnya.\n"
4212"\n"
4213
Eric Sandeen032eafe2012-07-28 17:48:36 -04004214#: misc/fsck.c:478
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004215#, c-format
4216msgid "fsck: %s: not found\n"
4217msgstr "fsck: %s: tidak ditemukan\n"
4218
Eric Sandeen032eafe2012-07-28 17:48:36 -04004219#: misc/fsck.c:594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004220#, c-format
4221msgid "%s: wait: No more child process?!?\n"
4222msgstr "%s: tunggu: Tidak ada lagi proses anak?!?\n"
4223
Eric Sandeen032eafe2012-07-28 17:48:36 -04004224#: misc/fsck.c:616
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004225#, c-format
4226msgid "Warning... %s for device %s exited with signal %d.\n"
4227msgstr "Peringatan... %s untuk perangkat %s keluar dengan sinyal %d.\n"
4228
Eric Sandeen032eafe2012-07-28 17:48:36 -04004229#: misc/fsck.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004230#, c-format
4231msgid "%s %s: status is %x, should never happen.\n"
4232msgstr "%s %s: status adalah %x, seharusnya tidak pernah terjadi.\n"
4233
Eric Sandeen032eafe2012-07-28 17:48:36 -04004234#: misc/fsck.c:661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004235#, c-format
4236msgid "Finished with %s (exit status %d)\n"
4237msgstr "Berakhir dengan %s (status keluar %d)\n"
4238
Eric Sandeen032eafe2012-07-28 17:48:36 -04004239#: misc/fsck.c:721
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004240#, c-format
4241msgid "%s: Error %d while executing fsck.%s for %s\n"
4242msgstr "%s: Error %d ketika menjalankan fsck.%s untuk %s\n"
4243
Eric Sandeen032eafe2012-07-28 17:48:36 -04004244#: misc/fsck.c:742
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004245msgid ""
4246"Either all or none of the filesystem types passed to -t must be prefixed\n"
4247"with 'no' or '!'.\n"
4248msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004249"Semua atau tidak sama sekali dari tipe sistem berkas dilewatkan melalui "
4250"pilihan -t harus diwali\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004251"dengan 'no' atau '!'.\n"
4252
Eric Sandeen032eafe2012-07-28 17:48:36 -04004253#: misc/fsck.c:761
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004254msgid "Couldn't allocate memory for filesystem types\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004255msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004256
Eric Sandeen032eafe2012-07-28 17:48:36 -04004257#: misc/fsck.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004258#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004259msgid ""
4260"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4261"number\n"
4262msgstr ""
4263"%s: melewatkan baris buruk di /etc/fstab: bind mount dengan tidak nol fsck "
4264"tahap nomor\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004265
Eric Sandeen032eafe2012-07-28 17:48:36 -04004266#: misc/fsck.c:911
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004267#, c-format
4268msgid "fsck: cannot check %s: fsck.%s not found\n"
4269msgstr "fsck: tidak dapat memeriksa %s: fsck.%s tidak ditemukan\n"
4270
Eric Sandeen032eafe2012-07-28 17:48:36 -04004271#: misc/fsck.c:967
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004272msgid "Checking all file systems.\n"
4273msgstr "Memeriksa semua filesytem.\n"
4274
Eric Sandeen032eafe2012-07-28 17:48:36 -04004275#: misc/fsck.c:1058
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004276#, c-format
4277msgid "--waiting-- (pass %d)\n"
4278msgstr "--menunggu-- (tahap %d)\n"
4279
Eric Sandeen032eafe2012-07-28 17:48:36 -04004280#: misc/fsck.c:1078
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004281msgid ""
4282"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4283msgstr ""
4284"Penggunaan: fsck [-AMNPRTV] -C [fd] ] [-t fstype] [fs-pilihan] "
4285"[filesys ...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004286
Eric Sandeen032eafe2012-07-28 17:48:36 -04004287#: misc/fsck.c:1120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004288#, c-format
4289msgid "%s: too many devices\n"
4290msgstr "%s: terlalu banyak perangkat\n"
4291
Eric Sandeen032eafe2012-07-28 17:48:36 -04004292#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004293#, c-format
4294msgid "%s: too many arguments\n"
4295msgstr "%s: terlalu banyak argumen\n"
4296
Eric Sandeen032eafe2012-07-28 17:48:36 -04004297#: misc/lsattr.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004298#, c-format
4299msgid "Usage: %s [-RVadlv] [files...]\n"
4300msgstr "Penggunaan: %s [-RVadlv] [berkas...]\n"
4301
Eric Sandeen032eafe2012-07-28 17:48:36 -04004302#: misc/lsattr.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004303#, c-format
4304msgid "While reading flags on %s"
4305msgstr "Ketika membaca flags di %s"
4306
Eric Sandeen032eafe2012-07-28 17:48:36 -04004307#: misc/lsattr.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004308#, c-format
4309msgid "While reading version on %s"
4310msgstr "Ketika membaca versi di %s"
4311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004312#: misc/mke2fs.c:123
Eric Sandeen032eafe2012-07-28 17:48:36 -04004313#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004314msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004315"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004316"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004317"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004318"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4319"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4320"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004321"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4322"count]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004323msgstr ""
4324"Penggunaan: %s [-c|-l namafile] [-b ukuran-blok] [-f ukuran-fragmen]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004325"\t[-i bytes-per-inode] [-I ukuran-inode] [-J pilihan-jurnal]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004326"\t[-G ukuran meta grup] [-N jumlah-dari-inode]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004327"\t[-m persentasi-reserved-blok] [-o sistem-operasi-pembuat]\n"
4328"\t[-g blok-per-grup] [-L label-volume] [-M direktori-terakhir-dipasang]\n"
4329"\t[-O fasilitas[,...]] [-r revisi-fs] [-E pilihan-tambahan[,...]]\n"
4330"\t[-T type-fs] [-U UUID] [-jnqvFKSV] perangkat [jumlah-blok]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004332#: misc/mke2fs.c:250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004333#, c-format
4334msgid "Running command: %s\n"
4335msgstr "Menjalankan perintah: %s\n"
4336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004337#: misc/mke2fs.c:254
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004338#, c-format
4339msgid "while trying to run '%s'"
4340msgstr "ketika mencoba untuk menjalankan '%s'"
4341
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004342#: misc/mke2fs.c:261
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004343msgid "while processing list of bad blocks from program"
4344msgstr "ketika memproses daftar dari blok buruk dari aplikasi"
4345
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004346#: misc/mke2fs.c:288
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004347#, c-format
4348msgid "Block %d in primary superblock/group descriptor area bad.\n"
4349msgstr "Blok %d dalam daerah deskripsi superblok/grup utama buruk.\n"
4350
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004351#: misc/mke2fs.c:290
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004352#, c-format
4353msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004354msgstr ""
4355"Blok %u sampai %u harus dalam keadaan baik untuk membuat sebuah sistem "
4356"berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004357
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004358#: misc/mke2fs.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004359msgid "Aborting....\n"
4360msgstr "Membatalkan...\n"
4361
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004362#: misc/mke2fs.c:313
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004363#, c-format
4364msgid ""
4365"Warning: the backup superblock/group descriptors at block %u contain\n"
4366"\tbad blocks.\n"
4367"\n"
4368msgstr ""
4369"Peringatan: deskripsi superblok/grup cadangan di blok %u berisi\n"
4370"\tblok buruk.\n"
4371"\n"
4372
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004373#: misc/mke2fs.c:332
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004374msgid "while marking bad blocks as used"
4375msgstr "ketika menandai blok buruk sebagai digunakan"
4376
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004377#: misc/mke2fs.c:384
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004378msgid "Writing inode tables: "
4379msgstr "Menulis tabel inode: "
4380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004381#: misc/mke2fs.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04004382#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004383msgid ""
4384"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004385"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004386msgstr ""
4387"\n"
4388"Tidak dapat menulis %d blok dalam tabel inode dimulai di %u: %s\n"
4389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004390#: misc/mke2fs.c:419 misc/mke2fs.c:2444 misc/mke2fs.c:2729
Eric Sandeen032eafe2012-07-28 17:48:36 -04004391msgid "done \n"
4392msgstr "selesai \n"
4393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004394#: misc/mke2fs.c:430
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004395msgid "while creating root dir"
4396msgstr "ketika membuat direktori root"
4397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004398#: misc/mke2fs.c:437
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004399msgid "while reading root inode"
4400msgstr "ketika membaca inode root"
4401
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004402#: misc/mke2fs.c:449
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004403msgid "while setting root inode ownership"
4404msgstr "ketika menset kepemilikan inode root"
4405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004406#: misc/mke2fs.c:467
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004407msgid "while creating /lost+found"
4408msgstr "ketika membuat /lost+found"
4409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004410#: misc/mke2fs.c:474
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004411msgid "while looking up /lost+found"
4412msgstr "ketika mencari /lost+found"
4413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004414#: misc/mke2fs.c:487
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004415msgid "while expanding /lost+found"
4416msgstr "ketika mengekspansi /lost+found"
4417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004418#: misc/mke2fs.c:502
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004419msgid "while setting bad block inode"
4420msgstr "ketika menset inode blok buruk"
4421
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004422#: misc/mke2fs.c:529
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004423#, c-format
4424msgid "Out of memory erasing sectors %d-%d\n"
4425msgstr "Kehabisan memori menghapus sektor %d-%d\n"
4426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004427#: misc/mke2fs.c:539
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004428#, c-format
4429msgid "Warning: could not read block 0: %s\n"
4430msgstr "Peringatan: tidak dapat membaca blok 0: %s\n"
4431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004432#: misc/mke2fs.c:555
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004433#, c-format
4434msgid "Warning: could not erase sector %d: %s\n"
4435msgstr "Peringatan: tidak dapat menghapus sektor %d: %s\n"
4436
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004437#: misc/mke2fs.c:571
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004438msgid "while initializing journal superblock"
4439msgstr "ketika menginisialisasi jurnal superblok"
4440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004441#: misc/mke2fs.c:579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004442msgid "Zeroing journal device: "
4443msgstr "Mengosongkan perangkat jurnal: "
4444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004445#: misc/mke2fs.c:591
Eric Sandeen032eafe2012-07-28 17:48:36 -04004446#, fuzzy, c-format
4447msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004448msgstr "ketika mengosongkan perangkat jurnal (blok %u, jumlah %d)"
4449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004450#: misc/mke2fs.c:609
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004451msgid "while writing journal superblock"
4452msgstr "ketika menulis jurnal superblok"
4453
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004454#: misc/mke2fs.c:624
4455#, fuzzy, c-format
4456msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4457msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
4458
4459#: misc/mke2fs.c:632
Eric Sandeen032eafe2012-07-28 17:48:36 -04004460#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004461msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004462"warning: %llu blocks unused.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004463"\n"
4464msgstr ""
4465"peringatan: %u blok tidak digunakan.\n"
4466"\n"
4467
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004468#: misc/mke2fs.c:637
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004469#, c-format
4470msgid "Filesystem label=%s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004471msgstr "Sistem berkas label=%s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004472
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004473#: misc/mke2fs.c:640
Eric Sandeen032eafe2012-07-28 17:48:36 -04004474#, fuzzy, c-format
4475msgid "OS type: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004476msgstr "Tipe OS: "
4477
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004478#: misc/mke2fs.c:642
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004479#, c-format
4480msgid "Block size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004481msgstr "Ukuran blok=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004482
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004483#: misc/mke2fs.c:646
Eric Sandeen032eafe2012-07-28 17:48:36 -04004484#, fuzzy, c-format
4485msgid "Cluster size=%u (log=%u)\n"
4486msgstr "Ukuran blok=%u (log=%u)\n"
4487
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004488#: misc/mke2fs.c:650
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004489#, c-format
4490msgid "Fragment size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004491msgstr "Ukuran pecahan=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004493#: misc/mke2fs.c:652
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004494#, c-format
4495msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4496msgstr "Stride=%u blok, Lebar stripe=%u blok\n"
4497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004498#: misc/mke2fs.c:654
Eric Sandeen032eafe2012-07-28 17:48:36 -04004499#, fuzzy, c-format
4500msgid "%u inodes, %llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004501msgstr "%u inodes, %u blok\n"
4502
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004503#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004504#, fuzzy, c-format
4505msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004506msgstr "%u blok (%2.2f%%) reserved untuk super user\n"
4507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004508#: misc/mke2fs.c:659
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004509#, c-format
4510msgid "First data block=%u\n"
4511msgstr "Data blok pertama=%u\n"
4512
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004513#: misc/mke2fs.c:661
4514#, c-format
4515msgid "Root directory owner=%u:%u\n"
4516msgstr ""
4517
4518#: misc/mke2fs.c:663
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004519#, c-format
4520msgid "Maximum filesystem blocks=%lu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004521msgstr "Maksimum blok sistem berkas=%lu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004522
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004523#: misc/mke2fs.c:667
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004524#, c-format
4525msgid "%u block groups\n"
4526msgstr "%u grup blok\n"
4527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004528#: misc/mke2fs.c:669
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004529#, c-format
4530msgid "%u block group\n"
4531msgstr "%u grup blok\n"
4532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004533#: misc/mke2fs.c:672
Eric Sandeen032eafe2012-07-28 17:48:36 -04004534#, fuzzy, c-format
4535msgid "%u blocks per group, %u clusters per group\n"
4536msgstr "%u blok per grup, %u potongan per grup\n"
4537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004538#: misc/mke2fs.c:675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004539#, c-format
4540msgid "%u blocks per group, %u fragments per group\n"
4541msgstr "%u blok per grup, %u potongan per grup\n"
4542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004543#: misc/mke2fs.c:677
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004544#, c-format
4545msgid "%u inodes per group\n"
4546msgstr "%u inode per grup\n"
4547
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004548#: misc/mke2fs.c:686
4549#, fuzzy, c-format
4550msgid "Filesystem UUID: %s\n"
4551msgstr "Sistem berkas label=%s\n"
4552
4553#: misc/mke2fs.c:687
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004554msgid "Superblock backups stored on blocks: "
4555msgstr "Cadangan superblok disimpan di blok: "
4556
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004557#: misc/mke2fs.c:764
4558#, c-format
4559msgid "%s requires '-O 64bit'\n"
4560msgstr ""
4561
4562#: misc/mke2fs.c:770
4563#, c-format
4564msgid "'%s' must be before 'resize=%u'\n"
4565msgstr ""
4566
4567#: misc/mke2fs.c:783
4568#, fuzzy, c-format
4569msgid "Invalid desc_size: '%s'\n"
4570msgstr "Ukuran inode baru tidak valid: %s\n"
4571
4572#: misc/mke2fs.c:796
4573#, fuzzy, c-format
4574msgid "Invalid offset: %s\n"
4575msgstr "Ukuran inode baru tidak valid: %s\n"
4576
4577#: misc/mke2fs.c:810 misc/tune2fs.c:1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004578#, fuzzy, c-format
4579msgid "Invalid mmp_update_interval: %s\n"
4580msgstr "pilihan mount tidak valid diset: %s\n"
4581
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004582#: misc/mke2fs.c:824
4583#, fuzzy, c-format
4584msgid "Invalid # of backup superbocks: %s\n"
4585msgstr "Parameter superblok tidak valid: %s\n"
4586
4587#: misc/mke2fs.c:846
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004588#, c-format
4589msgid "Invalid stride parameter: %s\n"
4590msgstr "Parameter stride tidak valid: %s\n"
4591
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004592#: misc/mke2fs.c:861
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004593#, c-format
4594msgid "Invalid stripe-width parameter: %s\n"
4595msgstr "Parameter stripe-width tidak valid: %s\n"
4596
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004597#: misc/mke2fs.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004598#, c-format
4599msgid "Invalid resize parameter: %s\n"
4600msgstr "Parameter resize tidak valid: %s\n"
4601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004602#: misc/mke2fs.c:891
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004603msgid "The resize maximum must be greater than the filesystem size.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004604msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004605
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004606#: misc/mke2fs.c:915
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004607msgid "On-line resizing not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004608msgstr "On-line resizing tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004609
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004610#: misc/mke2fs.c:942 misc/mke2fs.c:951
4611#, fuzzy, c-format
4612msgid "Invalid root_owner: '%s'\n"
4613msgstr "pilihan mount tidak valid diset: %s\n"
4614
4615#: misc/mke2fs.c:976
Eric Sandeen032eafe2012-07-28 17:48:36 -04004616#, fuzzy, c-format
4617msgid "Invalid quotatype parameter: %s\n"
4618msgstr "Parameter stride tidak valid: %s\n"
4619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004620#: misc/mke2fs.c:987
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004621#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004622msgid ""
4623"\n"
4624"Bad option(s) specified: %s\n"
4625"\n"
4626"Extended options are separated by commas, and may take an argument which\n"
4627"\tis set off by an equals ('=') sign.\n"
4628"\n"
4629"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004630"\tmmp_update_interval=<interval>\n"
4631"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004632"\tstride=<RAID per-disk data chunk in blocks>\n"
4633"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004634"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004635"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004636"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004637"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004638"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639"\troot_uid=<uid of root directory>\n"
4640"\troot_gid=<gid of root directory>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004641"\ttest_fs\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004642"\tdiscard\n"
4643"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004644"\tquotatype=<usr OR grp>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004645"\n"
4646msgstr ""
4647"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004648"Pilihan buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004649"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004650"Pilihan extended dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004651"\tdi set off oleh tanda sama dengan ('=').\n"
4652"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004653"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004654"\tstride=<RAID per-disk data chunk dalam blok>\n"
4655"\tstripe-width=<RAID stride * data disk dalam blok>\n"
4656"\tresize=<resize ukuran maksimum dalam blok>\n"
4657"\tlazy_itable_init=<0 untuk menonaktifkan, 1 untuk mengaktifkan>\n"
4658"\ttest_fs\n"
4659"\n"
4660
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004661#: misc/mke2fs.c:1013
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004662#, c-format
4663msgid ""
4664"\n"
4665"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4666"\n"
4667msgstr ""
4668"\n"
4669"Peringatan: RAID stripe-width %u bukan sebuah even multiple dari stride %u.\n"
4670"\n"
4671
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004672#: misc/mke2fs.c:1053
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004673#, c-format
4674msgid ""
4675"Syntax error in mke2fs config file (%s, line #%d)\n"
4676"\t%s\n"
4677msgstr ""
4678"Syntax error dalam mke2fs berkas konfigurasi (%s, baris #%d)\n"
4679"\t%s\n"
4680
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004681#: misc/mke2fs.c:1066 misc/tune2fs.c:416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004682#, c-format
4683msgid "Invalid filesystem option set: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004684msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004685
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004686#: misc/mke2fs.c:1078 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004687#, c-format
4688msgid "Invalid mount option set: %s\n"
4689msgstr "pilihan mount tidak valid diset: %s\n"
4690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004691#: misc/mke2fs.c:1218
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004692#, fuzzy, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004693msgid ""
4694"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004695"Your mke2fs.conf file does not define the %s filesystem type.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004696msgstr ""
4697"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004698"Peringatan! Berkas mke2fs.conf anda tidak mendefinisikan tipe sistem berkas "
4699"%s.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004700
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004701#: misc/mke2fs.c:1222
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004702msgid ""
4703"You probably need to install an updated mke2fs.conf file.\n"
4704"\n"
4705msgstr ""
4706"Anda mungkin butuh untuk memasang sebuah update dari berkas mke2fs.conf.\n"
4707"\n"
4708
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004709#: misc/mke2fs.c:1226
4710#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004711msgid "Aborting...\n"
4712msgstr "Membatalkan...\n"
4713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004714#: misc/mke2fs.c:1267
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004715#, c-format
4716msgid ""
4717"\n"
4718"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4719"\n"
4720msgstr ""
4721
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004722#: misc/mke2fs.c:1435
4723#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004724msgid "Couldn't allocate memory for new PATH.\n"
4725msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
4726
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004727#: misc/mke2fs.c:1476
Eric Sandeen032eafe2012-07-28 17:48:36 -04004728#, c-format
4729msgid "Couldn't init profile successfully (error: %ld).\n"
4730msgstr ""
4731
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004732#: misc/mke2fs.c:1509
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004733#, c-format
4734msgid "invalid block size - %s"
4735msgstr "Ukuran blok tidak valid - %s"
4736
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004737#: misc/mke2fs.c:1513
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004738#, c-format
4739msgid "Warning: blocksize %d not usable on most systems.\n"
4740msgstr "Peringatan: ukuranblok %d tidak berguna dalam kebanyakan system.\n"
4741
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004742#: misc/mke2fs.c:1529
Eric Sandeen032eafe2012-07-28 17:48:36 -04004743#, fuzzy, c-format
4744msgid "invalid cluster size - %s"
4745msgstr "Ukuran blok tidak valid - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004746
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004747#: misc/mke2fs.c:1539
4748msgid "'-R' is deprecated, use '-E' instead"
4749msgstr ""
4750
4751#: misc/mke2fs.c:1551
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004752msgid "Illegal number for blocks per group"
4753msgstr "Jumlah ilegal untuk blok per grup"
4754
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004755#: misc/mke2fs.c:1556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004756msgid "blocks per group must be multiple of 8"
4757msgstr "blok per grup harus kelipatan dari 8"
4758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004759#: misc/mke2fs.c:1564
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004760msgid "Illegal number for flex_bg size"
4761msgstr "Jumlah ilegal untuk ukuran flex_bg"
4762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004763#: misc/mke2fs.c:1570
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004764msgid "flex_bg size must be a power of 2"
4765msgstr "ukuran flex_bg harus kelipatan dari 2"
4766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004767#: misc/mke2fs.c:1580
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004768#, c-format
4769msgid "invalid inode ratio %s (min %d/max %d)"
4770msgstr "rasio dari inode tidak valid %s (min %d/max %d)"
4771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004772#: misc/mke2fs.c:1590
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004773#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004774msgid "invalid inode size - %s"
4775msgstr "ukuran inode tidak valid - %s"
4776
4777#: misc/mke2fs.c:1603
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004778msgid ""
4779"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4780"nodiscard' extended option instead!\n"
4781msgstr ""
4782
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004783#: misc/mke2fs.c:1614
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004784msgid "in malloc for bad_blocks_filename"
4785msgstr "dalam malloc untuk bad_block_filename"
4786
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004787#: misc/mke2fs.c:1627
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004788#, c-format
4789msgid "invalid reserved blocks percent - %s"
4790msgstr "persentasi reserved blok tidak valid - %s"
4791
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004792#: misc/mke2fs.c:1642
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004793#, c-format
4794msgid "bad num inodes - %s"
4795msgstr "jumlah inode buruk - %s"
4796
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004797#: misc/mke2fs.c:1659
4798#, c-format
4799msgid "bad revision level - %s"
4800msgstr "level revisi buruk - %s"
4801
4802#: misc/mke2fs.c:1673
Eric Sandeen032eafe2012-07-28 17:48:36 -04004803#, fuzzy
4804msgid "The -t option may only be used once"
4805msgstr "-o hanya boleh dispesifikasikan sekali"
4806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004807#: misc/mke2fs.c:1681
Eric Sandeen032eafe2012-07-28 17:48:36 -04004808#, fuzzy
4809msgid "The -T option may only be used once"
4810msgstr "-o hanya boleh dispesifikasikan sekali"
4811
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004812#: misc/mke2fs.c:1734 misc/mke2fs.c:2810
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004813#, c-format
4814msgid "while trying to open journal device %s\n"
4815msgstr "ketika mencoba membuka perangkat jurnal %s\n"
4816
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817#: misc/mke2fs.c:1740
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004818#, c-format
4819msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004820msgstr ""
4821"Perangkat jurnal ukuranblok (%d) lebih kecil daripada minimum ukuranblok %d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004823#: misc/mke2fs.c:1746
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004824#, c-format
4825msgid "Using journal device's blocksize: %d\n"
4826msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
4827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004828#: misc/mke2fs.c:1757
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004829#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004830msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004831msgstr "jumlah blok tidak valid - %s"
4832
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004833#: misc/mke2fs.c:1777
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004834msgid "filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004835msgstr "sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004836
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004837#: misc/mke2fs.c:1790 resize/main.c:368
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004838msgid "while trying to determine filesystem size"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004839msgstr "ketika mencoba untuk menentukan ukuran sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004840
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004841#: misc/mke2fs.c:1796
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004842msgid ""
4843"Couldn't determine device size; you must specify\n"
4844"the size of the filesystem\n"
4845msgstr ""
4846"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004847"ukuran dari sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004848
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004849#: misc/mke2fs.c:1803
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004850msgid ""
4851"Device size reported to be zero. Invalid partition specified, or\n"
4852"\tpartition table wasn't reread after running fdisk, due to\n"
4853"\ta modified partition being busy and in use. You may need to reboot\n"
4854"\tto re-read your partition table.\n"
4855msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004856"Ukuran perangkat yang dilaporkan nol. Partisi yang dispesifikasikan tidak "
4857"valid, atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004858"\ttabel partisi tidak dibaca kembali setelah menjalankan fdisk, karena\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004859"\tpartisi yang diubah sedang sibuk dan sedang digunakan. Anda bisa melakukan "
4860"reboot\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004861"\tuntuk membaca kembali tabel partisi.\n"
4862
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004863#: misc/mke2fs.c:1820
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004864msgid "Filesystem larger than apparent device size."
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004865msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004866
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004867#: misc/mke2fs.c:1840
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004868msgid "Failed to parse fs types list\n"
4869msgstr "Gagal untuk memparse daftar type fs\n"
4870
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004871#: misc/mke2fs.c:1881
4872msgid "while trying to determine hardware sector size"
4873msgstr "ketika mencoba untuk menentukan ukuran sektor perangkat"
4874
4875#: misc/mke2fs.c:1887
4876msgid "while trying to determine physical sector size"
4877msgstr "ketika mencoba untuk menentukan ukuran fisik sektor"
4878
4879#: misc/mke2fs.c:1919
4880msgid "while setting blocksize; too small for device\n"
4881msgstr ""
4882"ketika sedang melakukan konfigurasi ukuran blok;terlalu kecil untuk "
4883"perangkat\n"
4884
4885#: misc/mke2fs.c:1924
4886#, fuzzy, c-format
4887msgid ""
4888"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4889msgstr ""
4890"Peringatan: ukuran blok yang dispesifikasikan %d lebih kecil daripada ukuran "
4891"fisik sektor perangkat %d, tetap dilanjutkan\n"
4892
4893#: misc/mke2fs.c:1948
Eric Sandeen032eafe2012-07-28 17:48:36 -04004894#, fuzzy, c-format
4895msgid ""
4896"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4897"\tin 32 bits using a blocksize of %d.\n"
4898msgstr ""
4899"%s: Ukuran dari perangkat %s terlalu besar untuk diexpresikan dalam 32 bit\n"
4900"\tmenggunakan sebuah ukuranblok dari %d.\n"
4901
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004902#: misc/mke2fs.c:1964
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004903msgid "fs_types for mke2fs.conf resolution: "
4904msgstr "fs_types untuk mke2fs.conf resolution: "
4905
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004906#: misc/mke2fs.c:1971
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004907msgid "Filesystem features not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004908msgstr "Sistem berkas features tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004909
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004910#: misc/mke2fs.c:1979
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004911msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004912msgstr "Sparse superblok tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004913
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004914#: misc/mke2fs.c:1991
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004915msgid "Journals not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004916msgstr "Jurnal tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004917
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004918#: misc/mke2fs.c:2005
Eric Sandeen032eafe2012-07-28 17:48:36 -04004919#, fuzzy, c-format
4920msgid "invalid reserved blocks percent - %lf"
4921msgstr "persentasi reserved blok tidak valid - %s"
4922
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004923#: misc/mke2fs.c:2022
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004924msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004925"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4926"rectify.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004927msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004929#: misc/mke2fs.c:2042
4930#, fuzzy
4931msgid "The cluster size may not be smaller than the block size.\n"
4932msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004933
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004934#: misc/mke2fs.c:2048
4935msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004936msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -04004937
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004938#: misc/mke2fs.c:2067
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004939#, c-format
4940msgid "warning: Unable to get device geometry for %s\n"
4941msgstr "Peringatan: Tidak dapat mendapatkan geometri untuk perangkat %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004942
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004943#: misc/mke2fs.c:2070
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004944#, c-format
4945msgid "%s alignment is offset by %lu bytes.\n"
4946msgstr "%s penyesuaian ofset sebesar %lu bytes.\n"
4947
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004948#: misc/mke2fs.c:2072
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004949#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004950msgid ""
4951"This may result in very poor performance, (re)-partitioning suggested.\n"
4952msgstr ""
4953"Ini mungkin akan berujung ke performa yang tidak baik, disarankan untuk "
4954"melakukan pembagian ulang.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004955
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004956#: misc/mke2fs.c:2093
Eric Sandeen032eafe2012-07-28 17:48:36 -04004957#, c-format
4958msgid "%d-byte blocks too big for system (max %d)"
4959msgstr "%d-byte bloks terlalu besar untuk system (maksimal %d)"
4960
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004961#: misc/mke2fs.c:2097
Eric Sandeen032eafe2012-07-28 17:48:36 -04004962#, c-format
4963msgid ""
4964"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4965msgstr ""
4966"Peringatan: %d-byte blok terlalu besar untuk system (maksimal %d), dipaksa "
4967"untuk melanjutkan\n"
4968
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004969#: misc/mke2fs.c:2145
4970msgid "Can't support bigalloc feature without extents feature"
4971msgstr ""
4972
4973#: misc/mke2fs.c:2152
4974msgid ""
4975"The resize_inode and meta_bg features are not compatible.\n"
4976"They can not be both enabled simultaneously.\n"
4977msgstr ""
4978"resize_inode dan meta_bg feature tidak saling kompatibel.\n"
4979"Meraka tidak dapat diaktifkan secara bersamaan.\n"
4980
4981#: misc/mke2fs.c:2161
4982msgid ""
4983"\n"
4984"Warning: the bigalloc feature is still under development\n"
4985"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4986"\n"
4987msgstr ""
4988
4989#: misc/mke2fs.c:2172
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004990msgid "reserved online resize blocks not supported on non-sparse filesystem"
4991msgstr "reserved online resize blok tidak dilayani di non-sparse sistem berkas"
4992
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004993#: misc/mke2fs.c:2181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004994msgid "blocks per group count out of range"
4995msgstr "jumlah blok per grup diluar jangkauan"
4996
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004997#: misc/mke2fs.c:2205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004998msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004999msgstr ""
5000"Flex_bg feature tidak diaktifkan, jadi ukuran flex_bw mungkin tidak dapat "
5001"dispesifikasikan"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005002
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005003#: misc/mke2fs.c:2217
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005004#, c-format
5005msgid "invalid inode size %d (min %d/max %d)"
5006msgstr "ukuran inode tidak valid %d (min %d/max %d)"
5007
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005008#: misc/mke2fs.c:2235
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005009#, c-format
5010msgid "too many inodes (%llu), raise inode ratio?"
5011msgstr "terlalu banyak inode (%llu), naikkan rasio inode?"
5012
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005013#: misc/mke2fs.c:2242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005014#, c-format
5015msgid "too many inodes (%llu), specify < 2^32 inodes"
5016msgstr "terlalu banyak inode (%llu), spesifikasikan < 2³2 inode"
5017
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005018#: misc/mke2fs.c:2256
Eric Sandeen032eafe2012-07-28 17:48:36 -04005019#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005020msgid ""
5021"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005022"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005023"\tor lower inode count (-N).\n"
5024msgstr ""
5025"inode_size (%u) * inode_count (%u) terlalu besar untuk sebuah\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005026"\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005027"\tatau lebih rendah jumlah inode (-N).\n"
5028
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005029#: misc/mke2fs.c:2383
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005030#, c-format
5031msgid ""
5032"Overwriting existing filesystem; this can be undone using the command:\n"
5033" e2undo %s %s\n"
5034"\n"
5035msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005036"Memaksa menulis sistem berkas yang sudah ada; ini tidak dapat diundo dengan "
5037"perintah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005038" e2undo %s %s\n"
5039"\n"
5040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005041#: misc/mke2fs.c:2397
Eric Sandeen032eafe2012-07-28 17:48:36 -04005042#, fuzzy
5043msgid "while trying to setup undo file\n"
5044msgstr ""
5045"\n"
5046"\tketika mencoba membuat file jurnal"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005048#: misc/mke2fs.c:2423
Eric Sandeen032eafe2012-07-28 17:48:36 -04005049#, fuzzy
5050msgid "Discarding device blocks: "
5051msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
5052
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005053#: misc/mke2fs.c:2439
Eric Sandeen032eafe2012-07-28 17:48:36 -04005054#, fuzzy
5055msgid "failed - "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005056msgstr "gagal.\n"
5057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005058#: misc/mke2fs.c:2561
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005059msgid "while setting up superblock"
5060msgstr "ketika mensetup superblok"
5061
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005062#: misc/mke2fs.c:2577
5063msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005064msgstr ""
5065
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005066#: misc/mke2fs.c:2665
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005067#, c-format
5068msgid "unknown os - %s"
5069msgstr "os tidak diketahui - %s"
5070
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005071#: misc/mke2fs.c:2717
5072#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005073msgid "Allocating group tables: "
5074msgstr "Menulis tabel inode: "
5075
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005076#: misc/mke2fs.c:2725
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005077msgid "while trying to allocate filesystem tables"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005078msgstr "ketika mencoba mengalokasikan tabel sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005079
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005080#: misc/mke2fs.c:2734
Eric Sandeen032eafe2012-07-28 17:48:36 -04005081#, fuzzy
5082msgid ""
5083"\n"
5084"\twhile converting subcluster bitmap"
5085msgstr "ketika menulis blok bitmap"
5086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005087#: misc/mke2fs.c:2777
Eric Sandeen032eafe2012-07-28 17:48:36 -04005088#, fuzzy, c-format
5089msgid "while zeroing block %llu at end of filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005090msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005091
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005092#: misc/mke2fs.c:2791
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005093msgid "while reserving blocks for online resize"
5094msgstr "ketika menreserve blok untuk online resize"
5095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005096#: misc/mke2fs.c:2803 misc/tune2fs.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005097msgid "journal"
5098msgstr "jurnal"
5099
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005100#: misc/mke2fs.c:2815
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005101#, c-format
5102msgid "Adding journal to device %s: "
5103msgstr "Menambahkan jurnal ke perangkat %s: "
5104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005105#: misc/mke2fs.c:2822
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005106#, c-format
5107msgid ""
5108"\n"
5109"\twhile trying to add journal to device %s"
5110msgstr ""
5111"\n"
5112"\tketika mencoba untuk menambahkan jurnal ke perangkat %s"
5113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005114#: misc/mke2fs.c:2827 misc/mke2fs.c:2858 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005115msgid "done\n"
5116msgstr "selesai\n"
5117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005118#: misc/mke2fs.c:2834
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005119msgid "Skipping journal creation in super-only mode\n"
5120msgstr "Melewatkan pembuatan jurnal dalam mode super-saja\n"
5121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005122#: misc/mke2fs.c:2845
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005123#, c-format
5124msgid "Creating journal (%u blocks): "
5125msgstr "Membuat jurnal (%u blok): "
5126
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005127#: misc/mke2fs.c:2854
Eric Sandeen032eafe2012-07-28 17:48:36 -04005128msgid ""
5129"\n"
5130"\twhile trying to create journal"
5131msgstr ""
5132"\n"
5133"\tketika mencoba untuk membuat jurnal"
5134
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005135#: misc/mke2fs.c:2866 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005136msgid ""
5137"\n"
5138"Error while enabling multiple mount protection feature."
5139msgstr ""
5140
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005141#: misc/mke2fs.c:2871
Eric Sandeen032eafe2012-07-28 17:48:36 -04005142#, c-format
5143msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5144msgstr ""
5145
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005146#: misc/mke2fs.c:2888
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005147msgid "Writing superblocks and filesystem accounting information: "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005148msgstr "Menulis superblok dan informasi akuntasi sistem berkas: "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005149
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005150#: misc/mke2fs.c:2895
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005151msgid ""
5152"\n"
5153"Warning, had trouble writing out superblocks."
5154msgstr ""
5155"\n"
5156"Peringatan, memiliki masalah menulis diluar superblok."
5157
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005158#: misc/mke2fs.c:2897
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005159msgid ""
5160"done\n"
5161"\n"
5162msgstr ""
5163"selesai\n"
5164"\n"
5165
Eric Sandeen032eafe2012-07-28 17:48:36 -04005166#: misc/mklost+found.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005167msgid "Usage: mklost+found\n"
5168msgstr "Penggunaan: mklost+found\n"
5169
Eric Sandeen032eafe2012-07-28 17:48:36 -04005170#: misc/partinfo.c:41
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005171#, c-format
5172msgid ""
5173"Usage: %s device...\n"
5174"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005175"Prints out the partition information for each given device.\n"
5176"For example: %s /dev/hda\n"
5177"\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005178msgstr ""
5179"Penggunaan: %s perangkat...\n"
5180"\n"
5181"Tampilkan informasi partisi untuk setiap perangkat yang diberikan.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005182"Contoh: %s /dev/hda\n"
5183"\n"
5184
Eric Sandeen032eafe2012-07-28 17:48:36 -04005185#: misc/partinfo.c:51
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005186#, c-format
5187msgid "Cannot open %s: %s"
5188msgstr "tidak dapat membuka %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005189
Eric Sandeen032eafe2012-07-28 17:48:36 -04005190#: misc/partinfo.c:57
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005191#, c-format
5192msgid "Cannot get geometry of %s: %s"
5193msgstr "Tidak dapat memperoleh geometry dari %s; %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005194
Eric Sandeen032eafe2012-07-28 17:48:36 -04005195#: misc/partinfo.c:65
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005196#, c-format
5197msgid "Cannot get size of %s: %s"
5198msgstr "Tidak dapat memperoleh ukuran dari %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005199
Eric Sandeen032eafe2012-07-28 17:48:36 -04005200#: misc/partinfo.c:71
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005201#, c-format
5202msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5203msgstr "%s: h=%3d s=%3d c=%4d awal=%8d ukuran=%8lu akhir=%6d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005204
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005205#: misc/tune2fs.c:112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005206msgid "Please run e2fsck on the filesystem.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005207msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005209#: misc/tune2fs.c:121
Eric Sandeen032eafe2012-07-28 17:48:36 -04005210#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005211msgid ""
5212"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
5213"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005214"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5215"mmp_update_interval]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005216"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
5217"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005218"\t[-Q quota_options]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005219"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5220"\t[ -I new_inode_size ] device\n"
5221msgstr ""
5222"Penggunaan: %s [-c jumlah_max_mount] [-e errors_behavior] [-g grup]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005223"\t[-t interval[d|m|w]] [-j] [-J pilihan_jurnal] [-l]\n"
5224"\t[-m persentasi_reserved_blok] [-o [^]pilihan_mount[,...]] \n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005225"\t[-r jumlah_reserved_blok] [-u pengguna] [-C jumlah_mount] [-L "
5226"label_volume]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005227"\t[-E pilihan-tambahan[,...]] [-T waktu_terakhir_diperiksa] [-U UUID]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005228"\t[-I ukuran_inode_baru] perangkat\n"
5229
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005230#: misc/tune2fs.c:217
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005231msgid "while trying to open external journal"
5232msgstr "ketika mencoba membuka jurnal external"
5233
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005234#: misc/tune2fs.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005235#, c-format
5236msgid "%s is not a journal device.\n"
5237msgstr "%s bukan sebuah perangkat jurnal.\n"
5238
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005239#: misc/tune2fs.c:237
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005240msgid "Journal superblock not found!\n"
5241msgstr "Jurnal superblok tidak ditemukan!\n"
5242
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005243#: misc/tune2fs.c:248
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005244msgid "Filesystem's UUID not found on journal device.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005245msgstr "Sistem berkas UUID tidak ditemukan dalam perangkat jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005246
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005247#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005248msgid ""
5249"Cannot locate journal device. It was NOT removed\n"
5250"Use -f option to remove missing journal device.\n"
5251msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005252
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005253#: misc/tune2fs.c:277
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005254msgid "Journal removed\n"
5255msgstr "Jurnal dihapus\n"
5256
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005257#: misc/tune2fs.c:321
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005258msgid "while reading bitmaps"
5259msgstr "ketika membaca bitmap"
5260
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005261#: misc/tune2fs.c:329
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005262msgid "while clearing journal inode"
5263msgstr "ketika menghapus inode jurnal"
5264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005265#: misc/tune2fs.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005266msgid "while writing journal inode"
5267msgstr "ketika menulis inode jurnal"
5268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005269#: misc/tune2fs.c:372 misc/tune2fs.c:385
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005270msgid "(and reboot afterwards!)\n"
5271msgstr "(dan reboot setelah ini!)\n"
5272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005273#: misc/tune2fs.c:419
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005274#, c-format
5275msgid "Clearing filesystem feature '%s' not supported.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005276msgstr "Menghapus feature sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005278#: misc/tune2fs.c:425
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005279#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005280msgid "Setting filesystem feature '%s' not supported.\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005281msgstr "Tatanan fitur sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005283#: misc/tune2fs.c:434
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005284msgid ""
5285"The has_journal feature may only be cleared when the filesystem is\n"
5286"unmounted or mounted read-only.\n"
5287msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005288"Has_journal feature mungkin hanya bisa dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005289"dimount baca-saja atau tidak dimount.\n"
5290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005291#: misc/tune2fs.c:443
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005292msgid ""
5293"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5294"the has_journal flag.\n"
5295msgstr ""
5296"Needs_recovery flag diset. Tolong jalankan e2fsck sebelum menghapus\n"
5297"has_journal flag.\n"
5298
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005299#: misc/tune2fs.c:462
5300#, fuzzy
5301msgid ""
5302"Setting filesystem feature 'sparse_super' not supported\n"
5303"for filesystems with the meta_bg feature enabled.\n"
5304msgstr ""
5305"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5306"fitur aktif.\n"
5307
5308#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005309#, fuzzy
5310msgid ""
5311"The multiple mount protection feature can't\n"
5312"be set if the filesystem is mounted or\n"
5313"read-only.\n"
5314msgstr ""
5315"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
5316"dimount baca-saja atau tidak dimount.\n"
5317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005318#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005319#, c-format
5320msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5321msgstr ""
5322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005323#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005324msgid ""
5325"The multiple mount protection feature cannot\n"
5326"be disabled if the filesystem is readonly.\n"
5327msgstr ""
5328
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005329#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005330#, fuzzy
5331msgid "Error while reading bitmaps\n"
5332msgstr "ketika membaca bitmap"
5333
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005334#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005335#, c-format
5336msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5337msgstr ""
5338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005339#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005340#, fuzzy
5341msgid "while reading MMP block."
5342msgstr "ketika sedang membaca inode blok buruk"
5343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005344#: misc/tune2fs.c:556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005345msgid ""
5346"Clearing the flex_bg flag would cause the the filesystem to be\n"
5347"inconsistent.\n"
5348msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005349"Menghapus flex_bg flag akan mengakibatkan sistem berkas menjadi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005350"tidak konsisten.\n"
5351
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005352#: misc/tune2fs.c:567
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005353msgid ""
5354"The huge_file feature may only be cleared when the filesystem is\n"
5355"unmounted or mounted read-only.\n"
5356msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005357"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005358"dimount baca-saja atau tidak dimount.\n"
5359
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005360#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005361msgid ""
5362"\n"
5363"Warning: '^quota' option overrides '-Q'arguments.\n"
5364msgstr ""
5365
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005366#: misc/tune2fs.c:672
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005367msgid "The filesystem already has a journal.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005368msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005370#: misc/tune2fs.c:692
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005371#, c-format
5372msgid ""
5373"\n"
5374"\twhile trying to open journal on %s\n"
5375msgstr ""
5376"\n"
5377"\tketika mencoba untuk membuka jurnal di %s\n"
5378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005379#: misc/tune2fs.c:696
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005380#, c-format
5381msgid "Creating journal on device %s: "
5382msgstr "Membuat jurnal di perangkat %s: "
5383
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005384#: misc/tune2fs.c:704
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005385#, c-format
5386msgid "while adding filesystem to journal on %s"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005387msgstr "ketika menambahkan sistem berkas di jurnal di %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005388
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005389#: misc/tune2fs.c:710
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005390msgid "Creating journal inode: "
5391msgstr "Membuat jurnal inode: "
5392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005393#: misc/tune2fs.c:724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005394msgid ""
5395"\n"
5396"\twhile trying to create journal file"
5397msgstr ""
5398"\n"
5399"\tketika mencoba membuat file jurnal"
5400
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005401#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005402#, fuzzy
5403msgid "Couldn't allocate memory to parse quota options!\n"
5404msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
5405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005406#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005407msgid ""
5408"\n"
5409"Bad quota options specified.\n"
5410"\n"
5411"Following valid quota options are available (pass by separating with "
5412"comma):\n"
5413"\t[^]usrquota\n"
5414"\t[^]grpquota\n"
5415"\n"
5416"\n"
5417msgstr ""
5418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005419#: misc/tune2fs.c:881
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005420#, c-format
5421msgid "Couldn't parse date/time specifier: %s"
5422msgstr "Tidak dapat memparse date/time specifier: %s"
5423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005424#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005425#, c-format
5426msgid "bad mounts count - %s"
5427msgstr "jumlah mount buruk - %s"
5428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005429#: misc/tune2fs.c:938
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005430#, c-format
5431msgid "bad error behavior - %s"
5432msgstr "perilaku error buruk - %s"
5433
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005434#: misc/tune2fs.c:965
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005435#, c-format
5436msgid "bad gid/group name - %s"
5437msgstr "nama gid/grup buruk - %s"
5438
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005439#: misc/tune2fs.c:998
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005440#, c-format
5441msgid "bad interval - %s"
5442msgstr "interval buruk - %s"
5443
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005444#: misc/tune2fs.c:1027
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005445#, c-format
5446msgid "bad reserved block ratio - %s"
5447msgstr "rasio reserved blok buruk - %s"
5448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005449#: misc/tune2fs.c:1042
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005450msgid "-o may only be specified once"
5451msgstr "-o hanya boleh dispesifikasikan sekali"
5452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005453#: misc/tune2fs.c:1051
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005454msgid "-O may only be specified once"
5455msgstr "-O hanya boleh dispesifikasikan sekali"
5456
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005457#: misc/tune2fs.c:1068
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005458#, c-format
5459msgid "bad reserved blocks count - %s"
5460msgstr "jumlah reserved blok buruk - %s"
5461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005462#: misc/tune2fs.c:1097
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005463#, c-format
5464msgid "bad uid/user name - %s"
5465msgstr "nama uid/pengguna buruk - %s"
5466
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005467#: misc/tune2fs.c:1114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005468#, c-format
5469msgid "bad inode size - %s"
5470msgstr "ukuran inode buruk - %s"
5471
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005472#: misc/tune2fs.c:1121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005473#, c-format
5474msgid "Inode size must be a power of two- %s"
5475msgstr "Ukuran inode harus kelipatan dari dua - %s"
5476
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005477#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005478#, c-format
5479msgid "mmp_update_interval too big: %lu\n"
5480msgstr ""
5481
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005482#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005483#, fuzzy, c-format
5484msgid "Setting multiple mount protection update interval to %lu second\n"
5485msgid_plural ""
5486"Setting multiple mount protection update interval to %lu seconds\n"
5487msgstr[0] "Menset maksimal jumlah mount ke %d\n"
5488msgstr[1] "Menset maksimal jumlah mount ke %d\n"
5489
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005490#: misc/tune2fs.c:1243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005491#, c-format
5492msgid "Invalid RAID stride: %s\n"
5493msgstr "Invalid RAID stride: %s\n"
5494
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005495#: misc/tune2fs.c:1258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005496#, c-format
5497msgid "Invalid RAID stripe-width: %s\n"
5498msgstr "Invalid RAID stripe-width: %s\n"
5499
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005500#: misc/tune2fs.c:1273
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005501#, c-format
5502msgid "Invalid hash algorithm: %s\n"
5503msgstr "Algoritma hash tidak valid: %s\n"
5504
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005505#: misc/tune2fs.c:1279
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005506#, c-format
5507msgid "Setting default hash algorithm to %s (%d)\n"
5508msgstr "Menset default algoritma hash ke %s (%d)\n"
5509
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005510#: misc/tune2fs.c:1298
5511#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005512msgid ""
5513"\n"
5514"Bad options specified.\n"
5515"\n"
5516"Extended options are separated by commas, and may take an argument which\n"
5517"\tis set off by an equals ('=') sign.\n"
5518"\n"
5519"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005520"\tclear_mmp\n"
5521"\thash_alg=<hash algorithm>\n"
5522"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005523"\tstride=<RAID per-disk chunk size in blocks>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005524"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005525"\ttest_fs\n"
5526"\t^test_fs\n"
5527msgstr ""
5528"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005529"Pilihan buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005530"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005531"Pilihan extended dipisahkan oleh koma, dan boleh mengambil argumen\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005532"\tyang di set of oleh sebuah tanda sama dengan ('=').\n"
5533"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005534"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005535"\tstride=<RAID per-disk ukuran chunk dalam blok>\n"
5536"\tstripe-width=<RAID stride*data disk dalam blok>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005537"\thash_alg=<algoritma_hash>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005538"\ttest_fs\n"
5539"\t^test_fs\n"
5540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005541#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005542#, fuzzy
5543msgid "Failed to read inode bitmap\n"
5544msgstr "ketika membaca bitmap"
5545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005546#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005547#, fuzzy
5548msgid "Failed to read block bitmap\n"
5549msgstr "membaca inode dan blok bitmap"
5550
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005551#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005552msgid "blocks to be moved"
5553msgstr "blok akan dipindahkan"
5554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005555#: misc/tune2fs.c:1789
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005556msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005557msgstr ""
5558"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005560#: misc/tune2fs.c:1795
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005561msgid "Not enough space to increase inode size \n"
5562msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
5563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005564#: misc/tune2fs.c:1800
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005565msgid "Failed to relocate blocks during inode resize \n"
5566msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
5567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005568#: misc/tune2fs.c:1832
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005569msgid ""
5570"Error in resizing the inode size.\n"
5571"Run e2undo to undo the file system changes. \n"
5572msgstr ""
5573"Error dalam mengubah ukuran dari ukuran inode.\n"
5574"Jalankan e2undo untuk undo perubahan sistem berkas.\n"
5575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005576#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005577msgid "Couldn't allocate memory for tdb filename\n"
5578msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
5579
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005580#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005581#, c-format
5582msgid "while trying to delete %s"
5583msgstr "ketika mencoba untuk menghapus %s"
5584
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005585#: misc/tune2fs.c:1888
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005586#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005587msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005588"To undo the tune2fs operation please run the command\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005589" e2undo %s %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005590"\n"
5591msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005592"Untuk mengembalikan operasi tune2fs mohon jalankan perintah\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005593" e2undo %s %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005594"\n"
5595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005596#: misc/tune2fs.c:1957
Eric Sandeen032eafe2012-07-28 17:48:36 -04005597#, c-format
5598msgid ""
5599"MMP block magic is bad. Try to fix it by running:\n"
5600"'e2fsck -f %s'\n"
5601msgstr ""
5602
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005603#: misc/tune2fs.c:1975
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005604#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005605msgid "The inode size is already %lu\n"
5606msgstr "Ukuran inode telah %lu\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005608#: misc/tune2fs.c:1982
5609#, fuzzy
5610msgid "Shrinking inode size is not supported\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005611msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
5612
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005613#: misc/tune2fs.c:1987
5614#, fuzzy, c-format
5615msgid "Invalid inode size %lu (max %d)\n"
5616msgstr "ukuran inode tidak valid %d (min %d/max %d)"
5617
5618#: misc/tune2fs.c:2034
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005619#, c-format
5620msgid "Setting maximal mount count to %d\n"
5621msgstr "Menset maksimal jumlah mount ke %d\n"
5622
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005623#: misc/tune2fs.c:2040
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005624#, c-format
5625msgid "Setting current mount count to %d\n"
5626msgstr "Menset jumlah mount sekarang ke %d\n"
5627
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005628#: misc/tune2fs.c:2045
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005629#, c-format
5630msgid "Setting error behavior to %d\n"
5631msgstr "Menset perilaku error ke %d\n"
5632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005633#: misc/tune2fs.c:2050
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005634#, c-format
5635msgid "Setting reserved blocks gid to %lu\n"
5636msgstr "Menset gid reserved blok ke %lu\n"
5637
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005638#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005639#, fuzzy, c-format
5640msgid "interval between checks is too big (%lu)"
5641msgstr "Menset interval diantara check ke %lu detik\n"
5642
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005643#: misc/tune2fs.c:2062
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005644#, c-format
5645msgid "Setting interval between checks to %lu seconds\n"
5646msgstr "Menset interval diantara check ke %lu detik\n"
5647
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005648#: misc/tune2fs.c:2069
Eric Sandeen032eafe2012-07-28 17:48:36 -04005649#, fuzzy, c-format
5650msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005651msgstr "Menset persentasi reserved blok ke %g%% (%u blok)\n"
5652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005653#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005654#, fuzzy, c-format
5655msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005656msgstr "jumlah reserved blok terlalu besar (%lu)"
5657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005658#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005659#, fuzzy, c-format
5660msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005661msgstr "Menset jumlah reserved blok ke %lu\n"
5662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005663#: misc/tune2fs.c:2088
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005664msgid ""
5665"\n"
5666"The filesystem already has sparse superblocks.\n"
5667msgstr ""
5668"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005669"Sistem berkas telah memiliki sparse superblok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005670
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005671#: misc/tune2fs.c:2092
5672#, fuzzy
5673msgid ""
5674"\n"
5675"Setting the sparse superblock flag not supported\n"
5676"for filesystems with the meta_bg feature enabled.\n"
5677msgstr ""
5678"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5679"fitur aktif.\n"
5680
5681#: misc/tune2fs.c:2103
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005682#, c-format
5683msgid ""
5684"\n"
5685"Sparse superblock flag set. %s"
5686msgstr ""
5687"\n"
5688"Sparse superblok flag diset. %s"
5689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005690#: misc/tune2fs.c:2108
5691#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005692msgid ""
5693"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005694"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005695msgstr ""
5696"\n"
5697"Menghapus sparse superflag tidak dilayani.\n"
5698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005699#: misc/tune2fs.c:2116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005700#, c-format
5701msgid "Setting time filesystem last checked to %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005702msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005703
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005704#: misc/tune2fs.c:2122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005705#, c-format
5706msgid "Setting reserved blocks uid to %lu\n"
5707msgstr "Menset uid reserved blok ke %lu\n"
5708
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005709#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005710msgid "Error in using clear_mmp. It must be used with -f\n"
5711msgstr ""
5712
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005713#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005714#, fuzzy
5715msgid ""
5716"The quota feature may only be changed when the filesystem is unmounted.\n"
5717msgstr ""
5718"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
5719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005720#: misc/tune2fs.c:2191
5721#, fuzzy
5722msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5723msgstr ""
5724"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
5725
5726#: misc/tune2fs.c:2219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005727msgid "Invalid UUID format\n"
5728msgstr "Invalid format UUID\n"
5729
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005730#: misc/tune2fs.c:2232
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005731msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005732msgstr ""
5733"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005734
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005735#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005736msgid ""
5737"Changing the inode size not supported for filesystems with the flex_bg\n"
5738"feature enabled.\n"
5739msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005740"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5741"fitur aktif.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005742
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005743#: misc/tune2fs.c:2253
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005744#, c-format
5745msgid "Setting inode size %lu\n"
5746msgstr "Menset ukuran inode %lu\n"
5747
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005748#: misc/tune2fs.c:2256
5749#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005750msgid "Failed to change inode size\n"
5751msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
5752
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005753#: misc/tune2fs.c:2267
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005754#, c-format
5755msgid "Setting stride size to %d\n"
5756msgstr "Menset ukuran stride ke %d\n"
5757
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005758#: misc/tune2fs.c:2272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005759#, c-format
5760msgid "Setting stripe width to %d\n"
5761msgstr "Menset lebar stripe ke %d\n"
5762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005763#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005764#, fuzzy, c-format
5765msgid "Setting extended default mount options to '%s'\n"
5766msgstr "Menset jumlah mount sekarang ke %d\n"
5767
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005768#: misc/util.c:90
5769#, c-format
5770msgid "<proceeding>\n"
5771msgstr ""
5772
5773#: misc/util.c:94
5774#, fuzzy, c-format
5775msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5776msgstr "Jalankan saja? (y,n) "
5777
5778#: misc/util.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005779msgid "Proceed anyway? (y,n) "
5780msgstr "Jalankan saja? (y,n) "
5781
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005782#: misc/util.c:129
5783#, fuzzy, c-format
5784msgid "\tlast mounted on %s on %s"
5785msgstr "jumlah mount buruk - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005786
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005787#: misc/util.c:132
5788#, fuzzy, c-format
5789msgid "\tlast mounted on %s"
5790msgstr "jumlah mount buruk - %s"
5791
5792#: misc/util.c:135
5793#, c-format
5794msgid "\tcreated on %s"
5795msgstr ""
5796
5797#: misc/util.c:138
5798#, c-format
5799msgid "\tlast modified on %s"
5800msgstr ""
5801
5802#: misc/util.c:172
5803#, c-format
5804msgid "Found a %s partition table in %s\n"
5805msgstr ""
5806
5807#: misc/util.c:202
5808#, fuzzy, c-format
5809msgid "Creating regular file %s\n"
5810msgstr "berkas biasa"
5811
5812#: misc/util.c:205
5813#, fuzzy, c-format
5814msgid "Could not open %s: %s\n"
5815msgstr "tidak dapat membuka %s: %s"
5816
5817#: misc/util.c:208
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005818msgid ""
5819"\n"
5820"The device apparently does not exist; did you specify it correctly?\n"
5821msgstr ""
5822"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005823"Perangkat kelihatannya tidak ada; apakah anda menspesifikasikannya dengan "
5824"benar?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005825
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005826#: misc/util.c:230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005827#, c-format
5828msgid "%s is not a block special device.\n"
5829msgstr "%s bukan sebuah perangkat blok spesial.\n"
5830
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005831#: misc/util.c:252
5832#, fuzzy, c-format
5833msgid "%s contains a %s file system labelled '%s'\n"
5834msgstr " berisi sebuah file system dengan errors"
5835
5836#: misc/util.c:255
5837#, fuzzy, c-format
5838msgid "%s contains a %s file system\n"
5839msgstr " berisi sebuah file system dengan errors"
5840
5841#: misc/util.c:292
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005842#, c-format
5843msgid "%s is entire device, not just one partition!\n"
5844msgstr "%s adalah seluruh perangkatm bukan hanya sebuah partisi!\n"
5845
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005846#: misc/util.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005847msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5848msgstr "mke2fs dipaksakan saja. Mudah mudahan /etc/mtab tidak benar.\n"
5849
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005850#: misc/util.c:320
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005851#, c-format
5852msgid "will not make a %s here!\n"
5853msgstr "tidak akan membuat sebuah %s disini!\n"
5854
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005855#: misc/util.c:327
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005856msgid "mke2fs forced anyway.\n"
5857msgstr "mke2fs dipaksakan saja.\n"
5858
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005859#: misc/util.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005860msgid "Couldn't allocate memory to parse journal options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005861msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan jurnal!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005862
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005863#: misc/util.c:368
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005864#, c-format
5865msgid ""
5866"\n"
5867"Could not find journal device matching %s\n"
5868msgstr ""
5869"\n"
5870"Tidak dapat menemukan perangkat jurnal yang cocok %s\n"
5871
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005872#: misc/util.c:395
5873#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005874msgid ""
5875"\n"
5876"Bad journal options specified.\n"
5877"\n"
5878"Journal options are separated by commas, and may take an argument which\n"
5879"\tis set off by an equals ('=') sign.\n"
5880"\n"
5881"Valid journal options are:\n"
5882"\tsize=<journal size in megabytes>\n"
5883"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005884"\tlocation=<journal location>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005885"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005886"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005887"\n"
5888msgstr ""
5889"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005890"Pilihan jurnal buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005891"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005892"Pilihan jurnal dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005893"\tdiset off dengan sebuah tanda sama dengan ('=').\n"
5894"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005895"Pilihan jurnal valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005896"\tsize=<ukuran jurnal dalam megabytes>\n"
5897"\tdevice=<perangkat jurnal>\n"
5898"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005899"Ukuran jurnal harus diantara 1024 dan 10240000 blok sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005900"\n"
5901
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005902#: misc/util.c:426
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005903msgid ""
5904"\n"
5905"Filesystem too small for a journal\n"
5906msgstr ""
5907"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005908"Sistem berkas terlalu kecil untuk sebuah jurnal\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005909
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005910#: misc/util.c:433
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005911#, c-format
5912msgid ""
5913"\n"
5914"The requested journal size is %d blocks; it must be\n"
5915"between 1024 and 10240000 blocks. Aborting.\n"
5916msgstr ""
5917"\n"
5918"Ukuran jurnal yang diminta adalah %d blok; ini harus berada\n"
5919"diantara 1024 dan 10240000 blok. Membatalkan.\n"
5920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005921#: misc/util.c:441
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005922msgid ""
5923"\n"
5924"Journal size too big for filesystem.\n"
5925msgstr ""
5926"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005927"Ukuran jurnal terlalu besar untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005929#: misc/util.c:455
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005930#, c-format
5931msgid ""
5932"This filesystem will be automatically checked every %d mounts or\n"
5933"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5934msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005935"Sistem berkas ini akan secara otomatis diperiksa setiap %d mounts atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005936"%g hari, yang mana yang datang lebih dulu. Gunakan tune2fs -c atau -i\n"
5937"untuk mengubahnya.\n"
5938
Eric Sandeen032eafe2012-07-28 17:48:36 -04005939#: misc/uuidd.c:48
5940#, c-format
5941msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5942msgstr ""
5943
5944#: misc/uuidd.c:50
5945#, c-format
5946msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5947msgstr ""
5948
5949#: misc/uuidd.c:52
5950#, c-format
5951msgid " %s -k\n"
5952msgstr ""
5953
5954#: misc/uuidd.c:154
5955#, fuzzy
5956msgid "bad arguments"
5957msgstr "%s: terlalu banyak argumen\n"
5958
5959#: misc/uuidd.c:172
5960msgid "connect"
5961msgstr ""
5962
5963#: misc/uuidd.c:191
5964msgid "write"
5965msgstr ""
5966
5967#: misc/uuidd.c:199
5968msgid "read count"
5969msgstr ""
5970
5971#: misc/uuidd.c:205
5972#, fuzzy
5973msgid "bad response length"
5974msgstr "Panjang stride tidak valid"
5975
5976#: misc/uuidd.c:270
5977#, c-format
5978msgid "uuidd daemon already running at pid %s\n"
5979msgstr ""
5980
5981#: misc/uuidd.c:278
5982#, fuzzy, c-format
5983msgid "Couldn't create unix stream socket: %s"
5984msgstr "Tidak dapat memparse date/time specifier: %s"
5985
5986#: misc/uuidd.c:307
5987#, fuzzy, c-format
5988msgid "Couldn't bind unix socket %s: %s\n"
5989msgstr "Tidak dapat menghubungkan %i: %m\n"
5990
5991#: misc/uuidd.c:315
5992#, fuzzy, c-format
5993msgid "Couldn't listen on unix socket %s: %s\n"
5994msgstr "Tidak dapat menghubungkan %i: %m\n"
5995
5996#: misc/uuidd.c:353
5997#, fuzzy, c-format
5998msgid "Error reading from client, len = %d\n"
5999msgstr "Error membaca @i %i: %m\n"
6000
6001#: misc/uuidd.c:361
6002#, c-format
6003msgid "operation %d, incoming num = %d\n"
6004msgstr ""
6005
6006#: misc/uuidd.c:380
6007#, c-format
6008msgid "Generated time UUID: %s\n"
6009msgstr ""
6010
6011#: misc/uuidd.c:390
6012#, c-format
6013msgid "Generated random UUID: %s\n"
6014msgstr ""
6015
6016#: misc/uuidd.c:399
6017#, c-format
6018msgid "Generated time UUID %s and subsequent UUID\n"
6019msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6020msgstr[0] ""
6021msgstr[1] ""
6022
6023#: misc/uuidd.c:420
6024#, c-format
6025msgid "Generated %d UUID's:\n"
6026msgstr ""
6027
6028#: misc/uuidd.c:432
6029#, fuzzy, c-format
6030msgid "Invalid operation %d\n"
6031msgstr "Versi EA tidak valid.\n"
6032
6033#: misc/uuidd.c:476 misc/uuidd.c:498
6034#, c-format
6035msgid "Bad number: %s\n"
6036msgstr ""
6037
6038#: misc/uuidd.c:533 misc/uuidd.c:562
6039#, fuzzy, c-format
6040msgid "Error calling uuidd daemon (%s): %s\n"
6041msgstr "Error membuat /@l @d (%s): %m\n"
6042
6043#: misc/uuidd.c:543
6044#, c-format
6045msgid "%s and subsequent UUID\n"
6046msgid_plural "%s and subsequent %d UUIDs\n"
6047msgstr[0] ""
6048msgstr[1] ""
6049
6050#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006051msgid "List of UUID's:\n"
6052msgstr ""
6053
6054#: misc/uuidd.c:568
6055#, c-format
6056msgid "Unexpected reply length from server %d\n"
6057msgstr ""
6058
6059#: misc/uuidd.c:585
6060#, c-format
6061msgid "Couldn't kill uuidd running at pid %d: %s\n"
6062msgstr ""
6063
6064#: misc/uuidd.c:591
6065#, c-format
6066msgid "Killed uuidd running at pid %d\n"
6067msgstr ""
6068
6069#: misc/uuidgen.c:32
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006070#, c-format
6071msgid "Usage: %s [-r] [-t]\n"
6072msgstr "Penggunaan: %s [-r] [-t]\n"
6073
Eric Sandeen032eafe2012-07-28 17:48:36 -04006074#: resize/extent.c:202
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006075msgid "# Extent dump:\n"
6076msgstr "# Extent dump:\n"
6077
Eric Sandeen032eafe2012-07-28 17:48:36 -04006078#: resize/extent.c:203
6079#, fuzzy, c-format
6080msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006081msgstr "#\tNum=%d, Ukuran=%d, Cursor=%d, Sorted=%d\n"
6082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006083#: resize/main.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006084#, c-format
6085msgid ""
6086"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
6087"\n"
6088msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006089"Penggunaan: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] perangkat "
6090"[ukuran_baru]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006091"\n"
6092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006093#: resize/main.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006094msgid "Extending the inode table"
6095msgstr "Memperbesar tabel inode"
6096
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006097#: resize/main.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006098msgid "Relocating blocks"
6099msgstr "Memindahkan blok"
6100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006101#: resize/main.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006102msgid "Scanning inode table"
6103msgstr "Memeriksa tabel inode"
6104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006105#: resize/main.c:75
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006106msgid "Updating inode references"
6107msgstr "Memperbarui referensi inode"
6108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006109#: resize/main.c:78
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006110msgid "Moving inode table"
6111msgstr "Memindahkan tabel inode"
6112
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006113#: resize/main.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006114msgid "Unknown pass?!?"
6115msgstr "Tahap tidak diketahui?!?"
6116
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006117#: resize/main.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006118#, c-format
6119msgid "Begin pass %d (max = %lu)\n"
6120msgstr "Awal tahap %d (max = %lu)\n"
6121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006122#: resize/main.c:155
6123msgid ""
6124"\n"
6125"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6126"your own risk! Use the force option if you want to go ahead anyway.\n"
6127"\n"
6128msgstr ""
6129
6130#: resize/main.c:272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006131#, c-format
6132msgid "while opening %s"
6133msgstr "ketika membuka %s"
6134
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006135#: resize/main.c:280
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006136#, c-format
6137msgid "while getting stat information for %s"
6138msgstr "ketika memperoleh informasi statistik untuk %s"
6139
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006140#: resize/main.c:338 resize/main.c:451
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006141#, c-format
6142msgid ""
6143"Please run 'e2fsck -f %s' first.\n"
6144"\n"
6145msgstr ""
6146"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
6147"\n"
6148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006149#: resize/main.c:342
Eric Sandeen032eafe2012-07-28 17:48:36 -04006150#, fuzzy, c-format
6151msgid "Estimated minimum size of the filesystem: %llu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006152msgstr "Estimasi minimum dari ukuran sistem berkas: %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006153
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006154#: resize/main.c:378
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006155#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006156msgid "Invalid new size: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006157msgstr "Ukuran inode baru tidak valid: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006159#: resize/main.c:394
Eric Sandeen032eafe2012-07-28 17:48:36 -04006160msgid "New size too large to be expressed in 32 bits\n"
6161msgstr ""
6162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006163#: resize/main.c:402
Eric Sandeen032eafe2012-07-28 17:48:36 -04006164#, fuzzy, c-format
6165msgid "New size smaller than minimum (%llu)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006166msgstr "Ukuran baru lebih kecil daripada minimum (%u)\n"
6167
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006168#: resize/main.c:408
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006169msgid "Invalid stride length"
6170msgstr "Panjang stride tidak valid"
6171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006172#: resize/main.c:432
Eric Sandeen032eafe2012-07-28 17:48:36 -04006173#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006174msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006175"The containing partition (or device) is only %llu (%dk) blocks.\n"
6176"You requested a new size of %llu blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006177"\n"
6178msgstr ""
6179"Partisi (atau perangkat) hanya berisi %u (%dk) blok.\n"
6180"Anda meminta ukuran baru %u blok.\n"
6181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006182#: resize/main.c:439
Eric Sandeen032eafe2012-07-28 17:48:36 -04006183#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006184msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006185"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006186"\n"
6187msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006188"Sistem berkas telah memiliki panjang %u blok. Tidak ada yang harus "
6189"dilakukan !\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006190"\n"
6191
Eric Sandeen032eafe2012-07-28 17:48:36 -04006192#: resize/main.c:456
6193#, fuzzy, c-format
6194msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Arif E. Nugrohof34add42009-11-25 07:00:39 -05006195msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
6196
Eric Sandeen032eafe2012-07-28 17:48:36 -04006197#: resize/main.c:465
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006198#, c-format
6199msgid "while trying to resize %s"
6200msgstr "ketika mencoba untuk mengubah ukuran %s"
6201
Eric Sandeen032eafe2012-07-28 17:48:36 -04006202#: resize/main.c:468
Arif E. Nugrohof34add42009-11-25 07:00:39 -05006203#, c-format
6204msgid ""
6205"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6206"after the aborted resize operation.\n"
6207msgstr ""
6208"Mohon jalankan 'e2fsck -fy %s' untuk membetulkan sistem berkas\n"
6209"setelah pembatalan operasi pengubahan ukuran.\n"
6210
Eric Sandeen032eafe2012-07-28 17:48:36 -04006211#: resize/main.c:474
6212#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006213msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006214"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006215"\n"
6216msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006217"Sistem berkas di %s sekarang memiliki panjang %u blok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006218"\n"
6219
Eric Sandeen032eafe2012-07-28 17:48:36 -04006220#: resize/main.c:489
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006221#, c-format
6222msgid "while trying to truncate %s"
6223msgstr "ketika mencoba untuk memotong %s"
6224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006225#: resize/online.c:82
6226#, fuzzy
6227msgid "kernel does not support online resize with sparse_super2"
6228msgstr "Kernel tidak melayani online resizing"
6229
6230#: resize/online.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006231#, c-format
6232msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006233msgstr "Sistem berkas di %s dimount di %s; on-line resizing dibutuhkan\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006234
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006235#: resize/online.c:91
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006236#, fuzzy
6237msgid "On-line shrinking not supported"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006238msgstr "On-line shrinking dari %u ke %u tidak dilayani.\n"
6239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006240#: resize/online.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006241msgid "Filesystem does not support online resizing"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006242msgstr "Sistem berkas tidak melayani online resizing"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006243
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006244#: resize/online.c:125
6245#, fuzzy
6246msgid "Not enough reserved gdt blocks for resizing"
6247msgstr "ketika menreserve blok untuk online resize"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006248
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006249#: resize/online.c:132
Eric Sandeen032eafe2012-07-28 17:48:36 -04006250#, fuzzy
6251msgid "Kernel does not support resizing a file system this large"
6252msgstr "Kernel tidak melayani online resizing"
6253
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006254#: resize/online.c:140
6255#, c-format
6256msgid "while trying to open mountpoint %s"
6257msgstr "ketika mencoba membuka mountpoint %s"
6258
6259#: resize/online.c:145
6260#, c-format
6261msgid "Old resize interface requested.\n"
6262msgstr ""
6263
6264#: resize/online.c:164 resize/online.c:181
6265msgid "Permission denied to resize filesystem"
6266msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
6267
6268#: resize/online.c:167 resize/online.c:187
6269msgid "While checking for on-line resizing support"
6270msgstr "Ketika memeriksa untuk layanan on-line resizing"
6271
6272#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006273msgid "Kernel does not support online resizing"
6274msgstr "Kernel tidak melayani online resizing"
6275
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006276#: resize/online.c:223
Eric Sandeen032eafe2012-07-28 17:48:36 -04006277#, fuzzy, c-format
6278msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006279msgstr "Menjalankan sebuah on-line resize dari %s ke %u (%dk) blok.\n"
6280
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006281#: resize/online.c:233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006282msgid "While trying to extend the last group"
6283msgstr "Ketika mencoba untuk mengexten grup terakhir"
6284
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006285#: resize/online.c:287
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006286#, c-format
6287msgid "While trying to add group #%d"
6288msgstr "Ketika mencoba untuk menambahkan grup #%d"
6289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006290#: resize/online.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006291#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006292msgid ""
6293"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6294"this system.\n"
6295msgstr ""
6296"Sistem berkas di %s dimount di %s, dan on-line resizing tidak disupport di "
6297"system ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006298
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006299#: resize/resize2fs.c:402
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006300#, c-format
6301msgid "inodes (%llu) must be less than %u"
6302msgstr "inode (%llu) harus lebih kecil dari %u"
6303
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006304#: resize/resize2fs.c:685
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006305msgid "reserved blocks"
6306msgstr "reserved blok"
6307
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006308#: resize/resize2fs.c:930
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006309msgid "meta-data blocks"
6310msgstr "meta-data blok"
6311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006312#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6313#, fuzzy
6314msgid "new meta blocks"
6315msgstr "meta-data blok"
6316
6317#: resize/resize2fs.c:2046
6318msgid "Should never happen! No sb in last super_sparse bg?\n"
6319msgstr ""
6320
6321#: resize/resize2fs.c:2051
6322msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6323msgstr ""
6324
6325#: resize/resize2fs.c:2129
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006326msgid "Should never happen: resize inode corrupt!\n"
6327msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006328
Eric Sandeen032eafe2012-07-28 17:48:36 -04006329#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006330msgid "EXT2FS Library version 1.42.10"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006331msgstr ""
6332
6333#: lib/ext2fs/ext2_err.c:12
6334msgid "Wrong magic number for ext2_filsys structure"
6335msgstr ""
6336
6337#: lib/ext2fs/ext2_err.c:13
6338msgid "Wrong magic number for badblocks_list structure"
6339msgstr ""
6340
6341#: lib/ext2fs/ext2_err.c:14
6342msgid "Wrong magic number for badblocks_iterate structure"
6343msgstr ""
6344
6345#: lib/ext2fs/ext2_err.c:15
6346msgid "Wrong magic number for inode_scan structure"
6347msgstr ""
6348
6349#: lib/ext2fs/ext2_err.c:16
6350msgid "Wrong magic number for io_channel structure"
6351msgstr ""
6352
6353#: lib/ext2fs/ext2_err.c:17
6354msgid "Wrong magic number for unix io_channel structure"
6355msgstr ""
6356
6357#: lib/ext2fs/ext2_err.c:18
6358msgid "Wrong magic number for io_manager structure"
6359msgstr ""
6360
6361#: lib/ext2fs/ext2_err.c:19
6362msgid "Wrong magic number for block_bitmap structure"
6363msgstr ""
6364
6365#: lib/ext2fs/ext2_err.c:20
6366msgid "Wrong magic number for inode_bitmap structure"
6367msgstr ""
6368
6369#: lib/ext2fs/ext2_err.c:21
6370msgid "Wrong magic number for generic_bitmap structure"
6371msgstr ""
6372
6373#: lib/ext2fs/ext2_err.c:22
6374msgid "Wrong magic number for test io_channel structure"
6375msgstr ""
6376
6377#: lib/ext2fs/ext2_err.c:23
6378msgid "Wrong magic number for directory block list structure"
6379msgstr ""
6380
6381#: lib/ext2fs/ext2_err.c:24
6382msgid "Wrong magic number for icount structure"
6383msgstr ""
6384
6385#: lib/ext2fs/ext2_err.c:25
6386msgid "Wrong magic number for Powerquest io_channel structure"
6387msgstr ""
6388
6389#: lib/ext2fs/ext2_err.c:26
6390msgid "Wrong magic number for ext2 file structure"
6391msgstr ""
6392
6393#: lib/ext2fs/ext2_err.c:27
6394msgid "Wrong magic number for Ext2 Image Header"
6395msgstr ""
6396
6397#: lib/ext2fs/ext2_err.c:28
6398msgid "Wrong magic number for inode io_channel structure"
6399msgstr ""
6400
6401#: lib/ext2fs/ext2_err.c:29
6402msgid "Wrong magic number for ext4 extent handle"
6403msgstr ""
6404
6405#: lib/ext2fs/ext2_err.c:30
6406#, fuzzy
6407msgid "Bad magic number in super-block"
6408msgstr "membaca journal superblock\n"
6409
6410#: lib/ext2fs/ext2_err.c:31
6411msgid "Filesystem revision too high"
6412msgstr ""
6413
6414#: lib/ext2fs/ext2_err.c:32
6415msgid "Attempt to write to filesystem opened read-only"
6416msgstr ""
6417
6418#: lib/ext2fs/ext2_err.c:33
6419#, fuzzy
6420msgid "Can't read group descriptors"
6421msgstr ", Grup deskripsi di "
6422
6423#: lib/ext2fs/ext2_err.c:34
6424#, fuzzy
6425msgid "Can't write group descriptors"
6426msgstr ", Grup deskripsi di "
6427
6428#: lib/ext2fs/ext2_err.c:35
6429msgid "Corrupt group descriptor: bad block for block bitmap"
6430msgstr ""
6431
6432#: lib/ext2fs/ext2_err.c:36
6433msgid "Corrupt group descriptor: bad block for inode bitmap"
6434msgstr ""
6435
6436#: lib/ext2fs/ext2_err.c:37
6437msgid "Corrupt group descriptor: bad block for inode table"
6438msgstr ""
6439
6440#: lib/ext2fs/ext2_err.c:38
6441#, fuzzy
6442msgid "Can't write an inode bitmap"
6443msgstr "menulis inode bitmap"
6444
6445#: lib/ext2fs/ext2_err.c:39
6446#, fuzzy
6447msgid "Can't read an inode bitmap"
6448msgstr "menulis inode bitmap"
6449
6450#: lib/ext2fs/ext2_err.c:40
6451#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006452msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006453msgstr "membaca inode dan blok bitmap"
6454
6455#: lib/ext2fs/ext2_err.c:41
6456#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006457msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006458msgstr "membaca inode dan blok bitmap"
6459
6460#: lib/ext2fs/ext2_err.c:42
6461#, fuzzy
6462msgid "Can't write an inode table"
6463msgstr "ketika menulis tabel inode"
6464
6465#: lib/ext2fs/ext2_err.c:43
6466#, fuzzy
6467msgid "Can't read an inode table"
6468msgstr "Memeriksa tabel inode"
6469
6470#: lib/ext2fs/ext2_err.c:44
6471msgid "Can't read next inode"
6472msgstr ""
6473
6474#: lib/ext2fs/ext2_err.c:45
6475#, fuzzy
6476msgid "Filesystem has unexpected block size"
6477msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
6478
6479#: lib/ext2fs/ext2_err.c:46
6480msgid "EXT2 directory corrupted"
6481msgstr ""
6482
6483#: lib/ext2fs/ext2_err.c:47
6484msgid "Attempt to read block from filesystem resulted in short read"
6485msgstr ""
6486
6487#: lib/ext2fs/ext2_err.c:48
6488msgid "Attempt to write block to filesystem resulted in short write"
6489msgstr ""
6490
6491#: lib/ext2fs/ext2_err.c:49
6492msgid "No free space in the directory"
6493msgstr ""
6494
6495#: lib/ext2fs/ext2_err.c:50
6496#, fuzzy
6497msgid "Inode bitmap not loaded"
6498msgstr ", Inode bitmap di "
6499
6500#: lib/ext2fs/ext2_err.c:51
6501#, fuzzy
6502msgid "Block bitmap not loaded"
6503msgstr " Blok bitmap di "
6504
6505#: lib/ext2fs/ext2_err.c:52
6506#, fuzzy
6507msgid "Illegal inode number"
6508msgstr "Nomor dari block tidak legal!\n"
6509
6510#: lib/ext2fs/ext2_err.c:53
6511#, fuzzy
6512msgid "Illegal block number"
6513msgstr "Nomor dari block tidak legal!\n"
6514
6515#: lib/ext2fs/ext2_err.c:54
6516msgid "Internal error in ext2fs_expand_dir"
6517msgstr ""
6518
6519#: lib/ext2fs/ext2_err.c:55
6520#, fuzzy
6521msgid "Not enough space to build proposed filesystem"
6522msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
6523
6524#: lib/ext2fs/ext2_err.c:56
6525msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6526msgstr ""
6527
6528#: lib/ext2fs/ext2_err.c:57
6529msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6530msgstr ""
6531
6532#: lib/ext2fs/ext2_err.c:58
6533msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6534msgstr ""
6535
6536#: lib/ext2fs/ext2_err.c:59
6537msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6538msgstr ""
6539
6540#: lib/ext2fs/ext2_err.c:60
6541msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6542msgstr ""
6543
6544#: lib/ext2fs/ext2_err.c:61
6545msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6546msgstr ""
6547
6548#: lib/ext2fs/ext2_err.c:62
6549msgid "Attempt to fudge end of block bitmap past the real end"
6550msgstr ""
6551
6552#: lib/ext2fs/ext2_err.c:63
6553msgid "Attempt to fudge end of inode bitmap past the real end"
6554msgstr ""
6555
6556#: lib/ext2fs/ext2_err.c:64
6557#, fuzzy
6558msgid "Illegal indirect block found"
6559msgstr "blok tidak langsung berdua"
6560
6561#: lib/ext2fs/ext2_err.c:65
6562#, fuzzy
6563msgid "Illegal doubly indirect block found"
6564msgstr "blok tidak langsung berdua"
6565
6566#: lib/ext2fs/ext2_err.c:66
6567#, fuzzy
6568msgid "Illegal triply indirect block found"
6569msgstr "blok tidak langsung bertiga"
6570
6571#: lib/ext2fs/ext2_err.c:67
6572#, fuzzy
6573msgid "Block bitmaps are not the same"
6574msgstr " Blok bitmap di "
6575
6576#: lib/ext2fs/ext2_err.c:68
6577#, fuzzy
6578msgid "Inode bitmaps are not the same"
6579msgstr ", Inode bitmap di "
6580
6581#: lib/ext2fs/ext2_err.c:69
6582msgid "Illegal or malformed device name"
6583msgstr ""
6584
6585#: lib/ext2fs/ext2_err.c:70
6586msgid "A block group is missing an inode table"
6587msgstr ""
6588
6589#: lib/ext2fs/ext2_err.c:71
6590msgid "The ext2 superblock is corrupt"
6591msgstr ""
6592
6593#: lib/ext2fs/ext2_err.c:72
6594msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6595msgstr ""
6596
6597#: lib/ext2fs/ext2_err.c:73
6598msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6599msgstr ""
6600
6601#: lib/ext2fs/ext2_err.c:74
6602msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6603msgstr ""
6604
6605#: lib/ext2fs/ext2_err.c:75
6606msgid "Too many symbolic links encountered."
6607msgstr ""
6608
6609#: lib/ext2fs/ext2_err.c:76
6610msgid "The callback function will not handle this case"
6611msgstr ""
6612
6613#: lib/ext2fs/ext2_err.c:77
6614msgid "The inode is from a bad block in the inode table"
6615msgstr ""
6616
6617#: lib/ext2fs/ext2_err.c:78
6618#, fuzzy
6619msgid "Filesystem has unsupported feature(s)"
6620msgstr "%s memiliki feature yang tidak disupport:"
6621
6622#: lib/ext2fs/ext2_err.c:79
6623#, fuzzy
6624msgid "Filesystem has unsupported read-only feature(s)"
6625msgstr "%s memiliki feature yang tidak disupport:"
6626
6627#: lib/ext2fs/ext2_err.c:80
6628msgid "IO Channel failed to seek on read or write"
6629msgstr ""
6630
6631#: lib/ext2fs/ext2_err.c:81
6632#, fuzzy
6633msgid "Memory allocation failed"
6634msgstr "Aerror mengalokasikan"
6635
6636#: lib/ext2fs/ext2_err.c:82
6637msgid "Invalid argument passed to ext2 library"
6638msgstr ""
6639
6640#: lib/ext2fs/ext2_err.c:83
6641#, fuzzy
6642msgid "Could not allocate block in ext2 filesystem"
6643msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
6644
6645#: lib/ext2fs/ext2_err.c:84
6646#, fuzzy
6647msgid "Could not allocate inode in ext2 filesystem"
6648msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
6649
6650#: lib/ext2fs/ext2_err.c:85
6651msgid "Ext2 inode is not a directory"
6652msgstr ""
6653
6654#: lib/ext2fs/ext2_err.c:86
6655msgid "Too many references in table"
6656msgstr ""
6657
6658#: lib/ext2fs/ext2_err.c:87
6659msgid "File not found by ext2_lookup"
6660msgstr ""
6661
6662#: lib/ext2fs/ext2_err.c:88
6663msgid "File open read-only"
6664msgstr ""
6665
6666#: lib/ext2fs/ext2_err.c:89
6667#, fuzzy
6668msgid "Ext2 directory block not found"
6669msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
6670
6671#: lib/ext2fs/ext2_err.c:90
6672msgid "Ext2 directory already exists"
6673msgstr ""
6674
6675#: lib/ext2fs/ext2_err.c:91
6676msgid "Unimplemented ext2 library function"
6677msgstr ""
6678
6679#: lib/ext2fs/ext2_err.c:92
6680msgid "User cancel requested"
6681msgstr ""
6682
6683#: lib/ext2fs/ext2_err.c:93
6684msgid "Ext2 file too big"
6685msgstr ""
6686
6687#: lib/ext2fs/ext2_err.c:94
6688#, fuzzy
6689msgid "Supplied journal device not a block device"
6690msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
6691
6692#: lib/ext2fs/ext2_err.c:95
6693#, fuzzy
6694msgid "Journal superblock not found"
6695msgstr "Jurnal superblok tidak ditemukan!\n"
6696
6697#: lib/ext2fs/ext2_err.c:96
6698msgid "Journal must be at least 1024 blocks"
6699msgstr ""
6700
6701#: lib/ext2fs/ext2_err.c:97
6702msgid "Unsupported journal version"
6703msgstr ""
6704
6705#: lib/ext2fs/ext2_err.c:98
6706#, fuzzy
6707msgid "Error loading external journal"
6708msgstr "ketika mencoba membuka jurnal external"
6709
6710#: lib/ext2fs/ext2_err.c:99
6711#, fuzzy
6712msgid "Journal not found"
6713msgstr "Jurnal superblok tidak ditemukan!\n"
6714
6715#: lib/ext2fs/ext2_err.c:100
6716msgid "Directory hash unsupported"
6717msgstr ""
6718
6719#: lib/ext2fs/ext2_err.c:101
6720#, fuzzy
6721msgid "Illegal extended attribute block number"
6722msgstr "aextended attribute"
6723
6724#: lib/ext2fs/ext2_err.c:102
6725msgid "Cannot create filesystem with requested number of inodes"
6726msgstr ""
6727
6728#: lib/ext2fs/ext2_err.c:103
6729msgid "E2image snapshot not in use"
6730msgstr ""
6731
6732#: lib/ext2fs/ext2_err.c:104
6733#, fuzzy
6734msgid "Too many reserved group descriptor blocks"
6735msgstr "<inode deskripsi grup>"
6736
6737#: lib/ext2fs/ext2_err.c:105
6738msgid "Resize inode is corrupt"
6739msgstr ""
6740
6741#: lib/ext2fs/ext2_err.c:106
6742#, fuzzy
6743msgid "Tried to set block bmap with missing indirect block"
6744msgstr ""
6745"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
6746
6747#: lib/ext2fs/ext2_err.c:107
6748msgid "TDB: Success"
6749msgstr ""
6750
6751#: lib/ext2fs/ext2_err.c:108
6752msgid "TDB: Corrupt database"
6753msgstr ""
6754
6755#: lib/ext2fs/ext2_err.c:109
6756msgid "TDB: IO Error"
6757msgstr ""
6758
6759#: lib/ext2fs/ext2_err.c:110
6760msgid "TDB: Locking error"
6761msgstr ""
6762
6763#: lib/ext2fs/ext2_err.c:111
6764msgid "TDB: Out of memory"
6765msgstr ""
6766
6767#: lib/ext2fs/ext2_err.c:112
6768msgid "TDB: Record exists"
6769msgstr ""
6770
6771#: lib/ext2fs/ext2_err.c:113
6772msgid "TDB: Lock exists on other keys"
6773msgstr ""
6774
6775#: lib/ext2fs/ext2_err.c:114
6776#, fuzzy
6777msgid "TDB: Invalid parameter"
6778msgstr "Parameter stride tidak valid: %s\n"
6779
6780#: lib/ext2fs/ext2_err.c:115
6781msgid "TDB: Record does not exist"
6782msgstr ""
6783
6784#: lib/ext2fs/ext2_err.c:116
6785msgid "TDB: Write not permitted"
6786msgstr ""
6787
6788#: lib/ext2fs/ext2_err.c:117
6789msgid "Ext2fs directory block list is empty"
6790msgstr ""
6791
6792#: lib/ext2fs/ext2_err.c:118
6793msgid "Attempt to modify a block mapping via a read-only block iterator"
6794msgstr ""
6795
6796#: lib/ext2fs/ext2_err.c:119
6797msgid "Wrong magic number for ext4 extent saved path"
6798msgstr ""
6799
6800#: lib/ext2fs/ext2_err.c:120
6801msgid "Wrong magic number for 64-bit generic bitmap"
6802msgstr ""
6803
6804#: lib/ext2fs/ext2_err.c:121
6805msgid "Wrong magic number for 64-bit block bitmap"
6806msgstr ""
6807
6808#: lib/ext2fs/ext2_err.c:122
6809msgid "Wrong magic number for 64-bit inode bitmap"
6810msgstr ""
6811
6812#: lib/ext2fs/ext2_err.c:123
6813msgid "Wrong magic number --- RESERVED_13"
6814msgstr ""
6815
6816#: lib/ext2fs/ext2_err.c:124
6817msgid "Wrong magic number --- RESERVED_14"
6818msgstr ""
6819
6820#: lib/ext2fs/ext2_err.c:125
6821msgid "Wrong magic number --- RESERVED_15"
6822msgstr ""
6823
6824#: lib/ext2fs/ext2_err.c:126
6825msgid "Wrong magic number --- RESERVED_16"
6826msgstr ""
6827
6828#: lib/ext2fs/ext2_err.c:127
6829msgid "Wrong magic number --- RESERVED_17"
6830msgstr ""
6831
6832#: lib/ext2fs/ext2_err.c:128
6833msgid "Wrong magic number --- RESERVED_18"
6834msgstr ""
6835
6836#: lib/ext2fs/ext2_err.c:129
6837msgid "Wrong magic number --- RESERVED_19"
6838msgstr ""
6839
6840#: lib/ext2fs/ext2_err.c:130
6841msgid "Corrupt extent header"
6842msgstr ""
6843
6844#: lib/ext2fs/ext2_err.c:131
6845msgid "Corrupt extent index"
6846msgstr ""
6847
6848#: lib/ext2fs/ext2_err.c:132
6849msgid "Corrupt extent"
6850msgstr ""
6851
6852#: lib/ext2fs/ext2_err.c:133
6853msgid "No free space in extent map"
6854msgstr ""
6855
6856#: lib/ext2fs/ext2_err.c:134
6857msgid "Inode does not use extents"
6858msgstr ""
6859
6860#: lib/ext2fs/ext2_err.c:135
6861#, fuzzy
6862msgid "No 'next' extent"
6863msgstr "xextent"
6864
6865#: lib/ext2fs/ext2_err.c:136
6866msgid "No 'previous' extent"
6867msgstr ""
6868
6869#: lib/ext2fs/ext2_err.c:137
6870msgid "No 'up' extent"
6871msgstr ""
6872
6873#: lib/ext2fs/ext2_err.c:138
6874msgid "No 'down' extent"
6875msgstr ""
6876
6877#: lib/ext2fs/ext2_err.c:139
6878msgid "No current node"
6879msgstr ""
6880
6881#: lib/ext2fs/ext2_err.c:140
6882msgid "Ext2fs operation not supported"
6883msgstr ""
6884
6885#: lib/ext2fs/ext2_err.c:141
6886msgid "No room to insert extent in node"
6887msgstr ""
6888
6889#: lib/ext2fs/ext2_err.c:142
6890msgid "Splitting would result in empty node"
6891msgstr ""
6892
6893#: lib/ext2fs/ext2_err.c:143
6894#, fuzzy
6895msgid "Extent not found"
6896msgstr "/@l tidak ditemukan. "
6897
6898#: lib/ext2fs/ext2_err.c:144
6899msgid "Operation not supported for inodes containing extents"
6900msgstr ""
6901
6902#: lib/ext2fs/ext2_err.c:145
6903msgid "Extent length is invalid"
6904msgstr ""
6905
6906#: lib/ext2fs/ext2_err.c:146
6907msgid "I/O Channel does not support 64-bit block numbers"
6908msgstr ""
6909
6910#: lib/ext2fs/ext2_err.c:147
6911msgid "Can't check if filesystem is mounted due to missing mtab file"
6912msgstr ""
6913
6914#: lib/ext2fs/ext2_err.c:148
6915msgid "Filesystem too large to use legacy bitmaps"
6916msgstr ""
6917
6918#: lib/ext2fs/ext2_err.c:149
6919msgid "MMP: invalid magic number"
6920msgstr ""
6921
6922#: lib/ext2fs/ext2_err.c:150
6923msgid "MMP: device currently active"
6924msgstr ""
6925
6926#: lib/ext2fs/ext2_err.c:151
6927msgid "MMP: fsck being run"
6928msgstr ""
6929
6930#: lib/ext2fs/ext2_err.c:152
6931msgid "MMP: block number beyond filesystem range"
6932msgstr ""
6933
6934#: lib/ext2fs/ext2_err.c:153
6935msgid "MMP: undergoing an unknown operation"
6936msgstr ""
6937
6938#: lib/ext2fs/ext2_err.c:154
6939msgid "MMP: filesystem still in use"
6940msgstr ""
6941
6942#: lib/ext2fs/ext2_err.c:155
6943msgid "MMP: open with O_DIRECT failed"
6944msgstr ""
6945
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006946#: lib/ext2fs/ext2_err.c:156
6947#, fuzzy
6948msgid "Block group descriptor size incorrect"
6949msgstr "<inode deskripsi grup>"
6950
6951#: lib/ext2fs/ext2_err.c:157
6952msgid "Inode checksum does not match inode"
6953msgstr ""
6954
6955#: lib/ext2fs/ext2_err.c:158
6956#, fuzzy
6957msgid "Inode bitmap checksum does not match bitmap"
6958msgstr ", Inode bitmap di "
6959
6960#: lib/ext2fs/ext2_err.c:159
6961msgid "Extent block checksum does not match extent block"
6962msgstr ""
6963
6964#: lib/ext2fs/ext2_err.c:160
6965msgid "Directory block does not have space for checksum"
6966msgstr ""
6967
6968#: lib/ext2fs/ext2_err.c:161
6969msgid "Directory block checksum does not match directory block"
6970msgstr ""
6971
6972#: lib/ext2fs/ext2_err.c:162
6973msgid "Extended attribute block checksum does not match block"
6974msgstr ""
6975
6976#: lib/ext2fs/ext2_err.c:163
6977#, fuzzy
6978msgid "Superblock checksum does not match superblock"
6979msgstr "Cadangan superblok disimpan di blok: "
6980
6981#: lib/ext2fs/ext2_err.c:164
6982msgid "Unknown checksum algorithm"
6983msgstr ""
6984
6985#: lib/ext2fs/ext2_err.c:165
6986msgid "MMP block checksum does not match MMP block"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:166
6990msgid "Ext2 file already exists"
6991msgstr ""
6992
Eric Sandeen032eafe2012-07-28 17:48:36 -04006993#: e2fsck/prof_err.c:11
6994msgid "Profile version 0.0"
6995msgstr ""
6996
6997#: e2fsck/prof_err.c:12
6998msgid "Bad magic value in profile_node"
6999msgstr ""
7000
7001#: e2fsck/prof_err.c:13
7002#, fuzzy
7003msgid "Profile section not found"
7004msgstr "ketika membuat /lost+found"
7005
7006#: e2fsck/prof_err.c:14
7007#, fuzzy
7008msgid "Profile relation not found"
7009msgstr "ketika membuat /lost+found"
7010
7011#: e2fsck/prof_err.c:15
7012msgid "Attempt to add a relation to node which is not a section"
7013msgstr ""
7014
7015#: e2fsck/prof_err.c:16
7016msgid "A profile section header has a non-zero value"
7017msgstr ""
7018
7019#: e2fsck/prof_err.c:17
7020msgid "Bad linked list in profile structures"
7021msgstr ""
7022
7023#: e2fsck/prof_err.c:18
7024msgid "Bad group level in profile structures"
7025msgstr ""
7026
7027#: e2fsck/prof_err.c:19
7028msgid "Bad parent pointer in profile structures"
7029msgstr ""
7030
7031#: e2fsck/prof_err.c:20
7032msgid "Bad magic value in profile iterator"
7033msgstr ""
7034
7035#: e2fsck/prof_err.c:21
7036msgid "Can't set value on section node"
7037msgstr ""
7038
7039#: e2fsck/prof_err.c:22
7040msgid "Invalid argument passed to profile library"
7041msgstr ""
7042
7043#: e2fsck/prof_err.c:23
7044msgid "Attempt to modify read-only profile"
7045msgstr ""
7046
7047#: e2fsck/prof_err.c:24
7048msgid "Profile section header not at top level"
7049msgstr ""
7050
7051#: e2fsck/prof_err.c:25
7052msgid "Syntax error in profile section header"
7053msgstr ""
7054
7055#: e2fsck/prof_err.c:26
7056msgid "Syntax error in profile relation"
7057msgstr ""
7058
7059#: e2fsck/prof_err.c:27
7060msgid "Extra closing brace in profile"
7061msgstr ""
7062
7063#: e2fsck/prof_err.c:28
7064msgid "Missing open brace in profile"
7065msgstr ""
7066
7067#: e2fsck/prof_err.c:29
7068msgid "Bad magic value in profile_t"
7069msgstr ""
7070
7071#: e2fsck/prof_err.c:30
7072msgid "Bad magic value in profile_section_t"
7073msgstr ""
7074
7075#: e2fsck/prof_err.c:31
7076msgid "Iteration through all top level section not supported"
7077msgstr ""
7078
7079#: e2fsck/prof_err.c:32
7080#, fuzzy
7081msgid "Invalid profile_section object"
7082msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
7083
7084#: e2fsck/prof_err.c:33
7085msgid "No more sections"
7086msgstr ""
7087
7088#: e2fsck/prof_err.c:34
7089msgid "Bad nameset passed to query routine"
7090msgstr ""
7091
7092#: e2fsck/prof_err.c:35
7093msgid "No profile file open"
7094msgstr ""
7095
7096#: e2fsck/prof_err.c:36
7097msgid "Bad magic value in profile_file_t"
7098msgstr ""
7099
7100#: e2fsck/prof_err.c:37
7101#, fuzzy
7102msgid "Couldn't open profile file"
7103msgstr "Tidak dapat menyalin file: %m\n"
7104
7105#: e2fsck/prof_err.c:38
7106msgid "Section already exists"
7107msgstr ""
7108
7109#: e2fsck/prof_err.c:39
7110msgid "Invalid boolean value"
7111msgstr ""
7112
7113#: e2fsck/prof_err.c:40
7114#, fuzzy
7115msgid "Invalid integer value"
7116msgstr "Panjang stride tidak valid"
7117
7118#: e2fsck/prof_err.c:41
7119msgid "Bad magic value in profile_file_data_t"
7120msgstr ""
7121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007122#~ msgid "Clearing extent flag not supported on %s"
7123#~ msgstr "Menghapus tanda ekstensi yang tidak didukung di %s"
7124
7125#~ msgid "Could not stat %s --- %s\n"
7126#~ msgstr "Tidak dapat melakukan statistik %s --- %s\n"
7127
7128#~ msgid ""
7129#~ "%s: The combination of flex_bg and\n"
7130#~ "\t!resize_inode features is not supported by resize2fs.\n"
7131#~ msgstr ""
7132#~ "%s: Kombinasi dari flex_bg dan\n"
7133#~ "\t!resize_inode features tidak dilayani oleh resize2fs.\n"
7134
Eric Sandeen032eafe2012-07-28 17:48:36 -04007135#~ msgid "<The ACL index inode>"
7136#~ msgstr "<ACL index inode>"
7137
7138#~ msgid "<The ACL data inode>"
7139#~ msgstr "<ACL data inode>"
7140
7141#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
7142#~ msgstr "@g %g @b @B tidak terinitialisasi tetapi @i @B sedang digunakan.\n"
7143
7144#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
7145#~ msgstr "@i %i seharusnya EOFBLOCKS_FL tidak aktif (ukuran %Is, lblk %r)\n"
7146
7147#~ msgid "%s is mounted. "
7148#~ msgstr "%s sedang dimount. "
7149
7150#~ msgid "Couldn't determine journal size"
7151#~ msgstr "Tidak dapat menentukan ukuran jurnal"
7152
7153#~ msgid "short write (only %d bytes) for writing image header"
7154#~ msgstr "menulis pendek (hanya %d bytes) untuk menulis header image"
7155
7156#~ msgid "invalid fragment size - %s"
7157#~ msgstr "ukuran potongan/fragmen tidak valid - %s"
7158
7159#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
7160#~ msgstr "Peringatan: fragment tidak dilayani. Mengabaikan pilihan -f\n"
7161
7162#~ msgid "Calling BLKDISCARD from %llu to %llu "
7163#~ msgstr "Memanggil BLKDISCARD dari %llu ke %llu "
7164
7165#~ msgid "succeeded.\n"
7166#~ msgstr "berhasil.\n"
7167
7168#~ msgid "Journal NOT removed\n"
7169#~ msgstr "Jurnal TIDAK dihapus\n"
7170
7171#~ msgid "#\t\t %u -> %u (%d)\n"
7172#~ msgstr "#\t\t %u -> %u (%d)\n"
7173
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007174#~ msgid "Setting sistem berkas feature '%s' not supported.\n"
7175#~ msgstr "Menset sistem berkas feature '%s' tidak dilayani.\n"
7176
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007177#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
7178#~ msgstr "@S tidak memiliki @j tanda, tetapi memiliki ext3 @j %s.\n"
7179
7180#~ msgid "Error while deleting extent: %m\n"
7181#~ msgstr "Error ketika menghapus extensi: %m\n"
7182
7183#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007184#~ msgstr "Membuat kembali jurnal untuk membuat sistem berkas ext3 lagi?\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007185
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007186#~ msgid "bad block size - %s"
7187#~ msgstr "ukuran blok buruk - %s"
7188
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007189#~ msgid "while retrying to write block bitmaps for %s"
7190#~ msgstr "ketika sedang mencoba untuk menulis blok bitmap untuk %s"
7191
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007192#~ msgid "%s failed for %s: %s\n"
7193#~ msgstr "%s gagal untuk %s: %s\n"
7194
7195#~ msgid "open"
7196#~ msgstr "buka"
7197
7198#~ msgid "HDIO_GETGEO ioctl"
7199#~ msgstr "HDIO_GETGEO ioctl"
7200
7201#~ msgid "BLKGETSIZE ioctl"
7202#~ msgstr "BLKGETSIZE ioctl"