blob: 8eedb810d4c565c7a9d67d781dd8e22b0c998b56 [file] [log] [blame]
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001# Pesan Bahasa Indonesia untuk e2fsprogs
2# Copyright (C) 2008 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Permission is granted to freely copy and distribute
5# this file and modified versions, provided that this
6# header is not removed and modified versions are marked
7# as such.
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008# Arif E. Nugroho <arif_endro@yahoo.com>, 2008, 2009, 2010.
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04009#
10#. The strings in e2fsck's problem.c can be very hard to translate,
11#. since the strings are expanded in two different ways. First of all,
12#. there is an @-expansion, where strings like "@i" are expanded to
13#. "inode", and so on. In order to make it easier for translators, the
14#. e2fsprogs po template file has been enhanced with comments that show
15#. the @-expansion, for the strings in the problem.c file.
16#.
17#. Translators are free to use the @-expansion facility if they so
18#. choose, by providing translations for strings in e2fsck/message.c.
19#. These translation can completely replace an expansion; for example,
20#. if "bblock" (which indicated that "@b" would be expanded to "block")
21#. is translated as "ddatenverlust", then "@d" will be expanded to
22#. "datenverlust". Alternatively, translators can simply not use the
23#. @-expansion facility at all.
24#.
25#. The second expansion which is done for e2fsck's problem.c messages is
26#. a dynamic %-expansion, which expands %i as an inode number, and so
27#. on. A table of these expansions can be found below. Note that
28#. %-expressions that begin with "%D" and "%I" are two-character
29#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040030#. ownership field (inode->i_uid). Also the "%B" expansion is special:
31#. it can expand to either the string "indirect block" (possibly preceded
32#. by the word "double" or "triple"), or the string "block #" immediately
33#. followed by an integer indicating a block sequence number.
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040034#.
35#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040036#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040037#. %c <blk2> block number
38#. %Di <dirent> -> ino inode number
39#. %Dn <dirent> -> name string
40#. %Dr <dirent> -> rec_len
41#. %Dl <dirent> -> name_len
42#. %Dt <dirent> -> filetype
43#. %d <dir> inode number
44#. %g <group> integer
45#. %i <ino> inode number
46#. %Is <inode> -> i_size
47#. %IS <inode> -> i_extra_isize
48#. %Ib <inode> -> i_blocks
49#. %Il <inode> -> i_links_count
50#. %Im <inode> -> i_mode
51#. %IM <inode> -> i_mtime
52#. %IF <inode> -> i_faddr
53#. %If <inode> -> i_file_acl
54#. %Id <inode> -> i_dir_acl
55#. %Iu <inode> -> i_uid
56#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040057#. %It <str> file type
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040058#. %j <ino2> inode number
59#. %m <com_err error message>
60#. %N <num>
61#. %p ext2fs_get_pathname of directory <ino>
62#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
63#. the containing directory. (If dirent is NULL
64#. then return the pathname of directory <ino2>)
65#. %q ext2fs_get_pathname of directory <dir>
66#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
67#. the containing directory.
68#. %s <str> miscellaneous string
69#. %S backup superblock
70#. %X <num> hexadecimal format
71#.
72msgid ""
73msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -040074"Project-Id-Version: e2fsprogs 1.41.12\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040075"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040076"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -040077"PO-Revision-Date: 2010-05-24 12:30+0700\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040078"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
79"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040080"Language: id\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040081"MIME-Version: 1.0\n"
82"Content-Type: text/plain; charset=ISO-8859-1\n"
83"Content-Transfer-Encoding: 8bit\n"
84
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
88msgstr "Bad block %u diluar jangkauan; diabaikan.\n"
89
Eric Sandeen032eafe2012-07-28 17:48:36 -040090#: e2fsck/badblocks.c:46
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040091msgid "while sanity checking the bad blocks inode"
92msgstr "ketika melakukan pengecheckan di inode bad block"
93
Eric Sandeen032eafe2012-07-28 17:48:36 -040094#: e2fsck/badblocks.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040095msgid "while reading the bad blocks inode"
96msgstr "ketika membaca inode bad block"
97
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
99#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400100#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
101#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400102#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400103#, c-format
104msgid "while trying to open %s"
105msgstr "ketika mencoba untuk membuka %s"
106
Eric Sandeen032eafe2012-07-28 17:48:36 -0400107#: e2fsck/badblocks.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400108#, c-format
109msgid "while trying popen '%s'"
110msgstr "ketika mencoba popen '%s'"
111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400113msgid "while reading in list of bad blocks from file"
114msgstr "ketika membaca dalam daftar bad block dari berkas"
115
Eric Sandeen032eafe2012-07-28 17:48:36 -0400116#: e2fsck/badblocks.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400117msgid "while updating bad block inode"
118msgstr "ketika memperbarui inode bad block"
119
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: e2fsck/badblocks.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400121#, c-format
122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500123msgstr ""
124"Peringatan: illegal block %u ditemukan dalam inode bad block. Dihapus.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400125
Eric Sandeen032eafe2012-07-28 17:48:36 -0400126#: e2fsck/ehandler.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400127#, c-format
128msgid "Error reading block %lu (%s) while %s. "
129msgstr "Error membaca block %lu (%s) ketika %s. "
130
Eric Sandeen032eafe2012-07-28 17:48:36 -0400131#: e2fsck/ehandler.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400132#, c-format
133msgid "Error reading block %lu (%s). "
134msgstr "Error membaca block %lu (%s). "
135
Eric Sandeen032eafe2012-07-28 17:48:36 -0400136#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400137msgid "Ignore error"
138msgstr "Mengabaikan error"
139
Eric Sandeen032eafe2012-07-28 17:48:36 -0400140#: e2fsck/ehandler.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400141msgid "Force rewrite"
142msgstr "Memaksa menulis kembali"
143
Eric Sandeen032eafe2012-07-28 17:48:36 -0400144#: e2fsck/ehandler.c:104
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400145#, c-format
146msgid "Error writing block %lu (%s) while %s. "
147msgstr "Error menulis block %lu (%s) ketika %s. "
148
Eric Sandeen032eafe2012-07-28 17:48:36 -0400149#: e2fsck/ehandler.c:107
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400150#, c-format
151msgid "Error writing block %lu (%s). "
152msgstr "Error menulis block %lu (%s). "
153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400155msgid "empty dirblocks"
156msgstr "dirblock kosong"
157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400159msgid "empty dir map"
160msgstr "dir map kosong"
161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400162#: e2fsck/emptydir.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400163#, c-format
164msgid "Empty directory block %u (#%d) in inode %u\n"
165msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/extend.c:22
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400168#, c-format
169msgid "%s: %s filename nblocks blocksize\n"
170msgstr "%s: %s filename nblocks blocksize\n"
171
Eric Sandeen032eafe2012-07-28 17:48:36 -0400172#: e2fsck/extend.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400173#, c-format
174msgid "Illegal number of blocks!\n"
175msgstr "Nomor dari block tidak legal!\n"
176
Eric Sandeen032eafe2012-07-28 17:48:36 -0400177#: e2fsck/extend.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400178#, c-format
179msgid "Couldn't allocate block buffer (size=%d)\n"
180msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
181
Eric Sandeen032eafe2012-07-28 17:48:36 -0400182#: e2fsck/flushb.c:35
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400183#, c-format
184msgid "Usage: %s disk\n"
185msgstr "Penggunaan: %s disk\n"
186
Eric Sandeen032eafe2012-07-28 17:48:36 -0400187#: e2fsck/flushb.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400188#, c-format
189msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
190msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
191
Eric Sandeen032eafe2012-07-28 17:48:36 -0400192#: e2fsck/iscan.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400193#, c-format
194msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
195msgstr "Penggunaan: %s [-F] [-I inode_buffer_block] perangkat\n"
196
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400197#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400198#, c-format
199msgid "while opening %s for flushing"
200msgstr "ketika membuka %s untuk flushing"
201
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400202#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400203#, c-format
204msgid "while trying to flush %s"
205msgstr "ketika mencoba untuk memflush %s"
206
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400207#: e2fsck/iscan.c:110
208#, fuzzy, c-format
209msgid "while trying to open '%s'"
210msgstr "ketika mencoba untuk membuka %s"
211
212#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400213msgid "while opening inode scan"
214msgstr "ketika mencoba membuka inode scan"
215
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400216#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400217msgid "while getting next inode"
218msgstr "ketika memperoleh inode berikutnya"
219
Eric Sandeen032eafe2012-07-28 17:48:36 -0400220#: e2fsck/iscan.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400221#, c-format
222msgid "%u inodes scanned.\n"
223msgstr "%u inodes discan.\n"
224
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400225#: e2fsck/journal.c:525
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400226msgid "reading journal superblock\n"
227msgstr "membaca journal superblock\n"
228
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400229#: e2fsck/journal.c:582
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400230#, c-format
231msgid "%s: no valid journal superblock found\n"
232msgstr "%s: journal superblock tidak valid ditemukan\n"
233
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400234#: e2fsck/journal.c:591
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400235#, c-format
236msgid "%s: journal too short\n"
237msgstr "%s: journal terlalu pendek\n"
238
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400239#: e2fsck/journal.c:882
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400240#, c-format
241msgid "%s: recovering journal\n"
242msgstr "%s: merecovery journal\n"
243
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400244#: e2fsck/journal.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400245#, c-format
246msgid "%s: won't do journal recovery while read-only\n"
247msgstr "%s: tidak akan melakukan journal recovery ketika read-only\n"
248
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400249#: e2fsck/journal.c:911
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400250#, c-format
251msgid "while trying to re-open %s"
252msgstr "ketika mencoba untuk membuka %s"
253
Eric Sandeen032eafe2012-07-28 17:48:36 -0400254#: e2fsck/message.c:113
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400255msgid "aextended attribute"
256msgstr "aextended attribute"
257
Eric Sandeen032eafe2012-07-28 17:48:36 -0400258#: e2fsck/message.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400259msgid "Aerror allocating"
260msgstr "Aerror mengalokasikan"
261
Eric Sandeen032eafe2012-07-28 17:48:36 -0400262#: e2fsck/message.c:115
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400263msgid "bblock"
264msgstr "bblock"
265
Eric Sandeen032eafe2012-07-28 17:48:36 -0400266#: e2fsck/message.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400267msgid "Bbitmap"
268msgstr "Bbitmap"
269
Eric Sandeen032eafe2012-07-28 17:48:36 -0400270#: e2fsck/message.c:117
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400271msgid "ccompress"
272msgstr "ccompress"
273
Eric Sandeen032eafe2012-07-28 17:48:36 -0400274#: e2fsck/message.c:118
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400275msgid "Cconflicts with some other fs @b"
276msgstr "Ckonflik dengan beberapa sistem berkas lain @b"
277
Eric Sandeen032eafe2012-07-28 17:48:36 -0400278#: e2fsck/message.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400279msgid "ddirectory"
280msgstr "ddirektori"
281
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400282#: e2fsck/message.c:120
283msgid "Ddeleted"
284msgstr "Ddeleted"
285
286#: e2fsck/message.c:121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400287msgid "eentry"
288msgstr "eentri"
289
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400290#: e2fsck/message.c:122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' dalam %p (%i)"
293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400294#: e2fsck/message.c:123
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400295msgid "ffilesystem"
296msgstr "fsistem berkas"
297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400298#: e2fsck/message.c:124
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400299msgid "Ffor @i %i (%Q) is"
300msgstr "Funtuk @i %i (%Q) adalah"
301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400302#: e2fsck/message.c:125
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400303msgid "ggroup"
304msgstr "ggrup"
305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400306#: e2fsck/message.c:126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400310#: e2fsck/message.c:127
311msgid "iinode"
312msgstr "iinode"
313
314#: e2fsck/message.c:128
315msgid "Iillegal"
316msgstr "Iilegal"
317
318#: e2fsck/message.c:129
319msgid "jjournal"
320msgstr "jjournal"
321
Eric Sandeen032eafe2012-07-28 17:48:36 -0400322#: e2fsck/message.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400323msgid "llost+found"
324msgstr "llost+found"
325
Eric Sandeen032eafe2012-07-28 17:48:36 -0400326#: e2fsck/message.c:131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400327msgid "Lis a link"
328msgstr "Ladalah sebuah link"
329
Eric Sandeen032eafe2012-07-28 17:48:36 -0400330#: e2fsck/message.c:132
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400331msgid "mmultiply-claimed"
332msgstr "mmultiply-claimed"
333
Eric Sandeen032eafe2012-07-28 17:48:36 -0400334#: e2fsck/message.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400335msgid "ninvalid"
336msgstr "ninvalid"
337
Eric Sandeen032eafe2012-07-28 17:48:36 -0400338#: e2fsck/message.c:134
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400339msgid "oorphaned"
340msgstr "oorphaned"
341
Eric Sandeen032eafe2012-07-28 17:48:36 -0400342#: e2fsck/message.c:135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400343msgid "pproblem in"
344msgstr "pproblem dalam"
345
Eric Sandeen032eafe2012-07-28 17:48:36 -0400346#: e2fsck/message.c:136
347msgid "qquota"
348msgstr ""
349
350#: e2fsck/message.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400351msgid "rroot @i"
352msgstr "rroot @i"
353
Eric Sandeen032eafe2012-07-28 17:48:36 -0400354#: e2fsck/message.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400355msgid "sshould be"
356msgstr "sseharusnya"
357
Eric Sandeen032eafe2012-07-28 17:48:36 -0400358#: e2fsck/message.c:139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400359msgid "Ssuper@b"
360msgstr "Ssuper@b"
361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400363msgid "uunattached"
364msgstr "uunattached"
365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400367msgid "vdevice"
368msgstr "vperangkat"
369
Eric Sandeen032eafe2012-07-28 17:48:36 -0400370#: e2fsck/message.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400371msgid "xextent"
372msgstr "xextent"
373
Eric Sandeen032eafe2012-07-28 17:48:36 -0400374#: e2fsck/message.c:143
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400375msgid "zzero-length"
376msgstr "zzero-length"
377
Eric Sandeen032eafe2012-07-28 17:48:36 -0400378#: e2fsck/message.c:154
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400379msgid "<The NULL inode>"
380msgstr "<Inode Kosong>"
381
Eric Sandeen032eafe2012-07-28 17:48:36 -0400382#: e2fsck/message.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400383msgid "<The bad blocks inode>"
384msgstr "<Bad block inode>"
385
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400386#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400387#, fuzzy
388msgid "<The user quota inode>"
389msgstr "<Inode journal>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400390
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400391#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400392#, fuzzy
393msgid "<The group quota inode>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400394msgstr "<inode deskripsi grup>"
395
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400396#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400397msgid "<The boot loader inode>"
398msgstr "<boot loader inode>"
399
400#: e2fsck/message.c:160
401msgid "<The undelete directory inode>"
402msgstr "<undelete direktori inode>"
403
404#: e2fsck/message.c:161
405msgid "<The group descriptor inode>"
406msgstr "<inode deskripsi grup>"
407
408#: e2fsck/message.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400409msgid "<The journal inode>"
410msgstr "<Inode journal>"
411
Eric Sandeen032eafe2012-07-28 17:48:36 -0400412#: e2fsck/message.c:163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400413msgid "<Reserved inode 9>"
414msgstr "<Inode terpesan 9>"
415
Eric Sandeen032eafe2012-07-28 17:48:36 -0400416#: e2fsck/message.c:164
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400417msgid "<Reserved inode 10>"
418msgstr "<Inode Terpesan 10>"
419
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400420#: e2fsck/message.c:334
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400421msgid "regular file"
422msgstr "berkas biasa"
423
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400424#: e2fsck/message.c:336
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400425msgid "directory"
426msgstr "direktori"
427
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400428#: e2fsck/message.c:338
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400429msgid "character device"
430msgstr "karakter device"
431
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400432#: e2fsck/message.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400433msgid "block device"
434msgstr "block device"
435
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400436#: e2fsck/message.c:342
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400437msgid "named pipe"
438msgstr "named pipe"
439
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400440#: e2fsck/message.c:344
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400441msgid "symbolic link"
442msgstr "symbolic link"
443
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400444#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400445msgid "socket"
446msgstr "socket"
447
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400448#: e2fsck/message.c:348
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400449#, c-format
450msgid "unknown file type with mode 0%o"
451msgstr "tipe file tidak diketahui dengan mode 0%o"
452
Eric Sandeen032eafe2012-07-28 17:48:36 -0400453#: e2fsck/message.c:423
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400454msgid "indirect block"
455msgstr "block tidak langsung"
456
Eric Sandeen032eafe2012-07-28 17:48:36 -0400457#: e2fsck/message.c:425
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400458msgid "double indirect block"
459msgstr "blok tidak langsung berdua"
460
Eric Sandeen032eafe2012-07-28 17:48:36 -0400461#: e2fsck/message.c:427
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400462msgid "triple indirect block"
463msgstr "blok tidak langsung bertiga"
464
Eric Sandeen032eafe2012-07-28 17:48:36 -0400465#: e2fsck/message.c:429
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400466msgid "translator block"
467msgstr "blok penerjemah"
468
Eric Sandeen032eafe2012-07-28 17:48:36 -0400469#: e2fsck/message.c:431
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400470msgid "block #"
471msgstr "blok #"
472
Eric Sandeen032eafe2012-07-28 17:48:36 -0400473#: e2fsck/pass1b.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400474msgid "multiply claimed inode map"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400475msgstr "kalikan peta inode yang dituntut"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400476
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400477#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Eric Sandeen032eafe2012-07-28 17:48:36 -0400478#, fuzzy, c-format
479msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400480msgstr "internal error: tidak dapat menemukan dup_blk untuk %u\n"
481
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400482#: e2fsck/pass1b.c:821
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400483msgid "returned from clone_file_block"
484msgstr "kembali dari clone_file_block"
485
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400486#: e2fsck/pass1b.c:843
Eric Sandeen032eafe2012-07-28 17:48:36 -0400487#, fuzzy, c-format
488msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400489msgstr "internal error: tidak dapat menemukan EA block record untuk %u"
490
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400491#: e2fsck/pass1b.c:855
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400492#, c-format
493msgid "internal error: couldn't lookup EA inode record for %u"
494msgstr "internal error: tidak dapat menemukan EA inode record untuk %u"
495
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400496#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400497msgid "reading directory block"
498msgstr "membaca direktori block"
499
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400500#: e2fsck/pass1.c:598
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400501msgid "in-use inode map"
502msgstr "in-use inode map"
503
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400504#: e2fsck/pass1.c:609
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400505msgid "directory inode map"
506msgstr "direktori inode map"
507
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400508#: e2fsck/pass1.c:619
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400509msgid "regular file inode map"
510msgstr "regular file inode map"
511
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400512#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400513msgid "in-use block map"
514msgstr "in-use block map"
515
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400516#: e2fsck/pass1.c:693
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400517msgid "opening inode scan"
518msgstr "membuka inode scan"
519
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400520#: e2fsck/pass1.c:727
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400521msgid "getting next inode from scan"
522msgstr "memperoleh inode selanjutnya dari scan"
523
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400524#: e2fsck/pass1.c:1243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400525msgid "Pass 1"
526msgstr "Tahap 1"
527
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400528#: e2fsck/pass1.c:1300
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400529#, c-format
530msgid "reading indirect blocks of inode %u"
531msgstr "membaca indirect block dari inode %u"
532
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400533#: e2fsck/pass1.c:1350
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400534msgid "bad inode map"
535msgstr "inode map buruk"
536
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400537#: e2fsck/pass1.c:1373
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400538msgid "inode in bad block map"
539msgstr "inode dalam bad block map"
540
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400541#: e2fsck/pass1.c:1393
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400542msgid "imagic inode map"
543msgstr "imagic inode map"
544
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400545#: e2fsck/pass1.c:1420
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400546msgid "multiply claimed block map"
547msgstr "multiply diklaim block map"
548
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400549#: e2fsck/pass1.c:1531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400550msgid "ext attr block map"
551msgstr "ext attr block map"
552
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400553#: e2fsck/pass1.c:2315
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400554#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500555msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400556msgstr "%6lu(%c): diperkirakan %6lu diperoleh phys %6lu (blkcnt %lld)\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -0400557
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400558#: e2fsck/pass1.c:2678
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400559msgid "block bitmap"
560msgstr "block bitmap"
561
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400562#: e2fsck/pass1.c:2684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400563msgid "inode bitmap"
564msgstr "inode bitmap"
565
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400566#: e2fsck/pass1.c:2690
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400567msgid "inode table"
568msgstr "inode table"
569
Eric Sandeen032eafe2012-07-28 17:48:36 -0400570#: e2fsck/pass2.c:283
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400571msgid "Pass 2"
572msgstr "Tahap 2"
573
Eric Sandeen032eafe2012-07-28 17:48:36 -0400574#: e2fsck/pass2.c:805
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400575msgid "Can not continue."
576msgstr "Tidak dapat melanjutkan."
577
Eric Sandeen032eafe2012-07-28 17:48:36 -0400578#: e2fsck/pass3.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400579msgid "inode done bitmap"
580msgstr "inode selesai bitmap"
581
Eric Sandeen032eafe2012-07-28 17:48:36 -0400582#: e2fsck/pass3.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400583msgid "Peak memory"
584msgstr "Puncak pemakaian memori"
585
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400586#: e2fsck/pass3.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400587msgid "Pass 3"
588msgstr "Tahap 3"
589
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400590#: e2fsck/pass3.c:323
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400591msgid "inode loop detection bitmap"
592msgstr "inode deteksi loop bitmap"
593
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400594#: e2fsck/pass4.c:196
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400595msgid "Pass 4"
596msgstr "Tahap 4"
597
Eric Sandeen032eafe2012-07-28 17:48:36 -0400598#: e2fsck/pass5.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400599msgid "Pass 5"
600msgstr "Tahap 5"
601
Eric Sandeen032eafe2012-07-28 17:48:36 -0400602#: e2fsck/problem.c:51
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400603msgid "(no prompt)"
604msgstr "(tidak ada prompt)"
605
Eric Sandeen032eafe2012-07-28 17:48:36 -0400606#: e2fsck/problem.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400607msgid "Fix"
608msgstr "Betulkan"
609
Eric Sandeen032eafe2012-07-28 17:48:36 -0400610#: e2fsck/problem.c:53
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400611msgid "Clear"
612msgstr "Dihapus"
613
Eric Sandeen032eafe2012-07-28 17:48:36 -0400614#: e2fsck/problem.c:54
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400615msgid "Relocate"
616msgstr "Dipindahkan"
617
Eric Sandeen032eafe2012-07-28 17:48:36 -0400618#: e2fsck/problem.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400619msgid "Allocate"
620msgstr "Dialokasikan"
621
Eric Sandeen032eafe2012-07-28 17:48:36 -0400622#: e2fsck/problem.c:56
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400623msgid "Expand"
624msgstr "Diexpand"
625
Eric Sandeen032eafe2012-07-28 17:48:36 -0400626#: e2fsck/problem.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400627msgid "Connect to /lost+found"
628msgstr "Menyambungkan ke /lost+found"
629
Eric Sandeen032eafe2012-07-28 17:48:36 -0400630#: e2fsck/problem.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400631msgid "Create"
632msgstr "Membuat"
633
Eric Sandeen032eafe2012-07-28 17:48:36 -0400634#: e2fsck/problem.c:59
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400635msgid "Salvage"
636msgstr "Mengambil"
637
Eric Sandeen032eafe2012-07-28 17:48:36 -0400638#: e2fsck/problem.c:60
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400639msgid "Truncate"
640msgstr "Truncate"
641
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:61
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400643msgid "Clear inode"
644msgstr "Menghapus inode"
645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400647msgid "Abort"
648msgstr "Membatalkan"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400651msgid "Split"
652msgstr "Membagi"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400655msgid "Continue"
656msgstr "Melanjutkan"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:65
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400659msgid "Clone multiply-claimed blocks"
660msgstr "Kopi multiply-claimed blocks"
661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400663msgid "Delete file"
664msgstr "Hapus berkas"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400667msgid "Suppress messages"
668msgstr "Suppress pesan"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400671msgid "Unlink"
672msgstr "Unlink"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400675msgid "Clear HTree index"
676msgstr "Hapus HTree index"
677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400679msgid "Recreate"
680msgstr "Buat kembali"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400683msgid "(NONE)"
684msgstr "(KOSONG)"
685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400687msgid "FIXED"
688msgstr "DIBETULKAN"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400691msgid "CLEARED"
692msgstr "DIHAPUS"
693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400695msgid "RELOCATED"
696msgstr "DIPINDAHKAN"
697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400699msgid "ALLOCATED"
700msgstr "DIALOKASIKAN"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400703msgid "EXPANDED"
704msgstr "DIEXPAND"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:85
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400707msgid "RECONNECTED"
708msgstr "DIHUBUNGKAN"
709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400711msgid "CREATED"
712msgstr "DIBUAT"
713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400715msgid "SALVAGED"
716msgstr "DIAMANKAN"
717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:88
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400719msgid "TRUNCATED"
720msgstr "DIPOTONG"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400723msgid "INODE CLEARED"
724msgstr "INODE DIHAPUS"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:90
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400727msgid "ABORTED"
728msgstr "DIBATALKAN"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400731msgid "SPLIT"
732msgstr "DIBAGI"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400735msgid "CONTINUING"
736msgstr "MELANJUTKAN"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400739msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
740msgstr "MULTIPLY-CLAIMED BLOK DIKOPI"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:94
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400743msgid "FILE DELETED"
744msgstr "BERKAS DIHAPUS"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:95
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400747msgid "SUPPRESSED"
748msgstr "DIAKHIRI"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:96
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400751msgid "UNLINKED"
752msgstr "DILEPAS"
753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:97
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400755msgid "HTREE INDEX CLEARED"
756msgstr "HTREE INDEX DIHAPUS"
757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400759msgid "WILL RECREATE"
760msgstr "AKAN MEMBUAT KEMBALI"
761
762#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400763#: e2fsck/problem.c:107
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400764msgid "@b @B for @g %g is not in @g. (@b %b)\n"
765msgstr "@b @B untuk @g %g tidak dalam @g. (@b %b)\n"
766
767#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400768#: e2fsck/problem.c:111
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400769msgid "@i @B for @g %g is not in @g. (@b %b)\n"
770msgstr "@i @B untuk @G %G tidak dalam @g. (@b %b)\n"
771
772#. @-expanded: inode table for group %g is not in group. (block %b)\n
773#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400774#: e2fsck/problem.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400775msgid ""
776"@i table for @g %g is not in @g. (@b %b)\n"
777"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
778msgstr ""
779"@i table untuk @g %g tidak berada dalam @g. (@b %b)\n"
780"PERINGATAN: KEMUNGKINAN KEHILANGAN DATA BESAR.\n"
781
782#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400783#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
784#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400785#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
786#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400787#. @-expanded: e2fsck -b 8193 <device>\n
788#. @-expanded: or\n
789#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400790#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400791#: e2fsck/problem.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400792#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400793msgid ""
794"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400795"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
796"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400797"@f (and not swap or ufs or something else), then the @S\n"
798"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799" e2fsck -b 8193 <@v>\n"
800" or\n"
801" e2fsck -b 32768 <@v>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400802"\n"
803msgstr ""
804"\n"
805"@S tidak dapat dibaca atau tidak dapat menjelaskan ext2 dengan benar\n"
806"@f. Jika @v tidak valid dan ini berisi sebuah ext2\n"
807"@f (dan bukan swap atau ufs atau sesuatu yang lain), maka @S\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500808"korup, dan anda mungkin bisa mencoba menjalankan e2fsck secara alternatif "
809"@S:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400810" e2fsck -b %S <@v>\n"
811"\n"
812
813#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
814#. @-expanded: The physical size of the device is %c blocks\n
815#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400816#: e2fsck/problem.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400817msgid ""
818"The @f size (according to the @S) is %b @bs\n"
819"The physical size of the @v is %c @bs\n"
820"Either the @S or the partition table is likely to be corrupt!\n"
821msgstr ""
822"Ukuran @f (menurut dari @S) adalah %b @bs\n"
823"Ukuran fisik dari @v adalah %c @bs\n"
824"Kalau nggak @S atau tabel partisi yang mungkin korup!\n"
825
826#. @-expanded: superblock block_size = %b, fragsize = %c.\n
827#. @-expanded: This version of e2fsck does not support fragment sizes different\n
828#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400829#: e2fsck/problem.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400830msgid ""
831"@S @b_size = %b, fragsize = %c.\n"
832"This version of e2fsck does not support fragment sizes different\n"
833"from the @b size.\n"
834msgstr ""
835"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500836"Versi e2fsck ini tidak mengimplementasikan untuk ukuran fragment yang "
837"berbeda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400838"dari @b.\n"
839
840#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400841#: e2fsck/problem.c:147
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400842msgid "@S @bs_per_group = %b, should have been %c\n"
843msgstr "@S @bs_per_group = %b, seharusnya %c\n"
844
845#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400846#: e2fsck/problem.c:152
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400847msgid "@S first_data_@b = %b, should have been %c\n"
848msgstr "@S first_data_@b = %b, seharusnya %c\n"
849
850#. @-expanded: filesystem did not have a UUID; generating one.\n
851#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400852#: e2fsck/problem.c:157
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400853msgid ""
854"@f did not have a UUID; generating one.\n"
855"\n"
856msgstr ""
857"@f tidak memiliki sebuah UUID; membuat satu.\n"
858"\n"
859
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400860#: e2fsck/problem.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400861#, c-format
862msgid ""
863"Note: if several inode or block bitmap blocks or part\n"
864"of the inode table require relocation, you may wish to try\n"
865"running e2fsck with the '-b %S' option first. The problem\n"
866"may lie only with the primary block group descriptors, and\n"
867"the backup block group descriptors may be OK.\n"
868"\n"
869msgstr ""
870"Catatan: jika beberapa inode atau blok bitmap blok atau bagian\n"
871"dari tabel inode membutuhkan relokasi, anda mungkin bisa mencoba\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400872"dengan menjalankan e2fsck dengan pilihan '-b %S' terlebih dahulu. Masalah\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400873"yang mungkin timbul jika dengan menggunakan blok deskripsi utama, dan\n"
874"blok cadangan grup deskripsi mungkin OK.\n"
875"\n"
876
877#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400878#: e2fsck/problem.c:171
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400879msgid "Corruption found in @S. (%s = %N).\n"
880msgstr "Korupsi ditemukan di @S. (%s = %N).\n"
881
882#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400883#: e2fsck/problem.c:176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400884#, c-format
885msgid "Error determining size of the physical @v: %m\n"
886msgstr "Error menentukan ukuran dari phisik @v: %m\n"
887
888#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400889#: e2fsck/problem.c:181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400890msgid "@i count in @S is %i, @s %j.\n"
891msgstr "@i terhitung dalam @S adalah %i, @s %j.\n"
892
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400893#: e2fsck/problem.c:185
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400894msgid "The Hurd does not support the filetype feature.\n"
895msgstr "Hurd tidak mendukung layanan filetype.\n"
896
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500897#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400898#: e2fsck/problem.c:190
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400899#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500900msgid "@S has an @n @j (@i %i).\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400901msgstr "@S memiliki sebuah @n @j (@i %i).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400902
903#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400904#: e2fsck/problem.c:195
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400905msgid "External @j has multiple @f users (unsupported).\n"
906msgstr "External @j memiliki multiple @f dari pengguna (tidak dilayani).\n"
907
908#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400909#: e2fsck/problem.c:200
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400910msgid "Can't find external @j\n"
911msgstr "Tidak dapat menemukan external @j\n"
912
913#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400914#: e2fsck/problem.c:205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400915msgid "External @j has bad @S\n"
916msgstr "External @j memiliki bad @S\n"
917
918#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400919#: e2fsck/problem.c:210
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400920msgid "External @j does not support this @f\n"
921msgstr "External @j tidak melayani ini @f\n"
922
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500923#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400924#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
925#. @-expanded: format.\n
926#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400927#: e2fsck/problem.c:215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400928msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500929"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500930"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
931"format.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400932"It is also possible the @j @S is corrupt.\n"
933msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400934"@f @j @S memiliki tipe yang tidak diketahui %N (tidak disupport).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500935"Ini sangat memungkinkan jika salinan dari e2fsck sudah lama dan/atau tidak "
936"melayani format @j ini.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400937"Ini juga mungkin jika @j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400938
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500939#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400940#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500941msgid "@j @S is corrupt.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400942msgstr "@j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400943
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400944#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400945#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400946#, fuzzy
947msgid "@S has_@j flag is clear, but a @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400948msgstr "@S tanda has_@j hilang, tetapi @j %s ada.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400949
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500950#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400951#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500952msgid "@S needs_recovery flag is set, but no @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400953msgstr "@S tanda needs_recovery ada, tetapi tidak memiliki @j.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400954
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500955#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400956#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957msgid "@S needs_recovery flag is clear, but @j has data.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400958msgstr "@S tanda need_recovery sudah hilang, tetapi @j memiliki data.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400959
960#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400961#: e2fsck/problem.c:243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400962msgid "Clear @j"
963msgstr "Hapus @j"
964
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400965#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400966#: e2fsck/problem.c:248 e2fsck/problem.c:702
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400967msgid "@f has feature flag(s) set, but is a revision 0 @f. "
968msgstr "@f memiliki feature flag(s) set, tetapi memiliki sebuah revisi 0 @f."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400969
970#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400971#: e2fsck/problem.c:253
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400972msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
973msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, ukuran=%Is)\n"
974
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400975#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400976#: e2fsck/problem.c:258
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400977msgid "@I %B (%b) found in @o @i %i.\n"
978msgstr "@I %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400979
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400980#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400981#: e2fsck/problem.c:263
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400982msgid "Already cleared %B (%b) found in @o @i %i.\n"
983msgstr "Sudah dihapus %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400984
985#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400986#: e2fsck/problem.c:268
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400987#, c-format
988msgid "@I @o @i %i in @S.\n"
989msgstr "@I @o @i %i dalam @S.\n"
990
991#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400992#: e2fsck/problem.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400993#, c-format
994msgid "@I @i %i in @o @i list.\n"
995msgstr "@I @i %i dalam daftar @o @i.\n"
996
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500997#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400998#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500999msgid "@j @S has an unknown read-only feature flag set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001000msgstr "@j @S memiliki sebuah feature yang tidak diketahui aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001001
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001002#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001003#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001004msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001005msgstr ""
1006"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
1007"aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001008
1009#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001010#: e2fsck/problem.c:288
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001011msgid "@j version not supported by this e2fsck.\n"
1012msgstr "versi @j tidak disupport oleh e2fsck ini.\n"
1013
1014#. @-expanded: Moving journal from /%s to hidden inode.\n
1015#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001016#: e2fsck/problem.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001017#, c-format
1018msgid ""
1019"Moving @j from /%s to hidden @i.\n"
1020"\n"
1021msgstr ""
1022"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1023"\n"
1024
1025#. @-expanded: Error moving journal: %m\n
1026#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001027#: e2fsck/problem.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001028#, c-format
1029msgid ""
1030"Error moving @j: %m\n"
1031"\n"
1032msgstr ""
1033"Error memindahkan @j: %m\n"
1034"\n"
1035
1036#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1037#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1038#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001039#: e2fsck/problem.c:303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001040msgid ""
1041"Found @n V2 @j @S fields (from V1 @j).\n"
1042"Clearing fields beyond the V1 @j @S...\n"
1043"\n"
1044msgstr ""
1045"Menemukan @n V2 @j @S fields (dari V1 @j).\n"
1046"Menghapus field diatas dari V1 @j @S...\n"
1047"\n"
1048
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001049#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001050#: e2fsck/problem.c:309
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001051msgid "Run @j anyway"
1052msgstr "Jalankan @j bagaimanapun"
1053
1054#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001055#: e2fsck/problem.c:314
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001056msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001057msgstr ""
1058"Recovery flag tidak diset dalam backup @S, jadi menjalankan @j "
1059"bagaimanapun.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001060
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001061#. @-expanded: Backing up journal inode block information.\n
1062#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001063#: e2fsck/problem.c:319
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001064msgid ""
1065"Backing up @j @i @b information.\n"
1066"\n"
1067msgstr ""
1068"Menyimpan informasi @j @i @b.\n"
1069"\n"
1070
1071#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1072#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001073#: e2fsck/problem.c:324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001074msgid ""
1075"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1076"is %N; @s zero. "
1077msgstr ""
1078"@f tidak memiliki resize_@i aktif, tetapi _reserved_gdt_@bs\n"
1079"adalah %N; @s nol. "
1080
1081#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001082#: e2fsck/problem.c:330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001083msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1084msgstr "Resize_@i tidak aktif, tetapi resize @i bukan nol. "
1085
1086#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001087#: e2fsck/problem.c:335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001088msgid "Resize @i not valid. "
1089msgstr "Resize @i tidak valid. "
1090
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001091#. @-expanded: superblock last mount time (%t,\n
1092#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001093#: e2fsck/problem.c:340
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001094msgid ""
1095"@S last mount time (%t,\n"
1096"\tnow = %T) is in the future.\n"
1097msgstr ""
1098"@S waktu terakhir dipasang (%t,\n"
1099"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001100
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001101#. @-expanded: superblock last write time (%t,\n
1102#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001103#: e2fsck/problem.c:345
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001104msgid ""
1105"@S last write time (%t,\n"
1106"\tnow = %T) is in the future.\n"
1107msgstr ""
1108"@S waktu terakhir ditulis (%t,\n"
1109"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001110
1111#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001112#: e2fsck/problem.c:349
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001113#, c-format
1114msgid "@S hint for external superblock @s %X. "
1115msgstr "@S petunjuk untuk superblok luar @s %X. "
1116
1117#. @-expanded: Adding dirhash hint to filesystem.\n
1118#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001119#: e2fsck/problem.c:354
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001120msgid ""
1121"Adding dirhash hint to @f.\n"
1122"\n"
1123msgstr ""
1124"Menambahkan dirhas hint ke @f.\n"
1125"\n"
1126
Eric Sandeen032eafe2012-07-28 17:48:36 -04001127#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001128#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001129#, fuzzy
1130msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001131msgstr "@g deskripsi %g checksum tidak valid. "
1132
1133#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001134#: e2fsck/problem.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001135#, c-format
1136msgid "@g descriptor %g marked uninitialized without feature set.\n"
1137msgstr "@g deskripsi %g ditandai unintialisasi tanpa menset feature.\n"
1138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001139#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001140#: e2fsck/problem.c:369
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001141msgid "@g descriptor %g has invalid unused inodes count %b. "
1142msgstr "@g deskripsi %g memiliki inode yang tidak valid terhitung %b. "
1143
1144#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001145#: e2fsck/problem.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001146msgid "Last @g @b @B uninitialized. "
1147msgstr "Terakhir @g @b @B tidak terinitialisasi. "
1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001149#: e2fsck/problem.c:379
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001150#, c-format
1151msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1152msgstr "Jurnal transaksi %i terkorupsi, balasan dibatalkan.\n"
1153
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001154#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001155msgid "The test_fs flag is set (and ext4 is available). "
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001156msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001157
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001158#. @-expanded: superblock last mount time is in the future.\n
1159#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1160#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001161#: e2fsck/problem.c:388
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001162msgid ""
1163"@S last mount time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001164"\t(by less than a day, probably due to the hardware clock being incorrectly "
1165"set) "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001166msgstr ""
1167"@S waktu pasang terakhir berada di masa yang akan datang.\n"
1168"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar) "
1169
1170#. @-expanded: superblock last write time is in the future.\n
1171#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1172#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001173#: e2fsck/problem.c:394
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001174msgid ""
1175"@S last write time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001176"\t(by less than a day, probably due to the hardware clock being incorrectly "
1177"set). "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001178msgstr ""
1179"@S waktu tulis terakhir berada dimasa yang akan datang.\n"
1180"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar). "
1181
1182#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001183#: e2fsck/problem.c:400
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001184msgid "One or more @b @g descriptor checksums are invalid. "
1185msgstr "Satu atau lebih @b @g pendeskripsi checksum tidak valid. "
1186
Eric Sandeen032eafe2012-07-28 17:48:36 -04001187#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001188#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001189#, fuzzy
1190msgid "Setting free @is count to %j (was %i)\n"
1191msgstr "Menset jumlah reserved blok ke %lu\n"
1192
1193#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001194#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001195#, fuzzy
1196msgid "Setting free @bs count to %c (was %b)\n"
1197msgstr "Menset jumlah reserved blok ke %lu\n"
1198
1199#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001200#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001201#, fuzzy
1202msgid "Making @q @i %i (%Q) hidden.\n"
1203msgstr ""
1204"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1205"\n"
1206
1207#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001208#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001209#, fuzzy
1210msgid "@S has invalid MMP block. "
1211msgstr "Ukuran blok tidak valid - %s"
1212
1213#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001214#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001215msgid "@S has invalid MMP magic. "
1216msgstr ""
1217
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001218#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001219#, c-format
1220msgid "ext2fs_open2: %m\n"
1221msgstr ""
1222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001223#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001224#, c-format
1225msgid "ext2fs_check_desc: %m\n"
1226msgstr ""
1227
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001228#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001229#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001230msgid "@S 64bit filesystems needs extents to access the whole disk. "
1231msgstr ""
1232
1233#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1234#: e2fsck/problem.c:447
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001235msgid "Pass 1: Checking @is, @bs, and sizes\n"
1236msgstr "Tahap 1: Memeriksa @i, @bs, dan ukuran\n"
1237
1238#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001239#: e2fsck/problem.c:451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001240msgid "@r is not a @d. "
1241msgstr "@r bukan sebuah @d. "
1242
1243#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001244#: e2fsck/problem.c:456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001245msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001246msgstr ""
1247"@r memiliki dtime terset (mungkin karena penggunaan mke2fs versi lama). "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001248
1249#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001250#: e2fsck/problem.c:461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001251msgid "Reserved @i %i (%Q) has @n mode. "
1252msgstr "Reserved @i %i (%Q) memiliki @n mode. "
1253
1254#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001255#: e2fsck/problem.c:466
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001256#, c-format
1257msgid "@D @i %i has zero dtime. "
1258msgstr "@D @i %i memiliki dtime nol. "
1259
1260#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001261#: e2fsck/problem.c:471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001262#, c-format
1263msgid "@i %i is in use, but has dtime set. "
1264msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1265
1266#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001267#: e2fsck/problem.c:476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001268#, c-format
1269msgid "@i %i is a @z @d. "
1270msgstr "@i %i adalah sebuah @z @d. "
1271
1272#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001273#: e2fsck/problem.c:481
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001274msgid "@g %g's @b @B at %b @C.\n"
1275msgstr "@g %g's @b @B di %b @C.\n"
1276
1277#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001278#: e2fsck/problem.c:486
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001279msgid "@g %g's @i @B at %b @C.\n"
1280msgstr "@g %g's @i @B di %b @C.\n"
1281
1282#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001283#: e2fsck/problem.c:491
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001284msgid "@g %g's @i table at %b @C.\n"
1285msgstr "@G %g's @i tabel di %b @C.\n"
1286
1287#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001288#: e2fsck/problem.c:496
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001289msgid "@g %g's @b @B (%b) is bad. "
1290msgstr "@g %g's @b @B (%b) adalah buruk. "
1291
1292#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001293#: e2fsck/problem.c:501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001294msgid "@g %g's @i @B (%b) is bad. "
1295msgstr "@g %g's @i @B (%b) adalah buruk. "
1296
1297#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001298#: e2fsck/problem.c:506
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001299msgid "@i %i, i_size is %Is, @s %N. "
1300msgstr "@i %i, i_size adalah %Is, @s %N. "
1301
1302#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001303#: e2fsck/problem.c:511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001304msgid "@i %i, i_@bs is %Ib, @s %N. "
1305msgstr "@i %i, i_@bs adalah %Ib, @s %N. "
1306
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001307#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001308#: e2fsck/problem.c:516
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001309msgid "@I %B (%b) in @i %i. "
1310msgstr "@I %B (%b) dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001311
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001312#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001313#: e2fsck/problem.c:521
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001314msgid "%B (%b) overlaps @f metadata in @i %i. "
1315msgstr "%B (%b) saling bertumpang tindih @f metadata dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001316
1317#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001318#: e2fsck/problem.c:526
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001319#, c-format
1320msgid "@i %i has illegal @b(s). "
1321msgstr "@i %i memiliki @b(s) ilegal. "
1322
1323#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001324#: e2fsck/problem.c:531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001325#, c-format
1326msgid "Too many illegal @bs in @i %i.\n"
1327msgstr "Terlalu banyak ilegal @bs dalam @i %i.\n"
1328
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001329#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001330#: e2fsck/problem.c:536
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001331msgid "@I %B (%b) in bad @b @i. "
1332msgstr "@I %B (%b) dalam @b @i buruk. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001333
1334#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001335#: e2fsck/problem.c:541
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001336msgid "Bad @b @i has illegal @b(s). "
1337msgstr "@b @i buruk memiliki ilegal @b(s). "
1338
1339#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001340#: e2fsck/problem.c:546
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001341msgid "Duplicate or bad @b in use!\n"
1342msgstr "Duplikasi atau @b buruk sedang digunakan!\n"
1343
1344#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001345#: e2fsck/problem.c:551
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001346msgid "Bad @b %b used as bad @b @i indirect @b. "
1347msgstr "@b %b buruk yang digunakan sama buruknya dengan @b @i indirect @b. "
1348
1349#. @-expanded: \n
1350#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1351#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1352#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001353#: e2fsck/problem.c:556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001354msgid ""
1355"\n"
1356"The bad @b @i has probably been corrupted. You probably\n"
1357"should stop now and run e2fsck -c to scan for bad blocks\n"
1358"in the @f.\n"
1359msgstr ""
1360"\n"
1361"@b @i buruk telah terkorupsi. Anda seharusnya berhenti\n"
1362"sekarang dan menjalankan e2fsck -c untuk menscan untuk\n"
1363"mencari blok buruk dalam @f.\n"
1364
1365#. @-expanded: \n
1366#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001367#: e2fsck/problem.c:563
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001368msgid ""
1369"\n"
1370"If the @b is really bad, the @f can not be fixed.\n"
1371msgstr ""
1372"\n"
1373"Jika @b adalah sangat buruk, @f tidak dapat dibetulkan.\n"
1374
1375#. @-expanded: You can remove this block from the bad block list and hope\n
1376#. @-expanded: that the block is really OK. But there are no guarantees.\n
1377#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001378#: e2fsck/problem.c:568
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001379msgid ""
1380"You can remove this @b from the bad @b list and hope\n"
1381"that the @b is really OK. But there are no guarantees.\n"
1382"\n"
1383msgstr ""
1384"Anda dapat menghapus @b ini dari daftar @b buruk dan berharap\n"
1385"@b benar benar OK. Tetapi tidak garansi untuk hal ini.\n"
1386"\n"
1387
1388#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001389#: e2fsck/problem.c:574
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001390msgid "The primary @S (%b) is on the bad @b list.\n"
1391msgstr "@S (%b) utama berada dalam daftar @b buruk.\n"
1392
1393#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001394#: e2fsck/problem.c:579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001395msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1396msgstr "Blok %b dalam deskripsi @g utama berada dalam daftar @b buruk\n"
1397
1398#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001399#: e2fsck/problem.c:585
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001400msgid "Warning: Group %g's @S (%b) is bad.\n"
1401msgstr "Peringatan: Grup %g's @S (b) buruk.\n"
1402
1403#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001404#: e2fsck/problem.c:590
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001405msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001406msgstr ""
1407"Peringatan: Grup %g's salinan dari deskripsi @g memiliki sebuah @b (%b) "
1408"buruk.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001409
1410#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001411#: e2fsck/problem.c:596
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001412msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001413msgstr ""
1414"Programming error? @b #%b terklaim untuk tidak ada alasan dalam "
1415"process_bad_@b.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001416
1417#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001418#: e2fsck/problem.c:602
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001419msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1420msgstr "@A %N kontinu @b(s) dalam @b @g %g untuk %s: %m\n"
1421
1422#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001423#: e2fsck/problem.c:607
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001424#, c-format
1425msgid "@A @b buffer for relocating %s\n"
1426msgstr "@A @b buffer untuk relokasi %s\n"
1427
1428#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001429#: e2fsck/problem.c:612
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001430msgid "Relocating @g %g's %s from %b to %c...\n"
1431msgstr "Memindahkan @g %g's %s dari %b ke %c...\n"
1432
1433#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001434#: e2fsck/problem.c:617
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001435#, c-format
1436msgid "Relocating @g %g's %s to %c...\n"
1437msgstr "Memindahkan @g %g's %s ke %c...\n"
1438
1439#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001440#: e2fsck/problem.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001441msgid "Warning: could not read @b %b of %s: %m\n"
1442msgstr "Peringatan: tidak dapat membaca @b %b dari %s: %m\n"
1443
1444#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001445#: e2fsck/problem.c:627
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001446msgid "Warning: could not write @b %b for %s: %m\n"
1447msgstr "Peringatan: tidak dapat menulis @b %b untuk %s: %m\n"
1448
1449#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001450#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001451msgid "@A @i @B (%N): %m\n"
1452msgstr "@A @i @B (%N): %m\n"
1453
1454#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001455#: e2fsck/problem.c:637
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001456msgid "@A @b @B (%N): %m\n"
1457msgstr "@A @b @B (%N): %m\n"
1458
1459#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001460#: e2fsck/problem.c:642
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001461#, c-format
1462msgid "@A icount link information: %m\n"
1463msgstr "@A icount link informasi: %m\n"
1464
1465#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001466#: e2fsck/problem.c:647
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001467#, c-format
1468msgid "@A @d @b array: %m\n"
1469msgstr "@A @d @b array: %m\n"
1470
1471#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001472#: e2fsck/problem.c:652
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001473#, c-format
1474msgid "Error while scanning @is (%i): %m\n"
1475msgstr "Error ketika melakukan scanning @is (%i): %m\n"
1476
1477#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001478#: e2fsck/problem.c:657
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001479#, c-format
1480msgid "Error while iterating over @bs in @i %i: %m\n"
1481msgstr "Error ketika mengiterasi melalui @bs dalam @i %i: %m\n"
1482
1483#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001484#: e2fsck/problem.c:662
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001485msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1486msgstr "Error menyimpan @i count informasi (@i=%i, count=%N): %m\n"
1487
1488#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001489#: e2fsck/problem.c:667
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001490msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1491msgstr "Error menyimpan @d @b informasi (@i=%i, @b=%b, num=%N): %m\n"
1492
1493#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001494#: e2fsck/problem.c:673
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001495#, c-format
1496msgid "Error reading @i %i: %m\n"
1497msgstr "Error membaca @i %i: %m\n"
1498
1499#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001500#: e2fsck/problem.c:681
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001501#, c-format
1502msgid "@i %i has imagic flag set. "
1503msgstr "@i %i memiliki flag imagic terset. "
1504
1505#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1506#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001507#: e2fsck/problem.c:686
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001508#, c-format
1509msgid ""
1510"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1511"or append-only flag set. "
1512msgstr ""
1513"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
1514"atau append-only flag terset."
1515
1516#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001517#: e2fsck/problem.c:692
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001518#, c-format
1519msgid "@i %i has @cion flag set on @f without @cion support. "
1520msgstr "@i %i memiliki @cion flag terset pada @f tanpa layanan @cion. "
1521
1522#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001523#: e2fsck/problem.c:697
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001524#, c-format
1525msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1526msgstr "Spesial (@v/socket/fifo) @i %i memiliki ukuran kosong. "
1527
1528#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001529#: e2fsck/problem.c:707
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001530msgid "@j @i is not in use, but contains data. "
1531msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1532
1533#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001534#: e2fsck/problem.c:712
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001535msgid "@j is not regular file. "
1536msgstr "@j bukan sebuah file regular. "
1537
1538#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001539#: e2fsck/problem.c:717
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001540#, c-format
1541msgid "@i %i was part of the @o @i list. "
1542msgstr "@i %i adalah bagian dari daftar @o @i. "
1543
1544#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001545#: e2fsck/problem.c:723
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001546msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001547msgstr ""
1548"@i adalah bagian dari orphan terkorupsi yang ditemukan dari linked list. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001549
1550#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001551#: e2fsck/problem.c:728
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001552msgid "@A refcount structure (%N): %m\n"
1553msgstr "@A refcount structure (%N): %m\n"
1554
1555#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001556#: e2fsck/problem.c:733
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001557msgid "Error reading @a @b %b for @i %i. "
1558msgstr "Error membaca @a @b %b untuk @i %i. "
1559
1560#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001561#: e2fsck/problem.c:738
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001562msgid "@i %i has a bad @a @b %b. "
1563msgstr "@i %i memiliki sebuah @a @b %b buruk."
1564
1565#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001566#: e2fsck/problem.c:743
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001567msgid "Error reading @a @b %b (%m). "
1568msgstr "Error membaca @a @b %b (%m). "
1569
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001570#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001571#: e2fsck/problem.c:748
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001572msgid "@a @b %b has reference count %r, @s %N. "
1573msgstr "@a @b %b memiliki jumlah referensi %r, @s %N. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001574
1575#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001576#: e2fsck/problem.c:753
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001577msgid "Error writing @a @b %b (%m). "
1578msgstr "Error menulis @a @b %b (%m). "
1579
1580#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001581#: e2fsck/problem.c:758
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001582msgid "@a @b %b has h_@bs > 1. "
1583msgstr "@a @b %b memiliki h_@bs > 1. "
1584
1585#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001586#: e2fsck/problem.c:763
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001587msgid "@A @a @b %b. "
1588msgstr "@A @a @b %b. "
1589
1590#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001591#: e2fsck/problem.c:768
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001592msgid "@a @b %b is corrupt (allocation collision). "
1593msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1594
1595#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001596#: e2fsck/problem.c:773
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001597msgid "@a @b %b is corrupt (@n name). "
1598msgstr "@a @b %b adalah korup (@n nama). "
1599
1600#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001601#: e2fsck/problem.c:778
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001602msgid "@a @b %b is corrupt (@n value). "
1603msgstr "@a @b %b adalah korup (@n value). "
1604
1605#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001606#: e2fsck/problem.c:783
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001607#, c-format
1608msgid "@i %i is too big. "
1609msgstr "@i %i terlalu besar. "
1610
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001611#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001612#: e2fsck/problem.c:787
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001613msgid "%B (%b) causes @d to be too big. "
1614msgstr "%B (%b) menyebabkan @d terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001616#: e2fsck/problem.c:792
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001617msgid "%B (%b) causes file to be too big. "
1618msgstr "%B (%b) menyebabkan berkas terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001620#: e2fsck/problem.c:797
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001621msgid "%B (%b) causes symlink to be too big. "
1622msgstr "%B (%b) menyebabkan symlink terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001623
1624#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001625#: e2fsck/problem.c:802
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001626#, c-format
1627msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1628msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1629
1630#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001631#: e2fsck/problem.c:807
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001632#, c-format
1633msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1634msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
1635
1636#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001637#: e2fsck/problem.c:812
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001638#, c-format
1639msgid "@h %i has an @n root node.\n"
1640msgstr "@h %i memiliki sebuah @n titik root.\n"
1641
1642#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001643#: e2fsck/problem.c:817
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001644msgid "@h %i has an unsupported hash version (%N)\n"
1645msgstr "@h %i memiliki sebuah versi hash yang tidak dilayani (%N)\n"
1646
1647#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001648#: e2fsck/problem.c:822
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001649#, c-format
1650msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001651msgstr ""
1652"@h %i menggunakan sebuah htree yang tidak kompatible di titik root flag.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001653
1654#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001655#: e2fsck/problem.c:827
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001656msgid "@h %i has a tree depth (%N) which is too big\n"
1657msgstr "@h %i memiliki sebuah kedalaman pohon (%N) yang terlalu besar\n"
1658
1659#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1660#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001661#: e2fsck/problem.c:832
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001662msgid ""
1663"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1664"@f metadata. "
1665msgstr ""
1666"Buruk @b @i memiliki sebuah @b (%b) tidak langsung yang konflik dengan\n"
1667"@f metadata. "
1668
1669#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001670#: e2fsck/problem.c:838
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001671#, c-format
1672msgid "Resize @i (re)creation failed: %m."
1673msgstr "Resize @i gagal membuat kembali: %m."
1674
1675#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001676#: e2fsck/problem.c:843
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001677msgid "@i %i has a extra size (%IS) which is @n\n"
1678msgstr "@i %i memiliki sebuah ukuran extra (%IS) yang berisi @n\n"
1679
1680#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001681#: e2fsck/problem.c:848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001682msgid "@a in @i %i has a namelen (%N) which is @n\n"
1683msgstr "@a dalam @i %i memiliki sebuah panjang nama (%N) yang berisi @n\n"
1684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001685#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001686#: e2fsck/problem.c:853
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001687msgid "@a in @i %i has a value offset (%N) which is @n\n"
1688msgstr "@a dalam @i %i memiliki nilai ofset (%N) yang berisi @n\n"
1689
1690#. @-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 -04001691#: e2fsck/problem.c:858
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001692msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001693msgstr ""
1694"@a dalam @i %i memiliki sebuah nilai @b (%N) yang berisi @n (seharusnya 0)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001695
1696#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001697#: e2fsck/problem.c:863
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001698msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001699msgstr ""
1700"@a dalam @i %i memiliki sebuah nilai yang berukuran (%N) yang berisi @n\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001701
1702#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001703#: e2fsck/problem.c:868
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001704msgid "@a in @i %i has a hash (%N) which is @n\n"
1705msgstr "@a dalam @i %i memiliki sebuah hash (%N) yang berisi @n\n"
1706
1707#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001708#: e2fsck/problem.c:873
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001709msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001710msgstr ""
1711"@i %i adalah sebuah %It tetapi sepertinya benar benar sebuah direktori.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001712
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04001713#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001714#: e2fsck/problem.c:878
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001715#, c-format
1716msgid "Error while reading over @x tree in @i %i: %m\n"
1717msgstr "Error ketika membaca diatas @x tree dalam @i %i: %m\n"
1718
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001719#. @-expanded: Failed to iterate extents in inode %i\n
1720#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001721#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001722msgid ""
1723"Failed to iterate extents in @i %i\n"
1724"\t(op %s, blk %b, lblk %c): %m\n"
1725msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001726"Gagal mengiterasi extens dalam @i %i\n"
1727"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001728
1729#. @-expanded: inode %i has an invalid extent\n
1730#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001731#: e2fsck/problem.c:889
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001732msgid ""
1733"@i %i has an @n extent\n"
1734"\t(logical @b %c, @n physical @b %b, len %N)\n"
1735msgstr ""
1736"@i %i memiliki sebuah extensi @n\n"
1737"\t(logical @b %c, @n physical @b %b, len %N)\n"
1738
1739#. @-expanded: inode %i has an invalid extent\n
1740#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001741#: e2fsck/problem.c:894
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001742msgid ""
1743"@i %i has an @n extent\n"
1744"\t(logical @b %c, physical @b %b, @n len %N)\n"
1745msgstr ""
1746"@i %i memiliki sebuah entensi @n\n"
1747"\t(logical @b %c, physical @b %b, @n len %N)\n"
1748
1749#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001750#: e2fsck/problem.c:899
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001751#, c-format
1752msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1753msgstr "@i %i memiliki EXTENTS_FL tanda set di @f tanpa support extensi.\n"
1754
1755#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001756#: e2fsck/problem.c:904
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001757#, c-format
1758msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1759msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1760
1761#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001762#: e2fsck/problem.c:909
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001763#, c-format
1764msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1765msgstr "@i %i hilang EXTENT_FL, tetapi adalah sebuah format extensi\n"
1766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001767#: e2fsck/problem.c:914
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001768#, c-format
1769msgid "Fast symlink %i has EXTENT_FL set. "
1770msgstr "Fast symlink %i memiliki EXTENT_FL terset. "
1771
1772#. @-expanded: inode %i has out of order extents\n
1773#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001774#: e2fsck/problem.c:919
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001775msgid ""
1776"@i %i has out of order extents\n"
1777"\t(@n logical @b %c, physical @b %b, len %N)\n"
1778msgstr ""
1779"@i %i telah tidak teratur extensinya\n"
1780"\t(@n logical @b %c, physical @b %b, len %N)\n"
1781
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001782#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001783#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001784msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001785msgstr "@i %i memiliki sebuah titik ekstensi tidak valid (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001786
Eric Sandeen032eafe2012-07-28 17:48:36 -04001787#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001788#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001789#, fuzzy, c-format
1790msgid "Error converting subcluster @b @B: %m\n"
1791msgstr "Error mengiterasi melalui @d @bs: %m\n"
1792
1793#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001794#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001795#, fuzzy
1796msgid "@q @i is not regular file. "
1797msgstr "@j bukan sebuah file regular. "
1798
1799#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001800#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001801#, fuzzy
1802msgid "@q @i is not in use, but contains data. "
1803msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1804
1805#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001806#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001807#, fuzzy
1808msgid "@q @i is visible to the user. "
1809msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1810
1811#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001812#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001813#, fuzzy
1814msgid "The bad @b @i looks @n. "
1815msgstr "<Bad block inode>"
1816
1817#. @-expanded: inode %i has zero length extent\n
1818#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001819#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001820#, fuzzy
1821msgid ""
1822"@i %i has zero length extent\n"
1823"\t(@n logical @b %c, physical @b %b)\n"
1824msgstr ""
1825"@i %i telah tidak teratur extensinya\n"
1826"\t(@n logical @b %c, physical @b %b, len %N)\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04001827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001828#. @-expanded: Interior extent node level %N of inode %i:\n
1829#. @-expanded: Logical start %b does not match logical start %c at next level.
1830#: e2fsck/problem.c:960
1831msgid ""
1832"Interior @x node level %N of @i %i:\n"
1833"Logical start %b does not match logical start %c at next level. "
1834msgstr ""
1835
1836#. @-expanded: inode %i, end of extent exceeds allowed value\n
1837#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1838#: e2fsck/problem.c:966
1839#, fuzzy
1840msgid ""
1841"@i %i, end of extent exceeds allowed value\n"
1842"\t(logical @b %c, physical @b %b, len %N)\n"
1843msgstr ""
1844"@i %i memiliki sebuah extensi @n\n"
1845"\t(logical @b %c, @n physical @b %b, len %N)\n"
1846
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001847#. @-expanded: \n
1848#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1849#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001850#: e2fsck/problem.c:974
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001851msgid ""
1852"\n"
1853"Running additional passes to resolve @bs claimed by more than one @i...\n"
1854"Pass 1B: Rescanning for @m @bs\n"
1855msgstr ""
1856"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001857"Menjalankan tahap tambahan untuk meresolve @bs diklaim oleh lebih dari satu "
1858"@i...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001859"Tahap 1B: Menscan kembali untuk @m @bs\n"
1860
1861#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001862#: e2fsck/problem.c:980
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001863#, c-format
1864msgid "@m @b(s) in @i %i:"
1865msgstr "@m @b(s) dalam @i %i:"
1866
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001867#: e2fsck/problem.c:995
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001868#, c-format
1869msgid "Error while scanning inodes (%i): %m\n"
1870msgstr "Error ketika menscan inodes (%i): %m\n"
1871
1872#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001873#: e2fsck/problem.c:1000
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001874#, c-format
1875msgid "@A @i @B (@i_dup_map): %m\n"
1876msgstr "@A @i @B (@i_dup_map): %m\n"
1877
1878#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001879#: e2fsck/problem.c:1005
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001880#, c-format
1881msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1882msgstr "Error ketika mengiterasi di @bs dalam @i %i (%s): %m\n"
1883
1884#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001885#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001886msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1887msgstr "Error menyesuaikan refcount untuk @a @b %b (@i %i): %m\n"
1888
1889#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001890#: e2fsck/problem.c:1015
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001891msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1892msgstr "Tahap 1C: Memeriksa direktori untuk @is dengan @m @bs\n"
1893
1894#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001895#: e2fsck/problem.c:1021
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001896msgid "Pass 1D: Reconciling @m @bs\n"
1897msgstr "Tahap 1D: Membetulkan @m @bs\n"
1898
1899#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001900#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001901#: e2fsck/problem.c:1026
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001902msgid ""
1903"File %Q (@i #%i, mod time %IM) \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001904" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001905msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001906"Berkas %Q (@i #%i, waktu berubah %IM) \n"
1907" memiliki %r @m @b(s), dibagi dengan %N berkas:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001908
1909#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001910#: e2fsck/problem.c:1032
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001911msgid "\t%Q (@i #%i, mod time %IM)\n"
1912msgstr "\t%Q (@i #%i, mod time %IM)\n"
1913
1914#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001915#: e2fsck/problem.c:1037
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001916msgid "\t<@f metadata>\n"
1917msgstr "\t<@f metadata>\n"
1918
1919#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1920#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001921#: e2fsck/problem.c:1042
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001922msgid ""
1923"(There are %N @is containing @m @bs.)\n"
1924"\n"
1925msgstr ""
1926"(Ada %N @is berisi @m @bs.)\n"
1927"\n"
1928
1929#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1930#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001931#: e2fsck/problem.c:1047
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001932msgid ""
1933"@m @bs already reassigned or cloned.\n"
1934"\n"
1935msgstr ""
1936"@m @bs telah diassign atau dikopi.\n"
1937"\n"
1938
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001939#: e2fsck/problem.c:1060
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001940#, c-format
1941msgid "Couldn't clone file: %m\n"
1942msgstr "Tidak dapat menyalin file: %m\n"
1943
1944#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001945#: e2fsck/problem.c:1066
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001946msgid "Pass 2: Checking @d structure\n"
1947msgstr "Tahap 2: Memeriksa struktur @d\n"
1948
1949#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001950#: e2fsck/problem.c:1071
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001951#, c-format
1952msgid "@n @i number for '.' in @d @i %i.\n"
1953msgstr "@n @i jumlah untuk '.' dalam @d @i %i.\n"
1954
1955#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001956#: e2fsck/problem.c:1076
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001957msgid "@E has @n @i #: %Di.\n"
1958msgstr "@E memiliki @n @i #: %Di.\n"
1959
1960#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001961#: e2fsck/problem.c:1081
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001962msgid "@E has @D/unused @i %Di. "
1963msgstr "@E memiliki @D/tidak dipakai @i %Di. "
1964
1965#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001966#: e2fsck/problem.c:1086
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001967msgid "@E @L to '.' "
1968msgstr "@E @L ke '.' "
1969
1970#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001971#: e2fsck/problem.c:1091
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001972msgid "@E points to @i (%Di) located in a bad @b.\n"
1973msgstr "@E menunjuk ke @i (%Di) terletak di dalam @b buruk.\n"
1974
1975#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001976#: e2fsck/problem.c:1096
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001977msgid "@E @L to @d %P (%Di).\n"
1978msgstr "@E @L ke @d %P (%Di).\n"
1979
1980#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001981#: e2fsck/problem.c:1101
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001982msgid "@E @L to the @r.\n"
1983msgstr "@E @L ke @r.\n"
1984
1985#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001986#: e2fsck/problem.c:1106
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001987msgid "@E has illegal characters in its name.\n"
1988msgstr "@E memiliki karakter ilegal dalam namanya.\n"
1989
1990#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001991#: e2fsck/problem.c:1111
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001992#, c-format
1993msgid "Missing '.' in @d @i %i.\n"
1994msgstr "Hilang '.' dalam @d @i %i.\n"
1995
1996#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001997#: e2fsck/problem.c:1116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001998#, c-format
1999msgid "Missing '..' in @d @i %i.\n"
2000msgstr "Hilang '..' dalam @d @i %i.\n"
2001
2002#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002003#: e2fsck/problem.c:1121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002004msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2005msgstr "Pertama @e '%Dn' (@i=%Di) dalam @d @i %i (%p) @s '.'\n"
2006
2007#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002008#: e2fsck/problem.c:1126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002009msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2010msgstr "Kedua @e '%Dn' (@i=%Di) dalam @d @i %i @s '..'\n"
2011
2012#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002013#: e2fsck/problem.c:1131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002014msgid "i_faddr @F %IF, @s zero.\n"
2015msgstr "i_faddr @F %IF, @s nol.\n"
2016
2017#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002018#: e2fsck/problem.c:1136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002019msgid "i_file_acl @F %If, @s zero.\n"
2020msgstr "i_file_acl @F %If, @s nol.\n"
2021
2022#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002023#: e2fsck/problem.c:1141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002024msgid "i_dir_acl @F %Id, @s zero.\n"
2025msgstr "i_dir_acl @F %Id, @s nol.\n"
2026
2027#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002028#: e2fsck/problem.c:1146
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002029msgid "i_frag @F %N, @s zero.\n"
2030msgstr "i_frag @F %N, @s nol.\n"
2031
2032#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002033#: e2fsck/problem.c:1151
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002034msgid "i_fsize @F %N, @s zero.\n"
2035msgstr "i_fsize @F %N, @s nol.\n"
2036
2037#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002038#: e2fsck/problem.c:1156
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002039msgid "@i %i (%Q) has @n mode (%Im).\n"
2040msgstr "@i %i (%Q) memiliki mode @n (%Im).\n"
2041
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002042#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002043#: e2fsck/problem.c:1161
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002044msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2045msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002046
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002047#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002048#: e2fsck/problem.c:1166
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002049msgid "@d @i %i, %B, offset %N: filename too long\n"
2050msgstr "@d @i %i, %B, ofset %N: nama berkas terlalu panjang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002051
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002052#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002053#: e2fsck/problem.c:1171
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002054msgid "@d @i %i has an unallocated %B. "
2055msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002056
2057#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002058#: e2fsck/problem.c:1176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002059#, c-format
2060msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2061msgstr "'.' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2062
2063#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002064#: e2fsck/problem.c:1181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002065#, c-format
2066msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2067msgstr "'..' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2068
2069#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002070#: e2fsck/problem.c:1186
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002071msgid "@i %i (%Q) is an @I character @v.\n"
2072msgstr "@i %i (%Q) adalah sebuah karakter @I @v.\n"
2073
2074#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002075#: e2fsck/problem.c:1191
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002076msgid "@i %i (%Q) is an @I @b @v.\n"
2077msgstr "@i %i (%Q) adalah sebuah @I @b @v.\n"
2078
2079#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002080#: e2fsck/problem.c:1196
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002081msgid "@E is duplicate '.' @e.\n"
2082msgstr "@E adalah salinan '.' @e.\n"
2083
2084#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002085#: e2fsck/problem.c:1201
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002086msgid "@E is duplicate '..' @e.\n"
2087msgstr "@E adalah duplikasi dari '..' @e.\n"
2088
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002089#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002090#, c-format
2091msgid "Internal error: couldn't find dir_info for %i.\n"
2092msgstr "Internal error: tidak dapat mencari dir_info untuk %i.\n"
2093
2094#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002095#: e2fsck/problem.c:1211
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002096msgid "@E has rec_len of %Dr, @s %N.\n"
2097msgstr "@E memiliki rec_len dari %Dr, @s %N.\n"
2098
2099#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002100#: e2fsck/problem.c:1216
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002101#, c-format
2102msgid "@A icount structure: %m\n"
2103msgstr "struktur @A icount: %m\n"
2104
2105#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002106#: e2fsck/problem.c:1221
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002107#, c-format
2108msgid "Error iterating over @d @bs: %m\n"
2109msgstr "Error mengiterasi melalui @d @bs: %m\n"
2110
2111#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002112#: e2fsck/problem.c:1226
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002113msgid "Error reading @d @b %b (@i %i): %m\n"
2114msgstr "Error membaca @d @b %b (@i %i): %m\n"
2115
2116#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002117#: e2fsck/problem.c:1231
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002118msgid "Error writing @d @b %b (@i %i): %m\n"
2119msgstr "Error menulis @d @b %b (@i %i): %m\n"
2120
2121#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002122#: e2fsck/problem.c:1236
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002123#, c-format
2124msgid "@A new @d @b for @i %i (%s): %m\n"
2125msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2126
2127#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002128#: e2fsck/problem.c:1241
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002129#, c-format
2130msgid "Error deallocating @i %i: %m\n"
2131msgstr "Error mendealokasikan @i %i: %m\n"
2132
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002133#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002134#: e2fsck/problem.c:1246
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002135#, c-format
2136msgid "@d @e for '.' in %p (%i) is big.\n"
2137msgstr "@d @e untuk '.' dalam %p (%i) besar.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002138
2139#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002140#: e2fsck/problem.c:1251
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002141msgid "@i %i (%Q) is an @I FIFO.\n"
2142msgstr "@i %i (%Q) adalah sebuah @I FIFO.\n"
2143
2144#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002145#: e2fsck/problem.c:1256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002146msgid "@i %i (%Q) is an @I socket.\n"
2147msgstr "@i %i (%Q) adalah sebuah @I socket.\n"
2148
2149#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002150#: e2fsck/problem.c:1261
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002151msgid "Setting filetype for @E to %N.\n"
2152msgstr "Setting filetype untuk @E ke %N.\n"
2153
2154#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002155#: e2fsck/problem.c:1266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002156msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002157msgstr ""
2158"@E memiliki sebuah tipe berkas yang tidak benar (sebelumnya %Dt, @s %N).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002159
2160#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002161#: e2fsck/problem.c:1271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002162msgid "@E has filetype set.\n"
2163msgstr "@E memiliki filetype set.\n"
2164
2165#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002166#: e2fsck/problem.c:1276
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002167msgid "@E has a @z name.\n"
2168msgstr "@E memiliki sebuah nama @z.\n"
2169
2170#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002171#: e2fsck/problem.c:1281
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002172msgid "Symlink %Q (@i #%i) is @n.\n"
2173msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2174
2175#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002176#: e2fsck/problem.c:1286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002177msgid "@a @b @F @n (%If).\n"
2178msgstr "@a @b @F @n (%If).\n"
2179
2180#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002181#: e2fsck/problem.c:1291
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002182msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2183msgstr "@f berisi berkas besar, tetapi kurang LARGE_FILE flag dalam @S.\n"
2184
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002185#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002186#: e2fsck/problem.c:1296
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002187msgid "@p @h %d: %B not referenced\n"
2188msgstr "@p @h %d: %B tidak memiliki referensi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002189
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002190#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002191#: e2fsck/problem.c:1301
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002192msgid "@p @h %d: %B referenced twice\n"
2193msgstr "@p @h %d: %B memiliki dua referensi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002194
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002195#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002196#: e2fsck/problem.c:1306
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002197msgid "@p @h %d: %B has bad min hash\n"
2198msgstr "@p @h %d: %B memiliki min hash buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002199
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002200#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002201#: e2fsck/problem.c:1311
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002202msgid "@p @h %d: %B has bad max hash\n"
2203msgstr "@p @h %d: %B memiliki max has buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002204
2205#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002206#: e2fsck/problem.c:1316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002207msgid "@n @h %d (%q). "
2208msgstr "@n @h %d (%q). "
2209
2210#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002211#: e2fsck/problem.c:1320
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002212msgid "@p @h %d (%q): bad @b number %b.\n"
2213msgstr "@p @h %d (%q): buruk @b nomor %b.\n"
2214
2215#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002216#: e2fsck/problem.c:1330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002217#, c-format
2218msgid "@p @h %d: root node is @n\n"
2219msgstr "@p @h %d: titik root adalah @n\n"
2220
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002221#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002222#: e2fsck/problem.c:1335
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002223msgid "@p @h %d: %B has @n limit (%N)\n"
2224msgstr "@p @h %d: %B memiliki @n batas (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002225
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002226#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002227#: e2fsck/problem.c:1340
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002228msgid "@p @h %d: %B has @n count (%N)\n"
2229msgstr "@p @h %d: %B memiliki @n jumlah (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002230
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002231#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002232#: e2fsck/problem.c:1345
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002233msgid "@p @h %d: %B has an unordered hash table\n"
2234msgstr "@p @h %d: %B memiliki sebuah tabel hash yang tidak terurut\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002235
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002236#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002237#: e2fsck/problem.c:1350
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002238msgid "@p @h %d: %B has @n depth (%N)\n"
2239msgstr "@p @h %d: %B memiliki @n kedalaman (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002240
2241#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002242#: e2fsck/problem.c:1355
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002243msgid "Duplicate @E found. "
2244msgstr "Duplikasi @E ditemukan. "
2245
2246#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2247#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002248#: e2fsck/problem.c:1360
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002249#, no-c-format
2250msgid ""
2251"@E has a non-unique filename.\n"
2252"Rename to %s"
2253msgstr ""
2254"@E memiliki sebuah nama file yang tidak uniq.\n"
2255"Mengubah namanya ke %s"
2256
2257#. @-expanded: Duplicate entry '%Dn' found.\n
2258#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2259#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002260#: e2fsck/problem.c:1365
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002261msgid ""
2262"Duplicate @e '%Dn' found.\n"
2263"\tMarking %p (%i) to be rebuilt.\n"
2264"\n"
2265msgstr ""
2266"Duplikasi @e '%Dn' ditemukan.\n"
2267"\t Menandai %p (%i) untuk dibuat kembali.\n"
2268"\n"
2269
2270#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002271#: e2fsck/problem.c:1370
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002272msgid "i_blocks_hi @F %N, @s zero.\n"
2273msgstr "i_blocks_hi @F %N, @s nol.\n"
2274
2275#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002276#: e2fsck/problem.c:1375
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002277msgid "Unexpected @b in @h %d (%q).\n"
2278msgstr "Tidak terduga @b dalam @h %d (%q).\n"
2279
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002280#. @-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 -04002281#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002282msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002283msgstr "@E referensi @i %Di dalam @g %g dimana _INODE_UNINIT telah diset.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002284
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002285#. @-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 -04002286#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002287msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002288msgstr ""
2289"@E referensi @i %Di ditemukan dalam @g %g's di daerah inode yang tidak "
2290"digunakan.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002291
2292#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002293#: e2fsck/problem.c:1389
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002294msgid "i_file_acl_hi @F %N, @s zero.\n"
2295msgstr "i_file_acl_hi @F %N, @s nol.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002296
2297#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002298#: e2fsck/problem.c:1396
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002299msgid "Pass 3: Checking @d connectivity\n"
2300msgstr "Tahap 3: Memeriksa konektivitas @d\n"
2301
2302#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002303#: e2fsck/problem.c:1401
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002304msgid "@r not allocated. "
2305msgstr "@r tidak dialokasikan. "
2306
2307#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002308#: e2fsck/problem.c:1406
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002309msgid "No room in @l @d. "
2310msgstr "Tidak ada ruang dalam @l @d. "
2311
2312#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002313#: e2fsck/problem.c:1411
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002314#, c-format
2315msgid "Unconnected @d @i %i (%p)\n"
2316msgstr "Tidak terhubung @d @i %i (%p)\n"
2317
2318#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002319#: e2fsck/problem.c:1416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002320msgid "/@l not found. "
2321msgstr "/@l tidak ditemukan. "
2322
2323#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002324#: e2fsck/problem.c:1421
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002325msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2326msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2327
2328#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002329#: e2fsck/problem.c:1426
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002330msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2331msgstr "Buruk atau tidak ada /@l. Tidak dapat dihubungkan kembali.\n"
2332
2333#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002334#: e2fsck/problem.c:1431
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002335#, c-format
2336msgid "Could not expand /@l: %m\n"
2337msgstr "Tidak dapat mengexpan /@l: %m\n"
2338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002339#: e2fsck/problem.c:1436
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002340#, c-format
2341msgid "Could not reconnect %i: %m\n"
2342msgstr "Tidak dapat menghubungkan %i: %m\n"
2343
2344#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002345#: e2fsck/problem.c:1441
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002346#, c-format
2347msgid "Error while trying to find /@l: %m\n"
2348msgstr "Error ketika mencoba mencari /@l: %m\n"
2349
2350#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002351#: e2fsck/problem.c:1446
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002352#, c-format
2353msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2354msgstr "ext2fs_new_@b: %m ketika mencoba untuk membuat /@l @d\n"
2355
2356#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002357#: e2fsck/problem.c:1451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002358#, c-format
2359msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2360msgstr "ext2fs_new_@i: %m ketika mencoba untuk membuat /@l @d\n"
2361
2362#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002363#: e2fsck/problem.c:1456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002364#, c-format
2365msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2366msgstr "ext2fs_new_dir_@b: %m ketika membuat @d @b baru\n"
2367
2368#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002369#: e2fsck/problem.c:1461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002370#, c-format
2371msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2372msgstr "ext2fs_write_dir_@b: %m ketika menulis @d @b untuk /@l\n"
2373
2374#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002375#: e2fsck/problem.c:1466
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002376#, c-format
2377msgid "Error while adjusting @i count on @i %i\n"
2378msgstr "Error ketika menyesuaikan jumlah @i di @i %i\n"
2379
2380#. @-expanded: Couldn't fix parent of inode %i: %m\n
2381#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002382#: e2fsck/problem.c:1471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002383#, c-format
2384msgid ""
2385"Couldn't fix parent of @i %i: %m\n"
2386"\n"
2387msgstr ""
2388"Tidak dapat membetulkan parent dari @i %i: %m\n"
2389"\n"
2390
2391#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2392#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002393#: e2fsck/problem.c:1476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002394#, c-format
2395msgid ""
2396"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2397"\n"
2398msgstr ""
2399"Tidak dapat membetulkan parent dari @i %i: Tidak dapat mencari parent @d @e\n"
2400"\n"
2401
2402#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002403#: e2fsck/problem.c:1486
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002404#, c-format
2405msgid "Error creating root @d (%s): %m\n"
2406msgstr "Error membuat root @d (%s): %m\n"
2407
2408#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002409#: e2fsck/problem.c:1491
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002410#, c-format
2411msgid "Error creating /@l @d (%s): %m\n"
2412msgstr "Error membuat /@l @d (%s): %m\n"
2413
2414#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002415#: e2fsck/problem.c:1496
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002416msgid "@r is not a @d; aborting.\n"
2417msgstr "@r bukan sebuah @d: membatalkan.\n"
2418
2419#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002420#: e2fsck/problem.c:1501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002421msgid "Cannot proceed without a @r.\n"
2422msgstr "Tidak dapat melanjutkan tanpa sebuah @r.\n"
2423
2424#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002425#: e2fsck/problem.c:1511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002426#, c-format
2427msgid "/@l is not a @d (ino=%i)\n"
2428msgstr "/@l bukan sebuah @d (ino=%i)\n"
2429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1518
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002431msgid "Pass 3A: Optimizing directories\n"
2432msgstr "Tahap 3A: Mengoptimasi direktori\n"
2433
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002434#: e2fsck/problem.c:1523
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002435#, c-format
2436msgid "Failed to create dirs_to_hash iterator: %m\n"
2437msgstr "Gagal membuat peng-iterasi dirs_to_hash: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002438
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002439#: e2fsck/problem.c:1528
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002440msgid "Failed to optimize directory %q (%d): %m\n"
2441msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2442
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002443#: e2fsck/problem.c:1533
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002444msgid "Optimizing directories: "
2445msgstr "Mengoptimasi direktori: "
2446
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002447#: e2fsck/problem.c:1550
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002448msgid "Pass 4: Checking reference counts\n"
2449msgstr "Tahap 4: Memeriksa jumlah referensi\n"
2450
2451#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002452#: e2fsck/problem.c:1555
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002453#, c-format
2454msgid "@u @z @i %i. "
2455msgstr "@u @z @i %i. "
2456
2457#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002458#: e2fsck/problem.c:1560
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002459#, c-format
2460msgid "@u @i %i\n"
2461msgstr "@u @i %i\n"
2462
2463#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002464#: e2fsck/problem.c:1565
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002465msgid "@i %i ref count is %Il, @s %N. "
2466msgstr "@i %i ref count adalah %Il, @s %N. "
2467
2468#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2469#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2470#. @-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 -04002471#: e2fsck/problem.c:1569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002472msgid ""
2473"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2474"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2475"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2476msgstr ""
2477"PERINGATAN: BUG DALAM PEMROGRAMAN E2FSCK!\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002478"\tATAU SEORANG KERAS KEPALA (ANDA) MEMERIKSA SEBUAH SISTEM BERKAS (HIDUP) "
2479"YANG TERPASANG.\n"
2480"@i_link_info[%i] adalah %N, @i.i_links_count adalah %Il. Mereka @s adalah "
2481"sama!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002482
2483#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002484#: e2fsck/problem.c:1579
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002485msgid "Pass 5: Checking @g summary information\n"
2486msgstr "Tahap 5: Memeriksa ringkasan informasi @g\n"
2487
2488#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002489#: e2fsck/problem.c:1584
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002490msgid "Padding at end of @i @B is not set. "
2491msgstr "Menambahkan pad diakhir dari @i @B yang tidak terset. "
2492
2493#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002494#: e2fsck/problem.c:1589
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002495msgid "Padding at end of @b @B is not set. "
2496msgstr "Menambahkan pad di akhir dari @b @B adalah ter set. "
2497
2498#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002499#: e2fsck/problem.c:1594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002500msgid "@b @B differences: "
2501msgstr "@b @B perbedaan: "
2502
2503#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002504#: e2fsck/problem.c:1614
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002505msgid "@i @B differences: "
2506msgstr "@i @B perbedaan: "
2507
2508#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002509#: e2fsck/problem.c:1634
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002510msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2511msgstr "Kosong @is terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2512
2513#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002514#: e2fsck/problem.c:1639
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002515msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2516msgstr "Direktori terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2517
2518#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002519#: e2fsck/problem.c:1644
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002520msgid "Free @is count wrong (%i, counted=%j).\n"
2521msgstr "Kosong @is terhitung salah (%i, terhitung=%j).\n"
2522
2523#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002524#: e2fsck/problem.c:1649
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002525msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2526msgstr "Kosong @bs terhitung salah untuk @g #%g (%b, terhitung=%c).\n"
2527
2528#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002529#: e2fsck/problem.c:1654
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002530msgid "Free @bs count wrong (%b, counted=%c).\n"
2531msgstr "Kosong @bs terhitung salah (%b, terhitung=%c).\n"
2532
2533#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2534#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002535#: e2fsck/problem.c:1659
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002536msgid ""
2537"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2538"endpoints (%i, %j)\n"
2539msgstr ""
2540"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) tidak dapat mencocokan "
2541"perhitungan @B titik ujung (%i, %j)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002543#: e2fsck/problem.c:1665
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002544msgid "Internal error: fudging end of bitmap (%N)\n"
2545msgstr "Internal error: fudging berakhir dari bitmap (%N)\n"
2546
2547#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002548#: e2fsck/problem.c:1670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002549#, c-format
2550msgid "Error copying in replacement @i @B: %m\n"
2551msgstr "Error menyalin dalam mengganti @i @B: %m\n"
2552
2553#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002554#: e2fsck/problem.c:1675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002555#, c-format
2556msgid "Error copying in replacement @b @B: %m\n"
2557msgstr "Error menyalin dalam mengganti @b @B: %m\n"
2558
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002559#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002560#: e2fsck/problem.c:1700
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002561#, c-format
2562msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2563msgstr "@g %g @b(s) sedang digunakan tetapi @g tertanda BLOCK_UNINIT\n"
2564
2565#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002566#: e2fsck/problem.c:1705
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002567#, c-format
2568msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2569msgstr "@g %g @i(s) sedang digunakan tetapi @g tertanda INODE_UNINIT\n"
2570
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002571#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002572#: e2fsck/problem.c:1712
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002573msgid "Recreate @j"
2574msgstr "Membuat kembali @j"
2575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002576#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002577msgid "Update quota info for quota type %N"
2578msgstr ""
2579
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002580#: e2fsck/problem.c:1836
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002581#, c-format
2582msgid "Unhandled error code (0x%x)!\n"
2583msgstr "Kode error tidak tertangani (0x%x)!\n"
2584
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002585#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002586msgid "IGNORED"
2587msgstr "DIABAIKAN"
2588
Eric Sandeen032eafe2012-07-28 17:48:36 -04002589#: e2fsck/scantest.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002590#, c-format
2591msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2592msgstr "Memori yang digunakan: %d, waktu yang digunakan: %6.3f/%6.3f/%6.3f\n"
2593
Eric Sandeen032eafe2012-07-28 17:48:36 -04002594#: e2fsck/scantest.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002595#, c-format
2596msgid "size of inode=%d\n"
2597msgstr "ukuran dari inode=%d\n"
2598
Eric Sandeen032eafe2012-07-28 17:48:36 -04002599#: e2fsck/scantest.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002600msgid "while starting inode scan"
2601msgstr "ketika memulai scan dari inode"
2602
Eric Sandeen032eafe2012-07-28 17:48:36 -04002603#: e2fsck/scantest.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002604msgid "while doing inode scan"
2605msgstr "ketika melakukan pemeriksaan inode"
2606
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002607#: e2fsck/super.c:190
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002608#, c-format
2609msgid "while calling ext2fs_block_iterate for inode %d"
2610msgstr "ketika memanggil ext2fs_block_iterate untuk inode %d"
2611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002612#: e2fsck/super.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04002613#, fuzzy, c-format
2614msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002615msgstr "ketika memanggil ext2fs_adjust_ea_refcount untuk inode %d"
2616
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002617#: e2fsck/super.c:274
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002618msgid "Truncating"
2619msgstr "Truncating"
2620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002621#: e2fsck/super.c:275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002622msgid "Clearing"
2623msgstr "Menghapus"
2624
Eric Sandeen032eafe2012-07-28 17:48:36 -04002625#: e2fsck/unix.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002626#, c-format
2627msgid ""
2628"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2629"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2630"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2631"\t\t[-E extended-options] device\n"
2632msgstr ""
2633"Penggunaan: %s [-panyrcdfvtDFV] [-b superblok] [-B ukuran blok]\n"
2634"\t\t[-I inode_buffer_block] [-P process_inode_size]\n"
2635"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2636"\t\t[-E extendend-options] perangkat\n"
2637
Eric Sandeen032eafe2012-07-28 17:48:36 -04002638#: e2fsck/unix.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002639msgid ""
2640"\n"
2641"Emergency help:\n"
2642" -p Automatic repair (no questions)\n"
2643" -n Make no changes to the filesystem\n"
2644" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002645" -c Check for bad blocks and add them to the badblock "
2646"list\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002647" -f Force checking even if filesystem is marked clean\n"
2648msgstr ""
2649"\n"
2650"Pertolongan darurat:\n"
2651" -p Otomatis perbaikan (tanpa pertanyaan)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002652" -n Tidak membuat perubahan di sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002653" -y Mengasumsi \"yes\" untuk semua pertanyaan\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002654" -c Memeriksa blok buruk dan menambahkan hasilnya ke "
2655"daftar blok buruk\n"
2656" -f Memaksa memeriksa walaupun sistem berkas ditandai "
2657"bersih\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002658
Eric Sandeen032eafe2012-07-28 17:48:36 -04002659#: e2fsck/unix.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002660msgid ""
2661" -v Be verbose\n"
2662" -b superblock Use alternative superblock\n"
2663" -B blocksize Force blocksize when looking for superblock\n"
2664" -j external_journal Set location of the external journal\n"
2665" -l bad_blocks_file Add to badblocks list\n"
2666" -L bad_blocks_file Set badblocks list\n"
2667msgstr ""
2668" -v Tampilkan pesan pesan\n"
2669" -b super blok Gunakan superblok lain\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002670" -B ukuran blok Paksa menggunakan ukuran blok ketika mencari super "
2671"blok\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002672" -j external_journal Set lokasi dari journal luar\n"
2673" -l bad_blok_file Tambahkan ke daftar blok buruk\n"
2674" -L bad_blok_file Set daftar blok buruk\n"
2675
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002676#: e2fsck/unix.c:131
Eric Sandeen032eafe2012-07-28 17:48:36 -04002677#, fuzzy, c-format
2678msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002679msgstr "%s: %u/%u berkas (%0d.%d%% tidak kontinu), %u/%u blok\n"
2680
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002681#: e2fsck/unix.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -04002682#, fuzzy, c-format
2683msgid ""
2684"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002685"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002686msgid_plural ""
2687"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002688"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002689msgstr[0] "%u inodes discan.\n"
2690msgstr[1] "%u inodes discan.\n"
2691
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002692#: e2fsck/unix.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002693#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002694msgid "%12u non-contiguous file (%0d.%d%%)\n"
2695msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002696msgstr[0] ""
2697msgstr[1] ""
2698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002699#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002700#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002701msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2702msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002703msgstr[0] ""
2704msgstr[1] ""
2705
2706#: e2fsck/unix.c:171
2707#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002708msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2709msgstr " # dari inodes dengan ind/dind/tind blok: %u/%u/%u\n"
2710
2711#: e2fsck/unix.c:179
2712#, fuzzy
2713msgid " Extent depth histogram: "
2714msgstr " Kedalaman Extensi histogram: "
2715
2716#: e2fsck/unix.c:188
2717#, c-format
2718msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2719msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2720msgstr[0] ""
2721msgstr[1] ""
2722
2723#: e2fsck/unix.c:192
2724#, fuzzy, c-format
2725msgid "%12u bad block\n"
2726msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002727msgstr[0] "%u inodes, %u blok\n"
2728msgstr[1] "%u inodes, %u blok\n"
2729
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002730#: e2fsck/unix.c:194
Eric Sandeen032eafe2012-07-28 17:48:36 -04002731#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002732msgid "%12u large file\n"
2733msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002734msgstr[0] "berkas biasa"
2735msgstr[1] "berkas biasa"
2736
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002737#: e2fsck/unix.c:196
Eric Sandeen032eafe2012-07-28 17:48:36 -04002738#, fuzzy, c-format
2739msgid ""
2740"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002741"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002742msgid_plural ""
2743"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002744"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002745msgstr[0] "berkas biasa"
2746msgstr[1] "berkas biasa"
2747
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002748#: e2fsck/unix.c:198
Eric Sandeen032eafe2012-07-28 17:48:36 -04002749#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002750msgid "%12u directory\n"
2751msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002752msgstr[0] "direktori"
2753msgstr[1] "direktori"
2754
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002755#: e2fsck/unix.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04002756#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002757msgid "%12u character device file\n"
2758msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002759msgstr[0] "karakter device"
2760msgstr[1] "karakter device"
2761
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002762#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002763#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002764msgid "%12u block device file\n"
2765msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002766msgstr[0] "block device"
2767msgstr[1] "block device"
2768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002769#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04002770#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002771msgid "%12u fifo\n"
2772msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002773msgstr[0] ""
2774msgstr[1] ""
2775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002776#: e2fsck/unix.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04002777#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002778msgid "%12u link\n"
2779msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002780msgstr[0] ""
2781msgstr[1] ""
2782
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002783#: e2fsck/unix.c:209
Eric Sandeen032eafe2012-07-28 17:48:36 -04002784#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002785msgid "%12u symbolic link"
2786msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002787msgstr[0] "symbolic link"
2788msgstr[1] "symbolic link"
2789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002790#: e2fsck/unix.c:211
Eric Sandeen032eafe2012-07-28 17:48:36 -04002791#, fuzzy, c-format
2792msgid " (%u fast symbolic link)\n"
2793msgid_plural " (%u fast symbolic links)\n"
2794msgstr[0] "symbolic link"
2795msgstr[1] "symbolic link"
2796
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002797#: e2fsck/unix.c:215
Eric Sandeen032eafe2012-07-28 17:48:36 -04002798#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002799msgid "%12u socket\n"
2800msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002801msgstr[0] "socket"
2802msgstr[1] "socket"
2803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002804#: e2fsck/unix.c:219
2805#, fuzzy, c-format
2806msgid "%12u file\n"
2807msgid_plural "%12u files\n"
2808msgstr[0] "berkas biasa"
2809msgstr[1] "berkas biasa"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002810
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002811#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002812#: resize/main.c:260
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002813#, c-format
2814msgid "while determining whether %s is mounted."
2815msgstr "ketika sedang menentukan apakah %s sedang dimount."
2816
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002817#: e2fsck/unix.c:253
Eric Sandeen032eafe2012-07-28 17:48:36 -04002818#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002819msgid "Warning! %s is mounted.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002820msgstr "Peringatan! %s sedang dimount.\n"
2821
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002822#: e2fsck/unix.c:256
2823#, fuzzy, c-format
2824msgid "Warning! %s is in use.\n"
2825msgstr "Peringatan! %s sedang dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002827#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002828#, fuzzy, c-format
2829msgid "%s is mounted.\n"
2830msgstr "%s sedang dimount. "
2831
2832#: e2fsck/unix.c:264
2833#, fuzzy, c-format
2834msgid "%s is in use.\n"
2835msgstr "%s sedang dimount. "
2836
2837#: e2fsck/unix.c:266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002838msgid ""
2839"Cannot continue, aborting.\n"
2840"\n"
2841msgstr ""
2842"Tidak dapat melanjutkan, membatalkan.\n"
2843"\n"
2844
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002845#: e2fsck/unix.c:268
Eric Sandeen032eafe2012-07-28 17:48:36 -04002846#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002847msgid ""
2848"\n"
2849"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002850"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2851"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002852"\n"
2853msgstr ""
2854"\n"
2855"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002856"\a\a\a\aPERINGATAN!!! Sistem berkas telah terpasang. Jika anda lanjutkan "
2857"anda ***AKAN***\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002858"bisa menyebabkan kerusakan ***PARAH*** di sistem berkas.\a\a\a\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002859"\n"
2860
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002861#: e2fsck/unix.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002862msgid "Do you really want to continue"
2863msgstr "Apakah anda yakin ingin melanjutkan"
2864
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002865#: e2fsck/unix.c:275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002866msgid "check aborted.\n"
2867msgstr "pemeriksaan dibatalkan.\n"
2868
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002869#: e2fsck/unix.c:368
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002870msgid " contains a file system with errors"
2871msgstr " berisi sebuah file system dengan errors"
2872
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002873#: e2fsck/unix.c:370
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002874msgid " was not cleanly unmounted"
2875msgstr " tidak bersih setelah diunmount."
2876
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002877#: e2fsck/unix.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002878msgid " primary superblock features different from backup"
2879msgstr " superblok utama memiliki feature berbeda dari backup"
2880
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002881#: e2fsck/unix.c:376
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002882#, c-format
2883msgid " has been mounted %u times without being checked"
2884msgstr " telah dimount %u kali tanpa dilakukan pemeriksaan"
2885
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002886#: e2fsck/unix.c:383
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002887msgid " has filesystem last checked time in the future"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002888msgstr ""
2889" memiliki sistem berkas yang waktu terakhir diperiksa berada di masa yang "
2890"akan datang"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002891
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002892#: e2fsck/unix.c:389
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002893#, c-format
2894msgid " has gone %u days without being checked"
2895msgstr " telah lewat %u hari tanpa dilakukan pemeriksaan"
2896
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002897#: e2fsck/unix.c:398
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002898msgid ", check forced.\n"
2899msgstr ", pemeriksaan dipaksakan.\n"
2900
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002901#: e2fsck/unix.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -04002902#, fuzzy, c-format
2903msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002904msgstr "%s: bersih, %u/%u berkas, %u/%u blok"
2905
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002906#: e2fsck/unix.c:451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002907msgid " (check deferred; on battery)"
2908msgstr " (pemeriksaan dibatalkan; power menggunakan batere)"
2909
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002910#: e2fsck/unix.c:454
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002911msgid " (check after next mount)"
2912msgstr " (pemeriksaan dilakukan setelah mount selanjutnya)"
2913
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002914#: e2fsck/unix.c:456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002915#, c-format
2916msgid " (check in %ld mounts)"
2917msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
2918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002919#: e2fsck/unix.c:606
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002920#, c-format
2921msgid "ERROR: Couldn't open /dev/null (%s)\n"
2922msgstr "ERROR: Tidak dapat membuka /dev/null (%s)\n"
2923
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002924#: e2fsck/unix.c:675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002925msgid "Invalid EA version.\n"
2926msgstr "Versi EA tidak valid.\n"
2927
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002928#: e2fsck/unix.c:702
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002929#, c-format
2930msgid "Unknown extended option: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002931msgstr "Pilihan extended tidak diketahui: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002932
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002933#: e2fsck/unix.c:727
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002934#, c-format
2935msgid ""
2936"Syntax error in e2fsck config file (%s, line #%d)\n"
2937"\t%s\n"
2938msgstr ""
2939"Syntax error dalam berkas konfigurasi e2fsck (%s, baris #%d)\n"
2940"\t%s\n"
2941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002942#: e2fsck/unix.c:797
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002943#, c-format
2944msgid "Error validating file descriptor %d: %s\n"
2945msgstr "Error memvalidasi berkas deskripsi %d: %s\n"
2946
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002947#: e2fsck/unix.c:801
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002948msgid "Invalid completion information file descriptor"
2949msgstr "Informasi File berkas completion tidak valid"
2950
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002951#: e2fsck/unix.c:816
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002952msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002953msgstr ""
2954"Hanya salah satu dari pilihan -p/-a, -n atau -y yang boleh dispesifikasikan."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002955
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002956#: e2fsck/unix.c:837
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002957#, c-format
2958msgid "The -t option is not supported on this version of e2fsck.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002959msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002960
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002961#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002962#: misc/tune2fs.c:1159
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002963#, c-format
2964msgid "Unable to resolve '%s'"
2965msgstr "Tidak dapat meresolve '%s'"
2966
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002967#: e2fsck/unix.c:921
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002968msgid "The -n and -D options are incompatible."
2969msgstr "Pilihan -n dan -D tidak kompatibel."
2970
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002971#: e2fsck/unix.c:926
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002972msgid "The -n and -c options are incompatible."
2973msgstr "Pilihan -n dan -c tidak kompatibel."
2974
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002975#: e2fsck/unix.c:931
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002976msgid "The -n and -l/-L options are incompatible."
2977msgstr "Pilihan -n dan -l/-L tidak kompatibel."
2978
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002979#: e2fsck/unix.c:985
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002980msgid "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 -05002981msgstr ""
2982"Pilihan -c dan -l/-L tidak boleh digunakan secara bersamaan dalam satu "
2983"waktu.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002984
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002985#: e2fsck/unix.c:1032
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002986#, c-format
2987msgid ""
2988"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2989"\n"
2990msgstr ""
2991"E2FSCK_JBD_DEBUG \"%s\" bukan sebuah integer\n"
2992"\n"
2993
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002994#: e2fsck/unix.c:1041
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002995#, c-format
2996msgid ""
2997"\n"
2998"Invalid non-numeric argument to -%c (\"%s\")\n"
2999"\n"
3000msgstr ""
3001"\n"
3002"Argument bukan numerik tidak valid untuk -%c (\"%s\")\n"
3003"\n"
3004
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003005#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003006#, c-format
3007msgid ""
3008"MMP interval is %u seconds and total wait time is %u seconds. Please "
3009"wait...\n"
3010msgstr ""
3011
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003012#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003013#, fuzzy
3014msgid "while checking MMP block"
3015msgstr "ketika mensetup superblok"
3016
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003017#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003018msgid ""
3019"If you are sure the filesystem is not in use on any node, run:\n"
3020"'tune2fs -f -E clear_mmp {device}'\n"
3021msgstr ""
3022
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003023#: e2fsck/unix.c:1207
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003024msgid "Error: ext2fs library version out of date!\n"
3025msgstr "Error: ext2fs versi librari ketinggalan jaman!\n"
3026
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003027#: e2fsck/unix.c:1214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003028msgid "while trying to initialize program"
3029msgstr "ketika mencoba untuk menginisialisasi aplikasi"
3030
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003031#: e2fsck/unix.c:1237
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003032#, c-format
3033msgid "\tUsing %s, %s\n"
3034msgstr "\tMenggunakan %s, %s\n"
3035
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003036#: e2fsck/unix.c:1249
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003037msgid "need terminal for interactive repairs"
3038msgstr "butuh terminal untuk reparasi interactive"
3039
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003040#: e2fsck/unix.c:1303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003041#, c-format
3042msgid "%s: %s trying backup blocks...\n"
3043msgstr "%s: %s mencoba membackup blok...\n"
3044
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003045#: e2fsck/unix.c:1305
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003046msgid "Superblock invalid,"
3047msgstr "Superblok tidak valid,"
3048
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003049#: e2fsck/unix.c:1306
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003050msgid "Group descriptors look bad..."
3051msgstr "Deskripsi grup terlihat buruk..."
3052
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003053#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003054#, fuzzy, c-format
3055msgid "%s: %s while using the backup blocks"
3056msgstr "%s: %s mencoba membackup blok...\n"
3057
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003058#: e2fsck/unix.c:1320
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003059#, c-format
3060msgid "%s: going back to original superblock\n"
3061msgstr "%s: kembali ke superblock asli\n"
3062
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003063#: e2fsck/unix.c:1349
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003064msgid ""
3065"The filesystem revision is apparently too high for this version of e2fsck.\n"
3066"(Or the filesystem superblock is corrupt)\n"
3067"\n"
3068msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003069"Revisi sistem berkas kelihatannya terlalu tinggi untuk versi e2fsck ini.\n"
3070"(Atau sistem berkas superblok terkorupsi)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003071"\n"
3072
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003073#: e2fsck/unix.c:1356
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003074msgid "Could this be a zero-length partition?\n"
3075msgstr "Mungkinkan ini sebuah partisi dengan panjang nol?\n"
3076
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003077#: e2fsck/unix.c:1358
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003078#, c-format
3079msgid "You must have %s access to the filesystem or be root\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003080msgstr "Anda harus memiliki %s akses ke sistem berkas atau menjadi root\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003081
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003082#: e2fsck/unix.c:1364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003083msgid "Possibly non-existent or swap device?\n"
3084msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3085
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003086#: e2fsck/unix.c:1366
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003087msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003088msgstr ""
3089"Sistem berkas dimount atau dibuka secara exclusively oleh aplikasi lain?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003090
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003091#: e2fsck/unix.c:1370
Eric Sandeen032eafe2012-07-28 17:48:36 -04003092#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003093msgid "Possibly non-existent device?\n"
3094msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3095
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003096#: e2fsck/unix.c:1373
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003097msgid ""
3098"Disk write-protected; use the -n option to do a read-only\n"
3099"check of the device.\n"
3100msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003101"Disk terproteksi untuk ditulis; gunakan pilihan -n untuk melakukan secara "
3102"baca-saja\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003103"dalam memeriksa perangkat.\n"
3104
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003105#: e2fsck/unix.c:1437
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003106msgid "Get a newer version of e2fsck!"
3107msgstr "Dapatkan versi yang lebih baru dari e2fsck!"
3108
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003109#: e2fsck/unix.c:1480
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003110#, c-format
3111msgid "while checking ext3 journal for %s"
3112msgstr "ketika memeriksa ext3 jurnal untuk %s"
3113
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003114#: e2fsck/unix.c:1492
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003115msgid ""
3116"Warning: skipping journal recovery because doing a read-only filesystem "
3117"check.\n"
3118msgstr ""
3119"Peringatan: melewatkan recovery jurnal karena sedang melakukan pemeriksaan "
3120"di sistem berkas yang baca-saja (read-only).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003121
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003122#: e2fsck/unix.c:1504
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003123#, c-format
3124msgid "unable to set superblock flags on %s\n"
3125msgstr "tidak dapat menset superblok flag di %s\n"
3126
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003127#: e2fsck/unix.c:1511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003128#, c-format
3129msgid "while recovering ext3 journal of %s"
3130msgstr "ketika merecovery ext3 jurnal dari %s"
3131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003132#: e2fsck/unix.c:1534
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003133#, c-format
3134msgid "%s has unsupported feature(s):"
3135msgstr "%s memiliki feature yang tidak disupport:"
3136
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003137#: e2fsck/unix.c:1549
Eric Sandeen032eafe2012-07-28 17:48:36 -04003138#, fuzzy, c-format
3139msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003140msgstr "Peringatan: support untuk kompresi adalah experimental.\n"
3141
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003142#: e2fsck/unix.c:1555
Eric Sandeen032eafe2012-07-28 17:48:36 -04003143#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003144msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003145"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003146"\tbut filesystem %s has HTREE directories.\n"
3147msgstr ""
3148"E2fsck tidak dikompilasi dengan layanan HTREE,\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003149"\t tetapi sistem berkas %s memiliki direktori HTREE.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003150
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003151#: e2fsck/unix.c:1607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003152#, fuzzy, c-format
3153msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003154msgstr "ketika sedang membaca inode blok buruk"
3155
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003156#: e2fsck/unix.c:1610
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003157msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003158msgstr ""
3159"Ini bukan pertanda baik, tapi kita akan tetap mencoba untuk meneruskan...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003160
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003161#: e2fsck/unix.c:1651
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003162#, c-format
3163msgid "Creating journal (%d blocks): "
3164msgstr "Membuat jurnal (%d blok): "
3165
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003166#: e2fsck/unix.c:1661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003167msgid " Done.\n"
3168msgstr " Selesai.\n"
3169
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003170#: e2fsck/unix.c:1663
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003171msgid ""
3172"\n"
3173"*** journal has been re-created - filesystem is now ext3 again ***\n"
3174msgstr ""
3175"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003176"*** jurnal telah dibuat kembali - sistem berkas sekarang ext3 lagi ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003177
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003178#: e2fsck/unix.c:1687
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003179msgid "Restarting e2fsck from the beginning...\n"
3180msgstr "Mengulang kembali e2fsck dari awal...\n"
3181
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003182#: e2fsck/unix.c:1691
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003183msgid "while resetting context"
3184msgstr "ketika mereset context"
3185
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003186#: e2fsck/unix.c:1698
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003187#, c-format
3188msgid "%s: e2fsck canceled.\n"
3189msgstr "%s: e2fsck dibatalkan.\n"
3190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003191#: e2fsck/unix.c:1703
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003192msgid "aborted"
3193msgstr "dibatalkan"
3194
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003195#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003196#, c-format
3197msgid ""
3198"\n"
3199"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3200msgstr ""
3201"\n"
3202"%s: ***** FILE SYSTEM TELAH TERMODIFIKASI *****\n"
3203
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003204#: e2fsck/unix.c:1719
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003205#, c-format
3206msgid "%s: ***** REBOOT LINUX *****\n"
3207msgstr "%s: ***** REBOOT LINUX *****\n"
3208
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003209#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003210#, c-format
3211msgid ""
3212"\n"
3213"%s: ********** WARNING: Filesystem still has errors **********\n"
3214"\n"
3215msgstr ""
3216"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003217"%s: ********** PERINGATAN: Sistem berkas masih memiliki errors *********\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003218"\n"
3219
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003220#: e2fsck/unix.c:1767
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003221msgid "while setting block group checksum info"
3222msgstr "ketika sedang menset informasi checksum di grup blok"
3223
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003224#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003225msgid "yY"
3226msgstr "yY"
3227
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003228#: e2fsck/util.c:191
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003229msgid "nN"
3230msgstr "nN"
3231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003232#: e2fsck/util.c:205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003233msgid "<y>"
3234msgstr "<y>"
3235
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003236#: e2fsck/util.c:207
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003237msgid "<n>"
3238msgstr "<n>"
3239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003240#: e2fsck/util.c:209
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003241msgid " (y/n)"
3242msgstr "(y/n)"
3243
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003244#: e2fsck/util.c:223
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003245msgid "cancelled!\n"
3246msgstr "dibatalkan!\n"
3247
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003248#: e2fsck/util.c:238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003249msgid "yes\n"
3250msgstr "ya\n"
3251
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003252#: e2fsck/util.c:240
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003253msgid "no\n"
3254msgstr "tidak\n"
3255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003256#: e2fsck/util.c:250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003257#, c-format
3258msgid ""
3259"%s? no\n"
3260"\n"
3261msgstr ""
3262"%s? tidak\n"
3263"\n"
3264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003265#: e2fsck/util.c:254
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003266#, c-format
3267msgid ""
3268"%s? yes\n"
3269"\n"
3270msgstr ""
3271"%s? ya\n"
3272"\n"
3273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003274#: e2fsck/util.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003275msgid "yes"
3276msgstr "ya"
3277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003278#: e2fsck/util.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003279msgid "no"
3280msgstr "tidak"
3281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003282#: e2fsck/util.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003283#, c-format
3284msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3285msgstr "e2fsck_read_bitmaps: ilegal bitmap blok untuk %s"
3286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003287#: e2fsck/util.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003288msgid "reading inode and block bitmaps"
3289msgstr "membaca inode dan blok bitmap"
3290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003291#: e2fsck/util.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003292#, c-format
3293msgid "while retrying to read bitmaps for %s"
3294msgstr "ketika sedang mencoba untuk membaca bitmap untuk %s"
3295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003296#: e2fsck/util.c:298
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003297msgid "writing block and inode bitmaps"
3298msgstr "menulis blok dan inode bitmaps"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003299
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003300#: e2fsck/util.c:303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003301#, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003302msgid "while rewriting block and inode bitmaps for %s"
3303msgstr "ketika mencoba untuk menulis blok dan inode bitmap untuk %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003305#: e2fsck/util.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003306#, c-format
3307msgid ""
3308"\n"
3309"\n"
3310"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3311"\t(i.e., without -a or -p options)\n"
3312msgstr ""
3313"\n"
3314"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003315"%s: TERJADI INKONSITENSI YANG TIDAK DIHARAPKAN; JALANKAN fsck SECARA "
3316"MANUAL.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003317"\t(i.e, tanpa pilihan -a atau -p)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003318
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003319#: e2fsck/util.c:396
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003320#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003321msgid "Memory used: %luk/%luk (%luk/%luk), "
3322msgstr "Memori yang digunakan: %luk/%luk (%luk/%luk), "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003323
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003324#: e2fsck/util.c:400
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003325#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003326msgid "Memory used: %lu, "
3327msgstr "Memori yang digunakan: %lu, "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003328
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003329#: e2fsck/util.c:407
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003330#, c-format
3331msgid "time: %5.2f/%5.2f/%5.2f\n"
3332msgstr "waktu: %5.2f/%5.2f/%5.2f\n"
3333
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003334#: e2fsck/util.c:412
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003335#, c-format
3336msgid "elapsed time: %6.3f\n"
3337msgstr "waktu yang dijalani: %6.3f\n"
3338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003339#: e2fsck/util.c:447 e2fsck/util.c:461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003340#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003341msgid "while reading inode %lu in %s"
3342msgstr "ketika membaca inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003344#: e2fsck/util.c:475 e2fsck/util.c:488
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003345#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003346msgid "while writing inode %lu in %s"
3347msgstr "ketika menulis inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003349#: e2fsck/util.c:637
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003350msgid "while allocating zeroizing buffer"
3351msgstr "ketika mengalokasikan zeroizing buffer"
3352
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003353#: e2fsck/util.c:785
Eric Sandeen032eafe2012-07-28 17:48:36 -04003354msgid ""
3355"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3356"running.\n"
3357msgstr ""
3358
3359#: misc/badblocks.c:69
3360#, fuzzy
3361msgid "done \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003362msgstr "selesai \n"
3363
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003364#: misc/badblocks.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003365#, c-format
3366msgid ""
3367"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003368" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3369"max_bad_blocks]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003370" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3371" device [last_block [first_block]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003372msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003373"Penggunaan: %s [-b ukuran_blok] [-i berkas_masukan] [-o berkas_keluaran] [-"
3374"svwnf]\n"
3375" [-c blok_di_sekali] [-p jumlah_tahap] [-e maksimal_blok_buruk] [-d "
3376"faktor_delay_antara_baca]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003377" [-e pattern_tes] [-t pattern_test [...]]]\n"
3378" perangkat [blok_terakhir [blok_pertama]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003379
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003380#: misc/badblocks.c:103
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003381#, c-format
3382msgid ""
3383"%s: The -n and -w options are mutually exclusive.\n"
3384"\n"
3385msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003386"%s: Pilihan -n dan -w adalah mutually exclusive.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003387"\n"
3388
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003389#: misc/badblocks.c:218
Eric Sandeen032eafe2012-07-28 17:48:36 -04003390#, fuzzy, c-format
3391msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003392msgstr "%6.2f%% selesai, %s berjalan"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003394#: misc/badblocks.c:323
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003395msgid "Testing with random pattern: "
3396msgstr "Memeriksa dengan pattern random: "
3397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003398#: misc/badblocks.c:341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003399msgid "Testing with pattern 0x"
3400msgstr "Memeriksa dengan pattern 0x"
3401
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003402#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003403msgid "during seek"
3404msgstr "ketika mencari(seek)"
3405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003406#: misc/badblocks.c:384
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003407#, c-format
3408msgid "Weird value (%ld) in do_read\n"
3409msgstr "Nilai aneh (%ld) dalam do_read\n"
3410
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003411#: misc/badblocks.c:471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003412msgid "during ext2fs_sync_device"
3413msgstr "ketika ext2fs_sync_device"
3414
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003415#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003416msgid "while beginning bad block list iteration"
3417msgstr "ketika di awal iterasi daftara blok buruk"
3418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003419#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003420msgid "while allocating buffers"
3421msgstr "ketika mengalokasikan buffer"
3422
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003423#: misc/badblocks.c:510
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003424#, c-format
3425msgid "Checking blocks %lu to %lu\n"
3426msgstr "Memeriksa blok %lu ke %lu\n"
3427
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003428#: misc/badblocks.c:515
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003429msgid "Checking for bad blocks in read-only mode\n"
3430msgstr "Memeriksa blok buruk dalam mode baca-saja (read-only)\n"
3431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003432#: misc/badblocks.c:524
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003433msgid "Checking for bad blocks (read-only test): "
3434msgstr "Memeriksa blok buruk (pemeriksaan baca-saja): "
3435
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003436#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3437#: misc/badblocks.c:827
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003438msgid "Too many bad blocks, aborting test\n"
3439msgstr "Terlalu banyak blok buruk, membatalkan pemeriksaan\n"
3440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003441#: misc/badblocks.c:613
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003442msgid "Checking for bad blocks in read-write mode\n"
3443msgstr "Memeriksa untuk blok buruk dalam mode baca-tulis\n"
3444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003445#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003446#, c-format
3447msgid "From block %lu to %lu\n"
3448msgstr "Dari blok %lu ke %lu\n"
3449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003450#: misc/badblocks.c:670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003451msgid "Reading and comparing: "
3452msgstr "Membaca dan membandingkan: "
3453
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003454#: misc/badblocks.c:776
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003455msgid "Checking for bad blocks in non-destructive read-write mode\n"
3456msgstr "Memeriksa untuk blok buruk dalal mode tidak-merusak baca-tulis\n"
3457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003458#: misc/badblocks.c:782
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003459msgid "Checking for bad blocks (non-destructive read-write test)\n"
3460msgstr "Memeriksa untuk blok buruk (pemeriksaan tidak-merusak baca-tulis)\n"
3461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003462#: misc/badblocks.c:789
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003463msgid ""
3464"\n"
3465"Interrupt caught, cleaning up\n"
3466msgstr ""
3467"\n"
3468"Interupsi tertangkap, membersihkan\n"
3469
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003470#: misc/badblocks.c:872
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003471#, c-format
3472msgid "during test data write, block %lu"
3473msgstr "ketika memerikas data ditulis, blok %lu"
3474
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003475#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003476#, c-format
3477msgid "%s is mounted; "
3478msgstr "%s sedang dimount; "
3479
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003480#: misc/badblocks.c:995
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003481msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3482msgstr "badbloks tetap dipaksakan. Mudah-mudahan /etc/mtab tidak benar\n"
3483
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003484#: misc/badblocks.c:1000
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003485msgid "it's not safe to run badblocks!\n"
3486msgstr "ini tidak aman untuk menjalankan badblocks!\n"
3487
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003488#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003489#, c-format
3490msgid "%s is apparently in use by the system; "
3491msgstr "%s kelihatannya sedang digunakan oleh system; "
3492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003493#: misc/badblocks.c:1008
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003494msgid "badblocks forced anyway.\n"
3495msgstr "badblocks dipaksakan saja.\n"
3496
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003497#: misc/badblocks.c:1028
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003498#, c-format
3499msgid "invalid %s - %s"
3500msgstr "tidak valid %s - %s"
3501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003502#: misc/badblocks.c:1139
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003503#, c-format
3504msgid "can't allocate memory for test_pattern - %s"
3505msgstr "tidak dapat mengalokasikan memori untuk test_pattern - %s"
3506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003507#: misc/badblocks.c:1169
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003508msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003509msgstr ""
3510"Maksimum dari satu test_pattern boleh dispesifikasi dalam mode baca-saja"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003512#: misc/badblocks.c:1175
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003513msgid "Random test_pattern is not allowed in read-only mode"
3514msgstr "Random test_pattern tidak diperbolehkan dalam mode baca-saja"
3515
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003516#: misc/badblocks.c:1189
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003517msgid ""
3518"Couldn't determine device size; you must specify\n"
3519"the size manually\n"
3520msgstr ""
3521"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
3522"ukuran perangkat secara manual\n"
3523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003524#: misc/badblocks.c:1195
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003525msgid "while trying to determine device size"
3526msgstr "ketika mencoba untuk menentukakn ukuran perangkat"
3527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003528#: misc/badblocks.c:1200
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003529msgid "last block"
3530msgstr "blok terakhir"
3531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003532#: misc/badblocks.c:1206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003533msgid "first block"
3534msgstr "blok pertama"
3535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003536#: misc/badblocks.c:1209
3537#, fuzzy, c-format
3538msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003539msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003541#: misc/badblocks.c:1216
3542#, fuzzy, c-format
3543msgid "invalid end block (%llu): must be 32-bit value"
3544msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
3545
3546#: misc/badblocks.c:1272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003547msgid "while creating in-memory bad blocks list"
3548msgstr "ketika membuat daftar blok buruk dalam memori"
3549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003550#: misc/badblocks.c:1281
3551msgid "input file - bad format"
3552msgstr ""
3553
3554#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003555msgid "while adding to in-memory bad block list"
3556msgstr "ketika menambahkan daftar blok buruk dalam memori"
3557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003558#: misc/badblocks.c:1323
Eric Sandeen032eafe2012-07-28 17:48:36 -04003559#, fuzzy, c-format
3560msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003561msgstr "Tahap selesai, %u blok buruk ditemukan.\n"
3562
Eric Sandeen032eafe2012-07-28 17:48:36 -04003563#: misc/chattr.c:86
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003564#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003565msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003566msgstr "Penggunaan: %s [-RVf] [-+=AacDdeijsSu] [-v versi] berkas...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003568#: misc/chattr.c:155
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003569#, c-format
3570msgid "bad version - %s\n"
3571msgstr "versi buruk - %s\n"
3572
Eric Sandeen032eafe2012-07-28 17:48:36 -04003573#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003574#, c-format
3575msgid "while trying to stat %s"
3576msgstr "ketika mencoba untuk melakukan statistik %s"
3577
Eric Sandeen032eafe2012-07-28 17:48:36 -04003578#: misc/chattr.c:208
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003579#, c-format
3580msgid "while reading flags on %s"
3581msgstr "ketika membaca flags di %s"
3582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003583#: misc/chattr.c:213 misc/chattr.c:225
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003584#, c-format
3585msgid "Flags of %s set as "
3586msgstr "Flags dari %s diset sebagai "
3587
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003588#: misc/chattr.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003589#, c-format
3590msgid "while setting flags on %s"
3591msgstr "ketika menset flags di %s"
3592
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003593#: misc/chattr.c:242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003594#, c-format
3595msgid "Version of %s set as %lu\n"
3596msgstr "Versi dari %s diset sebagai %lu\n"
3597
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003598#: misc/chattr.c:246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003599#, c-format
3600msgid "while setting version on %s"
3601msgstr "ketika menset versi di %s"
3602
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003603#: misc/chattr.c:267
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003604msgid "Couldn't allocate path variable in chattr_dir_proc"
3605msgstr "Tidak dapat mengalokasikan variable path di chattr_dir_proc"
3606
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003607#: misc/chattr.c:307
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003608msgid "= is incompatible with - and +\n"
3609msgstr "= tidak kompatibel dengan - dan +\n"
3610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003611#: misc/chattr.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003612msgid "Must use '-v', =, - or +\n"
3613msgstr "Harus menggunakan '-v', =, - atau +\n"
3614
Eric Sandeen032eafe2012-07-28 17:48:36 -04003615#: misc/dumpe2fs.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003616#, c-format
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003617msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003618msgstr ""
3619"Penggunaan: %s [-bfhixV] [-o superblok=<jumlah>] [-o ukuranblok=<besar>] "
3620"perangkat\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003621
Eric Sandeen032eafe2012-07-28 17:48:36 -04003622#: misc/dumpe2fs.c:159
3623#, fuzzy
3624msgid "blocks"
3625msgstr "bblock"
3626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003627#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003628msgid "clusters"
3629msgstr ""
3630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003631#: misc/dumpe2fs.c:197
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003632#, c-format
3633msgid "Group %lu: (Blocks "
3634msgstr "Grup %lu: (blok "
3635
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003636#: misc/dumpe2fs.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04003637#, fuzzy, c-format
3638msgid " Checksum 0x%04x"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003639msgstr " Checksum 0x%04x, inode yang tidak digunakan %d\n"
3640
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003641#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003642#, c-format
3643msgid " (EXPECTED 0x%04x)"
3644msgstr ""
3645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003646#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003647#, fuzzy, c-format
3648msgid ", unused inodes %u\n"
3649msgstr ", %u inode yang tidak digunakan\n"
3650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003651#: misc/dumpe2fs.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003652#, c-format
3653msgid " %s superblock at "
3654msgstr " %s superblok di "
3655
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003656#: misc/dumpe2fs.c:214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003657msgid "Primary"
3658msgstr "Utama"
3659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003660#: misc/dumpe2fs.c:214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003661msgid "Backup"
3662msgstr "Cadangan"
3663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003664#: misc/dumpe2fs.c:218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003665msgid ", Group descriptors at "
3666msgstr ", Grup deskripsi di "
3667
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003668#: misc/dumpe2fs.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003669msgid ""
3670"\n"
3671" Reserved GDT blocks at "
3672msgstr ""
3673"\n"
3674" Reserved GDT blok di "
3675
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003676#: misc/dumpe2fs.c:229
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003677msgid " Group descriptor at "
3678msgstr " Grup deskripsi di "
3679
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003680#: misc/dumpe2fs.c:235
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003681msgid " Block bitmap at "
3682msgstr " Blok bitmap di "
3683
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003684#: misc/dumpe2fs.c:239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003685msgid ", Inode bitmap at "
3686msgstr ", Inode bitmap di "
3687
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003688#: misc/dumpe2fs.c:243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003689msgid ""
3690"\n"
3691" Inode table at "
3692msgstr ""
3693"\n"
3694" Inode tabel di "
3695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003696#: misc/dumpe2fs.c:249
Eric Sandeen032eafe2012-07-28 17:48:36 -04003697#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003698msgid ""
3699"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003700" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003701msgstr ""
3702"\n"
3703" %u blok bebas, %u inode bebas, %u direktori%s"
3704
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003705#: misc/dumpe2fs.c:256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003706#, c-format
3707msgid ", %u unused inodes\n"
3708msgstr ", %u inode yang tidak digunakan\n"
3709
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003710#: misc/dumpe2fs.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003711msgid " Free blocks: "
3712msgstr " Blok bebas: "
3713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003714#: misc/dumpe2fs.c:274
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003715msgid " Free inodes: "
3716msgstr " Inode bebas: "
3717
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003718#: misc/dumpe2fs.c:310
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003719msgid "while printing bad block list"
3720msgstr "ketika mencetak daftar blok buruk"
3721
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003722#: misc/dumpe2fs.c:316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003723#, c-format
3724msgid "Bad blocks: %u"
3725msgstr "Blok buruk: %u"
3726
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003727#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003728msgid "while reading journal inode"
3729msgstr "ketika membaca jurnal inode"
3730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003731#: misc/dumpe2fs.c:351
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003732msgid "while opening journal inode"
3733msgstr "ketika membuka jurnal inode"
3734
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003735#: misc/dumpe2fs.c:357
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003736msgid "while reading journal super block"
3737msgstr "ketika membaca super blok jurnal"
3738
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003739#: misc/dumpe2fs.c:364
3740#, fuzzy
3741msgid "Journal superblock magic number invalid!\n"
3742msgstr "Jurnal superblok tidak ditemukan!\n"
3743
3744#: misc/dumpe2fs.c:367
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003745msgid "Journal features: "
3746msgstr "Fasilitas jurnal: "
3747
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003748#: misc/dumpe2fs.c:380
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003749msgid "Journal size: "
3750msgstr "Ukuran jurnal: "
3751
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003752#: misc/dumpe2fs.c:391
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003753#, c-format
3754msgid ""
3755"Journal length: %u\n"
3756"Journal sequence: 0x%08x\n"
3757"Journal start: %u\n"
3758msgstr ""
3759"Panjang jurnal: %u\n"
3760"Urutan jurnal: 0x%08x\n"
3761"Awal dari jurnal: %u\n"
3762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003763#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003764#, fuzzy, c-format
3765msgid "Journal errno: %d\n"
3766msgstr "Pengguna jurnal: %s\n"
3767
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003768#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003769msgid "while reading journal superblock"
3770msgstr "ketikan membaca superblok jurnal"
3771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003772#: misc/dumpe2fs.c:423
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003773msgid "Couldn't find journal superblock magic numbers"
3774msgstr "Tidak dapat mencari nomor magic di jurnal superblok"
3775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003776#: misc/dumpe2fs.c:427
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003777#, c-format
3778msgid ""
3779"\n"
3780"Journal block size: %u\n"
3781"Journal length: %u\n"
3782"Journal first block: %u\n"
3783"Journal sequence: 0x%08x\n"
3784"Journal start: %u\n"
3785"Journal number of users: %u\n"
3786msgstr ""
3787"\n"
3788"Ukuran blok jurnal: %u\n"
3789"Panjang jurnal: %u\n"
3790"Blok pertama jurnal: %u\n"
3791"Urutan jurnal: 0x%08x\n"
3792"Awal dari jurnal: %u\n"
3793"Jumlah pengguna dari jurnal: %u\n"
3794
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003795#: misc/dumpe2fs.c:440
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003796#, c-format
3797msgid "Journal users: %s\n"
3798msgstr "Pengguna jurnal: %s\n"
3799
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003800#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003801msgid "Couldn't allocate memory to parse options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003802msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003804#: misc/dumpe2fs.c:482
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003805#, c-format
3806msgid "Invalid superblock parameter: %s\n"
3807msgstr "Parameter superblok tidak valid: %s\n"
3808
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003809#: misc/dumpe2fs.c:497
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003810#, c-format
3811msgid "Invalid blocksize parameter: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003812msgstr "Parameter ukuran-blok tidak valid: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003813
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003814#: misc/dumpe2fs.c:508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003815#, c-format
3816msgid ""
3817"\n"
3818"Bad extended option(s) specified: %s\n"
3819"\n"
3820"Extended options are separated by commas, and may take an argument which\n"
3821"\tis set off by an equals ('=') sign.\n"
3822"\n"
3823"Valid extended options are:\n"
3824"\tsuperblock=<superblock number>\n"
3825"\tblocksize=<blocksize>\n"
3826msgstr ""
3827"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003828"Pilihan extended buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003829"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003830"Pilihan extended dipisahkan dengan koma, dan boleh membawa argument dimana\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003831"\tini di set off oleh sebuah tanda sama dengan ('=').\n"
3832"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003833"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003834"\tsuperblock=<nomor superblok>\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003835"\tblocksize=<besar blok>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003836
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003837#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003838#, c-format
3839msgid "\tUsing %s\n"
3840msgstr "\tMenggunakan %s\n"
3841
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003842#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3843#: resize/main.c:318
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003844msgid "Couldn't find valid filesystem superblock.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003845msgstr "Tidak dapat mencari superblok sistem berkas yang valid.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003846
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003847#: misc/dumpe2fs.c:632
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003848#, c-format
3849msgid ""
3850"\n"
3851"%s: %s: error reading bitmaps: %s\n"
3852msgstr ""
3853"\n"
3854"%s: %s: error membaca bitmaps: %s\n"
3855
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003856#: misc/e2image.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04003857#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003858msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003859msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
3860
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003861#: misc/e2image.c:103
3862#, fuzzy, c-format
3863msgid " %s -I device image-file\n"
3864msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
3865
3866#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04003867#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003868msgid ""
3869" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3870"[ dest_fs ]\n"
3871msgstr ""
3872
3873#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3874#: misc/e2image.c:1178
3875#, fuzzy
3876msgid "while allocating buffer"
3877msgstr "ketika mengalokasikan buffer"
3878
3879#: misc/e2image.c:174
3880#, fuzzy, c-format
3881msgid "Writing block %llu\n"
3882msgstr "Memeriksa blok %lu ke %lu\n"
3883
3884#: misc/e2image.c:188
3885#, fuzzy, c-format
3886msgid "error writing block %llu"
3887msgstr "Error menulis block %lu (%s). "
3888
3889#: misc/e2image.c:191
3890msgid "error in generic_write()"
3891msgstr ""
3892
3893#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003894msgid "Error: header size is bigger than wrt_size\n"
3895msgstr ""
3896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003897#: misc/e2image.c:213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003898msgid "Couldn't allocate header buffer\n"
3899msgstr "Tidak dapat mengalokasikan buffer header\n"
3900
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003901#: misc/e2image.c:241
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003902msgid "while writing superblock"
3903msgstr "ketika menulis superblok"
3904
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003905#: misc/e2image.c:250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003906msgid "while writing inode table"
3907msgstr "ketika menulis tabel inode"
3908
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003909#: misc/e2image.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003910msgid "while writing block bitmap"
3911msgstr "ketika menulis blok bitmap"
3912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003913#: misc/e2image.c:266
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003914msgid "while writing inode bitmap"
3915msgstr "ketika menulis inode bitmap"
3916
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003917#: misc/e2image.c:502
3918#, fuzzy, c-format
3919msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3920msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
3921
3922#: misc/e2image.c:514
3923#, fuzzy, c-format
3924msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3925msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
3926
3927#: misc/e2image.c:555
3928#, fuzzy, c-format
3929msgid "%llu / %llu blocks (%d%%)"
3930msgstr "%u inodes, %u blok\n"
3931
3932#: misc/e2image.c:586 misc/e2image.c:626
3933msgid "Copying "
3934msgstr ""
3935
3936#: misc/e2image.c:623
3937msgid ""
3938"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3939msgstr ""
3940
3941#: misc/e2image.c:649
3942#, c-format
3943msgid " %s remaining at %.2f MB/s"
3944msgstr ""
3945
3946#: misc/e2image.c:661 misc/e2image.c:1188
3947#, fuzzy, c-format
3948msgid "error reading block %llu"
3949msgstr "Error membaca block %lu (%s). "
3950
3951#: misc/e2image.c:715
3952#, c-format
3953msgid "Copied %llu / %llu blocks (%d%%) in %s "
3954msgstr ""
3955
3956#: misc/e2image.c:719
3957#, c-format
3958msgid "at %.2f MB/s"
3959msgstr ""
3960
3961#: misc/e2image.c:755
3962#, fuzzy
3963msgid "while allocating l1 table"
3964msgstr "ketika mengalokasikan buffer"
3965
3966#: misc/e2image.c:800
3967#, fuzzy
3968msgid "while allocating l2 cache"
3969msgstr "ketika mengalokasikan buffer"
3970
3971#: misc/e2image.c:823
3972msgid ""
3973"Warning: There are still tables in the cache while putting the cache, data "
3974"will be lost so the image may not be valid.\n"
3975msgstr ""
3976
3977#: misc/e2image.c:1145
3978#, fuzzy
3979msgid "while allocating ext2_qcow2_image"
3980msgstr "ketika mengalokasikan zeroizing buffer"
3981
3982#: misc/e2image.c:1152
3983#, fuzzy
3984msgid "while initializing ext2_qcow2_image"
3985msgstr "ketika menginisialisasi jurnal superblok"
3986
3987#: misc/e2image.c:1211 misc/e2image.c:1229
3988msgid "Programming error: multiple sequential refcount blocks created!\n"
3989msgstr ""
3990
3991#: misc/e2image.c:1269
3992#, fuzzy
3993msgid "while allocating block bitmap"
3994msgstr "ketika menulis blok bitmap"
3995
3996#: misc/e2image.c:1278
3997#, fuzzy
3998msgid "while allocating scramble block bitmap"
3999msgstr "ketika menulis blok bitmap"
4000
4001#: misc/e2image.c:1285
4002#, fuzzy
4003msgid "Scanning inodes...\n"
4004msgstr "Memeriksa tabel inode"
4005
4006#: misc/e2image.c:1297
4007#, fuzzy
4008msgid "Can't allocate block buffer"
4009msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
4010
4011#: misc/e2image.c:1336 misc/e2image.c:1350
4012#, fuzzy, c-format
4013msgid "while iterating over inode %u"
4014msgstr "ketika memperoleh inode berikutnya"
4015
4016#: misc/e2image.c:1381
4017msgid "Raw and qcow2 images cannot be installed"
4018msgstr ""
4019
4020#: misc/e2image.c:1403
4021#, fuzzy
4022msgid "error reading bitmaps"
4023msgstr "ketika membaca bitmap"
4024
4025#: misc/e2image.c:1415
4026#, fuzzy
4027msgid "while opening device file"
4028msgstr "ketika mencoba membuka inode scan"
4029
4030#: misc/e2image.c:1426
4031#, fuzzy
4032msgid "while restoring the image table"
4033msgstr "ketika menulis tabel inode"
4034
4035#: misc/e2image.c:1523
4036msgid "-a option can only be used with raw or QCOW2 images."
4037msgstr ""
4038
4039#: misc/e2image.c:1529
4040msgid "Offsets are only allowed with raw images."
4041msgstr ""
4042
4043#: misc/e2image.c:1534
4044msgid "Move mode is only allowed with raw images."
4045msgstr ""
4046
4047#: misc/e2image.c:1539
4048msgid "Move mode requires all data mode."
4049msgstr ""
4050
4051#: misc/e2image.c:1549
4052#, fuzzy
4053msgid "checking if mounted"
4054msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
4055
4056#: misc/e2image.c:1556
4057msgid ""
4058"\n"
4059"Running e2image on a R/W mounted filesystem can result in an\n"
4060"inconsistent image which will not be useful for debugging purposes.\n"
4061"Use -f option if you really want to do that.\n"
4062msgstr ""
4063
4064#: misc/e2image.c:1608
4065msgid "QCOW2 image can not be written to the stdout!\n"
4066msgstr ""
4067
4068#: misc/e2image.c:1614
4069msgid "Can not stat output\n"
4070msgstr ""
4071
4072#: misc/e2image.c:1624
4073#, c-format
4074msgid "Image (%s) is compressed\n"
4075msgstr ""
4076
4077#: misc/e2image.c:1627
4078#, c-format
4079msgid "Image (%s) is encrypted\n"
4080msgstr ""
4081
4082#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004083#, c-format
4084msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4085msgstr ""
4086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004087#: misc/e2image.c:1639
4088#, fuzzy
4089msgid "The -c option only supported in raw mode\n"
4090msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4091
4092#: misc/e2image.c:1644
4093#, fuzzy
4094msgid "The -c option not supported when writing to stdout\n"
4095msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4096
4097#: misc/e2image.c:1651
4098#, fuzzy
4099msgid "while allocating check_buf"
4100msgstr "ketika mengalokasikan buffer"
4101
4102#: misc/e2image.c:1657
4103#, fuzzy
4104msgid "The -p option only supported in raw mode\n"
4105msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4106
4107#: misc/e2image.c:1667
4108#, c-format
4109msgid "%d blocks already contained the data to be copied\n"
4110msgstr ""
4111
Eric Sandeen032eafe2012-07-28 17:48:36 -04004112#: misc/e2label.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004113#, c-format
4114msgid "e2label: cannot open %s\n"
4115msgstr "e2label: tidak dapat membuka %s\n"
4116
Eric Sandeen032eafe2012-07-28 17:48:36 -04004117#: misc/e2label.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004118#, c-format
4119msgid "e2label: cannot seek to superblock\n"
4120msgstr "e2label: tidak dapat mencari superblok\n"
4121
Eric Sandeen032eafe2012-07-28 17:48:36 -04004122#: misc/e2label.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004123#, c-format
4124msgid "e2label: error reading superblock\n"
4125msgstr "e2label: error membaca superblok\n"
4126
Eric Sandeen032eafe2012-07-28 17:48:36 -04004127#: misc/e2label.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004128#, c-format
4129msgid "e2label: not an ext2 filesystem\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004130msgstr "e2label: bukan sebuah ext2 sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004131
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004132#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004133#, c-format
4134msgid "Warning: label too long, truncating.\n"
4135msgstr "Peringatan: label terlalu panjang, memotong.\n"
4136
Eric Sandeen032eafe2012-07-28 17:48:36 -04004137#: misc/e2label.c:100
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004138#, c-format
4139msgid "e2label: cannot seek to superblock again\n"
4140msgstr "e2label: tidak dapat mencari superblok lagi\n"
4141
Eric Sandeen032eafe2012-07-28 17:48:36 -04004142#: misc/e2label.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004143#, c-format
4144msgid "e2label: error writing superblock\n"
4145msgstr "e2label: error menulis superblok\n"
4146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004147#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004148#, c-format
4149msgid "Usage: e2label device [newlabel]\n"
4150msgstr "Penggunaan: e2label perangkat [labelbaru]\n"
4151
Eric Sandeen032eafe2012-07-28 17:48:36 -04004152#: misc/e2undo.c:36
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004153#, c-format
4154msgid "Usage: %s <transaction file> <filesystem>\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004155msgstr "Penggunaan: %s <berkas transaksi> <sistem berkas>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004156
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004157#: misc/e2undo.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004158msgid "Failed to read the file system data \n"
4159msgstr "Gagal membaca data filesystem \n"
4160
Eric Sandeen032eafe2012-07-28 17:48:36 -04004161#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004162#, c-format
4163msgid "Failed tdb_fetch %s\n"
4164msgstr "Gagal tdb_fetch %s\n"
4165
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004166#: misc/e2undo.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004167#, c-format
4168msgid "The file system Mount time didn't match %u\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004169msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004170
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004171#: misc/e2undo.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004172msgid "The file system UUID didn't match \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004173msgstr "Sistem berkas UUID tidak cocok \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004174
Eric Sandeen032eafe2012-07-28 17:48:36 -04004175#: misc/e2undo.c:163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004176#, c-format
4177msgid "Failed tdb_open %s\n"
4178msgstr "Gagal tdb_open %s\n"
4179
Eric Sandeen032eafe2012-07-28 17:48:36 -04004180#: misc/e2undo.c:169
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004181#, c-format
4182msgid "Error while determining whether %s is mounted.\n"
4183msgstr "Error ketika menentukan apakah %s sudah dimount.\n"
4184
Eric Sandeen032eafe2012-07-28 17:48:36 -04004185#: misc/e2undo.c:175
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004186msgid "e2undo should only be run on unmounted file system\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004187msgstr ""
4188"e2undo seharusnya hanya dijalankan di sistem berkas yang sudah diunmount\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004189
Eric Sandeen032eafe2012-07-28 17:48:36 -04004190#: misc/e2undo.c:184
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004191#, c-format
4192msgid "Failed to open %s\n"
4193msgstr "Gagal membuka %s\n"
4194
Eric Sandeen032eafe2012-07-28 17:48:36 -04004195#: misc/e2undo.c:210
4196#, fuzzy, c-format
4197msgid "Replayed transaction of size %zd at location %llu\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004198msgstr "Balasan ukuran transaksi %zd di lokasi %ld\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004199
Eric Sandeen032eafe2012-07-28 17:48:36 -04004200#: misc/e2undo.c:216
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004201#, c-format
4202msgid "Failed write %s\n"
4203msgstr "Gagal menulis %s\n"
4204
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004205#: misc/fsck.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004206#, c-format
4207msgid "WARNING: couldn't open %s: %s\n"
4208msgstr "PERINGATAN: tidak dapat membuka %s: %s\n"
4209
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004210#: misc/fsck.c:353
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004211#, c-format
4212msgid "WARNING: bad format on line %d of %s\n"
4213msgstr "PERINGATAN: format buruk di bari %d dari %s\n"
4214
Eric Sandeen032eafe2012-07-28 17:48:36 -04004215#: misc/fsck.c:370
4216#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004217msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004218"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004219"\tfield. I will kludge around things for you, but you\n"
4220"\tshould fix your /etc/fstab file as soon as you can.\n"
4221"\n"
4222msgstr ""
4223"\a\a\aPERINGATAN: /etc/fstab anda tidak berisi fsck passno\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004224"\tpilihan. Saya akan klude around things untuk anda, tetapi anda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004225"\tseharusnya membetulkan berkas /etc/fstab anda secepatnya.\n"
4226"\n"
4227
Eric Sandeen032eafe2012-07-28 17:48:36 -04004228#: misc/fsck.c:478
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004229#, c-format
4230msgid "fsck: %s: not found\n"
4231msgstr "fsck: %s: tidak ditemukan\n"
4232
Eric Sandeen032eafe2012-07-28 17:48:36 -04004233#: misc/fsck.c:594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004234#, c-format
4235msgid "%s: wait: No more child process?!?\n"
4236msgstr "%s: tunggu: Tidak ada lagi proses anak?!?\n"
4237
Eric Sandeen032eafe2012-07-28 17:48:36 -04004238#: misc/fsck.c:616
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004239#, c-format
4240msgid "Warning... %s for device %s exited with signal %d.\n"
4241msgstr "Peringatan... %s untuk perangkat %s keluar dengan sinyal %d.\n"
4242
Eric Sandeen032eafe2012-07-28 17:48:36 -04004243#: misc/fsck.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004244#, c-format
4245msgid "%s %s: status is %x, should never happen.\n"
4246msgstr "%s %s: status adalah %x, seharusnya tidak pernah terjadi.\n"
4247
Eric Sandeen032eafe2012-07-28 17:48:36 -04004248#: misc/fsck.c:661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004249#, c-format
4250msgid "Finished with %s (exit status %d)\n"
4251msgstr "Berakhir dengan %s (status keluar %d)\n"
4252
Eric Sandeen032eafe2012-07-28 17:48:36 -04004253#: misc/fsck.c:721
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004254#, c-format
4255msgid "%s: Error %d while executing fsck.%s for %s\n"
4256msgstr "%s: Error %d ketika menjalankan fsck.%s untuk %s\n"
4257
Eric Sandeen032eafe2012-07-28 17:48:36 -04004258#: misc/fsck.c:742
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004259msgid ""
4260"Either all or none of the filesystem types passed to -t must be prefixed\n"
4261"with 'no' or '!'.\n"
4262msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004263"Semua atau tidak sama sekali dari tipe sistem berkas dilewatkan melalui "
4264"pilihan -t harus diwali\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004265"dengan 'no' atau '!'.\n"
4266
Eric Sandeen032eafe2012-07-28 17:48:36 -04004267#: misc/fsck.c:761
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004268msgid "Couldn't allocate memory for filesystem types\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004269msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004270
Eric Sandeen032eafe2012-07-28 17:48:36 -04004271#: misc/fsck.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004272#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004273msgid ""
4274"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4275"number\n"
4276msgstr ""
4277"%s: melewatkan baris buruk di /etc/fstab: bind mount dengan tidak nol fsck "
4278"tahap nomor\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004279
Eric Sandeen032eafe2012-07-28 17:48:36 -04004280#: misc/fsck.c:911
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004281#, c-format
4282msgid "fsck: cannot check %s: fsck.%s not found\n"
4283msgstr "fsck: tidak dapat memeriksa %s: fsck.%s tidak ditemukan\n"
4284
Eric Sandeen032eafe2012-07-28 17:48:36 -04004285#: misc/fsck.c:967
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004286msgid "Checking all file systems.\n"
4287msgstr "Memeriksa semua filesytem.\n"
4288
Eric Sandeen032eafe2012-07-28 17:48:36 -04004289#: misc/fsck.c:1058
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004290#, c-format
4291msgid "--waiting-- (pass %d)\n"
4292msgstr "--menunggu-- (tahap %d)\n"
4293
Eric Sandeen032eafe2012-07-28 17:48:36 -04004294#: misc/fsck.c:1078
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004295msgid ""
4296"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4297msgstr ""
4298"Penggunaan: fsck [-AMNPRTV] -C [fd] ] [-t fstype] [fs-pilihan] "
4299"[filesys ...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004300
Eric Sandeen032eafe2012-07-28 17:48:36 -04004301#: misc/fsck.c:1120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004302#, c-format
4303msgid "%s: too many devices\n"
4304msgstr "%s: terlalu banyak perangkat\n"
4305
Eric Sandeen032eafe2012-07-28 17:48:36 -04004306#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004307#, c-format
4308msgid "%s: too many arguments\n"
4309msgstr "%s: terlalu banyak argumen\n"
4310
Eric Sandeen032eafe2012-07-28 17:48:36 -04004311#: misc/lsattr.c:74
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004312#, c-format
4313msgid "Usage: %s [-RVadlv] [files...]\n"
4314msgstr "Penggunaan: %s [-RVadlv] [berkas...]\n"
4315
Eric Sandeen032eafe2012-07-28 17:48:36 -04004316#: misc/lsattr.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004317#, c-format
4318msgid "While reading flags on %s"
4319msgstr "Ketika membaca flags di %s"
4320
Eric Sandeen032eafe2012-07-28 17:48:36 -04004321#: misc/lsattr.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004322#, c-format
4323msgid "While reading version on %s"
4324msgstr "Ketika membaca versi di %s"
4325
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004326#: misc/mke2fs.c:123
Eric Sandeen032eafe2012-07-28 17:48:36 -04004327#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004328msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004329"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004330"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004331"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004332"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4333"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4334"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004335"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4336"count]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004337msgstr ""
4338"Penggunaan: %s [-c|-l namafile] [-b ukuran-blok] [-f ukuran-fragmen]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004339"\t[-i bytes-per-inode] [-I ukuran-inode] [-J pilihan-jurnal]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004340"\t[-G ukuran meta grup] [-N jumlah-dari-inode]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004341"\t[-m persentasi-reserved-blok] [-o sistem-operasi-pembuat]\n"
4342"\t[-g blok-per-grup] [-L label-volume] [-M direktori-terakhir-dipasang]\n"
4343"\t[-O fasilitas[,...]] [-r revisi-fs] [-E pilihan-tambahan[,...]]\n"
4344"\t[-T type-fs] [-U UUID] [-jnqvFKSV] perangkat [jumlah-blok]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004345
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004346#: misc/mke2fs.c:252
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004347#, c-format
4348msgid "Running command: %s\n"
4349msgstr "Menjalankan perintah: %s\n"
4350
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004351#: misc/mke2fs.c:256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004352#, c-format
4353msgid "while trying to run '%s'"
4354msgstr "ketika mencoba untuk menjalankan '%s'"
4355
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004356#: misc/mke2fs.c:263
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004357msgid "while processing list of bad blocks from program"
4358msgstr "ketika memproses daftar dari blok buruk dari aplikasi"
4359
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004360#: misc/mke2fs.c:290
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004361#, c-format
4362msgid "Block %d in primary superblock/group descriptor area bad.\n"
4363msgstr "Blok %d dalam daerah deskripsi superblok/grup utama buruk.\n"
4364
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004365#: misc/mke2fs.c:292
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004366#, c-format
4367msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004368msgstr ""
4369"Blok %u sampai %u harus dalam keadaan baik untuk membuat sebuah sistem "
4370"berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004371
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004372#: misc/mke2fs.c:295
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004373msgid "Aborting....\n"
4374msgstr "Membatalkan...\n"
4375
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004376#: misc/mke2fs.c:315
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004377#, c-format
4378msgid ""
4379"Warning: the backup superblock/group descriptors at block %u contain\n"
4380"\tbad blocks.\n"
4381"\n"
4382msgstr ""
4383"Peringatan: deskripsi superblok/grup cadangan di blok %u berisi\n"
4384"\tblok buruk.\n"
4385"\n"
4386
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004387#: misc/mke2fs.c:334
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004388msgid "while marking bad blocks as used"
4389msgstr "ketika menandai blok buruk sebagai digunakan"
4390
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004391#: misc/mke2fs.c:386
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004392msgid "Writing inode tables: "
4393msgstr "Menulis tabel inode: "
4394
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004395#: misc/mke2fs.c:407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004396#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004397msgid ""
4398"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004399"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004400msgstr ""
4401"\n"
4402"Tidak dapat menulis %d blok dalam tabel inode dimulai di %u: %s\n"
4403
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004404#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004405msgid "done \n"
4406msgstr "selesai \n"
4407
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004408#: misc/mke2fs.c:432
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004409msgid "while creating root dir"
4410msgstr "ketika membuat direktori root"
4411
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004412#: misc/mke2fs.c:439
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004413msgid "while reading root inode"
4414msgstr "ketika membaca inode root"
4415
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004416#: misc/mke2fs.c:451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004417msgid "while setting root inode ownership"
4418msgstr "ketika menset kepemilikan inode root"
4419
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004420#: misc/mke2fs.c:469
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004421msgid "while creating /lost+found"
4422msgstr "ketika membuat /lost+found"
4423
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004424#: misc/mke2fs.c:476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004425msgid "while looking up /lost+found"
4426msgstr "ketika mencari /lost+found"
4427
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004428#: misc/mke2fs.c:489
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004429msgid "while expanding /lost+found"
4430msgstr "ketika mengekspansi /lost+found"
4431
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004432#: misc/mke2fs.c:504
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004433msgid "while setting bad block inode"
4434msgstr "ketika menset inode blok buruk"
4435
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004436#: misc/mke2fs.c:531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004437#, c-format
4438msgid "Out of memory erasing sectors %d-%d\n"
4439msgstr "Kehabisan memori menghapus sektor %d-%d\n"
4440
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004441#: misc/mke2fs.c:541
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004442#, c-format
4443msgid "Warning: could not read block 0: %s\n"
4444msgstr "Peringatan: tidak dapat membaca blok 0: %s\n"
4445
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004446#: misc/mke2fs.c:557
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004447#, c-format
4448msgid "Warning: could not erase sector %d: %s\n"
4449msgstr "Peringatan: tidak dapat menghapus sektor %d: %s\n"
4450
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004451#: misc/mke2fs.c:573
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004452msgid "while initializing journal superblock"
4453msgstr "ketika menginisialisasi jurnal superblok"
4454
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004455#: misc/mke2fs.c:581
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004456msgid "Zeroing journal device: "
4457msgstr "Mengosongkan perangkat jurnal: "
4458
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004459#: misc/mke2fs.c:593
Eric Sandeen032eafe2012-07-28 17:48:36 -04004460#, fuzzy, c-format
4461msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004462msgstr "ketika mengosongkan perangkat jurnal (blok %u, jumlah %d)"
4463
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004464#: misc/mke2fs.c:611
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004465msgid "while writing journal superblock"
4466msgstr "ketika menulis jurnal superblok"
4467
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004468#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004469#, fuzzy, c-format
4470msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4471msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
4472
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004473#: misc/mke2fs.c:634
Eric Sandeen032eafe2012-07-28 17:48:36 -04004474#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004475msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004476"warning: %llu blocks unused.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004477"\n"
4478msgstr ""
4479"peringatan: %u blok tidak digunakan.\n"
4480"\n"
4481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004482#: misc/mke2fs.c:639
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004483#, c-format
4484msgid "Filesystem label=%s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004485msgstr "Sistem berkas label=%s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004486
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004487#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004488#, fuzzy, c-format
4489msgid "OS type: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004490msgstr "Tipe OS: "
4491
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004492#: misc/mke2fs.c:644
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004493#, c-format
4494msgid "Block size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004495msgstr "Ukuran blok=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004496
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004497#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004498#, fuzzy, c-format
4499msgid "Cluster size=%u (log=%u)\n"
4500msgstr "Ukuran blok=%u (log=%u)\n"
4501
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004502#: misc/mke2fs.c:652
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004503#, c-format
4504msgid "Fragment size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004505msgstr "Ukuran pecahan=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004506
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004507#: misc/mke2fs.c:654
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004508#, c-format
4509msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4510msgstr "Stride=%u blok, Lebar stripe=%u blok\n"
4511
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004512#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004513#, fuzzy, c-format
4514msgid "%u inodes, %llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004515msgstr "%u inodes, %u blok\n"
4516
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004517#: misc/mke2fs.c:658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004518#, fuzzy, c-format
4519msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004520msgstr "%u blok (%2.2f%%) reserved untuk super user\n"
4521
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004522#: misc/mke2fs.c:661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004523#, c-format
4524msgid "First data block=%u\n"
4525msgstr "Data blok pertama=%u\n"
4526
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004527#: misc/mke2fs.c:663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004528#, c-format
4529msgid "Root directory owner=%u:%u\n"
4530msgstr ""
4531
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004532#: misc/mke2fs.c:665
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004533#, c-format
4534msgid "Maximum filesystem blocks=%lu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004535msgstr "Maksimum blok sistem berkas=%lu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004536
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004537#: misc/mke2fs.c:669
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004538#, c-format
4539msgid "%u block groups\n"
4540msgstr "%u grup blok\n"
4541
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004542#: misc/mke2fs.c:671
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004543#, c-format
4544msgid "%u block group\n"
4545msgstr "%u grup blok\n"
4546
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004547#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004548#, fuzzy, c-format
4549msgid "%u blocks per group, %u clusters per group\n"
4550msgstr "%u blok per grup, %u potongan per grup\n"
4551
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004552#: misc/mke2fs.c:677
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004553#, c-format
4554msgid "%u blocks per group, %u fragments per group\n"
4555msgstr "%u blok per grup, %u potongan per grup\n"
4556
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004557#: misc/mke2fs.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004558#, c-format
4559msgid "%u inodes per group\n"
4560msgstr "%u inode per grup\n"
4561
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004562#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004563#, fuzzy, c-format
4564msgid "Filesystem UUID: %s\n"
4565msgstr "Sistem berkas label=%s\n"
4566
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004567#: misc/mke2fs.c:689
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004568msgid "Superblock backups stored on blocks: "
4569msgstr "Cadangan superblok disimpan di blok: "
4570
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004571#: misc/mke2fs.c:766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004572#, c-format
4573msgid "%s requires '-O 64bit'\n"
4574msgstr ""
4575
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004576#: misc/mke2fs.c:772
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004577#, c-format
4578msgid "'%s' must be before 'resize=%u'\n"
4579msgstr ""
4580
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004581#: misc/mke2fs.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004582#, fuzzy, c-format
4583msgid "Invalid desc_size: '%s'\n"
4584msgstr "Ukuran inode baru tidak valid: %s\n"
4585
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004586#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004587#, fuzzy, c-format
4588msgid "Invalid offset: %s\n"
4589msgstr "Ukuran inode baru tidak valid: %s\n"
4590
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004591#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004592#, fuzzy, c-format
4593msgid "Invalid mmp_update_interval: %s\n"
4594msgstr "pilihan mount tidak valid diset: %s\n"
4595
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004596#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004597#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004598msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004599msgstr "Parameter superblok tidak valid: %s\n"
4600
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004601#: misc/mke2fs.c:848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004602#, c-format
4603msgid "Invalid stride parameter: %s\n"
4604msgstr "Parameter stride tidak valid: %s\n"
4605
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004606#: misc/mke2fs.c:863
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004607#, c-format
4608msgid "Invalid stripe-width parameter: %s\n"
4609msgstr "Parameter stripe-width tidak valid: %s\n"
4610
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004611#: misc/mke2fs.c:886
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004612#, c-format
4613msgid "Invalid resize parameter: %s\n"
4614msgstr "Parameter resize tidak valid: %s\n"
4615
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004616#: misc/mke2fs.c:893
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004617msgid "The resize maximum must be greater than the filesystem size.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004618msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004619
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004620#: misc/mke2fs.c:917
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004621msgid "On-line resizing not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004622msgstr "On-line resizing tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004623
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004624#: misc/mke2fs.c:944 misc/mke2fs.c:953
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004625#, fuzzy, c-format
4626msgid "Invalid root_owner: '%s'\n"
4627msgstr "pilihan mount tidak valid diset: %s\n"
4628
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004629#: misc/mke2fs.c:978
Eric Sandeen032eafe2012-07-28 17:48:36 -04004630#, fuzzy, c-format
4631msgid "Invalid quotatype parameter: %s\n"
4632msgstr "Parameter stride tidak valid: %s\n"
4633
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004634#: misc/mke2fs.c:989
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004635#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004636msgid ""
4637"\n"
4638"Bad option(s) specified: %s\n"
4639"\n"
4640"Extended options are separated by commas, and may take an argument which\n"
4641"\tis set off by an equals ('=') sign.\n"
4642"\n"
4643"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004644"\tmmp_update_interval=<interval>\n"
4645"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004646"\tstride=<RAID per-disk data chunk in blocks>\n"
4647"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004648"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004649"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004650"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004651"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004652"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004653"\troot_uid=<uid of root directory>\n"
4654"\troot_gid=<gid of root directory>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004655"\ttest_fs\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004656"\tdiscard\n"
4657"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004658"\tquotatype=<usr OR grp>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004659"\n"
4660msgstr ""
4661"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004662"Pilihan buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004663"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004664"Pilihan extended dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004665"\tdi set off oleh tanda sama dengan ('=').\n"
4666"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004667"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004668"\tstride=<RAID per-disk data chunk dalam blok>\n"
4669"\tstripe-width=<RAID stride * data disk dalam blok>\n"
4670"\tresize=<resize ukuran maksimum dalam blok>\n"
4671"\tlazy_itable_init=<0 untuk menonaktifkan, 1 untuk mengaktifkan>\n"
4672"\ttest_fs\n"
4673"\n"
4674
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004675#: misc/mke2fs.c:1015
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004676#, c-format
4677msgid ""
4678"\n"
4679"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4680"\n"
4681msgstr ""
4682"\n"
4683"Peringatan: RAID stripe-width %u bukan sebuah even multiple dari stride %u.\n"
4684"\n"
4685
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004686#: misc/mke2fs.c:1055
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004687#, c-format
4688msgid ""
4689"Syntax error in mke2fs config file (%s, line #%d)\n"
4690"\t%s\n"
4691msgstr ""
4692"Syntax error dalam mke2fs berkas konfigurasi (%s, baris #%d)\n"
4693"\t%s\n"
4694
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004695#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004696#, c-format
4697msgid "Invalid filesystem option set: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004698msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004699
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004700#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004701#, c-format
4702msgid "Invalid mount option set: %s\n"
4703msgstr "pilihan mount tidak valid diset: %s\n"
4704
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004705#: misc/mke2fs.c:1220
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004706#, fuzzy, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004707msgid ""
4708"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004709"Your mke2fs.conf file does not define the %s filesystem type.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004710msgstr ""
4711"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004712"Peringatan! Berkas mke2fs.conf anda tidak mendefinisikan tipe sistem berkas "
4713"%s.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004714
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004715#: misc/mke2fs.c:1224
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04004716msgid ""
4717"You probably need to install an updated mke2fs.conf file.\n"
4718"\n"
4719msgstr ""
4720"Anda mungkin butuh untuk memasang sebuah update dari berkas mke2fs.conf.\n"
4721"\n"
4722
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004723#: misc/mke2fs.c:1228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004724#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004725msgid "Aborting...\n"
4726msgstr "Membatalkan...\n"
4727
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004728#: misc/mke2fs.c:1269
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004729#, c-format
4730msgid ""
4731"\n"
4732"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4733"\n"
4734msgstr ""
4735
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004736#: misc/mke2fs.c:1449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004737#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004738msgid "Couldn't allocate memory for new PATH.\n"
4739msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
4740
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004741#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004742#, c-format
4743msgid "Couldn't init profile successfully (error: %ld).\n"
4744msgstr ""
4745
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004746#: misc/mke2fs.c:1523
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004747#, c-format
4748msgid "invalid block size - %s"
4749msgstr "Ukuran blok tidak valid - %s"
4750
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004751#: misc/mke2fs.c:1527
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004752#, c-format
4753msgid "Warning: blocksize %d not usable on most systems.\n"
4754msgstr "Peringatan: ukuranblok %d tidak berguna dalam kebanyakan system.\n"
4755
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004756#: misc/mke2fs.c:1543
Eric Sandeen032eafe2012-07-28 17:48:36 -04004757#, fuzzy, c-format
4758msgid "invalid cluster size - %s"
4759msgstr "Ukuran blok tidak valid - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004760
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004761#: misc/mke2fs.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004762msgid "'-R' is deprecated, use '-E' instead"
4763msgstr ""
4764
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004765#: misc/mke2fs.c:1565
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004766msgid "Illegal number for blocks per group"
4767msgstr "Jumlah ilegal untuk blok per grup"
4768
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004769#: misc/mke2fs.c:1570
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004770msgid "blocks per group must be multiple of 8"
4771msgstr "blok per grup harus kelipatan dari 8"
4772
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004773#: misc/mke2fs.c:1578
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004774msgid "Illegal number for flex_bg size"
4775msgstr "Jumlah ilegal untuk ukuran flex_bg"
4776
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004777#: misc/mke2fs.c:1584
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004778msgid "flex_bg size must be a power of 2"
4779msgstr "ukuran flex_bg harus kelipatan dari 2"
4780
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004781#: misc/mke2fs.c:1589
4782#, fuzzy, c-format
4783msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4784msgstr "ukuran flex_bg harus kelipatan dari 2"
4785
4786#: misc/mke2fs.c:1600
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004787#, c-format
4788msgid "invalid inode ratio %s (min %d/max %d)"
4789msgstr "rasio dari inode tidak valid %s (min %d/max %d)"
4790
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004791#: misc/mke2fs.c:1610
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004792#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004793msgid "invalid inode size - %s"
4794msgstr "ukuran inode tidak valid - %s"
4795
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004796#: misc/mke2fs.c:1623
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004797msgid ""
4798"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4799"nodiscard' extended option instead!\n"
4800msgstr ""
4801
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004802#: misc/mke2fs.c:1634
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004803msgid "in malloc for bad_blocks_filename"
4804msgstr "dalam malloc untuk bad_block_filename"
4805
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004806#: misc/mke2fs.c:1647
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004807#, c-format
4808msgid "invalid reserved blocks percent - %s"
4809msgstr "persentasi reserved blok tidak valid - %s"
4810
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004811#: misc/mke2fs.c:1662
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004812#, c-format
4813msgid "bad num inodes - %s"
4814msgstr "jumlah inode buruk - %s"
4815
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004816#: misc/mke2fs.c:1679
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817#, c-format
4818msgid "bad revision level - %s"
4819msgstr "level revisi buruk - %s"
4820
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004821#: misc/mke2fs.c:1684
4822#, fuzzy, c-format
4823msgid "while trying to create revision %d"
4824msgstr ""
4825"\n"
4826"\tketika mencoba untuk membuat jurnal"
4827
4828#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004829#, fuzzy
4830msgid "The -t option may only be used once"
4831msgstr "-o hanya boleh dispesifikasikan sekali"
4832
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004833#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04004834#, fuzzy
4835msgid "The -T option may only be used once"
4836msgstr "-o hanya boleh dispesifikasikan sekali"
4837
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004838#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004839#, c-format
4840msgid "while trying to open journal device %s\n"
4841msgstr "ketika mencoba membuka perangkat jurnal %s\n"
4842
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004843#: misc/mke2fs.c:1765
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004844#, c-format
4845msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004846msgstr ""
4847"Perangkat jurnal ukuranblok (%d) lebih kecil daripada minimum ukuranblok %d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004848
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004849#: misc/mke2fs.c:1771
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004850#, c-format
4851msgid "Using journal device's blocksize: %d\n"
4852msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
4853
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004854#: misc/mke2fs.c:1782
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004855#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004856msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004857msgstr "jumlah blok tidak valid - %s"
4858
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004859#: misc/mke2fs.c:1802
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004860msgid "filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004861msgstr "sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004862
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004863#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004864msgid "while trying to determine filesystem size"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004865msgstr "ketika mencoba untuk menentukan ukuran sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004866
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004867#: misc/mke2fs.c:1821
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004868msgid ""
4869"Couldn't determine device size; you must specify\n"
4870"the size of the filesystem\n"
4871msgstr ""
4872"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004873"ukuran dari sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004874
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004875#: misc/mke2fs.c:1828
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004876msgid ""
4877"Device size reported to be zero. Invalid partition specified, or\n"
4878"\tpartition table wasn't reread after running fdisk, due to\n"
4879"\ta modified partition being busy and in use. You may need to reboot\n"
4880"\tto re-read your partition table.\n"
4881msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004882"Ukuran perangkat yang dilaporkan nol. Partisi yang dispesifikasikan tidak "
4883"valid, atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004884"\ttabel partisi tidak dibaca kembali setelah menjalankan fdisk, karena\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004885"\tpartisi yang diubah sedang sibuk dan sedang digunakan. Anda bisa melakukan "
4886"reboot\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004887"\tuntuk membaca kembali tabel partisi.\n"
4888
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004889#: misc/mke2fs.c:1845
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004890msgid "Filesystem larger than apparent device size."
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004891msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004892
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004893#: misc/mke2fs.c:1865
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004894msgid "Failed to parse fs types list\n"
4895msgstr "Gagal untuk memparse daftar type fs\n"
4896
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004897#: misc/mke2fs.c:1906
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004898msgid "while trying to determine hardware sector size"
4899msgstr "ketika mencoba untuk menentukan ukuran sektor perangkat"
4900
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004901#: misc/mke2fs.c:1912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004902msgid "while trying to determine physical sector size"
4903msgstr "ketika mencoba untuk menentukan ukuran fisik sektor"
4904
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004905#: misc/mke2fs.c:1944
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004906msgid "while setting blocksize; too small for device\n"
4907msgstr ""
4908"ketika sedang melakukan konfigurasi ukuran blok;terlalu kecil untuk "
4909"perangkat\n"
4910
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004911#: misc/mke2fs.c:1949
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004912#, fuzzy, c-format
4913msgid ""
4914"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4915msgstr ""
4916"Peringatan: ukuran blok yang dispesifikasikan %d lebih kecil daripada ukuran "
4917"fisik sektor perangkat %d, tetap dilanjutkan\n"
4918
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004919#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04004920#, fuzzy, c-format
4921msgid ""
4922"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4923"\tin 32 bits using a blocksize of %d.\n"
4924msgstr ""
4925"%s: Ukuran dari perangkat %s terlalu besar untuk diexpresikan dalam 32 bit\n"
4926"\tmenggunakan sebuah ukuranblok dari %d.\n"
4927
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004928#: misc/mke2fs.c:1989
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004929msgid "fs_types for mke2fs.conf resolution: "
4930msgstr "fs_types untuk mke2fs.conf resolution: "
4931
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004932#: misc/mke2fs.c:1996
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004933msgid "Filesystem features not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004934msgstr "Sistem berkas features tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004935
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004936#: misc/mke2fs.c:2004
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004937msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004938msgstr "Sparse superblok tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004939
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004940#: misc/mke2fs.c:2016
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004941msgid "Journals not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004942msgstr "Jurnal tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004943
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004944#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04004945#, fuzzy, c-format
4946msgid "invalid reserved blocks percent - %lf"
4947msgstr "persentasi reserved blok tidak valid - %s"
4948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004949#: misc/mke2fs.c:2047
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004950msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004951"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4952"rectify.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004953msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004954
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004955#: misc/mke2fs.c:2067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004956#, fuzzy
4957msgid "The cluster size may not be smaller than the block size.\n"
4958msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004959
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004960#: misc/mke2fs.c:2073
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004961msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004962msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -04004963
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004964#: misc/mke2fs.c:2092
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004965#, c-format
4966msgid "warning: Unable to get device geometry for %s\n"
4967msgstr "Peringatan: Tidak dapat mendapatkan geometri untuk perangkat %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004968
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004969#: misc/mke2fs.c:2095
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004970#, c-format
4971msgid "%s alignment is offset by %lu bytes.\n"
4972msgstr "%s penyesuaian ofset sebesar %lu bytes.\n"
4973
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004974#: misc/mke2fs.c:2097
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004975#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004976msgid ""
4977"This may result in very poor performance, (re)-partitioning suggested.\n"
4978msgstr ""
4979"Ini mungkin akan berujung ke performa yang tidak baik, disarankan untuk "
4980"melakukan pembagian ulang.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004981
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004982#: misc/mke2fs.c:2118
Eric Sandeen032eafe2012-07-28 17:48:36 -04004983#, c-format
4984msgid "%d-byte blocks too big for system (max %d)"
4985msgstr "%d-byte bloks terlalu besar untuk system (maksimal %d)"
4986
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004987#: misc/mke2fs.c:2122
Eric Sandeen032eafe2012-07-28 17:48:36 -04004988#, c-format
4989msgid ""
4990"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4991msgstr ""
4992"Peringatan: %d-byte blok terlalu besar untuk system (maksimal %d), dipaksa "
4993"untuk melanjutkan\n"
4994
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004995#: misc/mke2fs.c:2178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004996msgid "Can't support bigalloc feature without extents feature"
4997msgstr ""
4998
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004999#: misc/mke2fs.c:2185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005000msgid ""
5001"The resize_inode and meta_bg features are not compatible.\n"
5002"They can not be both enabled simultaneously.\n"
5003msgstr ""
5004"resize_inode dan meta_bg feature tidak saling kompatibel.\n"
5005"Meraka tidak dapat diaktifkan secara bersamaan.\n"
5006
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005007#: misc/mke2fs.c:2194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005008msgid ""
5009"\n"
5010"Warning: the bigalloc feature is still under development\n"
5011"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5012"\n"
5013msgstr ""
5014
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005015#: misc/mke2fs.c:2205
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005016msgid "reserved online resize blocks not supported on non-sparse filesystem"
5017msgstr "reserved online resize blok tidak dilayani di non-sparse sistem berkas"
5018
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005019#: misc/mke2fs.c:2214
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005020msgid "blocks per group count out of range"
5021msgstr "jumlah blok per grup diluar jangkauan"
5022
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005023#: misc/mke2fs.c:2238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005024msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005025msgstr ""
5026"Flex_bg feature tidak diaktifkan, jadi ukuran flex_bw mungkin tidak dapat "
5027"dispesifikasikan"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005028
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005029#: misc/mke2fs.c:2250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005030#, c-format
5031msgid "invalid inode size %d (min %d/max %d)"
5032msgstr "ukuran inode tidak valid %d (min %d/max %d)"
5033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005034#: misc/mke2fs.c:2268
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005035#, c-format
5036msgid "too many inodes (%llu), raise inode ratio?"
5037msgstr "terlalu banyak inode (%llu), naikkan rasio inode?"
5038
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005039#: misc/mke2fs.c:2275
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005040#, c-format
5041msgid "too many inodes (%llu), specify < 2^32 inodes"
5042msgstr "terlalu banyak inode (%llu), spesifikasikan < 2³2 inode"
5043
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005044#: misc/mke2fs.c:2289
Eric Sandeen032eafe2012-07-28 17:48:36 -04005045#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005046msgid ""
5047"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005048"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005049"\tor lower inode count (-N).\n"
5050msgstr ""
5051"inode_size (%u) * inode_count (%u) terlalu besar untuk sebuah\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005052"\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005053"\tatau lebih rendah jumlah inode (-N).\n"
5054
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005055#: misc/mke2fs.c:2416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005056#, c-format
5057msgid ""
5058"Overwriting existing filesystem; this can be undone using the command:\n"
5059" e2undo %s %s\n"
5060"\n"
5061msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005062"Memaksa menulis sistem berkas yang sudah ada; ini tidak dapat diundo dengan "
5063"perintah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005064" e2undo %s %s\n"
5065"\n"
5066
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005067#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005068#, fuzzy
5069msgid "while trying to setup undo file\n"
5070msgstr ""
5071"\n"
5072"\tketika mencoba membuat file jurnal"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005074#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04005075#, fuzzy
5076msgid "Discarding device blocks: "
5077msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
5078
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005079#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005080#, fuzzy
5081msgid "failed - "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005082msgstr "gagal.\n"
5083
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005084#: misc/mke2fs.c:2594
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005085msgid "while setting up superblock"
5086msgstr "ketika mensetup superblok"
5087
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005088#: misc/mke2fs.c:2610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005089msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005090msgstr ""
5091
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005092#: misc/mke2fs.c:2698
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005093#, c-format
5094msgid "unknown os - %s"
5095msgstr "os tidak diketahui - %s"
5096
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005097#: misc/mke2fs.c:2750
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005098#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005099msgid "Allocating group tables: "
5100msgstr "Menulis tabel inode: "
5101
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005102#: misc/mke2fs.c:2758
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005103msgid "while trying to allocate filesystem tables"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005104msgstr "ketika mencoba mengalokasikan tabel sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005105
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005106#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005107#, fuzzy
5108msgid ""
5109"\n"
5110"\twhile converting subcluster bitmap"
5111msgstr "ketika menulis blok bitmap"
5112
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005113#: misc/mke2fs.c:2810
Eric Sandeen032eafe2012-07-28 17:48:36 -04005114#, fuzzy, c-format
5115msgid "while zeroing block %llu at end of filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005116msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005117
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005118#: misc/mke2fs.c:2824
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005119msgid "while reserving blocks for online resize"
5120msgstr "ketika menreserve blok untuk online resize"
5121
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005122#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005123msgid "journal"
5124msgstr "jurnal"
5125
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005126#: misc/mke2fs.c:2848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005127#, c-format
5128msgid "Adding journal to device %s: "
5129msgstr "Menambahkan jurnal ke perangkat %s: "
5130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005131#: misc/mke2fs.c:2855
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005132#, c-format
5133msgid ""
5134"\n"
5135"\twhile trying to add journal to device %s"
5136msgstr ""
5137"\n"
5138"\tketika mencoba untuk menambahkan jurnal ke perangkat %s"
5139
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005140#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005141msgid "done\n"
5142msgstr "selesai\n"
5143
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005144#: misc/mke2fs.c:2867
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005145msgid "Skipping journal creation in super-only mode\n"
5146msgstr "Melewatkan pembuatan jurnal dalam mode super-saja\n"
5147
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005148#: misc/mke2fs.c:2878
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005149#, c-format
5150msgid "Creating journal (%u blocks): "
5151msgstr "Membuat jurnal (%u blok): "
5152
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005153#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005154msgid ""
5155"\n"
5156"\twhile trying to create journal"
5157msgstr ""
5158"\n"
5159"\tketika mencoba untuk membuat jurnal"
5160
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005161#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005162msgid ""
5163"\n"
5164"Error while enabling multiple mount protection feature."
5165msgstr ""
5166
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005167#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04005168#, c-format
5169msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5170msgstr ""
5171
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005172#: misc/mke2fs.c:2921
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005173msgid "Writing superblocks and filesystem accounting information: "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005174msgstr "Menulis superblok dan informasi akuntasi sistem berkas: "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005175
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005176#: misc/mke2fs.c:2928
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005177msgid ""
5178"\n"
5179"Warning, had trouble writing out superblocks."
5180msgstr ""
5181"\n"
5182"Peringatan, memiliki masalah menulis diluar superblok."
5183
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005184#: misc/mke2fs.c:2930
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005185msgid ""
5186"done\n"
5187"\n"
5188msgstr ""
5189"selesai\n"
5190"\n"
5191
Eric Sandeen032eafe2012-07-28 17:48:36 -04005192#: misc/mklost+found.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005193msgid "Usage: mklost+found\n"
5194msgstr "Penggunaan: mklost+found\n"
5195
Eric Sandeen032eafe2012-07-28 17:48:36 -04005196#: misc/partinfo.c:41
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005197#, c-format
5198msgid ""
5199"Usage: %s device...\n"
5200"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005201"Prints out the partition information for each given device.\n"
5202"For example: %s /dev/hda\n"
5203"\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005204msgstr ""
5205"Penggunaan: %s perangkat...\n"
5206"\n"
5207"Tampilkan informasi partisi untuk setiap perangkat yang diberikan.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005208"Contoh: %s /dev/hda\n"
5209"\n"
5210
Eric Sandeen032eafe2012-07-28 17:48:36 -04005211#: misc/partinfo.c:51
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005212#, c-format
5213msgid "Cannot open %s: %s"
5214msgstr "tidak dapat membuka %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005216#: misc/partinfo.c:57
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005217#, c-format
5218msgid "Cannot get geometry of %s: %s"
5219msgstr "Tidak dapat memperoleh geometry dari %s; %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005221#: misc/partinfo.c:65
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005222#, c-format
5223msgid "Cannot get size of %s: %s"
5224msgstr "Tidak dapat memperoleh ukuran dari %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005225
Eric Sandeen032eafe2012-07-28 17:48:36 -04005226#: misc/partinfo.c:71
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005227#, c-format
5228msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5229msgstr "%s: h=%3d s=%3d c=%4d awal=%8d ukuran=%8lu akhir=%6d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005230
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005231#: misc/tune2fs.c:112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005232msgid "Please run e2fsck on the filesystem.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005233msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005234
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005235#: misc/tune2fs.c:121
Eric Sandeen032eafe2012-07-28 17:48:36 -04005236#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005237msgid ""
5238"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
5239"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005240"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5241"mmp_update_interval]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005242"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
5243"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005244"\t[-Q quota_options]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005245"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5246"\t[ -I new_inode_size ] device\n"
5247msgstr ""
5248"Penggunaan: %s [-c jumlah_max_mount] [-e errors_behavior] [-g grup]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005249"\t[-t interval[d|m|w]] [-j] [-J pilihan_jurnal] [-l]\n"
5250"\t[-m persentasi_reserved_blok] [-o [^]pilihan_mount[,...]] \n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005251"\t[-r jumlah_reserved_blok] [-u pengguna] [-C jumlah_mount] [-L "
5252"label_volume]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005253"\t[-E pilihan-tambahan[,...]] [-T waktu_terakhir_diperiksa] [-U UUID]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005254"\t[-I ukuran_inode_baru] perangkat\n"
5255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005256#: misc/tune2fs.c:217
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005257msgid "while trying to open external journal"
5258msgstr "ketika mencoba membuka jurnal external"
5259
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005260#: misc/tune2fs.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005261#, c-format
5262msgid "%s is not a journal device.\n"
5263msgstr "%s bukan sebuah perangkat jurnal.\n"
5264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005265#: misc/tune2fs.c:237
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005266msgid "Journal superblock not found!\n"
5267msgstr "Jurnal superblok tidak ditemukan!\n"
5268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005269#: misc/tune2fs.c:248
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005270msgid "Filesystem's UUID not found on journal device.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005271msgstr "Sistem berkas UUID tidak ditemukan dalam perangkat jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005273#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005274msgid ""
5275"Cannot locate journal device. It was NOT removed\n"
5276"Use -f option to remove missing journal device.\n"
5277msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005279#: misc/tune2fs.c:277
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005280msgid "Journal removed\n"
5281msgstr "Jurnal dihapus\n"
5282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005283#: misc/tune2fs.c:321
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005284msgid "while reading bitmaps"
5285msgstr "ketika membaca bitmap"
5286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005287#: misc/tune2fs.c:329
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005288msgid "while clearing journal inode"
5289msgstr "ketika menghapus inode jurnal"
5290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005291#: misc/tune2fs.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005292msgid "while writing journal inode"
5293msgstr "ketika menulis inode jurnal"
5294
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005295#: misc/tune2fs.c:372 misc/tune2fs.c:385
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005296msgid "(and reboot afterwards!)\n"
5297msgstr "(dan reboot setelah ini!)\n"
5298
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005299#: misc/tune2fs.c:419
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005300#, c-format
5301msgid "Clearing filesystem feature '%s' not supported.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005302msgstr "Menghapus feature sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005303
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005304#: misc/tune2fs.c:425
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005305#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005306msgid "Setting filesystem feature '%s' not supported.\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005307msgstr "Tatanan fitur sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005308
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005309#: misc/tune2fs.c:434
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005310msgid ""
5311"The has_journal feature may only be cleared when the filesystem is\n"
5312"unmounted or mounted read-only.\n"
5313msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005314"Has_journal feature mungkin hanya bisa dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005315"dimount baca-saja atau tidak dimount.\n"
5316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005317#: misc/tune2fs.c:443
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005318msgid ""
5319"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5320"the has_journal flag.\n"
5321msgstr ""
5322"Needs_recovery flag diset. Tolong jalankan e2fsck sebelum menghapus\n"
5323"has_journal flag.\n"
5324
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005325#: misc/tune2fs.c:462
5326#, fuzzy
5327msgid ""
5328"Setting filesystem feature 'sparse_super' not supported\n"
5329"for filesystems with the meta_bg feature enabled.\n"
5330msgstr ""
5331"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5332"fitur aktif.\n"
5333
5334#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005335#, fuzzy
5336msgid ""
5337"The multiple mount protection feature can't\n"
5338"be set if the filesystem is mounted or\n"
5339"read-only.\n"
5340msgstr ""
5341"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
5342"dimount baca-saja atau tidak dimount.\n"
5343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005344#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005345#, c-format
5346msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5347msgstr ""
5348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005349#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005350msgid ""
5351"The multiple mount protection feature cannot\n"
5352"be disabled if the filesystem is readonly.\n"
5353msgstr ""
5354
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005355#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005356#, fuzzy
5357msgid "Error while reading bitmaps\n"
5358msgstr "ketika membaca bitmap"
5359
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005360#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005361#, c-format
5362msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5363msgstr ""
5364
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005365#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005366#, fuzzy
5367msgid "while reading MMP block."
5368msgstr "ketika sedang membaca inode blok buruk"
5369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005370#: misc/tune2fs.c:556
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005371msgid ""
5372"Clearing the flex_bg flag would cause the the filesystem to be\n"
5373"inconsistent.\n"
5374msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005375"Menghapus flex_bg flag akan mengakibatkan sistem berkas menjadi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005376"tidak konsisten.\n"
5377
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005378#: misc/tune2fs.c:567
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005379msgid ""
5380"The huge_file feature may only be cleared when the filesystem is\n"
5381"unmounted or mounted read-only.\n"
5382msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005383"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005384"dimount baca-saja atau tidak dimount.\n"
5385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005386#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005387msgid ""
5388"\n"
5389"Warning: '^quota' option overrides '-Q'arguments.\n"
5390msgstr ""
5391
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005392#: misc/tune2fs.c:672
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005393msgid "The filesystem already has a journal.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005394msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005395
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005396#: misc/tune2fs.c:692
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005397#, c-format
5398msgid ""
5399"\n"
5400"\twhile trying to open journal on %s\n"
5401msgstr ""
5402"\n"
5403"\tketika mencoba untuk membuka jurnal di %s\n"
5404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005405#: misc/tune2fs.c:696
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005406#, c-format
5407msgid "Creating journal on device %s: "
5408msgstr "Membuat jurnal di perangkat %s: "
5409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005410#: misc/tune2fs.c:704
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005411#, c-format
5412msgid "while adding filesystem to journal on %s"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005413msgstr "ketika menambahkan sistem berkas di jurnal di %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005414
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005415#: misc/tune2fs.c:710
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005416msgid "Creating journal inode: "
5417msgstr "Membuat jurnal inode: "
5418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005419#: misc/tune2fs.c:724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005420msgid ""
5421"\n"
5422"\twhile trying to create journal file"
5423msgstr ""
5424"\n"
5425"\tketika mencoba membuat file jurnal"
5426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005427#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005428#, fuzzy
5429msgid "Couldn't allocate memory to parse quota options!\n"
5430msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
5431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005432#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005433msgid ""
5434"\n"
5435"Bad quota options specified.\n"
5436"\n"
5437"Following valid quota options are available (pass by separating with "
5438"comma):\n"
5439"\t[^]usrquota\n"
5440"\t[^]grpquota\n"
5441"\n"
5442"\n"
5443msgstr ""
5444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005445#: misc/tune2fs.c:881
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005446#, c-format
5447msgid "Couldn't parse date/time specifier: %s"
5448msgstr "Tidak dapat memparse date/time specifier: %s"
5449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005450#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005451#, c-format
5452msgid "bad mounts count - %s"
5453msgstr "jumlah mount buruk - %s"
5454
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005455#: misc/tune2fs.c:938
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005456#, c-format
5457msgid "bad error behavior - %s"
5458msgstr "perilaku error buruk - %s"
5459
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005460#: misc/tune2fs.c:965
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005461#, c-format
5462msgid "bad gid/group name - %s"
5463msgstr "nama gid/grup buruk - %s"
5464
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005465#: misc/tune2fs.c:998
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005466#, c-format
5467msgid "bad interval - %s"
5468msgstr "interval buruk - %s"
5469
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005470#: misc/tune2fs.c:1027
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005471#, c-format
5472msgid "bad reserved block ratio - %s"
5473msgstr "rasio reserved blok buruk - %s"
5474
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005475#: misc/tune2fs.c:1042
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005476msgid "-o may only be specified once"
5477msgstr "-o hanya boleh dispesifikasikan sekali"
5478
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005479#: misc/tune2fs.c:1051
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005480msgid "-O may only be specified once"
5481msgstr "-O hanya boleh dispesifikasikan sekali"
5482
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005483#: misc/tune2fs.c:1068
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005484#, c-format
5485msgid "bad reserved blocks count - %s"
5486msgstr "jumlah reserved blok buruk - %s"
5487
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005488#: misc/tune2fs.c:1097
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005489#, c-format
5490msgid "bad uid/user name - %s"
5491msgstr "nama uid/pengguna buruk - %s"
5492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005493#: misc/tune2fs.c:1114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005494#, c-format
5495msgid "bad inode size - %s"
5496msgstr "ukuran inode buruk - %s"
5497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005498#: misc/tune2fs.c:1121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005499#, c-format
5500msgid "Inode size must be a power of two- %s"
5501msgstr "Ukuran inode harus kelipatan dari dua - %s"
5502
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005503#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005504#, c-format
5505msgid "mmp_update_interval too big: %lu\n"
5506msgstr ""
5507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005508#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005509#, fuzzy, c-format
5510msgid "Setting multiple mount protection update interval to %lu second\n"
5511msgid_plural ""
5512"Setting multiple mount protection update interval to %lu seconds\n"
5513msgstr[0] "Menset maksimal jumlah mount ke %d\n"
5514msgstr[1] "Menset maksimal jumlah mount ke %d\n"
5515
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005516#: misc/tune2fs.c:1243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005517#, c-format
5518msgid "Invalid RAID stride: %s\n"
5519msgstr "Invalid RAID stride: %s\n"
5520
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005521#: misc/tune2fs.c:1258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005522#, c-format
5523msgid "Invalid RAID stripe-width: %s\n"
5524msgstr "Invalid RAID stripe-width: %s\n"
5525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005526#: misc/tune2fs.c:1273
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005527#, c-format
5528msgid "Invalid hash algorithm: %s\n"
5529msgstr "Algoritma hash tidak valid: %s\n"
5530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005531#: misc/tune2fs.c:1279
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005532#, c-format
5533msgid "Setting default hash algorithm to %s (%d)\n"
5534msgstr "Menset default algoritma hash ke %s (%d)\n"
5535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005536#: misc/tune2fs.c:1298
5537#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005538msgid ""
5539"\n"
5540"Bad options specified.\n"
5541"\n"
5542"Extended options are separated by commas, and may take an argument which\n"
5543"\tis set off by an equals ('=') sign.\n"
5544"\n"
5545"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005546"\tclear_mmp\n"
5547"\thash_alg=<hash algorithm>\n"
5548"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005549"\tstride=<RAID per-disk chunk size in blocks>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005550"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005551"\ttest_fs\n"
5552"\t^test_fs\n"
5553msgstr ""
5554"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005555"Pilihan buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005556"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005557"Pilihan extended dipisahkan oleh koma, dan boleh mengambil argumen\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005558"\tyang di set of oleh sebuah tanda sama dengan ('=').\n"
5559"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005560"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005561"\tstride=<RAID per-disk ukuran chunk dalam blok>\n"
5562"\tstripe-width=<RAID stride*data disk dalam blok>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005563"\thash_alg=<algoritma_hash>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005564"\ttest_fs\n"
5565"\t^test_fs\n"
5566
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005567#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005568#, fuzzy
5569msgid "Failed to read inode bitmap\n"
5570msgstr "ketika membaca bitmap"
5571
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005572#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005573#, fuzzy
5574msgid "Failed to read block bitmap\n"
5575msgstr "membaca inode dan blok bitmap"
5576
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005577#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005578msgid "blocks to be moved"
5579msgstr "blok akan dipindahkan"
5580
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005581#: misc/tune2fs.c:1789
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005582msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005583msgstr ""
5584"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005585
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005586#: misc/tune2fs.c:1795
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005587msgid "Not enough space to increase inode size \n"
5588msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
5589
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005590#: misc/tune2fs.c:1800
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005591msgid "Failed to relocate blocks during inode resize \n"
5592msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
5593
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005594#: misc/tune2fs.c:1832
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005595msgid ""
5596"Error in resizing the inode size.\n"
5597"Run e2undo to undo the file system changes. \n"
5598msgstr ""
5599"Error dalam mengubah ukuran dari ukuran inode.\n"
5600"Jalankan e2undo untuk undo perubahan sistem berkas.\n"
5601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005602#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005603msgid "Couldn't allocate memory for tdb filename\n"
5604msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
5605
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005606#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005607#, c-format
5608msgid "while trying to delete %s"
5609msgstr "ketika mencoba untuk menghapus %s"
5610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005611#: misc/tune2fs.c:1888
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005612#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005613msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005614"To undo the tune2fs operation please run the command\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005615" e2undo %s %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005616"\n"
5617msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005618"Untuk mengembalikan operasi tune2fs mohon jalankan perintah\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005619" e2undo %s %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005620"\n"
5621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005622#: misc/tune2fs.c:1957
Eric Sandeen032eafe2012-07-28 17:48:36 -04005623#, c-format
5624msgid ""
5625"MMP block magic is bad. Try to fix it by running:\n"
5626"'e2fsck -f %s'\n"
5627msgstr ""
5628
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005629#: misc/tune2fs.c:1975
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005630#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005631msgid "The inode size is already %lu\n"
5632msgstr "Ukuran inode telah %lu\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005634#: misc/tune2fs.c:1982
5635#, fuzzy
5636msgid "Shrinking inode size is not supported\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005637msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
5638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005639#: misc/tune2fs.c:1987
5640#, fuzzy, c-format
5641msgid "Invalid inode size %lu (max %d)\n"
5642msgstr "ukuran inode tidak valid %d (min %d/max %d)"
5643
5644#: misc/tune2fs.c:2034
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005645#, c-format
5646msgid "Setting maximal mount count to %d\n"
5647msgstr "Menset maksimal jumlah mount ke %d\n"
5648
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005649#: misc/tune2fs.c:2040
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005650#, c-format
5651msgid "Setting current mount count to %d\n"
5652msgstr "Menset jumlah mount sekarang ke %d\n"
5653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005654#: misc/tune2fs.c:2045
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005655#, c-format
5656msgid "Setting error behavior to %d\n"
5657msgstr "Menset perilaku error ke %d\n"
5658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005659#: misc/tune2fs.c:2050
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005660#, c-format
5661msgid "Setting reserved blocks gid to %lu\n"
5662msgstr "Menset gid reserved blok ke %lu\n"
5663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005664#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005665#, fuzzy, c-format
5666msgid "interval between checks is too big (%lu)"
5667msgstr "Menset interval diantara check ke %lu detik\n"
5668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005669#: misc/tune2fs.c:2062
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005670#, c-format
5671msgid "Setting interval between checks to %lu seconds\n"
5672msgstr "Menset interval diantara check ke %lu detik\n"
5673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005674#: misc/tune2fs.c:2069
Eric Sandeen032eafe2012-07-28 17:48:36 -04005675#, fuzzy, c-format
5676msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005677msgstr "Menset persentasi reserved blok ke %g%% (%u blok)\n"
5678
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005679#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005680#, fuzzy, c-format
5681msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005682msgstr "jumlah reserved blok terlalu besar (%lu)"
5683
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005684#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005685#, fuzzy, c-format
5686msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005687msgstr "Menset jumlah reserved blok ke %lu\n"
5688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005689#: misc/tune2fs.c:2088
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005690msgid ""
5691"\n"
5692"The filesystem already has sparse superblocks.\n"
5693msgstr ""
5694"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005695"Sistem berkas telah memiliki sparse superblok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005696
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005697#: misc/tune2fs.c:2092
5698#, fuzzy
5699msgid ""
5700"\n"
5701"Setting the sparse superblock flag not supported\n"
5702"for filesystems with the meta_bg feature enabled.\n"
5703msgstr ""
5704"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5705"fitur aktif.\n"
5706
5707#: misc/tune2fs.c:2103
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005708#, c-format
5709msgid ""
5710"\n"
5711"Sparse superblock flag set. %s"
5712msgstr ""
5713"\n"
5714"Sparse superblok flag diset. %s"
5715
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005716#: misc/tune2fs.c:2108
5717#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005718msgid ""
5719"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005720"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005721msgstr ""
5722"\n"
5723"Menghapus sparse superflag tidak dilayani.\n"
5724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005725#: misc/tune2fs.c:2116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005726#, c-format
5727msgid "Setting time filesystem last checked to %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005728msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005729
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005730#: misc/tune2fs.c:2122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005731#, c-format
5732msgid "Setting reserved blocks uid to %lu\n"
5733msgstr "Menset uid reserved blok ke %lu\n"
5734
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005735#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005736msgid "Error in using clear_mmp. It must be used with -f\n"
5737msgstr ""
5738
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005739#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005740#, fuzzy
5741msgid ""
5742"The quota feature may only be changed when the filesystem is unmounted.\n"
5743msgstr ""
5744"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
5745
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005746#: misc/tune2fs.c:2191
5747#, fuzzy
5748msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5749msgstr ""
5750"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
5751
5752#: misc/tune2fs.c:2219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005753msgid "Invalid UUID format\n"
5754msgstr "Invalid format UUID\n"
5755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005756#: misc/tune2fs.c:2232
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005757msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005758msgstr ""
5759"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005760
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005761#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005762msgid ""
5763"Changing the inode size not supported for filesystems with the flex_bg\n"
5764"feature enabled.\n"
5765msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005766"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
5767"fitur aktif.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005769#: misc/tune2fs.c:2253
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005770#, c-format
5771msgid "Setting inode size %lu\n"
5772msgstr "Menset ukuran inode %lu\n"
5773
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005774#: misc/tune2fs.c:2256
5775#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005776msgid "Failed to change inode size\n"
5777msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
5778
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005779#: misc/tune2fs.c:2267
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005780#, c-format
5781msgid "Setting stride size to %d\n"
5782msgstr "Menset ukuran stride ke %d\n"
5783
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005784#: misc/tune2fs.c:2272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005785#, c-format
5786msgid "Setting stripe width to %d\n"
5787msgstr "Menset lebar stripe ke %d\n"
5788
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005789#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005790#, fuzzy, c-format
5791msgid "Setting extended default mount options to '%s'\n"
5792msgstr "Menset jumlah mount sekarang ke %d\n"
5793
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005794#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005795msgid "<proceeding>\n"
5796msgstr ""
5797
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005798#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005799#, fuzzy, c-format
5800msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5801msgstr "Jalankan saja? (y,n) "
5802
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005803#: misc/util.c:101
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005804msgid "Proceed anyway? (y,n) "
5805msgstr "Jalankan saja? (y,n) "
5806
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005807#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005808#, fuzzy, c-format
5809msgid "\tlast mounted on %s on %s"
5810msgstr "jumlah mount buruk - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005811
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005812#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005813#, fuzzy, c-format
5814msgid "\tlast mounted on %s"
5815msgstr "jumlah mount buruk - %s"
5816
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005817#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005818#, c-format
5819msgid "\tcreated on %s"
5820msgstr ""
5821
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005822#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005823#, c-format
5824msgid "\tlast modified on %s"
5825msgstr ""
5826
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005827#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005828#, c-format
5829msgid "Found a %s partition table in %s\n"
5830msgstr ""
5831
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005832#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005833#, fuzzy, c-format
5834msgid "Creating regular file %s\n"
5835msgstr "berkas biasa"
5836
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005837#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005838#, fuzzy, c-format
5839msgid "Could not open %s: %s\n"
5840msgstr "tidak dapat membuka %s: %s"
5841
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005842#: misc/util.c:211
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005843msgid ""
5844"\n"
5845"The device apparently does not exist; did you specify it correctly?\n"
5846msgstr ""
5847"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005848"Perangkat kelihatannya tidak ada; apakah anda menspesifikasikannya dengan "
5849"benar?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005850
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005851#: misc/util.c:233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005852#, c-format
5853msgid "%s is not a block special device.\n"
5854msgstr "%s bukan sebuah perangkat blok spesial.\n"
5855
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005856#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005857#, fuzzy, c-format
5858msgid "%s contains a %s file system labelled '%s'\n"
5859msgstr " berisi sebuah file system dengan errors"
5860
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005861#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005862#, fuzzy, c-format
5863msgid "%s contains a %s file system\n"
5864msgstr " berisi sebuah file system dengan errors"
5865
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005866#: misc/util.c:295
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005867#, c-format
5868msgid "%s is entire device, not just one partition!\n"
5869msgstr "%s adalah seluruh perangkatm bukan hanya sebuah partisi!\n"
5870
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005871#: misc/util.c:318
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005872msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5873msgstr "mke2fs dipaksakan saja. Mudah mudahan /etc/mtab tidak benar.\n"
5874
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005875#: misc/util.c:323
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005876#, c-format
5877msgid "will not make a %s here!\n"
5878msgstr "tidak akan membuat sebuah %s disini!\n"
5879
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005880#: misc/util.c:330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005881msgid "mke2fs forced anyway.\n"
5882msgstr "mke2fs dipaksakan saja.\n"
5883
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005884#: misc/util.c:346
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005885msgid "Couldn't allocate memory to parse journal options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005886msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan jurnal!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005887
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005888#: misc/util.c:371
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005889#, c-format
5890msgid ""
5891"\n"
5892"Could not find journal device matching %s\n"
5893msgstr ""
5894"\n"
5895"Tidak dapat menemukan perangkat jurnal yang cocok %s\n"
5896
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005897#: misc/util.c:398
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005898#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005899msgid ""
5900"\n"
5901"Bad journal options specified.\n"
5902"\n"
5903"Journal options are separated by commas, and may take an argument which\n"
5904"\tis set off by an equals ('=') sign.\n"
5905"\n"
5906"Valid journal options are:\n"
5907"\tsize=<journal size in megabytes>\n"
5908"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005909"\tlocation=<journal location>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005910"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005911"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005912"\n"
5913msgstr ""
5914"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005915"Pilihan jurnal buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005916"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005917"Pilihan jurnal dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005918"\tdiset off dengan sebuah tanda sama dengan ('=').\n"
5919"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005920"Pilihan jurnal valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005921"\tsize=<ukuran jurnal dalam megabytes>\n"
5922"\tdevice=<perangkat jurnal>\n"
5923"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005924"Ukuran jurnal harus diantara 1024 dan 10240000 blok sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005925"\n"
5926
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005927#: misc/util.c:429
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005928msgid ""
5929"\n"
5930"Filesystem too small for a journal\n"
5931msgstr ""
5932"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005933"Sistem berkas terlalu kecil untuk sebuah jurnal\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005934
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005935#: misc/util.c:436
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005936#, c-format
5937msgid ""
5938"\n"
5939"The requested journal size is %d blocks; it must be\n"
5940"between 1024 and 10240000 blocks. Aborting.\n"
5941msgstr ""
5942"\n"
5943"Ukuran jurnal yang diminta adalah %d blok; ini harus berada\n"
5944"diantara 1024 dan 10240000 blok. Membatalkan.\n"
5945
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005946#: misc/util.c:444
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005947msgid ""
5948"\n"
5949"Journal size too big for filesystem.\n"
5950msgstr ""
5951"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005952"Ukuran jurnal terlalu besar untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005953
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005954#: misc/util.c:458
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005955#, c-format
5956msgid ""
5957"This filesystem will be automatically checked every %d mounts or\n"
5958"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5959msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005960"Sistem berkas ini akan secara otomatis diperiksa setiap %d mounts atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005961"%g hari, yang mana yang datang lebih dulu. Gunakan tune2fs -c atau -i\n"
5962"untuk mengubahnya.\n"
5963
Eric Sandeen032eafe2012-07-28 17:48:36 -04005964#: misc/uuidd.c:48
5965#, c-format
5966msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5967msgstr ""
5968
5969#: misc/uuidd.c:50
5970#, c-format
5971msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5972msgstr ""
5973
5974#: misc/uuidd.c:52
5975#, c-format
5976msgid " %s -k\n"
5977msgstr ""
5978
5979#: misc/uuidd.c:154
5980#, fuzzy
5981msgid "bad arguments"
5982msgstr "%s: terlalu banyak argumen\n"
5983
5984#: misc/uuidd.c:172
5985msgid "connect"
5986msgstr ""
5987
5988#: misc/uuidd.c:191
5989msgid "write"
5990msgstr ""
5991
5992#: misc/uuidd.c:199
5993msgid "read count"
5994msgstr ""
5995
5996#: misc/uuidd.c:205
5997#, fuzzy
5998msgid "bad response length"
5999msgstr "Panjang stride tidak valid"
6000
6001#: misc/uuidd.c:270
6002#, c-format
6003msgid "uuidd daemon already running at pid %s\n"
6004msgstr ""
6005
6006#: misc/uuidd.c:278
6007#, fuzzy, c-format
6008msgid "Couldn't create unix stream socket: %s"
6009msgstr "Tidak dapat memparse date/time specifier: %s"
6010
6011#: misc/uuidd.c:307
6012#, fuzzy, c-format
6013msgid "Couldn't bind unix socket %s: %s\n"
6014msgstr "Tidak dapat menghubungkan %i: %m\n"
6015
6016#: misc/uuidd.c:315
6017#, fuzzy, c-format
6018msgid "Couldn't listen on unix socket %s: %s\n"
6019msgstr "Tidak dapat menghubungkan %i: %m\n"
6020
6021#: misc/uuidd.c:353
6022#, fuzzy, c-format
6023msgid "Error reading from client, len = %d\n"
6024msgstr "Error membaca @i %i: %m\n"
6025
6026#: misc/uuidd.c:361
6027#, c-format
6028msgid "operation %d, incoming num = %d\n"
6029msgstr ""
6030
6031#: misc/uuidd.c:380
6032#, c-format
6033msgid "Generated time UUID: %s\n"
6034msgstr ""
6035
6036#: misc/uuidd.c:390
6037#, c-format
6038msgid "Generated random UUID: %s\n"
6039msgstr ""
6040
6041#: misc/uuidd.c:399
6042#, c-format
6043msgid "Generated time UUID %s and subsequent UUID\n"
6044msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6045msgstr[0] ""
6046msgstr[1] ""
6047
6048#: misc/uuidd.c:420
6049#, c-format
6050msgid "Generated %d UUID's:\n"
6051msgstr ""
6052
6053#: misc/uuidd.c:432
6054#, fuzzy, c-format
6055msgid "Invalid operation %d\n"
6056msgstr "Versi EA tidak valid.\n"
6057
6058#: misc/uuidd.c:476 misc/uuidd.c:498
6059#, c-format
6060msgid "Bad number: %s\n"
6061msgstr ""
6062
6063#: misc/uuidd.c:533 misc/uuidd.c:562
6064#, fuzzy, c-format
6065msgid "Error calling uuidd daemon (%s): %s\n"
6066msgstr "Error membuat /@l @d (%s): %m\n"
6067
6068#: misc/uuidd.c:543
6069#, c-format
6070msgid "%s and subsequent UUID\n"
6071msgid_plural "%s and subsequent %d UUIDs\n"
6072msgstr[0] ""
6073msgstr[1] ""
6074
6075#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006076msgid "List of UUID's:\n"
6077msgstr ""
6078
6079#: misc/uuidd.c:568
6080#, c-format
6081msgid "Unexpected reply length from server %d\n"
6082msgstr ""
6083
6084#: misc/uuidd.c:585
6085#, c-format
6086msgid "Couldn't kill uuidd running at pid %d: %s\n"
6087msgstr ""
6088
6089#: misc/uuidd.c:591
6090#, c-format
6091msgid "Killed uuidd running at pid %d\n"
6092msgstr ""
6093
6094#: misc/uuidgen.c:32
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006095#, c-format
6096msgid "Usage: %s [-r] [-t]\n"
6097msgstr "Penggunaan: %s [-r] [-t]\n"
6098
Eric Sandeen032eafe2012-07-28 17:48:36 -04006099#: resize/extent.c:202
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006100msgid "# Extent dump:\n"
6101msgstr "# Extent dump:\n"
6102
Eric Sandeen032eafe2012-07-28 17:48:36 -04006103#: resize/extent.c:203
6104#, fuzzy, c-format
6105msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006106msgstr "#\tNum=%d, Ukuran=%d, Cursor=%d, Sorted=%d\n"
6107
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006108#: resize/main.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006109#, c-format
6110msgid ""
6111"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
6112"\n"
6113msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006114"Penggunaan: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] perangkat "
6115"[ukuran_baru]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006116"\n"
6117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006118#: resize/main.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006119msgid "Extending the inode table"
6120msgstr "Memperbesar tabel inode"
6121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006122#: resize/main.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006123msgid "Relocating blocks"
6124msgstr "Memindahkan blok"
6125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006126#: resize/main.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006127msgid "Scanning inode table"
6128msgstr "Memeriksa tabel inode"
6129
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006130#: resize/main.c:75
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006131msgid "Updating inode references"
6132msgstr "Memperbarui referensi inode"
6133
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006134#: resize/main.c:78
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006135msgid "Moving inode table"
6136msgstr "Memindahkan tabel inode"
6137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006138#: resize/main.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006139msgid "Unknown pass?!?"
6140msgstr "Tahap tidak diketahui?!?"
6141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006142#: resize/main.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006143#, c-format
6144msgid "Begin pass %d (max = %lu)\n"
6145msgstr "Awal tahap %d (max = %lu)\n"
6146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006147#: resize/main.c:155
6148msgid ""
6149"\n"
6150"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6151"your own risk! Use the force option if you want to go ahead anyway.\n"
6152"\n"
6153msgstr ""
6154
6155#: resize/main.c:272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006156#, c-format
6157msgid "while opening %s"
6158msgstr "ketika membuka %s"
6159
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006160#: resize/main.c:280
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006161#, c-format
6162msgid "while getting stat information for %s"
6163msgstr "ketika memperoleh informasi statistik untuk %s"
6164
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006165#: resize/main.c:327
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006166#, c-format
6167msgid ""
6168"Please run 'e2fsck -f %s' first.\n"
6169"\n"
6170msgstr ""
6171"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
6172"\n"
6173
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006174#: resize/main.c:346
Eric Sandeen032eafe2012-07-28 17:48:36 -04006175#, fuzzy, c-format
6176msgid "Estimated minimum size of the filesystem: %llu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006177msgstr "Estimasi minimum dari ukuran sistem berkas: %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006178
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006179#: resize/main.c:382
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006180#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006181msgid "Invalid new size: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006182msgstr "Ukuran inode baru tidak valid: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006183
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006184#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04006185msgid "New size too large to be expressed in 32 bits\n"
6186msgstr ""
6187
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006188#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04006189#, fuzzy, c-format
6190msgid "New size smaller than minimum (%llu)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006191msgstr "Ukuran baru lebih kecil daripada minimum (%u)\n"
6192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006193#: resize/main.c:412
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006194msgid "Invalid stride length"
6195msgstr "Panjang stride tidak valid"
6196
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006197#: resize/main.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04006198#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006199msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006200"The containing partition (or device) is only %llu (%dk) blocks.\n"
6201"You requested a new size of %llu blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006202"\n"
6203msgstr ""
6204"Partisi (atau perangkat) hanya berisi %u (%dk) blok.\n"
6205"Anda meminta ukuran baru %u blok.\n"
6206
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006207#: resize/main.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04006208#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006209msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006210"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006211"\n"
6212msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006213"Sistem berkas telah memiliki panjang %u blok. Tidak ada yang harus "
6214"dilakukan !\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006215"\n"
6216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006217#: resize/main.c:452
Eric Sandeen032eafe2012-07-28 17:48:36 -04006218#, fuzzy, c-format
6219msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Arif E. Nugrohof34add42009-11-25 07:00:39 -05006220msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
6221
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006222#: resize/main.c:461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006223#, c-format
6224msgid "while trying to resize %s"
6225msgstr "ketika mencoba untuk mengubah ukuran %s"
6226
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006227#: resize/main.c:464
Arif E. Nugrohof34add42009-11-25 07:00:39 -05006228#, c-format
6229msgid ""
6230"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6231"after the aborted resize operation.\n"
6232msgstr ""
6233"Mohon jalankan 'e2fsck -fy %s' untuk membetulkan sistem berkas\n"
6234"setelah pembatalan operasi pengubahan ukuran.\n"
6235
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006236#: resize/main.c:470
Eric Sandeen032eafe2012-07-28 17:48:36 -04006237#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006238msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006239"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006240"\n"
6241msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006242"Sistem berkas di %s sekarang memiliki panjang %u blok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006243"\n"
6244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006245#: resize/main.c:485
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006246#, c-format
6247msgid "while trying to truncate %s"
6248msgstr "ketika mencoba untuk memotong %s"
6249
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006250#: resize/online.c:82
6251#, fuzzy
6252msgid "kernel does not support online resize with sparse_super2"
6253msgstr "Kernel tidak melayani online resizing"
6254
6255#: resize/online.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006256#, c-format
6257msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006258msgstr "Sistem berkas di %s dimount di %s; on-line resizing dibutuhkan\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006259
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006260#: resize/online.c:91
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006261#, fuzzy
6262msgid "On-line shrinking not supported"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006263msgstr "On-line shrinking dari %u ke %u tidak dilayani.\n"
6264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006265#: resize/online.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006266msgid "Filesystem does not support online resizing"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006267msgstr "Sistem berkas tidak melayani online resizing"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006268
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006269#: resize/online.c:125
6270#, fuzzy
6271msgid "Not enough reserved gdt blocks for resizing"
6272msgstr "ketika menreserve blok untuk online resize"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006274#: resize/online.c:132
Eric Sandeen032eafe2012-07-28 17:48:36 -04006275#, fuzzy
6276msgid "Kernel does not support resizing a file system this large"
6277msgstr "Kernel tidak melayani online resizing"
6278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006279#: resize/online.c:140
6280#, c-format
6281msgid "while trying to open mountpoint %s"
6282msgstr "ketika mencoba membuka mountpoint %s"
6283
6284#: resize/online.c:145
6285#, c-format
6286msgid "Old resize interface requested.\n"
6287msgstr ""
6288
6289#: resize/online.c:164 resize/online.c:181
6290msgid "Permission denied to resize filesystem"
6291msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
6292
6293#: resize/online.c:167 resize/online.c:187
6294msgid "While checking for on-line resizing support"
6295msgstr "Ketika memeriksa untuk layanan on-line resizing"
6296
6297#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006298msgid "Kernel does not support online resizing"
6299msgstr "Kernel tidak melayani online resizing"
6300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006301#: resize/online.c:223
Eric Sandeen032eafe2012-07-28 17:48:36 -04006302#, fuzzy, c-format
6303msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006304msgstr "Menjalankan sebuah on-line resize dari %s ke %u (%dk) blok.\n"
6305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006306#: resize/online.c:233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006307msgid "While trying to extend the last group"
6308msgstr "Ketika mencoba untuk mengexten grup terakhir"
6309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006310#: resize/online.c:287
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006311#, c-format
6312msgid "While trying to add group #%d"
6313msgstr "Ketika mencoba untuk menambahkan grup #%d"
6314
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006315#: resize/online.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006316#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006317msgid ""
6318"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6319"this system.\n"
6320msgstr ""
6321"Sistem berkas di %s dimount di %s, dan on-line resizing tidak disupport di "
6322"system ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006323
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006324#: resize/resize2fs.c:402
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006325#, c-format
6326msgid "inodes (%llu) must be less than %u"
6327msgstr "inode (%llu) harus lebih kecil dari %u"
6328
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006329#: resize/resize2fs.c:685
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006330msgid "reserved blocks"
6331msgstr "reserved blok"
6332
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006333#: resize/resize2fs.c:930
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006334msgid "meta-data blocks"
6335msgstr "meta-data blok"
6336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006337#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6338#, fuzzy
6339msgid "new meta blocks"
6340msgstr "meta-data blok"
6341
6342#: resize/resize2fs.c:2046
6343msgid "Should never happen! No sb in last super_sparse bg?\n"
6344msgstr ""
6345
6346#: resize/resize2fs.c:2051
6347msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6348msgstr ""
6349
6350#: resize/resize2fs.c:2129
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006351msgid "Should never happen: resize inode corrupt!\n"
6352msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006353
Eric Sandeen032eafe2012-07-28 17:48:36 -04006354#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006355msgid "EXT2FS Library version 1.42.10"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006356msgstr ""
6357
6358#: lib/ext2fs/ext2_err.c:12
6359msgid "Wrong magic number for ext2_filsys structure"
6360msgstr ""
6361
6362#: lib/ext2fs/ext2_err.c:13
6363msgid "Wrong magic number for badblocks_list structure"
6364msgstr ""
6365
6366#: lib/ext2fs/ext2_err.c:14
6367msgid "Wrong magic number for badblocks_iterate structure"
6368msgstr ""
6369
6370#: lib/ext2fs/ext2_err.c:15
6371msgid "Wrong magic number for inode_scan structure"
6372msgstr ""
6373
6374#: lib/ext2fs/ext2_err.c:16
6375msgid "Wrong magic number for io_channel structure"
6376msgstr ""
6377
6378#: lib/ext2fs/ext2_err.c:17
6379msgid "Wrong magic number for unix io_channel structure"
6380msgstr ""
6381
6382#: lib/ext2fs/ext2_err.c:18
6383msgid "Wrong magic number for io_manager structure"
6384msgstr ""
6385
6386#: lib/ext2fs/ext2_err.c:19
6387msgid "Wrong magic number for block_bitmap structure"
6388msgstr ""
6389
6390#: lib/ext2fs/ext2_err.c:20
6391msgid "Wrong magic number for inode_bitmap structure"
6392msgstr ""
6393
6394#: lib/ext2fs/ext2_err.c:21
6395msgid "Wrong magic number for generic_bitmap structure"
6396msgstr ""
6397
6398#: lib/ext2fs/ext2_err.c:22
6399msgid "Wrong magic number for test io_channel structure"
6400msgstr ""
6401
6402#: lib/ext2fs/ext2_err.c:23
6403msgid "Wrong magic number for directory block list structure"
6404msgstr ""
6405
6406#: lib/ext2fs/ext2_err.c:24
6407msgid "Wrong magic number for icount structure"
6408msgstr ""
6409
6410#: lib/ext2fs/ext2_err.c:25
6411msgid "Wrong magic number for Powerquest io_channel structure"
6412msgstr ""
6413
6414#: lib/ext2fs/ext2_err.c:26
6415msgid "Wrong magic number for ext2 file structure"
6416msgstr ""
6417
6418#: lib/ext2fs/ext2_err.c:27
6419msgid "Wrong magic number for Ext2 Image Header"
6420msgstr ""
6421
6422#: lib/ext2fs/ext2_err.c:28
6423msgid "Wrong magic number for inode io_channel structure"
6424msgstr ""
6425
6426#: lib/ext2fs/ext2_err.c:29
6427msgid "Wrong magic number for ext4 extent handle"
6428msgstr ""
6429
6430#: lib/ext2fs/ext2_err.c:30
6431#, fuzzy
6432msgid "Bad magic number in super-block"
6433msgstr "membaca journal superblock\n"
6434
6435#: lib/ext2fs/ext2_err.c:31
6436msgid "Filesystem revision too high"
6437msgstr ""
6438
6439#: lib/ext2fs/ext2_err.c:32
6440msgid "Attempt to write to filesystem opened read-only"
6441msgstr ""
6442
6443#: lib/ext2fs/ext2_err.c:33
6444#, fuzzy
6445msgid "Can't read group descriptors"
6446msgstr ", Grup deskripsi di "
6447
6448#: lib/ext2fs/ext2_err.c:34
6449#, fuzzy
6450msgid "Can't write group descriptors"
6451msgstr ", Grup deskripsi di "
6452
6453#: lib/ext2fs/ext2_err.c:35
6454msgid "Corrupt group descriptor: bad block for block bitmap"
6455msgstr ""
6456
6457#: lib/ext2fs/ext2_err.c:36
6458msgid "Corrupt group descriptor: bad block for inode bitmap"
6459msgstr ""
6460
6461#: lib/ext2fs/ext2_err.c:37
6462msgid "Corrupt group descriptor: bad block for inode table"
6463msgstr ""
6464
6465#: lib/ext2fs/ext2_err.c:38
6466#, fuzzy
6467msgid "Can't write an inode bitmap"
6468msgstr "menulis inode bitmap"
6469
6470#: lib/ext2fs/ext2_err.c:39
6471#, fuzzy
6472msgid "Can't read an inode bitmap"
6473msgstr "menulis inode bitmap"
6474
6475#: lib/ext2fs/ext2_err.c:40
6476#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006477msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006478msgstr "membaca inode dan blok bitmap"
6479
6480#: lib/ext2fs/ext2_err.c:41
6481#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006482msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006483msgstr "membaca inode dan blok bitmap"
6484
6485#: lib/ext2fs/ext2_err.c:42
6486#, fuzzy
6487msgid "Can't write an inode table"
6488msgstr "ketika menulis tabel inode"
6489
6490#: lib/ext2fs/ext2_err.c:43
6491#, fuzzy
6492msgid "Can't read an inode table"
6493msgstr "Memeriksa tabel inode"
6494
6495#: lib/ext2fs/ext2_err.c:44
6496msgid "Can't read next inode"
6497msgstr ""
6498
6499#: lib/ext2fs/ext2_err.c:45
6500#, fuzzy
6501msgid "Filesystem has unexpected block size"
6502msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
6503
6504#: lib/ext2fs/ext2_err.c:46
6505msgid "EXT2 directory corrupted"
6506msgstr ""
6507
6508#: lib/ext2fs/ext2_err.c:47
6509msgid "Attempt to read block from filesystem resulted in short read"
6510msgstr ""
6511
6512#: lib/ext2fs/ext2_err.c:48
6513msgid "Attempt to write block to filesystem resulted in short write"
6514msgstr ""
6515
6516#: lib/ext2fs/ext2_err.c:49
6517msgid "No free space in the directory"
6518msgstr ""
6519
6520#: lib/ext2fs/ext2_err.c:50
6521#, fuzzy
6522msgid "Inode bitmap not loaded"
6523msgstr ", Inode bitmap di "
6524
6525#: lib/ext2fs/ext2_err.c:51
6526#, fuzzy
6527msgid "Block bitmap not loaded"
6528msgstr " Blok bitmap di "
6529
6530#: lib/ext2fs/ext2_err.c:52
6531#, fuzzy
6532msgid "Illegal inode number"
6533msgstr "Nomor dari block tidak legal!\n"
6534
6535#: lib/ext2fs/ext2_err.c:53
6536#, fuzzy
6537msgid "Illegal block number"
6538msgstr "Nomor dari block tidak legal!\n"
6539
6540#: lib/ext2fs/ext2_err.c:54
6541msgid "Internal error in ext2fs_expand_dir"
6542msgstr ""
6543
6544#: lib/ext2fs/ext2_err.c:55
6545#, fuzzy
6546msgid "Not enough space to build proposed filesystem"
6547msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
6548
6549#: lib/ext2fs/ext2_err.c:56
6550msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6551msgstr ""
6552
6553#: lib/ext2fs/ext2_err.c:57
6554msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6555msgstr ""
6556
6557#: lib/ext2fs/ext2_err.c:58
6558msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6559msgstr ""
6560
6561#: lib/ext2fs/ext2_err.c:59
6562msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6563msgstr ""
6564
6565#: lib/ext2fs/ext2_err.c:60
6566msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6567msgstr ""
6568
6569#: lib/ext2fs/ext2_err.c:61
6570msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6571msgstr ""
6572
6573#: lib/ext2fs/ext2_err.c:62
6574msgid "Attempt to fudge end of block bitmap past the real end"
6575msgstr ""
6576
6577#: lib/ext2fs/ext2_err.c:63
6578msgid "Attempt to fudge end of inode bitmap past the real end"
6579msgstr ""
6580
6581#: lib/ext2fs/ext2_err.c:64
6582#, fuzzy
6583msgid "Illegal indirect block found"
6584msgstr "blok tidak langsung berdua"
6585
6586#: lib/ext2fs/ext2_err.c:65
6587#, fuzzy
6588msgid "Illegal doubly indirect block found"
6589msgstr "blok tidak langsung berdua"
6590
6591#: lib/ext2fs/ext2_err.c:66
6592#, fuzzy
6593msgid "Illegal triply indirect block found"
6594msgstr "blok tidak langsung bertiga"
6595
6596#: lib/ext2fs/ext2_err.c:67
6597#, fuzzy
6598msgid "Block bitmaps are not the same"
6599msgstr " Blok bitmap di "
6600
6601#: lib/ext2fs/ext2_err.c:68
6602#, fuzzy
6603msgid "Inode bitmaps are not the same"
6604msgstr ", Inode bitmap di "
6605
6606#: lib/ext2fs/ext2_err.c:69
6607msgid "Illegal or malformed device name"
6608msgstr ""
6609
6610#: lib/ext2fs/ext2_err.c:70
6611msgid "A block group is missing an inode table"
6612msgstr ""
6613
6614#: lib/ext2fs/ext2_err.c:71
6615msgid "The ext2 superblock is corrupt"
6616msgstr ""
6617
6618#: lib/ext2fs/ext2_err.c:72
6619msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6620msgstr ""
6621
6622#: lib/ext2fs/ext2_err.c:73
6623msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6624msgstr ""
6625
6626#: lib/ext2fs/ext2_err.c:74
6627msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6628msgstr ""
6629
6630#: lib/ext2fs/ext2_err.c:75
6631msgid "Too many symbolic links encountered."
6632msgstr ""
6633
6634#: lib/ext2fs/ext2_err.c:76
6635msgid "The callback function will not handle this case"
6636msgstr ""
6637
6638#: lib/ext2fs/ext2_err.c:77
6639msgid "The inode is from a bad block in the inode table"
6640msgstr ""
6641
6642#: lib/ext2fs/ext2_err.c:78
6643#, fuzzy
6644msgid "Filesystem has unsupported feature(s)"
6645msgstr "%s memiliki feature yang tidak disupport:"
6646
6647#: lib/ext2fs/ext2_err.c:79
6648#, fuzzy
6649msgid "Filesystem has unsupported read-only feature(s)"
6650msgstr "%s memiliki feature yang tidak disupport:"
6651
6652#: lib/ext2fs/ext2_err.c:80
6653msgid "IO Channel failed to seek on read or write"
6654msgstr ""
6655
6656#: lib/ext2fs/ext2_err.c:81
6657#, fuzzy
6658msgid "Memory allocation failed"
6659msgstr "Aerror mengalokasikan"
6660
6661#: lib/ext2fs/ext2_err.c:82
6662msgid "Invalid argument passed to ext2 library"
6663msgstr ""
6664
6665#: lib/ext2fs/ext2_err.c:83
6666#, fuzzy
6667msgid "Could not allocate block in ext2 filesystem"
6668msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
6669
6670#: lib/ext2fs/ext2_err.c:84
6671#, fuzzy
6672msgid "Could not allocate inode in ext2 filesystem"
6673msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
6674
6675#: lib/ext2fs/ext2_err.c:85
6676msgid "Ext2 inode is not a directory"
6677msgstr ""
6678
6679#: lib/ext2fs/ext2_err.c:86
6680msgid "Too many references in table"
6681msgstr ""
6682
6683#: lib/ext2fs/ext2_err.c:87
6684msgid "File not found by ext2_lookup"
6685msgstr ""
6686
6687#: lib/ext2fs/ext2_err.c:88
6688msgid "File open read-only"
6689msgstr ""
6690
6691#: lib/ext2fs/ext2_err.c:89
6692#, fuzzy
6693msgid "Ext2 directory block not found"
6694msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
6695
6696#: lib/ext2fs/ext2_err.c:90
6697msgid "Ext2 directory already exists"
6698msgstr ""
6699
6700#: lib/ext2fs/ext2_err.c:91
6701msgid "Unimplemented ext2 library function"
6702msgstr ""
6703
6704#: lib/ext2fs/ext2_err.c:92
6705msgid "User cancel requested"
6706msgstr ""
6707
6708#: lib/ext2fs/ext2_err.c:93
6709msgid "Ext2 file too big"
6710msgstr ""
6711
6712#: lib/ext2fs/ext2_err.c:94
6713#, fuzzy
6714msgid "Supplied journal device not a block device"
6715msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
6716
6717#: lib/ext2fs/ext2_err.c:95
6718#, fuzzy
6719msgid "Journal superblock not found"
6720msgstr "Jurnal superblok tidak ditemukan!\n"
6721
6722#: lib/ext2fs/ext2_err.c:96
6723msgid "Journal must be at least 1024 blocks"
6724msgstr ""
6725
6726#: lib/ext2fs/ext2_err.c:97
6727msgid "Unsupported journal version"
6728msgstr ""
6729
6730#: lib/ext2fs/ext2_err.c:98
6731#, fuzzy
6732msgid "Error loading external journal"
6733msgstr "ketika mencoba membuka jurnal external"
6734
6735#: lib/ext2fs/ext2_err.c:99
6736#, fuzzy
6737msgid "Journal not found"
6738msgstr "Jurnal superblok tidak ditemukan!\n"
6739
6740#: lib/ext2fs/ext2_err.c:100
6741msgid "Directory hash unsupported"
6742msgstr ""
6743
6744#: lib/ext2fs/ext2_err.c:101
6745#, fuzzy
6746msgid "Illegal extended attribute block number"
6747msgstr "aextended attribute"
6748
6749#: lib/ext2fs/ext2_err.c:102
6750msgid "Cannot create filesystem with requested number of inodes"
6751msgstr ""
6752
6753#: lib/ext2fs/ext2_err.c:103
6754msgid "E2image snapshot not in use"
6755msgstr ""
6756
6757#: lib/ext2fs/ext2_err.c:104
6758#, fuzzy
6759msgid "Too many reserved group descriptor blocks"
6760msgstr "<inode deskripsi grup>"
6761
6762#: lib/ext2fs/ext2_err.c:105
6763msgid "Resize inode is corrupt"
6764msgstr ""
6765
6766#: lib/ext2fs/ext2_err.c:106
6767#, fuzzy
6768msgid "Tried to set block bmap with missing indirect block"
6769msgstr ""
6770"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
6771
6772#: lib/ext2fs/ext2_err.c:107
6773msgid "TDB: Success"
6774msgstr ""
6775
6776#: lib/ext2fs/ext2_err.c:108
6777msgid "TDB: Corrupt database"
6778msgstr ""
6779
6780#: lib/ext2fs/ext2_err.c:109
6781msgid "TDB: IO Error"
6782msgstr ""
6783
6784#: lib/ext2fs/ext2_err.c:110
6785msgid "TDB: Locking error"
6786msgstr ""
6787
6788#: lib/ext2fs/ext2_err.c:111
6789msgid "TDB: Out of memory"
6790msgstr ""
6791
6792#: lib/ext2fs/ext2_err.c:112
6793msgid "TDB: Record exists"
6794msgstr ""
6795
6796#: lib/ext2fs/ext2_err.c:113
6797msgid "TDB: Lock exists on other keys"
6798msgstr ""
6799
6800#: lib/ext2fs/ext2_err.c:114
6801#, fuzzy
6802msgid "TDB: Invalid parameter"
6803msgstr "Parameter stride tidak valid: %s\n"
6804
6805#: lib/ext2fs/ext2_err.c:115
6806msgid "TDB: Record does not exist"
6807msgstr ""
6808
6809#: lib/ext2fs/ext2_err.c:116
6810msgid "TDB: Write not permitted"
6811msgstr ""
6812
6813#: lib/ext2fs/ext2_err.c:117
6814msgid "Ext2fs directory block list is empty"
6815msgstr ""
6816
6817#: lib/ext2fs/ext2_err.c:118
6818msgid "Attempt to modify a block mapping via a read-only block iterator"
6819msgstr ""
6820
6821#: lib/ext2fs/ext2_err.c:119
6822msgid "Wrong magic number for ext4 extent saved path"
6823msgstr ""
6824
6825#: lib/ext2fs/ext2_err.c:120
6826msgid "Wrong magic number for 64-bit generic bitmap"
6827msgstr ""
6828
6829#: lib/ext2fs/ext2_err.c:121
6830msgid "Wrong magic number for 64-bit block bitmap"
6831msgstr ""
6832
6833#: lib/ext2fs/ext2_err.c:122
6834msgid "Wrong magic number for 64-bit inode bitmap"
6835msgstr ""
6836
6837#: lib/ext2fs/ext2_err.c:123
6838msgid "Wrong magic number --- RESERVED_13"
6839msgstr ""
6840
6841#: lib/ext2fs/ext2_err.c:124
6842msgid "Wrong magic number --- RESERVED_14"
6843msgstr ""
6844
6845#: lib/ext2fs/ext2_err.c:125
6846msgid "Wrong magic number --- RESERVED_15"
6847msgstr ""
6848
6849#: lib/ext2fs/ext2_err.c:126
6850msgid "Wrong magic number --- RESERVED_16"
6851msgstr ""
6852
6853#: lib/ext2fs/ext2_err.c:127
6854msgid "Wrong magic number --- RESERVED_17"
6855msgstr ""
6856
6857#: lib/ext2fs/ext2_err.c:128
6858msgid "Wrong magic number --- RESERVED_18"
6859msgstr ""
6860
6861#: lib/ext2fs/ext2_err.c:129
6862msgid "Wrong magic number --- RESERVED_19"
6863msgstr ""
6864
6865#: lib/ext2fs/ext2_err.c:130
6866msgid "Corrupt extent header"
6867msgstr ""
6868
6869#: lib/ext2fs/ext2_err.c:131
6870msgid "Corrupt extent index"
6871msgstr ""
6872
6873#: lib/ext2fs/ext2_err.c:132
6874msgid "Corrupt extent"
6875msgstr ""
6876
6877#: lib/ext2fs/ext2_err.c:133
6878msgid "No free space in extent map"
6879msgstr ""
6880
6881#: lib/ext2fs/ext2_err.c:134
6882msgid "Inode does not use extents"
6883msgstr ""
6884
6885#: lib/ext2fs/ext2_err.c:135
6886#, fuzzy
6887msgid "No 'next' extent"
6888msgstr "xextent"
6889
6890#: lib/ext2fs/ext2_err.c:136
6891msgid "No 'previous' extent"
6892msgstr ""
6893
6894#: lib/ext2fs/ext2_err.c:137
6895msgid "No 'up' extent"
6896msgstr ""
6897
6898#: lib/ext2fs/ext2_err.c:138
6899msgid "No 'down' extent"
6900msgstr ""
6901
6902#: lib/ext2fs/ext2_err.c:139
6903msgid "No current node"
6904msgstr ""
6905
6906#: lib/ext2fs/ext2_err.c:140
6907msgid "Ext2fs operation not supported"
6908msgstr ""
6909
6910#: lib/ext2fs/ext2_err.c:141
6911msgid "No room to insert extent in node"
6912msgstr ""
6913
6914#: lib/ext2fs/ext2_err.c:142
6915msgid "Splitting would result in empty node"
6916msgstr ""
6917
6918#: lib/ext2fs/ext2_err.c:143
6919#, fuzzy
6920msgid "Extent not found"
6921msgstr "/@l tidak ditemukan. "
6922
6923#: lib/ext2fs/ext2_err.c:144
6924msgid "Operation not supported for inodes containing extents"
6925msgstr ""
6926
6927#: lib/ext2fs/ext2_err.c:145
6928msgid "Extent length is invalid"
6929msgstr ""
6930
6931#: lib/ext2fs/ext2_err.c:146
6932msgid "I/O Channel does not support 64-bit block numbers"
6933msgstr ""
6934
6935#: lib/ext2fs/ext2_err.c:147
6936msgid "Can't check if filesystem is mounted due to missing mtab file"
6937msgstr ""
6938
6939#: lib/ext2fs/ext2_err.c:148
6940msgid "Filesystem too large to use legacy bitmaps"
6941msgstr ""
6942
6943#: lib/ext2fs/ext2_err.c:149
6944msgid "MMP: invalid magic number"
6945msgstr ""
6946
6947#: lib/ext2fs/ext2_err.c:150
6948msgid "MMP: device currently active"
6949msgstr ""
6950
6951#: lib/ext2fs/ext2_err.c:151
6952msgid "MMP: fsck being run"
6953msgstr ""
6954
6955#: lib/ext2fs/ext2_err.c:152
6956msgid "MMP: block number beyond filesystem range"
6957msgstr ""
6958
6959#: lib/ext2fs/ext2_err.c:153
6960msgid "MMP: undergoing an unknown operation"
6961msgstr ""
6962
6963#: lib/ext2fs/ext2_err.c:154
6964msgid "MMP: filesystem still in use"
6965msgstr ""
6966
6967#: lib/ext2fs/ext2_err.c:155
6968msgid "MMP: open with O_DIRECT failed"
6969msgstr ""
6970
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006971#: lib/ext2fs/ext2_err.c:156
6972#, fuzzy
6973msgid "Block group descriptor size incorrect"
6974msgstr "<inode deskripsi grup>"
6975
6976#: lib/ext2fs/ext2_err.c:157
6977msgid "Inode checksum does not match inode"
6978msgstr ""
6979
6980#: lib/ext2fs/ext2_err.c:158
6981#, fuzzy
6982msgid "Inode bitmap checksum does not match bitmap"
6983msgstr ", Inode bitmap di "
6984
6985#: lib/ext2fs/ext2_err.c:159
6986msgid "Extent block checksum does not match extent block"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:160
6990msgid "Directory block does not have space for checksum"
6991msgstr ""
6992
6993#: lib/ext2fs/ext2_err.c:161
6994msgid "Directory block checksum does not match directory block"
6995msgstr ""
6996
6997#: lib/ext2fs/ext2_err.c:162
6998msgid "Extended attribute block checksum does not match block"
6999msgstr ""
7000
7001#: lib/ext2fs/ext2_err.c:163
7002#, fuzzy
7003msgid "Superblock checksum does not match superblock"
7004msgstr "Cadangan superblok disimpan di blok: "
7005
7006#: lib/ext2fs/ext2_err.c:164
7007msgid "Unknown checksum algorithm"
7008msgstr ""
7009
7010#: lib/ext2fs/ext2_err.c:165
7011msgid "MMP block checksum does not match MMP block"
7012msgstr ""
7013
7014#: lib/ext2fs/ext2_err.c:166
7015msgid "Ext2 file already exists"
7016msgstr ""
7017
Eric Sandeen032eafe2012-07-28 17:48:36 -04007018#: e2fsck/prof_err.c:11
7019msgid "Profile version 0.0"
7020msgstr ""
7021
7022#: e2fsck/prof_err.c:12
7023msgid "Bad magic value in profile_node"
7024msgstr ""
7025
7026#: e2fsck/prof_err.c:13
7027#, fuzzy
7028msgid "Profile section not found"
7029msgstr "ketika membuat /lost+found"
7030
7031#: e2fsck/prof_err.c:14
7032#, fuzzy
7033msgid "Profile relation not found"
7034msgstr "ketika membuat /lost+found"
7035
7036#: e2fsck/prof_err.c:15
7037msgid "Attempt to add a relation to node which is not a section"
7038msgstr ""
7039
7040#: e2fsck/prof_err.c:16
7041msgid "A profile section header has a non-zero value"
7042msgstr ""
7043
7044#: e2fsck/prof_err.c:17
7045msgid "Bad linked list in profile structures"
7046msgstr ""
7047
7048#: e2fsck/prof_err.c:18
7049msgid "Bad group level in profile structures"
7050msgstr ""
7051
7052#: e2fsck/prof_err.c:19
7053msgid "Bad parent pointer in profile structures"
7054msgstr ""
7055
7056#: e2fsck/prof_err.c:20
7057msgid "Bad magic value in profile iterator"
7058msgstr ""
7059
7060#: e2fsck/prof_err.c:21
7061msgid "Can't set value on section node"
7062msgstr ""
7063
7064#: e2fsck/prof_err.c:22
7065msgid "Invalid argument passed to profile library"
7066msgstr ""
7067
7068#: e2fsck/prof_err.c:23
7069msgid "Attempt to modify read-only profile"
7070msgstr ""
7071
7072#: e2fsck/prof_err.c:24
7073msgid "Profile section header not at top level"
7074msgstr ""
7075
7076#: e2fsck/prof_err.c:25
7077msgid "Syntax error in profile section header"
7078msgstr ""
7079
7080#: e2fsck/prof_err.c:26
7081msgid "Syntax error in profile relation"
7082msgstr ""
7083
7084#: e2fsck/prof_err.c:27
7085msgid "Extra closing brace in profile"
7086msgstr ""
7087
7088#: e2fsck/prof_err.c:28
7089msgid "Missing open brace in profile"
7090msgstr ""
7091
7092#: e2fsck/prof_err.c:29
7093msgid "Bad magic value in profile_t"
7094msgstr ""
7095
7096#: e2fsck/prof_err.c:30
7097msgid "Bad magic value in profile_section_t"
7098msgstr ""
7099
7100#: e2fsck/prof_err.c:31
7101msgid "Iteration through all top level section not supported"
7102msgstr ""
7103
7104#: e2fsck/prof_err.c:32
7105#, fuzzy
7106msgid "Invalid profile_section object"
7107msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
7108
7109#: e2fsck/prof_err.c:33
7110msgid "No more sections"
7111msgstr ""
7112
7113#: e2fsck/prof_err.c:34
7114msgid "Bad nameset passed to query routine"
7115msgstr ""
7116
7117#: e2fsck/prof_err.c:35
7118msgid "No profile file open"
7119msgstr ""
7120
7121#: e2fsck/prof_err.c:36
7122msgid "Bad magic value in profile_file_t"
7123msgstr ""
7124
7125#: e2fsck/prof_err.c:37
7126#, fuzzy
7127msgid "Couldn't open profile file"
7128msgstr "Tidak dapat menyalin file: %m\n"
7129
7130#: e2fsck/prof_err.c:38
7131msgid "Section already exists"
7132msgstr ""
7133
7134#: e2fsck/prof_err.c:39
7135msgid "Invalid boolean value"
7136msgstr ""
7137
7138#: e2fsck/prof_err.c:40
7139#, fuzzy
7140msgid "Invalid integer value"
7141msgstr "Panjang stride tidak valid"
7142
7143#: e2fsck/prof_err.c:41
7144msgid "Bad magic value in profile_file_data_t"
7145msgstr ""
7146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007147#~ msgid "Clearing extent flag not supported on %s"
7148#~ msgstr "Menghapus tanda ekstensi yang tidak didukung di %s"
7149
7150#~ msgid "Could not stat %s --- %s\n"
7151#~ msgstr "Tidak dapat melakukan statistik %s --- %s\n"
7152
7153#~ msgid ""
7154#~ "%s: The combination of flex_bg and\n"
7155#~ "\t!resize_inode features is not supported by resize2fs.\n"
7156#~ msgstr ""
7157#~ "%s: Kombinasi dari flex_bg dan\n"
7158#~ "\t!resize_inode features tidak dilayani oleh resize2fs.\n"
7159
Eric Sandeen032eafe2012-07-28 17:48:36 -04007160#~ msgid "<The ACL index inode>"
7161#~ msgstr "<ACL index inode>"
7162
7163#~ msgid "<The ACL data inode>"
7164#~ msgstr "<ACL data inode>"
7165
7166#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
7167#~ msgstr "@g %g @b @B tidak terinitialisasi tetapi @i @B sedang digunakan.\n"
7168
7169#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
7170#~ msgstr "@i %i seharusnya EOFBLOCKS_FL tidak aktif (ukuran %Is, lblk %r)\n"
7171
Eric Sandeen032eafe2012-07-28 17:48:36 -04007172#~ msgid "Couldn't determine journal size"
7173#~ msgstr "Tidak dapat menentukan ukuran jurnal"
7174
7175#~ msgid "short write (only %d bytes) for writing image header"
7176#~ msgstr "menulis pendek (hanya %d bytes) untuk menulis header image"
7177
7178#~ msgid "invalid fragment size - %s"
7179#~ msgstr "ukuran potongan/fragmen tidak valid - %s"
7180
7181#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
7182#~ msgstr "Peringatan: fragment tidak dilayani. Mengabaikan pilihan -f\n"
7183
7184#~ msgid "Calling BLKDISCARD from %llu to %llu "
7185#~ msgstr "Memanggil BLKDISCARD dari %llu ke %llu "
7186
7187#~ msgid "succeeded.\n"
7188#~ msgstr "berhasil.\n"
7189
7190#~ msgid "Journal NOT removed\n"
7191#~ msgstr "Jurnal TIDAK dihapus\n"
7192
7193#~ msgid "#\t\t %u -> %u (%d)\n"
7194#~ msgstr "#\t\t %u -> %u (%d)\n"
7195
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007196#~ msgid "Setting sistem berkas feature '%s' not supported.\n"
7197#~ msgstr "Menset sistem berkas feature '%s' tidak dilayani.\n"
7198
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007199#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
7200#~ msgstr "@S tidak memiliki @j tanda, tetapi memiliki ext3 @j %s.\n"
7201
7202#~ msgid "Error while deleting extent: %m\n"
7203#~ msgstr "Error ketika menghapus extensi: %m\n"
7204
7205#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007206#~ msgstr "Membuat kembali jurnal untuk membuat sistem berkas ext3 lagi?\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007207
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007208#~ msgid "bad block size - %s"
7209#~ msgstr "ukuran blok buruk - %s"
7210
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007211#~ msgid "while retrying to write block bitmaps for %s"
7212#~ msgstr "ketika sedang mencoba untuk menulis blok bitmap untuk %s"
7213
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007214#~ msgid "%s failed for %s: %s\n"
7215#~ msgstr "%s gagal untuk %s: %s\n"
7216
7217#~ msgid "open"
7218#~ msgstr "buka"
7219
7220#~ msgid "HDIO_GETGEO ioctl"
7221#~ msgstr "HDIO_GETGEO ioctl"
7222
7223#~ msgid "BLKGETSIZE ioctl"
7224#~ msgstr "BLKGETSIZE ioctl"