blob: 2f7679978e1501411188702c4eda217ba36bfc0d [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
Theodore Ts'o899425b2018-02-27 22:25:04 -050054#. %Id <inode> -> i_size_high
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040055#. %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'o40e66e22018-08-18 21:14:56 -040076"POT-Creation-Date: 2018-08-18 21:03-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"
Theodore Ts'o21725192017-08-23 19:46:04 -040084"X-Bugs: Report translation errors to the Language-Team address.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040085
Theodore Ts'o899425b2018-02-27 22:25:04 -050086#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
89msgstr "Bad block %u diluar jangkauan; diabaikan.\n"
90
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:46
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040092msgid "while sanity checking the bad blocks inode"
93msgstr "ketika melakukan pengecheckan di inode bad block"
94
Eric Sandeen032eafe2012-07-28 17:48:36 -040095#: e2fsck/badblocks.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -040096msgid "while reading the bad blocks inode"
97msgstr "ketika membaca inode bad block"
98
Theodore Ts'o40e66e22018-08-18 21:14:56 -040099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1550
100#: e2fsck/unix.c:1664 misc/badblocks.c:1251 misc/badblocks.c:1259
101#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
102#: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1404
103#: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236
104#: misc/tune2fs.c:2837 misc/tune2fs.c:2931 resize/main.c:414
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400105#, c-format
106msgid "while trying to open %s"
107msgstr "ketika mencoba untuk membuka %s"
108
Eric Sandeen032eafe2012-07-28 17:48:36 -0400109#: e2fsck/badblocks.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400110#, c-format
111msgid "while trying popen '%s'"
112msgstr "ketika mencoba popen '%s'"
113
Theodore Ts'o899425b2018-02-27 22:25:04 -0500114#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400115msgid "while reading in list of bad blocks from file"
116msgstr "ketika membaca dalam daftar bad block dari berkas"
117
Eric Sandeen032eafe2012-07-28 17:48:36 -0400118#: e2fsck/badblocks.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400119msgid "while updating bad block inode"
120msgstr "ketika memperbarui inode bad block"
121
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400122#: e2fsck/badblocks.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400123#, c-format
124msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500125msgstr ""
126"Peringatan: illegal block %u ditemukan dalam inode bad block. Dihapus.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400127
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400128#: e2fsck/dirinfo.c:331
129#, fuzzy
130msgid "while freeing dir_info tdb file"
131msgstr "ketika membaca inode root"
132
Eric Sandeen032eafe2012-07-28 17:48:36 -0400133#: e2fsck/ehandler.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400134#, c-format
135msgid "Error reading block %lu (%s) while %s. "
136msgstr "Error membaca block %lu (%s) ketika %s. "
137
Eric Sandeen032eafe2012-07-28 17:48:36 -0400138#: e2fsck/ehandler.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400139#, c-format
140msgid "Error reading block %lu (%s). "
141msgstr "Error membaca block %lu (%s). "
142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400143#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400144msgid "Ignore error"
145msgstr "Mengabaikan error"
146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400147#: e2fsck/ehandler.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400148msgid "Force rewrite"
149msgstr "Memaksa menulis kembali"
150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400151#: e2fsck/ehandler.c:109
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400152#, c-format
153msgid "Error writing block %lu (%s) while %s. "
154msgstr "Error menulis block %lu (%s) ketika %s. "
155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400156#: e2fsck/ehandler.c:112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400157#, c-format
158msgid "Error writing block %lu (%s). "
159msgstr "Error menulis block %lu (%s). "
160
Eric Sandeen032eafe2012-07-28 17:48:36 -0400161#: e2fsck/emptydir.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400162msgid "empty dirblocks"
163msgstr "dirblock kosong"
164
Eric Sandeen032eafe2012-07-28 17:48:36 -0400165#: e2fsck/emptydir.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400166msgid "empty dir map"
167msgstr "dir map kosong"
168
Eric Sandeen032eafe2012-07-28 17:48:36 -0400169#: e2fsck/emptydir.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400170#, c-format
171msgid "Empty directory block %u (#%d) in inode %u\n"
172msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
173
Eric Sandeen032eafe2012-07-28 17:48:36 -0400174#: e2fsck/extend.c:22
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400175#, c-format
176msgid "%s: %s filename nblocks blocksize\n"
177msgstr "%s: %s filename nblocks blocksize\n"
178
Eric Sandeen032eafe2012-07-28 17:48:36 -0400179#: e2fsck/extend.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400180#, c-format
181msgid "Illegal number of blocks!\n"
182msgstr "Nomor dari block tidak legal!\n"
183
Eric Sandeen032eafe2012-07-28 17:48:36 -0400184#: e2fsck/extend.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400185#, c-format
186msgid "Couldn't allocate block buffer (size=%d)\n"
187msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400189#: e2fsck/extents.c:42
190#, fuzzy
191msgid "extent rebuild inode map"
192msgstr "regular file inode map"
193
Eric Sandeen032eafe2012-07-28 17:48:36 -0400194#: e2fsck/flushb.c:35
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400195#, c-format
196msgid "Usage: %s disk\n"
197msgstr "Penggunaan: %s disk\n"
198
Eric Sandeen032eafe2012-07-28 17:48:36 -0400199#: e2fsck/flushb.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400200#, c-format
201msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
202msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
203
Eric Sandeen032eafe2012-07-28 17:48:36 -0400204#: e2fsck/iscan.c:44
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400205#, c-format
206msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
207msgstr "Penggunaan: %s [-F] [-I inode_buffer_block] perangkat\n"
208
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400209#: e2fsck/iscan.c:81 e2fsck/unix.c:1075
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400210#, c-format
211msgid "while opening %s for flushing"
212msgstr "ketika membuka %s untuk flushing"
213
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400214#: e2fsck/iscan.c:86 e2fsck/unix.c:1081 resize/main.c:383
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400215#, c-format
216msgid "while trying to flush %s"
217msgstr "ketika mencoba untuk memflush %s"
218
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400219#: e2fsck/iscan.c:110
220#, fuzzy, c-format
221msgid "while trying to open '%s'"
222msgstr "ketika mencoba untuk membuka %s"
223
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400224#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1297
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400225msgid "while opening inode scan"
226msgstr "ketika mencoba membuka inode scan"
227
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400228#: e2fsck/iscan.c:127 misc/e2image.c:1316
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400229msgid "while getting next inode"
230msgstr "ketika memperoleh inode berikutnya"
231
Eric Sandeen032eafe2012-07-28 17:48:36 -0400232#: e2fsck/iscan.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400233#, c-format
234msgid "%u inodes scanned.\n"
235msgstr "%u inodes discan.\n"
236
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400237#: e2fsck/journal.c:597
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400238msgid "reading journal superblock\n"
239msgstr "membaca journal superblock\n"
240
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400241#: e2fsck/journal.c:670
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400242#, c-format
243msgid "%s: no valid journal superblock found\n"
244msgstr "%s: journal superblock tidak valid ditemukan\n"
245
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400246#: e2fsck/journal.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400247#, c-format
248msgid "%s: journal too short\n"
249msgstr "%s: journal terlalu pendek\n"
250
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400251#: e2fsck/journal.c:972 misc/fuse2fs.c:3786
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400252#, c-format
253msgid "%s: recovering journal\n"
254msgstr "%s: merecovery journal\n"
255
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400256#: e2fsck/journal.c:974
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400257#, c-format
258msgid "%s: won't do journal recovery while read-only\n"
259msgstr "%s: tidak akan melakukan journal recovery ketika read-only\n"
260
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400261#: e2fsck/journal.c:1001
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400262#, c-format
263msgid "while trying to re-open %s"
264msgstr "ketika mencoba untuk membuka %s"
265
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400266#: e2fsck/message.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400267msgid "aextended attribute"
268msgstr "aextended attribute"
269
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400270#: e2fsck/message.c:117
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400271msgid "Aerror allocating"
272msgstr "Aerror mengalokasikan"
273
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400274#: e2fsck/message.c:118
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400275msgid "bblock"
276msgstr "bblock"
277
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400278#: e2fsck/message.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400279msgid "Bbitmap"
280msgstr "Bbitmap"
281
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400282#: e2fsck/message.c:120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400283msgid "ccompress"
284msgstr "ccompress"
285
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400286#: e2fsck/message.c:121
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400287msgid "Cconflicts with some other fs @b"
288msgstr "Ckonflik dengan beberapa sistem berkas lain @b"
289
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400290#: e2fsck/message.c:122
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400291msgid "ddirectory"
292msgstr "ddirektori"
293
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400294#: e2fsck/message.c:123
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295msgid "Ddeleted"
296msgstr "Ddeleted"
297
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400298#: e2fsck/message.c:124
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400299msgid "eentry"
300msgstr "eentri"
301
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400302#: e2fsck/message.c:125
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400303msgid "E@e '%Dn' in %p (%i)"
304msgstr "E@e '%Dn' dalam %p (%i)"
305
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400306#: e2fsck/message.c:126
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400307msgid "ffilesystem"
308msgstr "fsistem berkas"
309
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400310#: e2fsck/message.c:127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400311msgid "Ffor @i %i (%Q) is"
312msgstr "Funtuk @i %i (%Q) adalah"
313
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400314#: e2fsck/message.c:128
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400315msgid "ggroup"
316msgstr "ggrup"
317
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400318#: e2fsck/message.c:129
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400319msgid "hHTREE @d @i"
320msgstr "hHTREE @d @i"
321
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400322#: e2fsck/message.c:130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400323msgid "iinode"
324msgstr "iinode"
325
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400326#: e2fsck/message.c:131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400327msgid "Iillegal"
328msgstr "Iilegal"
329
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400330#: e2fsck/message.c:132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400331msgid "jjournal"
332msgstr "jjournal"
333
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400334#: e2fsck/message.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400335msgid "llost+found"
336msgstr "llost+found"
337
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400338#: e2fsck/message.c:134
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400339msgid "Lis a link"
340msgstr "Ladalah sebuah link"
341
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400342#: e2fsck/message.c:135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400343msgid "mmultiply-claimed"
344msgstr "mmultiply-claimed"
345
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400346#: e2fsck/message.c:136
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400347msgid "ninvalid"
348msgstr "ninvalid"
349
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400350#: e2fsck/message.c:137
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400351msgid "oorphaned"
352msgstr "oorphaned"
353
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400354#: e2fsck/message.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400355msgid "pproblem in"
356msgstr "pproblem dalam"
357
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400358#: e2fsck/message.c:139
Eric Sandeen032eafe2012-07-28 17:48:36 -0400359msgid "qquota"
360msgstr ""
361
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400362#: e2fsck/message.c:140
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400363msgid "rroot @i"
364msgstr "rroot @i"
365
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400366#: e2fsck/message.c:141
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400367msgid "sshould be"
368msgstr "sseharusnya"
369
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400370#: e2fsck/message.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400371msgid "Ssuper@b"
372msgstr "Ssuper@b"
373
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400374#: e2fsck/message.c:143
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400375msgid "uunattached"
376msgstr "uunattached"
377
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400378#: e2fsck/message.c:144
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400379msgid "vdevice"
380msgstr "vperangkat"
381
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400382#: e2fsck/message.c:145
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400383msgid "xextent"
384msgstr "xextent"
385
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400386#: e2fsck/message.c:146
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400387msgid "zzero-length"
388msgstr "zzero-length"
389
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400390#: e2fsck/message.c:157
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400391msgid "<The NULL inode>"
392msgstr "<Inode Kosong>"
393
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400394#: e2fsck/message.c:158
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400395msgid "<The bad blocks inode>"
396msgstr "<Bad block inode>"
397
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400398#: e2fsck/message.c:160
Eric Sandeen032eafe2012-07-28 17:48:36 -0400399#, fuzzy
400msgid "<The user quota inode>"
401msgstr "<Inode journal>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400402
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400403#: e2fsck/message.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400404#, fuzzy
405msgid "<The group quota inode>"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400406msgstr "<inode deskripsi grup>"
407
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400408#: e2fsck/message.c:162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400409msgid "<The boot loader inode>"
410msgstr "<boot loader inode>"
411
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400412#: e2fsck/message.c:163
Eric Sandeen032eafe2012-07-28 17:48:36 -0400413msgid "<The undelete directory inode>"
414msgstr "<undelete direktori inode>"
415
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400416#: e2fsck/message.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -0400417msgid "<The group descriptor inode>"
418msgstr "<inode deskripsi grup>"
419
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400420#: e2fsck/message.c:165
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400421msgid "<The journal inode>"
422msgstr "<Inode journal>"
423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400424#: e2fsck/message.c:166
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400425msgid "<Reserved inode 9>"
426msgstr "<Inode terpesan 9>"
427
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400428#: e2fsck/message.c:167
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400429msgid "<Reserved inode 10>"
430msgstr "<Inode Terpesan 10>"
431
Theodore Ts'o899425b2018-02-27 22:25:04 -0500432#: e2fsck/message.c:327
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400433msgid "regular file"
434msgstr "berkas biasa"
435
Theodore Ts'o899425b2018-02-27 22:25:04 -0500436#: e2fsck/message.c:329
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400437msgid "directory"
438msgstr "direktori"
439
Theodore Ts'o899425b2018-02-27 22:25:04 -0500440#: e2fsck/message.c:331
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400441msgid "character device"
442msgstr "karakter device"
443
Theodore Ts'o899425b2018-02-27 22:25:04 -0500444#: e2fsck/message.c:333
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400445msgid "block device"
446msgstr "block device"
447
Theodore Ts'o899425b2018-02-27 22:25:04 -0500448#: e2fsck/message.c:335
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400449msgid "named pipe"
450msgstr "named pipe"
451
Theodore Ts'o899425b2018-02-27 22:25:04 -0500452#: e2fsck/message.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400453msgid "symbolic link"
454msgstr "symbolic link"
455
Theodore Ts'o899425b2018-02-27 22:25:04 -0500456#: e2fsck/message.c:339 misc/uuidd.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400457msgid "socket"
458msgstr "socket"
459
Theodore Ts'o899425b2018-02-27 22:25:04 -0500460#: e2fsck/message.c:341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400461#, c-format
462msgid "unknown file type with mode 0%o"
463msgstr "tipe file tidak diketahui dengan mode 0%o"
464
Theodore Ts'o899425b2018-02-27 22:25:04 -0500465#: e2fsck/message.c:412
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400466msgid "indirect block"
467msgstr "block tidak langsung"
468
Theodore Ts'o899425b2018-02-27 22:25:04 -0500469#: e2fsck/message.c:414
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400470msgid "double indirect block"
471msgstr "blok tidak langsung berdua"
472
Theodore Ts'o899425b2018-02-27 22:25:04 -0500473#: e2fsck/message.c:416
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400474msgid "triple indirect block"
475msgstr "blok tidak langsung bertiga"
476
Theodore Ts'o899425b2018-02-27 22:25:04 -0500477#: e2fsck/message.c:418
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400478msgid "translator block"
479msgstr "blok penerjemah"
480
Theodore Ts'o899425b2018-02-27 22:25:04 -0500481#: e2fsck/message.c:420
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400482msgid "block #"
483msgstr "blok #"
484
Theodore Ts'o899425b2018-02-27 22:25:04 -0500485#: e2fsck/message.c:482
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400486msgid "user"
487msgstr ""
488
Theodore Ts'o899425b2018-02-27 22:25:04 -0500489#: e2fsck/message.c:485
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400490#, fuzzy
491msgid "group"
492msgstr "ggrup"
493
Theodore Ts'o899425b2018-02-27 22:25:04 -0500494#: e2fsck/message.c:488
Theodore Ts'o21725192017-08-23 19:46:04 -0400495msgid "project"
496msgstr ""
497
Theodore Ts'o899425b2018-02-27 22:25:04 -0500498#: e2fsck/message.c:491
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400499#, fuzzy
500msgid "unknown quota type"
501msgstr "os tidak diketahui - %s"
502
Eric Sandeen032eafe2012-07-28 17:48:36 -0400503#: e2fsck/pass1b.c:222
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400504msgid "multiply claimed inode map"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400505msgstr "kalikan peta inode yang dituntut"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400506
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400507#: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
Eric Sandeen032eafe2012-07-28 17:48:36 -0400508#, fuzzy, c-format
509msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400510msgstr "internal error: tidak dapat menemukan dup_blk untuk %u\n"
511
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400512#: e2fsck/pass1b.c:952
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400513msgid "returned from clone_file_block"
514msgstr "kembali dari clone_file_block"
515
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400516#: e2fsck/pass1b.c:976
Eric Sandeen032eafe2012-07-28 17:48:36 -0400517#, fuzzy, c-format
518msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400519msgstr "internal error: tidak dapat menemukan EA block record untuk %u"
520
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400521#: e2fsck/pass1b.c:988
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400522#, c-format
523msgid "internal error: couldn't lookup EA inode record for %u"
524msgstr "internal error: tidak dapat menemukan EA inode record untuk %u"
525
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500526#: e2fsck/pass1.c:356
Theodore Ts'o899425b2018-02-27 22:25:04 -0500527#, c-format
528msgid "while hashing entry with e_value_inum = %u"
529msgstr ""
530
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400531#: e2fsck/pass1.c:774 e2fsck/pass2.c:1005
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400532msgid "reading directory block"
533msgstr "membaca direktori block"
534
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400535#: e2fsck/pass1.c:1223
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400536msgid "in-use inode map"
537msgstr "in-use inode map"
538
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400539#: e2fsck/pass1.c:1234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400540msgid "directory inode map"
541msgstr "direktori inode map"
542
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400543#: e2fsck/pass1.c:1244
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400544msgid "regular file inode map"
545msgstr "regular file inode map"
546
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400547#: e2fsck/pass1.c:1253 misc/e2image.c:1272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400548msgid "in-use block map"
549msgstr "in-use block map"
550
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400551#: e2fsck/pass1.c:1262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400552#, fuzzy
553msgid "metadata block map"
554msgstr "meta-data blok"
555
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400556#: e2fsck/pass1.c:1324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400557msgid "opening inode scan"
558msgstr "membuka inode scan"
559
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400560#: e2fsck/pass1.c:1362
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400561msgid "getting next inode from scan"
562msgstr "memperoleh inode selanjutnya dari scan"
563
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500564#: e2fsck/pass1.c:2066
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400565msgid "Pass 1"
566msgstr "Tahap 1"
567
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500568#: e2fsck/pass1.c:2127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400569#, c-format
570msgid "reading indirect blocks of inode %u"
571msgstr "membaca indirect block dari inode %u"
572
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500573#: e2fsck/pass1.c:2178
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400574msgid "bad inode map"
575msgstr "inode map buruk"
576
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500577#: e2fsck/pass1.c:2218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400578msgid "inode in bad block map"
579msgstr "inode dalam bad block map"
580
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500581#: e2fsck/pass1.c:2238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400582msgid "imagic inode map"
583msgstr "imagic inode map"
584
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400585#: e2fsck/pass1.c:2269
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400586msgid "multiply claimed block map"
587msgstr "multiply diklaim block map"
588
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400589#: e2fsck/pass1.c:2394
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400590msgid "ext attr block map"
591msgstr "ext attr block map"
592
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500593#: e2fsck/pass1.c:3637
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400594#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500595msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400596msgstr "%6lu(%c): diperkirakan %6lu diperoleh phys %6lu (blkcnt %lld)\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -0400597
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500598#: e2fsck/pass1.c:4054
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400599msgid "block bitmap"
600msgstr "block bitmap"
601
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500602#: e2fsck/pass1.c:4060
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400603msgid "inode bitmap"
604msgstr "inode bitmap"
605
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500606#: e2fsck/pass1.c:4066
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400607msgid "inode table"
608msgstr "inode table"
609
Theodore Ts'o899425b2018-02-27 22:25:04 -0500610#: e2fsck/pass2.c:307
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400611msgid "Pass 2"
612msgstr "Tahap 2"
613
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400614#: e2fsck/pass2.c:1077 e2fsck/pass2.c:1244
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400615msgid "Can not continue."
616msgstr "Tidak dapat melanjutkan."
617
Eric Sandeen032eafe2012-07-28 17:48:36 -0400618#: e2fsck/pass3.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400619msgid "inode done bitmap"
620msgstr "inode selesai bitmap"
621
Eric Sandeen032eafe2012-07-28 17:48:36 -0400622#: e2fsck/pass3.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400623msgid "Peak memory"
624msgstr "Puncak pemakaian memori"
625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400626#: e2fsck/pass3.c:149
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400627msgid "Pass 3"
628msgstr "Tahap 3"
629
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400630#: e2fsck/pass3.c:344
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400631msgid "inode loop detection bitmap"
632msgstr "inode deteksi loop bitmap"
633
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400634#: e2fsck/pass4.c:277
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400635msgid "Pass 4"
636msgstr "Tahap 4"
637
Theodore Ts'o899425b2018-02-27 22:25:04 -0500638#: e2fsck/pass5.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400639msgid "Pass 5"
640msgstr "Tahap 5"
641
Theodore Ts'o899425b2018-02-27 22:25:04 -0500642#: e2fsck/pass5.c:102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400643msgid "check_inode_bitmap_checksum: Memory allocation error"
644msgstr ""
645
Theodore Ts'o899425b2018-02-27 22:25:04 -0500646#: e2fsck/pass5.c:156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400647msgid "check_block_bitmap_checksum: Memory allocation error"
648msgstr ""
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:51
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400651msgid "(no prompt)"
652msgstr "(tidak ada prompt)"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:52
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400655msgid "Fix"
656msgstr "Betulkan"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:53
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400659msgid "Clear"
660msgstr "Dihapus"
661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:54
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400663msgid "Relocate"
664msgstr "Dipindahkan"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:55
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400667msgid "Allocate"
668msgstr "Dialokasikan"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:56
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400671msgid "Expand"
672msgstr "Diexpand"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:57
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400675msgid "Connect to /lost+found"
676msgstr "Menyambungkan ke /lost+found"
677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400679msgid "Create"
680msgstr "Membuat"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:59
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400683msgid "Salvage"
684msgstr "Mengambil"
685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:60
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400687msgid "Truncate"
688msgstr "Truncate"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:61
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400691msgid "Clear inode"
692msgstr "Menghapus inode"
693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:62
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400695msgid "Abort"
696msgstr "Membatalkan"
697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400699msgid "Split"
700msgstr "Membagi"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:64
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400703msgid "Continue"
704msgstr "Melanjutkan"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:65
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400707msgid "Clone multiply-claimed blocks"
708msgstr "Kopi multiply-claimed blocks"
709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:66
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400711msgid "Delete file"
712msgstr "Hapus berkas"
713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:67
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400715msgid "Suppress messages"
716msgstr "Suppress pesan"
717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400719msgid "Unlink"
720msgstr "Unlink"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:69
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400723msgid "Clear HTree index"
724msgstr "Hapus HTree index"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:70
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400727msgid "Recreate"
728msgstr "Buat kembali"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400731msgid "(NONE)"
732msgstr "(KOSONG)"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:80
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400735msgid "FIXED"
736msgstr "DIBETULKAN"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:81
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400739msgid "CLEARED"
740msgstr "DIHAPUS"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400743msgid "RELOCATED"
744msgstr "DIPINDAHKAN"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:83
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400747msgid "ALLOCATED"
748msgstr "DIALOKASIKAN"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:84
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400751msgid "EXPANDED"
752msgstr "DIEXPAND"
753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:85
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400755msgid "RECONNECTED"
756msgstr "DIHUBUNGKAN"
757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400759msgid "CREATED"
760msgstr "DIBUAT"
761
Eric Sandeen032eafe2012-07-28 17:48:36 -0400762#: e2fsck/problem.c:87
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400763msgid "SALVAGED"
764msgstr "DIAMANKAN"
765
Eric Sandeen032eafe2012-07-28 17:48:36 -0400766#: e2fsck/problem.c:88
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400767msgid "TRUNCATED"
768msgstr "DIPOTONG"
769
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:89
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400771msgid "INODE CLEARED"
772msgstr "INODE DIHAPUS"
773
Eric Sandeen032eafe2012-07-28 17:48:36 -0400774#: e2fsck/problem.c:90
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400775msgid "ABORTED"
776msgstr "DIBATALKAN"
777
Eric Sandeen032eafe2012-07-28 17:48:36 -0400778#: e2fsck/problem.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400779msgid "SPLIT"
780msgstr "DIBAGI"
781
Eric Sandeen032eafe2012-07-28 17:48:36 -0400782#: e2fsck/problem.c:92
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400783msgid "CONTINUING"
784msgstr "MELANJUTKAN"
785
Eric Sandeen032eafe2012-07-28 17:48:36 -0400786#: e2fsck/problem.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400787msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
788msgstr "MULTIPLY-CLAIMED BLOK DIKOPI"
789
Eric Sandeen032eafe2012-07-28 17:48:36 -0400790#: e2fsck/problem.c:94
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400791msgid "FILE DELETED"
792msgstr "BERKAS DIHAPUS"
793
Eric Sandeen032eafe2012-07-28 17:48:36 -0400794#: e2fsck/problem.c:95
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400795msgid "SUPPRESSED"
796msgstr "DIAKHIRI"
797
Eric Sandeen032eafe2012-07-28 17:48:36 -0400798#: e2fsck/problem.c:96
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400799msgid "UNLINKED"
800msgstr "DILEPAS"
801
Eric Sandeen032eafe2012-07-28 17:48:36 -0400802#: e2fsck/problem.c:97
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400803msgid "HTREE INDEX CLEARED"
804msgstr "HTREE INDEX DIHAPUS"
805
Eric Sandeen032eafe2012-07-28 17:48:36 -0400806#: e2fsck/problem.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400807msgid "WILL RECREATE"
808msgstr "AKAN MEMBUAT KEMBALI"
809
810#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400811#: e2fsck/problem.c:112
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400812msgid "@b @B for @g %g is not in @g. (@b %b)\n"
813msgstr "@b @B untuk @g %g tidak dalam @g. (@b %b)\n"
814
815#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400816#: e2fsck/problem.c:116
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400817msgid "@i @B for @g %g is not in @g. (@b %b)\n"
818msgstr "@i @B untuk @G %G tidak dalam @g. (@b %b)\n"
819
820#. @-expanded: inode table for group %g is not in group. (block %b)\n
821#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400822#: e2fsck/problem.c:121
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400823msgid ""
824"@i table for @g %g is not in @g. (@b %b)\n"
825"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
826msgstr ""
827"@i table untuk @g %g tidak berada dalam @g. (@b %b)\n"
828"PERINGATAN: KEMUNGKINAN KEHILANGAN DATA BESAR.\n"
829
830#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400831#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
832#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400833#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
834#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400835#. @-expanded: e2fsck -b 8193 <device>\n
836#. @-expanded: or\n
837#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400838#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400839#: e2fsck/problem.c:127
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400840#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400841msgid ""
842"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400843"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
844"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400845"@f (and not swap or ufs or something else), then the @S\n"
846"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400847" e2fsck -b 8193 <@v>\n"
848" or\n"
849" e2fsck -b 32768 <@v>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400850"\n"
851msgstr ""
852"\n"
853"@S tidak dapat dibaca atau tidak dapat menjelaskan ext2 dengan benar\n"
854"@f. Jika @v tidak valid dan ini berisi sebuah ext2\n"
855"@f (dan bukan swap atau ufs atau sesuatu yang lain), maka @S\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500856"korup, dan anda mungkin bisa mencoba menjalankan e2fsck secara alternatif "
857"@S:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400858" e2fsck -b %S <@v>\n"
859"\n"
860
861#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
862#. @-expanded: The physical size of the device is %c blocks\n
863#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400864#: e2fsck/problem.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400865msgid ""
866"The @f size (according to the @S) is %b @bs\n"
867"The physical size of the @v is %c @bs\n"
868"Either the @S or the partition table is likely to be corrupt!\n"
869msgstr ""
870"Ukuran @f (menurut dari @S) adalah %b @bs\n"
871"Ukuran fisik dari @v adalah %c @bs\n"
872"Kalau nggak @S atau tabel partisi yang mungkin korup!\n"
873
874#. @-expanded: superblock block_size = %b, fragsize = %c.\n
875#. @-expanded: This version of e2fsck does not support fragment sizes different\n
876#. @-expanded: from the block size.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400877#: e2fsck/problem.c:145
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400878msgid ""
879"@S @b_size = %b, fragsize = %c.\n"
880"This version of e2fsck does not support fragment sizes different\n"
881"from the @b size.\n"
882msgstr ""
883"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500884"Versi e2fsck ini tidak mengimplementasikan untuk ukuran fragment yang "
885"berbeda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400886"dari @b.\n"
887
888#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400889#: e2fsck/problem.c:152
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400890msgid "@S @bs_per_group = %b, should have been %c\n"
891msgstr "@S @bs_per_group = %b, seharusnya %c\n"
892
893#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400894#: e2fsck/problem.c:157
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400895msgid "@S first_data_@b = %b, should have been %c\n"
896msgstr "@S first_data_@b = %b, seharusnya %c\n"
897
898#. @-expanded: filesystem did not have a UUID; generating one.\n
899#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400900#: e2fsck/problem.c:162
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400901msgid ""
902"@f did not have a UUID; generating one.\n"
903"\n"
904msgstr ""
905"@f tidak memiliki sebuah UUID; membuat satu.\n"
906"\n"
907
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400908#: e2fsck/problem.c:167
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400909#, c-format
910msgid ""
911"Note: if several inode or block bitmap blocks or part\n"
912"of the inode table require relocation, you may wish to try\n"
913"running e2fsck with the '-b %S' option first. The problem\n"
914"may lie only with the primary block group descriptors, and\n"
915"the backup block group descriptors may be OK.\n"
916"\n"
917msgstr ""
918"Catatan: jika beberapa inode atau blok bitmap blok atau bagian\n"
919"dari tabel inode membutuhkan relokasi, anda mungkin bisa mencoba\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -0400920"dengan menjalankan e2fsck dengan pilihan '-b %S' terlebih dahulu. Masalah\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400921"yang mungkin timbul jika dengan menggunakan blok deskripsi utama, dan\n"
922"blok cadangan grup deskripsi mungkin OK.\n"
923"\n"
924
925#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400926#: e2fsck/problem.c:176
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400927msgid "Corruption found in @S. (%s = %N).\n"
928msgstr "Korupsi ditemukan di @S. (%s = %N).\n"
929
930#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400931#: e2fsck/problem.c:181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400932#, c-format
933msgid "Error determining size of the physical @v: %m\n"
934msgstr "Error menentukan ukuran dari phisik @v: %m\n"
935
936#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400937#: e2fsck/problem.c:186
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400938msgid "@i count in @S is %i, @s %j.\n"
939msgstr "@i terhitung dalam @S adalah %i, @s %j.\n"
940
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400941#: e2fsck/problem.c:190
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400942msgid "The Hurd does not support the filetype feature.\n"
943msgstr "Hurd tidak mendukung layanan filetype.\n"
944
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400946#: e2fsck/problem.c:195
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400947#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500948msgid "@S has an @n @j (@i %i).\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400949msgstr "@S memiliki sebuah @n @j (@i %i).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400950
951#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400952#: e2fsck/problem.c:200
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400953msgid "External @j has multiple @f users (unsupported).\n"
954msgstr "External @j memiliki multiple @f dari pengguna (tidak dilayani).\n"
955
956#. @-expanded: Can't find external journal\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400957#: e2fsck/problem.c:205
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400958msgid "Can't find external @j\n"
959msgstr "Tidak dapat menemukan external @j\n"
960
961#. @-expanded: External journal has bad superblock\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400962#: e2fsck/problem.c:210
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400963msgid "External @j has bad @S\n"
964msgstr "External @j memiliki bad @S\n"
965
966#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400967#: e2fsck/problem.c:215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400968msgid "External @j does not support this @f\n"
969msgstr "External @j tidak melayani ini @f\n"
970
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500971#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400972#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
973#. @-expanded: format.\n
974#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400975#: e2fsck/problem.c:220
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400976msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500977"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500978"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
979"format.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400980"It is also possible the @j @S is corrupt.\n"
981msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400982"@f @j @S memiliki tipe yang tidak diketahui %N (tidak disupport).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -0500983"Ini sangat memungkinkan jika salinan dari e2fsck sudah lama dan/atau tidak "
984"melayani format @j ini.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400985"Ini juga mungkin jika @j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400986
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500987#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400988#: e2fsck/problem.c:228
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500989msgid "@j @S is corrupt.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400990msgstr "@j @S telah terkorupsi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400991
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400992#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400993#: e2fsck/problem.c:233
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400994#, fuzzy
995msgid "@S has_@j flag is clear, but a @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -0400996msgstr "@S tanda has_@j hilang, tetapi @j %s ada.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -0400997
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500998#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400999#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001000msgid "@S needs_recovery flag is set, but no @j is present.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001001msgstr "@S tanda needs_recovery ada, tetapi tidak memiliki @j.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001002
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001003#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001004#: e2fsck/problem.c:243
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001005msgid "@S needs_recovery flag is clear, but @j has data.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001006msgstr "@S tanda need_recovery sudah hilang, tetapi @j memiliki data.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001007
1008#. @-expanded: Clear journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001009#: e2fsck/problem.c:248
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001010msgid "Clear @j"
1011msgstr "Hapus @j"
1012
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001013#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001014#: e2fsck/problem.c:253 e2fsck/problem.c:764
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001015msgid "@f has feature flag(s) set, but is a revision 0 @f. "
1016msgstr "@f memiliki feature flag(s) set, tetapi memiliki sebuah revisi 0 @f."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001017
1018#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001019#: e2fsck/problem.c:258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001020msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
1021msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, ukuran=%Is)\n"
1022
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001023#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001024#: e2fsck/problem.c:263
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001025msgid "@I %B (%b) found in @o @i %i.\n"
1026msgstr "@I %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001027
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001028#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001029#: e2fsck/problem.c:268
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001030msgid "Already cleared %B (%b) found in @o @i %i.\n"
1031msgstr "Sudah dihapus %B (%b) ditemukan dalam @o @i %i.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001032
1033#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001034#: e2fsck/problem.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001035#, c-format
1036msgid "@I @o @i %i in @S.\n"
1037msgstr "@I @o @i %i dalam @S.\n"
1038
1039#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001040#: e2fsck/problem.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001041#, c-format
1042msgid "@I @i %i in @o @i list.\n"
1043msgstr "@I @i %i dalam daftar @o @i.\n"
1044
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001045#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001046#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001047msgid "@j @S has an unknown read-only feature flag set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001048msgstr "@j @S memiliki sebuah feature yang tidak diketahui aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001049
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001050#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001051#: e2fsck/problem.c:288
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001052msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001053msgstr ""
1054"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
1055"aktif.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001056
1057#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001058#: e2fsck/problem.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001059msgid "@j version not supported by this e2fsck.\n"
1060msgstr "versi @j tidak disupport oleh e2fsck ini.\n"
1061
1062#. @-expanded: Moving journal from /%s to hidden inode.\n
1063#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001064#: e2fsck/problem.c:298
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001065#, c-format
1066msgid ""
1067"Moving @j from /%s to hidden @i.\n"
1068"\n"
1069msgstr ""
1070"Memindahkan @j dari /%s ke tersembunyi @i.\n"
1071"\n"
1072
1073#. @-expanded: Error moving journal: %m\n
1074#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001075#: e2fsck/problem.c:303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001076#, c-format
1077msgid ""
1078"Error moving @j: %m\n"
1079"\n"
1080msgstr ""
1081"Error memindahkan @j: %m\n"
1082"\n"
1083
1084#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1085#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1086#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001087#: e2fsck/problem.c:308
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001088msgid ""
1089"Found @n V2 @j @S fields (from V1 @j).\n"
1090"Clearing fields beyond the V1 @j @S...\n"
1091"\n"
1092msgstr ""
1093"Menemukan @n V2 @j @S fields (dari V1 @j).\n"
1094"Menghapus field diatas dari V1 @j @S...\n"
1095"\n"
1096
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001097#. @-expanded: Run journal anyway
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001098#: e2fsck/problem.c:314
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001099msgid "Run @j anyway"
1100msgstr "Jalankan @j bagaimanapun"
1101
1102#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001103#: e2fsck/problem.c:319
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001104msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001105msgstr ""
1106"Recovery flag tidak diset dalam backup @S, jadi menjalankan @j "
1107"bagaimanapun.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001108
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001109#. @-expanded: Backing up journal inode block information.\n
1110#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001111#: e2fsck/problem.c:324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001112msgid ""
1113"Backing up @j @i @b information.\n"
1114"\n"
1115msgstr ""
1116"Menyimpan informasi @j @i @b.\n"
1117"\n"
1118
1119#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1120#. @-expanded: is %N; should be zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001121#: e2fsck/problem.c:330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001122msgid ""
1123"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1124"is %N; @s zero. "
1125msgstr ""
1126"@f tidak memiliki resize_@i aktif, tetapi _reserved_gdt_@bs\n"
1127"adalah %N; @s nol. "
1128
1129#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001130#: e2fsck/problem.c:336
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001131msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1132msgstr "Resize_@i tidak aktif, tetapi resize @i bukan nol. "
1133
1134#. @-expanded: Resize inode not valid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001135#: e2fsck/problem.c:341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001136msgid "Resize @i not valid. "
1137msgstr "Resize @i tidak valid. "
1138
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001139#. @-expanded: superblock last mount time (%t,\n
1140#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001141#: e2fsck/problem.c:346
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001142msgid ""
1143"@S last mount time (%t,\n"
1144"\tnow = %T) is in the future.\n"
1145msgstr ""
1146"@S waktu terakhir dipasang (%t,\n"
1147"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001148
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001149#. @-expanded: superblock last write time (%t,\n
1150#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001151#: e2fsck/problem.c:351
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001152msgid ""
1153"@S last write time (%t,\n"
1154"\tnow = %T) is in the future.\n"
1155msgstr ""
1156"@S waktu terakhir ditulis (%t,\n"
1157"\tsekarang = %T) berada di masa yang akan datang.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001158
1159#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001160#: e2fsck/problem.c:356
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001161#, c-format
1162msgid "@S hint for external superblock @s %X. "
1163msgstr "@S petunjuk untuk superblok luar @s %X. "
1164
1165#. @-expanded: Adding dirhash hint to filesystem.\n
1166#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001167#: e2fsck/problem.c:361
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001168msgid ""
1169"Adding dirhash hint to @f.\n"
1170"\n"
1171msgstr ""
1172"Menambahkan dirhas hint ke @f.\n"
1173"\n"
1174
Eric Sandeen032eafe2012-07-28 17:48:36 -04001175#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001176#: e2fsck/problem.c:366
Eric Sandeen032eafe2012-07-28 17:48:36 -04001177#, fuzzy
1178msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001179msgstr "@g deskripsi %g checksum tidak valid. "
1180
1181#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001182#: e2fsck/problem.c:371
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001183#, c-format
1184msgid "@g descriptor %g marked uninitialized without feature set.\n"
1185msgstr "@g deskripsi %g ditandai unintialisasi tanpa menset feature.\n"
1186
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001187#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001188#: e2fsck/problem.c:376
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001189msgid "@g descriptor %g has invalid unused inodes count %b. "
1190msgstr "@g deskripsi %g memiliki inode yang tidak valid terhitung %b. "
1191
1192#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001193#: e2fsck/problem.c:381
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001194msgid "Last @g @b @B uninitialized. "
1195msgstr "Terakhir @g @b @B tidak terinitialisasi. "
1196
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001197#: e2fsck/problem.c:386
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001198#, c-format
1199msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1200msgstr "Jurnal transaksi %i terkorupsi, balasan dibatalkan.\n"
1201
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001202#: e2fsck/problem.c:391
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001203msgid "The test_fs flag is set (and ext4 is available). "
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001204msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001205
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001206#. @-expanded: superblock last mount time is in the future.\n
1207#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001208#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001209#: e2fsck/problem.c:396
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001210#, fuzzy
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001211msgid ""
1212"@S last mount time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001213"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001214"set)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001215msgstr ""
1216"@S waktu pasang terakhir berada di masa yang akan datang.\n"
1217"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar) "
1218
1219#. @-expanded: superblock last write time is in the future.\n
1220#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001221#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001222#: e2fsck/problem.c:402
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001223#, fuzzy
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001224msgid ""
1225"@S last write time is in the future.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001226"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001227"set)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001228msgstr ""
1229"@S waktu tulis terakhir berada dimasa yang akan datang.\n"
1230"\t(lebih kecil sehari, mungkin karena perangkat jam diset tidak benar). "
1231
1232#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001233#: e2fsck/problem.c:408
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001234msgid "One or more @b @g descriptor checksums are invalid. "
1235msgstr "Satu atau lebih @b @g pendeskripsi checksum tidak valid. "
1236
Eric Sandeen032eafe2012-07-28 17:48:36 -04001237#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001238#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001239#, fuzzy
1240msgid "Setting free @is count to %j (was %i)\n"
1241msgstr "Menset jumlah reserved blok ke %lu\n"
1242
1243#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001244#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001245#, fuzzy
1246msgid "Setting free @bs count to %c (was %b)\n"
1247msgstr "Menset jumlah reserved blok ke %lu\n"
1248
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001249#. @-expanded: Hiding %U quota inode %i (%Q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001250#: e2fsck/problem.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -04001251#, fuzzy
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001252msgid "Hiding %U @q @i %i (%Q).\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04001253msgstr "Hilang '.' dalam @d @i %i.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001254
1255#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001256#: e2fsck/problem.c:428
Eric Sandeen032eafe2012-07-28 17:48:36 -04001257#, fuzzy
1258msgid "@S has invalid MMP block. "
1259msgstr "Ukuran blok tidak valid - %s"
1260
1261#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001262#: e2fsck/problem.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04001263msgid "@S has invalid MMP magic. "
1264msgstr ""
1265
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001266#: e2fsck/problem.c:438
Eric Sandeen032eafe2012-07-28 17:48:36 -04001267#, c-format
1268msgid "ext2fs_open2: %m\n"
1269msgstr ""
1270
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001271#: e2fsck/problem.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04001272#, c-format
1273msgid "ext2fs_check_desc: %m\n"
1274msgstr ""
1275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001276#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1277#. @-expanded: simultaneously.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001278#: e2fsck/problem.c:449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001279msgid ""
1280"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1281"simultaneously."
1282msgstr ""
1283
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001284#. @-expanded: superblock MMP block checksum does not match.
1285#: e2fsck/problem.c:455
1286#, fuzzy
1287msgid "@S MMP @b checksum does not match. "
1288msgstr "External @j tidak melayani ini @f\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001289
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001290#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001291#: e2fsck/problem.c:460
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001292msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001293msgstr ""
1294
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001295#: e2fsck/problem.c:465
Theodore Ts'obd386982015-05-17 20:34:58 -04001296msgid "First_meta_bg is too big. (%N, max value %g). "
1297msgstr ""
1298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001299#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001300#: e2fsck/problem.c:470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001301#, fuzzy
1302msgid "External @j @S checksum does not match @S. "
Theodore Ts'o21725192017-08-23 19:46:04 -04001303msgstr "External @j tidak melayani ini @f\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001304
1305#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001306#: e2fsck/problem.c:475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001307msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1308msgstr ""
1309
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001310#: e2fsck/problem.c:480
Theodore Ts'o48203a32016-06-08 15:45:26 -04001311#, c-format
1312msgid "Error initializing quota context in support library: %m\n"
1313msgstr ""
1314
Theodore Ts'o4e528702016-09-04 21:31:21 -04001315#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001316#: e2fsck/problem.c:485
Theodore Ts'o4e528702016-09-04 21:31:21 -04001317msgid "Bad required extra isize in @S (%N). "
1318msgstr ""
1319
1320#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001321#: e2fsck/problem.c:490
Theodore Ts'o4e528702016-09-04 21:31:21 -04001322msgid "Bad desired extra isize in @S (%N). "
1323msgstr ""
1324
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001325#. @-expanded: Invalid %U quota inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001326#: e2fsck/problem.c:495
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001327#, fuzzy
1328msgid "Invalid %U @q @i %i. "
1329msgstr "@u @z @i %i. "
1330
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001331#. @-expanded: superblock would have too many inodes (%N).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001332#: e2fsck/problem.c:500
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001333msgid "@S would have too many inodes (%N).\n"
1334msgstr ""
1335
1336#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1337#. @-expanded: not compatible. Resize inode should be disabled.
1338#: e2fsck/problem.c:505
1339msgid ""
1340"Resize_@i and meta_bg features are enabled. Those features are\n"
1341"not compatible. Resize @i should be disabled. "
1342msgstr ""
1343
1344#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1345#: e2fsck/problem.c:513
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001346msgid "Pass 1: Checking @is, @bs, and sizes\n"
1347msgstr "Tahap 1: Memeriksa @i, @bs, dan ukuran\n"
1348
1349#. @-expanded: root inode is not a directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001350#: e2fsck/problem.c:517
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001351msgid "@r is not a @d. "
1352msgstr "@r bukan sebuah @d. "
1353
1354#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001355#: e2fsck/problem.c:522
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001356msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001357msgstr ""
1358"@r memiliki dtime terset (mungkin karena penggunaan mke2fs versi lama). "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001359
1360#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001361#: e2fsck/problem.c:527
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001362msgid "Reserved @i %i (%Q) has @n mode. "
1363msgstr "Reserved @i %i (%Q) memiliki @n mode. "
1364
1365#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001366#: e2fsck/problem.c:532
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001367#, c-format
1368msgid "@D @i %i has zero dtime. "
1369msgstr "@D @i %i memiliki dtime nol. "
1370
1371#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001372#: e2fsck/problem.c:537
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001373#, c-format
1374msgid "@i %i is in use, but has dtime set. "
1375msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1376
1377#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001378#: e2fsck/problem.c:542
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001379#, c-format
1380msgid "@i %i is a @z @d. "
1381msgstr "@i %i adalah sebuah @z @d. "
1382
1383#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001384#: e2fsck/problem.c:547
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001385msgid "@g %g's @b @B at %b @C.\n"
1386msgstr "@g %g's @b @B di %b @C.\n"
1387
1388#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001389#: e2fsck/problem.c:552
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001390msgid "@g %g's @i @B at %b @C.\n"
1391msgstr "@g %g's @i @B di %b @C.\n"
1392
1393#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001394#: e2fsck/problem.c:557
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001395msgid "@g %g's @i table at %b @C.\n"
1396msgstr "@G %g's @i tabel di %b @C.\n"
1397
1398#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001399#: e2fsck/problem.c:562
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001400msgid "@g %g's @b @B (%b) is bad. "
1401msgstr "@g %g's @b @B (%b) adalah buruk. "
1402
1403#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001404#: e2fsck/problem.c:567
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001405msgid "@g %g's @i @B (%b) is bad. "
1406msgstr "@g %g's @i @B (%b) adalah buruk. "
1407
1408#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001409#: e2fsck/problem.c:572
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001410msgid "@i %i, i_size is %Is, @s %N. "
1411msgstr "@i %i, i_size adalah %Is, @s %N. "
1412
1413#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001414#: e2fsck/problem.c:577
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001415msgid "@i %i, i_@bs is %Ib, @s %N. "
1416msgstr "@i %i, i_@bs adalah %Ib, @s %N. "
1417
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001418#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001419#: e2fsck/problem.c:582
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001420msgid "@I %B (%b) in @i %i. "
1421msgstr "@I %B (%b) dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001422
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001423#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001424#: e2fsck/problem.c:587
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001425msgid "%B (%b) overlaps @f metadata in @i %i. "
1426msgstr "%B (%b) saling bertumpang tindih @f metadata dalam @i %i. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001427
1428#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001429#: e2fsck/problem.c:592
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001430#, c-format
1431msgid "@i %i has illegal @b(s). "
1432msgstr "@i %i memiliki @b(s) ilegal. "
1433
1434#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001435#: e2fsck/problem.c:597
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001436#, c-format
1437msgid "Too many illegal @bs in @i %i.\n"
1438msgstr "Terlalu banyak ilegal @bs dalam @i %i.\n"
1439
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001440#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001441#: e2fsck/problem.c:602
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001442msgid "@I %B (%b) in bad @b @i. "
1443msgstr "@I %B (%b) dalam @b @i buruk. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001444
1445#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001446#: e2fsck/problem.c:607
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001447msgid "Bad @b @i has illegal @b(s). "
1448msgstr "@b @i buruk memiliki ilegal @b(s). "
1449
1450#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001451#: e2fsck/problem.c:612
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001452msgid "Duplicate or bad @b in use!\n"
1453msgstr "Duplikasi atau @b buruk sedang digunakan!\n"
1454
1455#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001456#: e2fsck/problem.c:617
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001457msgid "Bad @b %b used as bad @b @i indirect @b. "
1458msgstr "@b %b buruk yang digunakan sama buruknya dengan @b @i indirect @b. "
1459
1460#. @-expanded: \n
1461#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1462#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1463#. @-expanded: in the filesystem.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001464#: e2fsck/problem.c:622
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001465msgid ""
1466"\n"
1467"The bad @b @i has probably been corrupted. You probably\n"
1468"should stop now and run e2fsck -c to scan for bad blocks\n"
1469"in the @f.\n"
1470msgstr ""
1471"\n"
1472"@b @i buruk telah terkorupsi. Anda seharusnya berhenti\n"
1473"sekarang dan menjalankan e2fsck -c untuk menscan untuk\n"
1474"mencari blok buruk dalam @f.\n"
1475
1476#. @-expanded: \n
1477#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001478#: e2fsck/problem.c:629
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001479msgid ""
1480"\n"
1481"If the @b is really bad, the @f can not be fixed.\n"
1482msgstr ""
1483"\n"
1484"Jika @b adalah sangat buruk, @f tidak dapat dibetulkan.\n"
1485
1486#. @-expanded: You can remove this block from the bad block list and hope\n
1487#. @-expanded: that the block is really OK. But there are no guarantees.\n
1488#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001489#: e2fsck/problem.c:634
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001490msgid ""
1491"You can remove this @b from the bad @b list and hope\n"
1492"that the @b is really OK. But there are no guarantees.\n"
1493"\n"
1494msgstr ""
1495"Anda dapat menghapus @b ini dari daftar @b buruk dan berharap\n"
1496"@b benar benar OK. Tetapi tidak garansi untuk hal ini.\n"
1497"\n"
1498
1499#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001500#: e2fsck/problem.c:640
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001501msgid "The primary @S (%b) is on the bad @b list.\n"
1502msgstr "@S (%b) utama berada dalam daftar @b buruk.\n"
1503
1504#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001505#: e2fsck/problem.c:645
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001506msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1507msgstr "Blok %b dalam deskripsi @g utama berada dalam daftar @b buruk\n"
1508
1509#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001510#: e2fsck/problem.c:651
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001511msgid "Warning: Group %g's @S (%b) is bad.\n"
1512msgstr "Peringatan: Grup %g's @S (b) buruk.\n"
1513
1514#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001515#: e2fsck/problem.c:657
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001516msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001517msgstr ""
1518"Peringatan: Grup %g's salinan dari deskripsi @g memiliki sebuah @b (%b) "
1519"buruk.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001520
1521#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001522#: e2fsck/problem.c:663
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001523msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001524msgstr ""
1525"Programming error? @b #%b terklaim untuk tidak ada alasan dalam "
1526"process_bad_@b.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001527
1528#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001529#: e2fsck/problem.c:669
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001530msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1531msgstr "@A %N kontinu @b(s) dalam @b @g %g untuk %s: %m\n"
1532
1533#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001534#: e2fsck/problem.c:674
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001535#, c-format
1536msgid "@A @b buffer for relocating %s\n"
1537msgstr "@A @b buffer untuk relokasi %s\n"
1538
1539#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001540#: e2fsck/problem.c:679
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001541msgid "Relocating @g %g's %s from %b to %c...\n"
1542msgstr "Memindahkan @g %g's %s dari %b ke %c...\n"
1543
1544#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001545#: e2fsck/problem.c:684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001546#, c-format
1547msgid "Relocating @g %g's %s to %c...\n"
1548msgstr "Memindahkan @g %g's %s ke %c...\n"
1549
1550#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001551#: e2fsck/problem.c:689
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001552msgid "Warning: could not read @b %b of %s: %m\n"
1553msgstr "Peringatan: tidak dapat membaca @b %b dari %s: %m\n"
1554
1555#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001556#: e2fsck/problem.c:694
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001557msgid "Warning: could not write @b %b for %s: %m\n"
1558msgstr "Peringatan: tidak dapat menulis @b %b untuk %s: %m\n"
1559
1560#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001561#: e2fsck/problem.c:699 e2fsck/problem.c:1776
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001562msgid "@A @i @B (%N): %m\n"
1563msgstr "@A @i @B (%N): %m\n"
1564
1565#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001566#: e2fsck/problem.c:704
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001567msgid "@A @b @B (%N): %m\n"
1568msgstr "@A @b @B (%N): %m\n"
1569
1570#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001571#: e2fsck/problem.c:709
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001572#, c-format
1573msgid "@A icount link information: %m\n"
1574msgstr "@A icount link informasi: %m\n"
1575
1576#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001577#: e2fsck/problem.c:714
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001578#, c-format
1579msgid "@A @d @b array: %m\n"
1580msgstr "@A @d @b array: %m\n"
1581
1582#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001583#: e2fsck/problem.c:719
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001584#, c-format
1585msgid "Error while scanning @is (%i): %m\n"
1586msgstr "Error ketika melakukan scanning @is (%i): %m\n"
1587
1588#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001589#: e2fsck/problem.c:724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001590#, c-format
1591msgid "Error while iterating over @bs in @i %i: %m\n"
1592msgstr "Error ketika mengiterasi melalui @bs dalam @i %i: %m\n"
1593
1594#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001595#: e2fsck/problem.c:729
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001596msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1597msgstr "Error menyimpan @i count informasi (@i=%i, count=%N): %m\n"
1598
1599#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001600#: e2fsck/problem.c:734
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001601msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1602msgstr "Error menyimpan @d @b informasi (@i=%i, @b=%b, num=%N): %m\n"
1603
1604#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001605#: e2fsck/problem.c:740
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001606#, c-format
1607msgid "Error reading @i %i: %m\n"
1608msgstr "Error membaca @i %i: %m\n"
1609
1610#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001611#: e2fsck/problem.c:748
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001612#, c-format
1613msgid "@i %i has imagic flag set. "
1614msgstr "@i %i memiliki flag imagic terset. "
1615
1616#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1617#. @-expanded: or append-only flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001618#: e2fsck/problem.c:753
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001619#, c-format
1620msgid ""
1621"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1622"or append-only flag set. "
1623msgstr ""
1624"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
1625"atau append-only flag terset."
1626
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001627#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001628#: e2fsck/problem.c:759
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001629#, c-format
1630msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1631msgstr "Spesial (@v/socket/fifo) @i %i memiliki ukuran kosong. "
1632
1633#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001634#: e2fsck/problem.c:769
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001635msgid "@j @i is not in use, but contains data. "
1636msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1637
1638#. @-expanded: journal is not regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001639#: e2fsck/problem.c:774
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001640msgid "@j is not regular file. "
1641msgstr "@j bukan sebuah file regular. "
1642
1643#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001644#: e2fsck/problem.c:779
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001645#, c-format
1646msgid "@i %i was part of the @o @i list. "
1647msgstr "@i %i adalah bagian dari daftar @o @i. "
1648
1649#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001650#: e2fsck/problem.c:785
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001651msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001652msgstr ""
1653"@i adalah bagian dari orphan terkorupsi yang ditemukan dari linked list. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001654
1655#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001656#: e2fsck/problem.c:790
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001657msgid "@A refcount structure (%N): %m\n"
1658msgstr "@A refcount structure (%N): %m\n"
1659
1660#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001661#: e2fsck/problem.c:795
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001662msgid "Error reading @a @b %b for @i %i. "
1663msgstr "Error membaca @a @b %b untuk @i %i. "
1664
1665#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001666#: e2fsck/problem.c:800
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001667msgid "@i %i has a bad @a @b %b. "
1668msgstr "@i %i memiliki sebuah @a @b %b buruk."
1669
1670#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001671#: e2fsck/problem.c:805
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001672msgid "Error reading @a @b %b (%m). "
1673msgstr "Error membaca @a @b %b (%m). "
1674
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001675#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001676#: e2fsck/problem.c:810
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001677msgid "@a @b %b has reference count %r, @s %N. "
1678msgstr "@a @b %b memiliki jumlah referensi %r, @s %N. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001679
1680#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001681#: e2fsck/problem.c:815
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001682msgid "Error writing @a @b %b (%m). "
1683msgstr "Error menulis @a @b %b (%m). "
1684
1685#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001686#: e2fsck/problem.c:820
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001687msgid "@a @b %b has h_@bs > 1. "
1688msgstr "@a @b %b memiliki h_@bs > 1. "
1689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001690#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001691#: e2fsck/problem.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001692#, fuzzy
1693msgid "@A @a region allocation structure. "
1694msgstr "struktur @A icount: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001695
1696#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001697#: e2fsck/problem.c:830
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001698msgid "@a @b %b is corrupt (allocation collision). "
1699msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1700
1701#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001702#: e2fsck/problem.c:835
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001703msgid "@a @b %b is corrupt (@n name). "
1704msgstr "@a @b %b adalah korup (@n nama). "
1705
1706#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001707#: e2fsck/problem.c:840
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001708msgid "@a @b %b is corrupt (@n value). "
1709msgstr "@a @b %b adalah korup (@n value). "
1710
1711#. @-expanded: inode %i is too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001712#: e2fsck/problem.c:845
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001713#, c-format
1714msgid "@i %i is too big. "
1715msgstr "@i %i terlalu besar. "
1716
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001717#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001718#: e2fsck/problem.c:849
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001719msgid "%B (%b) causes @d to be too big. "
1720msgstr "%B (%b) menyebabkan @d terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001721
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001722#: e2fsck/problem.c:854
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001723msgid "%B (%b) causes file to be too big. "
1724msgstr "%B (%b) menyebabkan berkas terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001726#: e2fsck/problem.c:859
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04001727msgid "%B (%b) causes symlink to be too big. "
1728msgstr "%B (%b) menyebabkan symlink terlalu besar. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001729
1730#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001731#: e2fsck/problem.c:864
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001732#, c-format
1733msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1734msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1735
1736#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001737#: e2fsck/problem.c:869
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001738#, c-format
1739msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1740msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
1741
1742#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001743#: e2fsck/problem.c:874
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001744#, c-format
1745msgid "@h %i has an @n root node.\n"
1746msgstr "@h %i memiliki sebuah @n titik root.\n"
1747
1748#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001749#: e2fsck/problem.c:879
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001750msgid "@h %i has an unsupported hash version (%N)\n"
1751msgstr "@h %i memiliki sebuah versi hash yang tidak dilayani (%N)\n"
1752
1753#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001754#: e2fsck/problem.c:884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001755#, c-format
1756msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001757msgstr ""
1758"@h %i menggunakan sebuah htree yang tidak kompatible di titik root flag.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001759
1760#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001761#: e2fsck/problem.c:889
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001762msgid "@h %i has a tree depth (%N) which is too big\n"
1763msgstr "@h %i memiliki sebuah kedalaman pohon (%N) yang terlalu besar\n"
1764
1765#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1766#. @-expanded: filesystem metadata.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001767#: e2fsck/problem.c:895
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001768msgid ""
1769"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1770"@f metadata. "
1771msgstr ""
1772"Buruk @b @i memiliki sebuah @b (%b) tidak langsung yang konflik dengan\n"
1773"@f metadata. "
1774
1775#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001776#: e2fsck/problem.c:901
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001777#, c-format
1778msgid "Resize @i (re)creation failed: %m."
1779msgstr "Resize @i gagal membuat kembali: %m."
1780
1781#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001782#: e2fsck/problem.c:906
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001783msgid "@i %i has a extra size (%IS) which is @n\n"
1784msgstr "@i %i memiliki sebuah ukuran extra (%IS) yang berisi @n\n"
1785
1786#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001787#: e2fsck/problem.c:911
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001788msgid "@a in @i %i has a namelen (%N) which is @n\n"
1789msgstr "@a dalam @i %i memiliki sebuah panjang nama (%N) yang berisi @n\n"
1790
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001791#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001792#: e2fsck/problem.c:916
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001793msgid "@a in @i %i has a value offset (%N) which is @n\n"
1794msgstr "@a dalam @i %i memiliki nilai ofset (%N) yang berisi @n\n"
1795
1796#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001797#: e2fsck/problem.c:921
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001798msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001799msgstr ""
1800"@a dalam @i %i memiliki sebuah nilai @b (%N) yang berisi @n (seharusnya 0)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001801
1802#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001803#: e2fsck/problem.c:926
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001804msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001805msgstr ""
1806"@a dalam @i %i memiliki sebuah nilai yang berukuran (%N) yang berisi @n\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001807
1808#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001809#: e2fsck/problem.c:931
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001810msgid "@a in @i %i has a hash (%N) which is @n\n"
1811msgstr "@a dalam @i %i memiliki sebuah hash (%N) yang berisi @n\n"
1812
1813#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001814#: e2fsck/problem.c:936
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001815msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05001816msgstr ""
1817"@i %i adalah sebuah %It tetapi sepertinya benar benar sebuah direktori.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001818
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04001819#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001820#: e2fsck/problem.c:941
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001821#, c-format
1822msgid "Error while reading over @x tree in @i %i: %m\n"
1823msgstr "Error ketika membaca diatas @x tree dalam @i %i: %m\n"
1824
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001825#. @-expanded: Failed to iterate extents in inode %i\n
1826#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001827#: e2fsck/problem.c:946
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001828msgid ""
1829"Failed to iterate extents in @i %i\n"
1830"\t(op %s, blk %b, lblk %c): %m\n"
1831msgstr ""
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001832"Gagal mengiterasi extens dalam @i %i\n"
1833"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001834
1835#. @-expanded: inode %i has an invalid extent\n
1836#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001837#: e2fsck/problem.c:952
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001838msgid ""
1839"@i %i has an @n extent\n"
1840"\t(logical @b %c, @n physical @b %b, len %N)\n"
1841msgstr ""
1842"@i %i memiliki sebuah extensi @n\n"
1843"\t(logical @b %c, @n physical @b %b, len %N)\n"
1844
1845#. @-expanded: inode %i has an invalid extent\n
1846#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001847#: e2fsck/problem.c:957
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001848msgid ""
1849"@i %i has an @n extent\n"
1850"\t(logical @b %c, physical @b %b, @n len %N)\n"
1851msgstr ""
1852"@i %i memiliki sebuah entensi @n\n"
1853"\t(logical @b %c, physical @b %b, @n len %N)\n"
1854
1855#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001856#: e2fsck/problem.c:962
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001857#, c-format
1858msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1859msgstr "@i %i memiliki EXTENTS_FL tanda set di @f tanpa support extensi.\n"
1860
1861#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001862#: e2fsck/problem.c:967
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001863#, c-format
1864msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1865msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1866
1867#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001868#: e2fsck/problem.c:972
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001869#, c-format
1870msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1871msgstr "@i %i hilang EXTENT_FL, tetapi adalah sebuah format extensi\n"
1872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001873#: e2fsck/problem.c:977
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001874#, c-format
1875msgid "Fast symlink %i has EXTENT_FL set. "
1876msgstr "Fast symlink %i memiliki EXTENT_FL terset. "
1877
1878#. @-expanded: inode %i has out of order extents\n
1879#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001880#: e2fsck/problem.c:982
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04001881msgid ""
1882"@i %i has out of order extents\n"
1883"\t(@n logical @b %c, physical @b %b, len %N)\n"
1884msgstr ""
1885"@i %i telah tidak teratur extensinya\n"
1886"\t(@n logical @b %c, physical @b %b, len %N)\n"
1887
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001888#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001889#: e2fsck/problem.c:986
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001890msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04001891msgstr "@i %i memiliki sebuah titik ekstensi tidak valid (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001892
Eric Sandeen032eafe2012-07-28 17:48:36 -04001893#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001894#: e2fsck/problem.c:991
Eric Sandeen032eafe2012-07-28 17:48:36 -04001895#, fuzzy, c-format
1896msgid "Error converting subcluster @b @B: %m\n"
1897msgstr "Error mengiterasi melalui @d @bs: %m\n"
1898
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001899#. @-expanded: quota inode is not a regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001900#: e2fsck/problem.c:996
Eric Sandeen032eafe2012-07-28 17:48:36 -04001901#, fuzzy
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001902msgid "@q @i is not a regular file. "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001903msgstr "@j bukan sebuah file regular. "
1904
1905#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001906#: e2fsck/problem.c:1001
Eric Sandeen032eafe2012-07-28 17:48:36 -04001907#, fuzzy
1908msgid "@q @i is not in use, but contains data. "
1909msgstr "@j @i sedang tidak digunakan, tetapi berisi data. "
1910
1911#. @-expanded: quota inode is visible to the user.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001912#: e2fsck/problem.c:1006
Eric Sandeen032eafe2012-07-28 17:48:36 -04001913#, fuzzy
1914msgid "@q @i is visible to the user. "
1915msgstr "@i %i sedang digunakan, tetapi miliki dtime terset. "
1916
1917#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001918#: e2fsck/problem.c:1011
Eric Sandeen032eafe2012-07-28 17:48:36 -04001919#, fuzzy
1920msgid "The bad @b @i looks @n. "
1921msgstr "<Bad block inode>"
1922
1923#. @-expanded: inode %i has zero length extent\n
1924#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001925#: e2fsck/problem.c:1016
Eric Sandeen032eafe2012-07-28 17:48:36 -04001926#, fuzzy
1927msgid ""
1928"@i %i has zero length extent\n"
1929"\t(@n logical @b %c, physical @b %b)\n"
1930msgstr ""
1931"@i %i telah tidak teratur extensinya\n"
1932"\t(@n logical @b %c, physical @b %b, len %N)\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04001933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001934#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001935#: e2fsck/problem.c:1021
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001936#, fuzzy, c-format
1937msgid "@i %i seems to contain garbage. "
1938msgstr "@i %i terlalu besar. "
1939
1940#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001941#: e2fsck/problem.c:1026
Theodore Ts'o21725192017-08-23 19:46:04 -04001942#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001943msgid "@i %i passes checks, but checksum does not match @i. "
Theodore Ts'o21725192017-08-23 19:46:04 -04001944msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001945
1946#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001947#: e2fsck/problem.c:1031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001948#, fuzzy, c-format
1949msgid "@i %i @a is corrupt (allocation collision). "
1950msgstr "@a @b %b adalah korup (bentrok dalam alokasi). "
1951
1952#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1953#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001954#: e2fsck/problem.c:1039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001955#, fuzzy
1956msgid ""
1957"@i %i extent block passes checks, but checksum does not match extent\n"
1958"\t(logical @b %c, physical @b %b, len %N)\n"
1959msgstr ""
1960"@i %i telah tidak teratur extensinya\n"
1961"\t(@n logical @b %c, physical @b %b, len %N)\n"
1962
1963#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001964#: e2fsck/problem.c:1048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001965msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1966msgstr ""
1967
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001968#. @-expanded: Interior extent node level %N of inode %i:\n
1969#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001970#: e2fsck/problem.c:1053
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001971msgid ""
1972"Interior @x node level %N of @i %i:\n"
1973"Logical start %b does not match logical start %c at next level. "
1974msgstr ""
1975
1976#. @-expanded: inode %i, end of extent exceeds allowed value\n
1977#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001978#: e2fsck/problem.c:1059
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001979#, fuzzy
1980msgid ""
1981"@i %i, end of extent exceeds allowed value\n"
1982"\t(logical @b %c, physical @b %b, len %N)\n"
1983msgstr ""
1984"@i %i memiliki sebuah extensi @n\n"
1985"\t(logical @b %c, @n physical @b %b, len %N)\n"
1986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001987#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001988#: e2fsck/problem.c:1064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001989#, fuzzy, c-format
1990msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1991msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
1992
1993#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001994#: e2fsck/problem.c:1069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001995#, fuzzy, c-format
1996msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1997msgstr "@i %i memiliki INDEX_FL flag terset di @f tanpa bantuan htree.\n"
1998
1999#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002000#: e2fsck/problem.c:1076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002001msgid ""
2002"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
2003msgstr ""
2004
Theodore Ts'obd386982015-05-17 20:34:58 -04002005#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002006#: e2fsck/problem.c:1081
Theodore Ts'obd386982015-05-17 20:34:58 -04002007#, fuzzy
2008msgid "@d @i %i @b %b should be at @b %c. "
2009msgstr "@i %i memiliki sebuah @a @b %b buruk."
2010
2011#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002012#: e2fsck/problem.c:1086
Theodore Ts'obd386982015-05-17 20:34:58 -04002013#, fuzzy, c-format
2014msgid "@d @i %i has @x marked uninitialized at @b %c. "
2015msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
2016
2017#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2018#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002019#: e2fsck/problem.c:1091
Theodore Ts'obd386982015-05-17 20:34:58 -04002020msgid ""
2021"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2022"Will fix in pass 1B.\n"
2023msgstr ""
2024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002026#: e2fsck/problem.c:1096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002027#, fuzzy, c-format
2028msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
2029msgstr "@i %i memiliki INDEX_FL flag terset tetapi tidak sebuah @d\n"
2030
2031#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2032#. @-expanded: or inline-data flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002033#: e2fsck/problem.c:1102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002034#, fuzzy, c-format
2035msgid ""
2036"Special (@v/socket/fifo) file (@i %i) has extents\n"
2037"or inline-data flag set. "
2038msgstr ""
2039"Spesial (@v/socket/fifo/symlink) berkas (@i %i) memiliki ketahanan\n"
2040"atau append-only flag terset."
2041
2042#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002043#: e2fsck/problem.c:1108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002044#, c-format
2045msgid "@i %i has @x header but inline data flag is set.\n"
2046msgstr ""
2047
2048#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002049#: e2fsck/problem.c:1113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002050#, c-format
2051msgid "@i %i seems to have inline data but @x flag is set.\n"
2052msgstr ""
2053
2054#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002055#: e2fsck/problem.c:1118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002056#, c-format
2057msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2058msgstr ""
2059
2060#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002061#: e2fsck/problem.c:1123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002062#, c-format
2063msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2064msgstr ""
2065
2066#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002067#: e2fsck/problem.c:1128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002068msgid "Bad block list says the bad block list @i is bad. "
2069msgstr ""
2070
2071#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002072#: e2fsck/problem.c:1133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002073#, fuzzy
2074msgid "@A @x region allocation structure. "
2075msgstr "struktur @A icount: %m\n"
2076
2077#. @-expanded: inode %i has a duplicate extent mapping\n
2078#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002079#: e2fsck/problem.c:1138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002080#, fuzzy
2081msgid ""
2082"@i %i has a duplicate @x mapping\n"
2083"\t(logical @b %c, @n physical @b %b, len %N)\n"
2084msgstr ""
2085"@i %i memiliki sebuah extensi @n\n"
2086"\t(logical @b %c, @n physical @b %b, len %N)\n"
2087
2088#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002089#: e2fsck/problem.c:1143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002090msgid "@A memory for encrypted @d list\n"
2091msgstr ""
2092
2093#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002094#: e2fsck/problem.c:1148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002095msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2096msgstr ""
2097
2098#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002099#: e2fsck/problem.c:1153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002100#, c-format
2101msgid "@i %i on bigalloc @f cannot be @b mapped. "
2102msgstr ""
2103
2104#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002105#: e2fsck/problem.c:1158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002106#, fuzzy, c-format
2107msgid "@i %i has corrupt @x header. "
2108msgstr "@a @b %b adalah korup (@n nama). "
2109
2110#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002111#: e2fsck/problem.c:1163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002112#, c-format
2113msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2114msgstr ""
2115
Theodore Ts'o899425b2018-02-27 22:25:04 -05002116#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002117#: e2fsck/problem.c:1168
Theodore Ts'o899425b2018-02-27 22:25:04 -05002118#, fuzzy
2119msgid "@i %i has @I @a value @i %N.\n"
2120msgstr "@i %i memiliki sebuah @a @b %b buruk."
2121
2122#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002123#: e2fsck/problem.c:1174
Theodore Ts'o899425b2018-02-27 22:25:04 -05002124#, fuzzy
2125msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2126msgstr "@i %i adalah sebuah format extensi, tetapi @S hilang feature EXTENTS\n"
2127
2128#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2129#. @-expanded:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002130#: e2fsck/problem.c:1179
Theodore Ts'o899425b2018-02-27 22:25:04 -05002131msgid ""
2132"EA @i %N for parent @i %i missing EA_INODE flag.\n"
2133" "
2134msgstr ""
2135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002136#. @-expanded: \n
2137#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2138#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002139#: e2fsck/problem.c:1187
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002140msgid ""
2141"\n"
2142"Running additional passes to resolve @bs claimed by more than one @i...\n"
2143"Pass 1B: Rescanning for @m @bs\n"
2144msgstr ""
2145"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002146"Menjalankan tahap tambahan untuk meresolve @bs diklaim oleh lebih dari satu "
2147"@i...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002148"Tahap 1B: Menscan kembali untuk @m @bs\n"
2149
2150#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002151#: e2fsck/problem.c:1193
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002152#, c-format
2153msgid "@m @b(s) in @i %i:"
2154msgstr "@m @b(s) dalam @i %i:"
2155
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002156#: e2fsck/problem.c:1208
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002157#, c-format
2158msgid "Error while scanning inodes (%i): %m\n"
2159msgstr "Error ketika menscan inodes (%i): %m\n"
2160
2161#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002162#: e2fsck/problem.c:1213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002163#, c-format
2164msgid "@A @i @B (@i_dup_map): %m\n"
2165msgstr "@A @i @B (@i_dup_map): %m\n"
2166
2167#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002168#: e2fsck/problem.c:1218
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002169#, c-format
2170msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2171msgstr "Error ketika mengiterasi di @bs dalam @i %i (%s): %m\n"
2172
2173#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002174#: e2fsck/problem.c:1223 e2fsck/problem.c:1585
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002175msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2176msgstr "Error menyesuaikan refcount untuk @a @b %b (@i %i): %m\n"
2177
2178#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002179#: e2fsck/problem.c:1233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002180msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2181msgstr "Tahap 1C: Memeriksa direktori untuk @is dengan @m @bs\n"
2182
2183#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002184#: e2fsck/problem.c:1239
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002185msgid "Pass 1D: Reconciling @m @bs\n"
2186msgstr "Tahap 1D: Membetulkan @m @bs\n"
2187
2188#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002189#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002190#: e2fsck/problem.c:1244
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002191msgid ""
2192"File %Q (@i #%i, mod time %IM) \n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002193" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002194msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002195"Berkas %Q (@i #%i, waktu berubah %IM) \n"
2196" memiliki %r @m @b(s), dibagi dengan %N berkas:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002197
2198#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002199#: e2fsck/problem.c:1250
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002200msgid "\t%Q (@i #%i, mod time %IM)\n"
2201msgstr "\t%Q (@i #%i, mod time %IM)\n"
2202
2203#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002204#: e2fsck/problem.c:1255
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002205msgid "\t<@f metadata>\n"
2206msgstr "\t<@f metadata>\n"
2207
2208#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2209#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002210#: e2fsck/problem.c:1260
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002211msgid ""
2212"(There are %N @is containing @m @bs.)\n"
2213"\n"
2214msgstr ""
2215"(Ada %N @is berisi @m @bs.)\n"
2216"\n"
2217
2218#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2219#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002220#: e2fsck/problem.c:1265
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002221msgid ""
2222"@m @bs already reassigned or cloned.\n"
2223"\n"
2224msgstr ""
2225"@m @bs telah diassign atau dikopi.\n"
2226"\n"
2227
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002228#: e2fsck/problem.c:1278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002229#, c-format
2230msgid "Couldn't clone file: %m\n"
2231msgstr "Tidak dapat menyalin file: %m\n"
2232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002233#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002234#: e2fsck/problem.c:1284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002235#, fuzzy
2236msgid "Pass 1E: Optimizing @x trees\n"
2237msgstr "Tahap 3A: Mengoptimasi direktori\n"
2238
2239#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002240#: e2fsck/problem.c:1289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002241#, fuzzy, c-format
2242msgid "Failed to optimize @x tree %p (%i): %m\n"
2243msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2244
2245#. @-expanded: Optimizing extent trees:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002246#: e2fsck/problem.c:1294
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002247#, fuzzy
2248msgid "Optimizing @x trees: "
2249msgstr "Mengoptimasi direktori: "
2250
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002251#: e2fsck/problem.c:1309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002252msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2253msgstr ""
2254
2255#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002256#: e2fsck/problem.c:1314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002257msgid "@i %i @x tree (at level %b) could be shorter. "
2258msgstr ""
2259
2260#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002261#: e2fsck/problem.c:1319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002262msgid "@i %i @x tree (at level %b) could be narrower. "
2263msgstr ""
2264
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002265#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002266#: e2fsck/problem.c:1326
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002267msgid "Pass 2: Checking @d structure\n"
2268msgstr "Tahap 2: Memeriksa struktur @d\n"
2269
2270#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002271#: e2fsck/problem.c:1331
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002272#, c-format
2273msgid "@n @i number for '.' in @d @i %i.\n"
2274msgstr "@n @i jumlah untuk '.' dalam @d @i %i.\n"
2275
2276#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002277#: e2fsck/problem.c:1336
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002278msgid "@E has @n @i #: %Di.\n"
2279msgstr "@E memiliki @n @i #: %Di.\n"
2280
2281#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002282#: e2fsck/problem.c:1341
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002283msgid "@E has @D/unused @i %Di. "
2284msgstr "@E memiliki @D/tidak dipakai @i %Di. "
2285
2286#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002287#: e2fsck/problem.c:1346
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002288msgid "@E @L to '.' "
2289msgstr "@E @L ke '.' "
2290
2291#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002292#: e2fsck/problem.c:1351
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002293msgid "@E points to @i (%Di) located in a bad @b.\n"
2294msgstr "@E menunjuk ke @i (%Di) terletak di dalam @b buruk.\n"
2295
2296#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002297#: e2fsck/problem.c:1356
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002298msgid "@E @L to @d %P (%Di).\n"
2299msgstr "@E @L ke @d %P (%Di).\n"
2300
2301#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002302#: e2fsck/problem.c:1361
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002303msgid "@E @L to the @r.\n"
2304msgstr "@E @L ke @r.\n"
2305
2306#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002307#: e2fsck/problem.c:1366
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002308msgid "@E has illegal characters in its name.\n"
2309msgstr "@E memiliki karakter ilegal dalam namanya.\n"
2310
2311#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002312#: e2fsck/problem.c:1371
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002313#, c-format
2314msgid "Missing '.' in @d @i %i.\n"
2315msgstr "Hilang '.' dalam @d @i %i.\n"
2316
2317#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002318#: e2fsck/problem.c:1376
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002319#, c-format
2320msgid "Missing '..' in @d @i %i.\n"
2321msgstr "Hilang '..' dalam @d @i %i.\n"
2322
2323#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002324#: e2fsck/problem.c:1381
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002325msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2326msgstr "Pertama @e '%Dn' (@i=%Di) dalam @d @i %i (%p) @s '.'\n"
2327
2328#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002329#: e2fsck/problem.c:1386
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002330msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2331msgstr "Kedua @e '%Dn' (@i=%Di) dalam @d @i %i @s '..'\n"
2332
2333#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002334#: e2fsck/problem.c:1391
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002335msgid "i_faddr @F %IF, @s zero.\n"
2336msgstr "i_faddr @F %IF, @s nol.\n"
2337
2338#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002339#: e2fsck/problem.c:1396
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002340msgid "i_file_acl @F %If, @s zero.\n"
2341msgstr "i_file_acl @F %If, @s nol.\n"
2342
Theodore Ts'o899425b2018-02-27 22:25:04 -05002343#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002344#: e2fsck/problem.c:1401
Theodore Ts'o899425b2018-02-27 22:25:04 -05002345#, fuzzy
2346msgid "i_size_high @F %Id, @s zero.\n"
2347msgstr "i_fsize @F %N, @s nol.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002348
2349#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002350#: e2fsck/problem.c:1406
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002351msgid "i_frag @F %N, @s zero.\n"
2352msgstr "i_frag @F %N, @s nol.\n"
2353
2354#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002355#: e2fsck/problem.c:1411
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002356msgid "i_fsize @F %N, @s zero.\n"
2357msgstr "i_fsize @F %N, @s nol.\n"
2358
2359#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002360#: e2fsck/problem.c:1416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002361msgid "@i %i (%Q) has @n mode (%Im).\n"
2362msgstr "@i %i (%Q) memiliki mode @n (%Im).\n"
2363
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002364#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002365#: e2fsck/problem.c:1421
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002366msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2367msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002368
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002369#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002370#: e2fsck/problem.c:1426
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002371msgid "@d @i %i, %B, offset %N: filename too long\n"
2372msgstr "@d @i %i, %B, ofset %N: nama berkas terlalu panjang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002373
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002374#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002375#: e2fsck/problem.c:1431
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002376msgid "@d @i %i has an unallocated %B. "
2377msgstr "@d @i %i memiliki #%B yang tidak teralokasi. "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002378
2379#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002380#: e2fsck/problem.c:1436
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002381#, c-format
2382msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2383msgstr "'.' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2384
2385#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002386#: e2fsck/problem.c:1441
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002387#, c-format
2388msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2389msgstr "'..' @d @e dalam @d @i %i tidak terakhiri dengan NULL\n"
2390
2391#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002392#: e2fsck/problem.c:1446
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002393msgid "@i %i (%Q) is an @I character @v.\n"
2394msgstr "@i %i (%Q) adalah sebuah karakter @I @v.\n"
2395
2396#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002397#: e2fsck/problem.c:1451
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002398msgid "@i %i (%Q) is an @I @b @v.\n"
2399msgstr "@i %i (%Q) adalah sebuah @I @b @v.\n"
2400
2401#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002402#: e2fsck/problem.c:1456
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002403msgid "@E is duplicate '.' @e.\n"
2404msgstr "@E adalah salinan '.' @e.\n"
2405
2406#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002407#: e2fsck/problem.c:1461
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002408msgid "@E is duplicate '..' @e.\n"
2409msgstr "@E adalah duplikasi dari '..' @e.\n"
2410
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002411#: e2fsck/problem.c:1466 e2fsck/problem.c:1801
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002412#, c-format
2413msgid "Internal error: couldn't find dir_info for %i.\n"
2414msgstr "Internal error: tidak dapat mencari dir_info untuk %i.\n"
2415
2416#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002417#: e2fsck/problem.c:1471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002418msgid "@E has rec_len of %Dr, @s %N.\n"
2419msgstr "@E memiliki rec_len dari %Dr, @s %N.\n"
2420
2421#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002422#: e2fsck/problem.c:1476
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002423#, c-format
2424msgid "@A icount structure: %m\n"
2425msgstr "struktur @A icount: %m\n"
2426
2427#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002428#: e2fsck/problem.c:1481
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002429#, c-format
2430msgid "Error iterating over @d @bs: %m\n"
2431msgstr "Error mengiterasi melalui @d @bs: %m\n"
2432
2433#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002434#: e2fsck/problem.c:1486
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002435msgid "Error reading @d @b %b (@i %i): %m\n"
2436msgstr "Error membaca @d @b %b (@i %i): %m\n"
2437
2438#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002439#: e2fsck/problem.c:1491
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002440msgid "Error writing @d @b %b (@i %i): %m\n"
2441msgstr "Error menulis @d @b %b (@i %i): %m\n"
2442
2443#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002444#: e2fsck/problem.c:1496
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002445#, c-format
2446msgid "@A new @d @b for @i %i (%s): %m\n"
2447msgstr "@A baru @d @b untuk @i %i (%s): %m\n"
2448
2449#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002450#: e2fsck/problem.c:1501
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002451#, c-format
2452msgid "Error deallocating @i %i: %m\n"
2453msgstr "Error mendealokasikan @i %i: %m\n"
2454
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002455#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002456#: e2fsck/problem.c:1506
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04002457#, c-format
2458msgid "@d @e for '.' in %p (%i) is big.\n"
2459msgstr "@d @e untuk '.' dalam %p (%i) besar.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002460
2461#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002462#: e2fsck/problem.c:1511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002463msgid "@i %i (%Q) is an @I FIFO.\n"
2464msgstr "@i %i (%Q) adalah sebuah @I FIFO.\n"
2465
2466#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002467#: e2fsck/problem.c:1516
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002468msgid "@i %i (%Q) is an @I socket.\n"
2469msgstr "@i %i (%Q) adalah sebuah @I socket.\n"
2470
2471#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002472#: e2fsck/problem.c:1521
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002473msgid "Setting filetype for @E to %N.\n"
2474msgstr "Setting filetype untuk @E ke %N.\n"
2475
2476#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002477#: e2fsck/problem.c:1526
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002478msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002479msgstr ""
2480"@E memiliki sebuah tipe berkas yang tidak benar (sebelumnya %Dt, @s %N).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002481
2482#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002483#: e2fsck/problem.c:1531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002484msgid "@E has filetype set.\n"
2485msgstr "@E memiliki filetype set.\n"
2486
2487#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002488#: e2fsck/problem.c:1536
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002489msgid "@E has a @z name.\n"
2490msgstr "@E memiliki sebuah nama @z.\n"
2491
2492#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002493#: e2fsck/problem.c:1541
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002494msgid "Symlink %Q (@i #%i) is @n.\n"
2495msgstr "Symlink %Q (@i #%i) adalah @n.\n"
2496
2497#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002498#: e2fsck/problem.c:1546
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002499msgid "@a @b @F @n (%If).\n"
2500msgstr "@a @b @F @n (%If).\n"
2501
2502#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002503#: e2fsck/problem.c:1551
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002504msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2505msgstr "@f berisi berkas besar, tetapi kurang LARGE_FILE flag dalam @S.\n"
2506
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002507#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002508#: e2fsck/problem.c:1556
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002509msgid "@p @h %d: %B not referenced\n"
2510msgstr "@p @h %d: %B tidak memiliki referensi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002511
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002512#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002513#: e2fsck/problem.c:1561
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002514msgid "@p @h %d: %B referenced twice\n"
2515msgstr "@p @h %d: %B memiliki dua referensi.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002516
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002517#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002518#: e2fsck/problem.c:1566
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002519msgid "@p @h %d: %B has bad min hash\n"
2520msgstr "@p @h %d: %B memiliki min hash buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002521
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002522#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002523#: e2fsck/problem.c:1571
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002524msgid "@p @h %d: %B has bad max hash\n"
2525msgstr "@p @h %d: %B memiliki max has buruk\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002526
2527#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002528#: e2fsck/problem.c:1576
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002529msgid "@n @h %d (%q). "
2530msgstr "@n @h %d (%q). "
2531
2532#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002533#: e2fsck/problem.c:1580
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002534msgid "@p @h %d (%q): bad @b number %b.\n"
2535msgstr "@p @h %d (%q): buruk @b nomor %b.\n"
2536
2537#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002538#: e2fsck/problem.c:1590
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002539#, c-format
2540msgid "@p @h %d: root node is @n\n"
2541msgstr "@p @h %d: titik root adalah @n\n"
2542
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002543#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002544#: e2fsck/problem.c:1595
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002545msgid "@p @h %d: %B has @n limit (%N)\n"
2546msgstr "@p @h %d: %B memiliki @n batas (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002547
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002548#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002549#: e2fsck/problem.c:1600
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002550msgid "@p @h %d: %B has @n count (%N)\n"
2551msgstr "@p @h %d: %B memiliki @n jumlah (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002552
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002553#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002554#: e2fsck/problem.c:1605
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002555msgid "@p @h %d: %B has an unordered hash table\n"
2556msgstr "@p @h %d: %B memiliki sebuah tabel hash yang tidak terurut\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002557
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002558#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002559#: e2fsck/problem.c:1610
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04002560msgid "@p @h %d: %B has @n depth (%N)\n"
2561msgstr "@p @h %d: %B memiliki @n kedalaman (%N)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002562
2563#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002564#: e2fsck/problem.c:1615
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002565msgid "Duplicate @E found. "
2566msgstr "Duplikasi @E ditemukan. "
2567
2568#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2569#. @-expanded: Rename to %s
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002570#: e2fsck/problem.c:1620
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002571#, no-c-format
2572msgid ""
2573"@E has a non-unique filename.\n"
2574"Rename to %s"
2575msgstr ""
2576"@E memiliki sebuah nama file yang tidak uniq.\n"
2577"Mengubah namanya ke %s"
2578
2579#. @-expanded: Duplicate entry '%Dn' found.\n
2580#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2581#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002582#: e2fsck/problem.c:1625
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002583msgid ""
2584"Duplicate @e '%Dn' found.\n"
2585"\tMarking %p (%i) to be rebuilt.\n"
2586"\n"
2587msgstr ""
2588"Duplikasi @e '%Dn' ditemukan.\n"
2589"\t Menandai %p (%i) untuk dibuat kembali.\n"
2590"\n"
2591
2592#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002593#: e2fsck/problem.c:1630
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002594msgid "i_blocks_hi @F %N, @s zero.\n"
2595msgstr "i_blocks_hi @F %N, @s nol.\n"
2596
2597#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002598#: e2fsck/problem.c:1635
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002599msgid "Unexpected @b in @h %d (%q).\n"
2600msgstr "Tidak terduga @b dalam @h %d (%q).\n"
2601
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002602#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002603#: e2fsck/problem.c:1639
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002604msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002605msgstr "@E referensi @i %Di dalam @g %g dimana _INODE_UNINIT telah diset.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002606
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002607#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002608#: e2fsck/problem.c:1644
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002609msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002610msgstr ""
2611"@E referensi @i %Di ditemukan dalam @g %g's di daerah inode yang tidak "
2612"digunakan.\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002613
2614#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002615#: e2fsck/problem.c:1649
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002616msgid "i_file_acl_hi @F %N, @s zero.\n"
2617msgstr "i_file_acl_hi @F %N, @s nol.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002619#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002620#: e2fsck/problem.c:1654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002621#, fuzzy, c-format
2622msgid "@p @h %d: root node fails checksum.\n"
2623msgstr "@p @h %d: titik root adalah @n\n"
2624
2625#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002626#: e2fsck/problem.c:1659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002627#, fuzzy, c-format
2628msgid "@p @h %d: internal node fails checksum.\n"
2629msgstr "@p @h %d: titik root adalah @n\n"
2630
2631#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002632#: e2fsck/problem.c:1664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002633#, fuzzy
2634msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2635msgstr "@d @i %i, %B, ofset %N: @d terkorupsi\n"
2636
2637#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002638#: e2fsck/problem.c:1669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002639msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2640msgstr ""
2641
2642#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002643#: e2fsck/problem.c:1674
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002644msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2645msgstr ""
2646
2647#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002648#: e2fsck/problem.c:1679
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002649#, c-format
2650msgid "Fixing size of inline @d @i %i failed.\n"
2651msgstr ""
2652
2653#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002654#: e2fsck/problem.c:1684
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002655msgid "Encrypted @E is too short.\n"
2656msgstr ""
2657
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002658#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002659#: e2fsck/problem.c:1691
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002660msgid "Pass 3: Checking @d connectivity\n"
2661msgstr "Tahap 3: Memeriksa konektivitas @d\n"
2662
2663#. @-expanded: root inode not allocated.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002664#: e2fsck/problem.c:1696
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002665msgid "@r not allocated. "
2666msgstr "@r tidak dialokasikan. "
2667
2668#. @-expanded: No room in lost+found directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002669#: e2fsck/problem.c:1701
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002670msgid "No room in @l @d. "
2671msgstr "Tidak ada ruang dalam @l @d. "
2672
2673#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002674#: e2fsck/problem.c:1706
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002675#, c-format
2676msgid "Unconnected @d @i %i (%p)\n"
2677msgstr "Tidak terhubung @d @i %i (%p)\n"
2678
2679#. @-expanded: /lost+found not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002680#: e2fsck/problem.c:1711
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002681msgid "/@l not found. "
2682msgstr "/@l tidak ditemukan. "
2683
2684#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002685#: e2fsck/problem.c:1716
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002686msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2687msgstr "'..' dalam %Q (%i) adalah %P (%j), @s %q (%d).\n"
2688
2689#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002690#: e2fsck/problem.c:1721
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002691msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2692msgstr "Buruk atau tidak ada /@l. Tidak dapat dihubungkan kembali.\n"
2693
2694#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002695#: e2fsck/problem.c:1726
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002696#, c-format
2697msgid "Could not expand /@l: %m\n"
2698msgstr "Tidak dapat mengexpan /@l: %m\n"
2699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002700#: e2fsck/problem.c:1731
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002701#, c-format
2702msgid "Could not reconnect %i: %m\n"
2703msgstr "Tidak dapat menghubungkan %i: %m\n"
2704
2705#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002706#: e2fsck/problem.c:1736
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002707#, c-format
2708msgid "Error while trying to find /@l: %m\n"
2709msgstr "Error ketika mencoba mencari /@l: %m\n"
2710
2711#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002712#: e2fsck/problem.c:1741
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002713#, c-format
2714msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2715msgstr "ext2fs_new_@b: %m ketika mencoba untuk membuat /@l @d\n"
2716
2717#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002718#: e2fsck/problem.c:1746
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002719#, c-format
2720msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2721msgstr "ext2fs_new_@i: %m ketika mencoba untuk membuat /@l @d\n"
2722
2723#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002724#: e2fsck/problem.c:1751
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002725#, c-format
2726msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2727msgstr "ext2fs_new_dir_@b: %m ketika membuat @d @b baru\n"
2728
2729#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002730#: e2fsck/problem.c:1756
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002731#, c-format
2732msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2733msgstr "ext2fs_write_dir_@b: %m ketika menulis @d @b untuk /@l\n"
2734
2735#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002736#: e2fsck/problem.c:1761
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002737#, c-format
2738msgid "Error while adjusting @i count on @i %i\n"
2739msgstr "Error ketika menyesuaikan jumlah @i di @i %i\n"
2740
2741#. @-expanded: Couldn't fix parent of inode %i: %m\n
2742#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002743#: e2fsck/problem.c:1766
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002744#, c-format
2745msgid ""
2746"Couldn't fix parent of @i %i: %m\n"
2747"\n"
2748msgstr ""
2749"Tidak dapat membetulkan parent dari @i %i: %m\n"
2750"\n"
2751
2752#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2753#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002754#: e2fsck/problem.c:1771
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002755#, c-format
2756msgid ""
2757"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2758"\n"
2759msgstr ""
2760"Tidak dapat membetulkan parent dari @i %i: Tidak dapat mencari parent @d @e\n"
2761"\n"
2762
2763#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002764#: e2fsck/problem.c:1781
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002765#, c-format
2766msgid "Error creating root @d (%s): %m\n"
2767msgstr "Error membuat root @d (%s): %m\n"
2768
2769#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002770#: e2fsck/problem.c:1786
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002771#, c-format
2772msgid "Error creating /@l @d (%s): %m\n"
2773msgstr "Error membuat /@l @d (%s): %m\n"
2774
2775#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002776#: e2fsck/problem.c:1791
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002777msgid "@r is not a @d; aborting.\n"
2778msgstr "@r bukan sebuah @d: membatalkan.\n"
2779
2780#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002781#: e2fsck/problem.c:1796
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002782msgid "Cannot proceed without a @r.\n"
2783msgstr "Tidak dapat melanjutkan tanpa sebuah @r.\n"
2784
2785#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002786#: e2fsck/problem.c:1806
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002787#, c-format
2788msgid "/@l is not a @d (ino=%i)\n"
2789msgstr "/@l bukan sebuah @d (ino=%i)\n"
2790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002791#. @-expanded: /lost+found has inline data\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002792#: e2fsck/problem.c:1811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002793msgid "/@l has inline data\n"
2794msgstr ""
2795
2796#. @-expanded: Cannot allocate space for /lost+found.\n
2797#. @-expanded: Place lost files in root directory instead
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002798#: e2fsck/problem.c:1816
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002799msgid ""
2800"Cannot allocate space for /@l.\n"
2801"Place lost files in root directory instead"
2802msgstr ""
2803
2804#. @-expanded: Insufficient space to recover lost files!\n
2805#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2806#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002807#: e2fsck/problem.c:1821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002808msgid ""
2809"Insufficient space to recover lost files!\n"
2810"Move data off the @f and re-run e2fsck.\n"
2811"\n"
2812msgstr ""
2813
2814#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002815#: e2fsck/problem.c:1826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002816msgid "/@l is encrypted\n"
2817msgstr ""
2818
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002819#: e2fsck/problem.c:1833
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002820msgid "Pass 3A: Optimizing directories\n"
2821msgstr "Tahap 3A: Mengoptimasi direktori\n"
2822
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002823#: e2fsck/problem.c:1838
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002824#, c-format
2825msgid "Failed to create dirs_to_hash iterator: %m\n"
2826msgstr "Gagal membuat peng-iterasi dirs_to_hash: %m\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002828#: e2fsck/problem.c:1843
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002829msgid "Failed to optimize directory %q (%d): %m\n"
2830msgstr "Gagal mengoptimasi direktori %q (%d): %m\n"
2831
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002832#: e2fsck/problem.c:1848
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002833msgid "Optimizing directories: "
2834msgstr "Mengoptimasi direktori: "
2835
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002836#: e2fsck/problem.c:1865
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002837msgid "Pass 4: Checking reference counts\n"
2838msgstr "Tahap 4: Memeriksa jumlah referensi\n"
2839
2840#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002841#: e2fsck/problem.c:1870
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002842#, c-format
2843msgid "@u @z @i %i. "
2844msgstr "@u @z @i %i. "
2845
2846#. @-expanded: unattached inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002847#: e2fsck/problem.c:1875
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002848#, c-format
2849msgid "@u @i %i\n"
2850msgstr "@u @i %i\n"
2851
2852#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002853#: e2fsck/problem.c:1880
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002854msgid "@i %i ref count is %Il, @s %N. "
2855msgstr "@i %i ref count adalah %Il, @s %N. "
2856
2857#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2858#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2859#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002860#: e2fsck/problem.c:1884
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002861msgid ""
2862"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2863"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2864"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2865msgstr ""
2866"PERINGATAN: BUG DALAM PEMROGRAMAN E2FSCK!\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002867"\tATAU SEORANG KERAS KEPALA (ANDA) MEMERIKSA SEBUAH SISTEM BERKAS (HIDUP) "
2868"YANG TERPASANG.\n"
2869"@i_link_info[%i] adalah %N, @i.i_links_count adalah %Il. Mereka @s adalah "
2870"sama!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002871
Theodore Ts'o899425b2018-02-27 22:25:04 -05002872#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002873#: e2fsck/problem.c:1891
Theodore Ts'o899425b2018-02-27 22:25:04 -05002874#, fuzzy
2875msgid "@a @i %i ref count is %N, @s %n. "
2876msgstr "@i %i ref count adalah %Il, @s %N. "
2877
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002878#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2879#: e2fsck/problem.c:1896
2880msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2881msgstr ""
2882
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002883#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002884#: e2fsck/problem.c:1903
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002885msgid "Pass 5: Checking @g summary information\n"
2886msgstr "Tahap 5: Memeriksa ringkasan informasi @g\n"
2887
2888#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002889#: e2fsck/problem.c:1908
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002890msgid "Padding at end of @i @B is not set. "
2891msgstr "Menambahkan pad diakhir dari @i @B yang tidak terset. "
2892
2893#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002894#: e2fsck/problem.c:1913
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002895msgid "Padding at end of @b @B is not set. "
2896msgstr "Menambahkan pad di akhir dari @b @B adalah ter set. "
2897
2898#. @-expanded: block bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002899#: e2fsck/problem.c:1918
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002900msgid "@b @B differences: "
2901msgstr "@b @B perbedaan: "
2902
2903#. @-expanded: inode bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002904#: e2fsck/problem.c:1938
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002905msgid "@i @B differences: "
2906msgstr "@i @B perbedaan: "
2907
2908#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002909#: e2fsck/problem.c:1958
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002910msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2911msgstr "Kosong @is terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2912
2913#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002914#: e2fsck/problem.c:1963
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002915msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2916msgstr "Direktori terhitung salah untuk @g #%g (%i, terhitung=%j).\n"
2917
2918#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002919#: e2fsck/problem.c:1968
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002920msgid "Free @is count wrong (%i, counted=%j).\n"
2921msgstr "Kosong @is terhitung salah (%i, terhitung=%j).\n"
2922
2923#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002924#: e2fsck/problem.c:1973
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002925msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2926msgstr "Kosong @bs terhitung salah untuk @g #%g (%b, terhitung=%c).\n"
2927
2928#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002929#: e2fsck/problem.c:1978
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002930msgid "Free @bs count wrong (%b, counted=%c).\n"
2931msgstr "Kosong @bs terhitung salah (%b, terhitung=%c).\n"
2932
2933#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2934#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002935#: e2fsck/problem.c:1983
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05002936msgid ""
2937"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2938"endpoints (%i, %j)\n"
2939msgstr ""
2940"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) tidak dapat mencocokan "
2941"perhitungan @B titik ujung (%i, %j)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002942
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002943#: e2fsck/problem.c:1989
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002944msgid "Internal error: fudging end of bitmap (%N)\n"
2945msgstr "Internal error: fudging berakhir dari bitmap (%N)\n"
2946
2947#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002948#: e2fsck/problem.c:1994
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002949#, c-format
2950msgid "Error copying in replacement @i @B: %m\n"
2951msgstr "Error menyalin dalam mengganti @i @B: %m\n"
2952
2953#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002954#: e2fsck/problem.c:1999
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002955#, c-format
2956msgid "Error copying in replacement @b @B: %m\n"
2957msgstr "Error menyalin dalam mengganti @b @B: %m\n"
2958
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002959#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002960#: e2fsck/problem.c:2024
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002961#, c-format
2962msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2963msgstr "@g %g @b(s) sedang digunakan tetapi @g tertanda BLOCK_UNINIT\n"
2964
2965#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002966#: e2fsck/problem.c:2029
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04002967#, c-format
2968msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2969msgstr "@g %g @i(s) sedang digunakan tetapi @g tertanda INODE_UNINIT\n"
2970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002971#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002972#: e2fsck/problem.c:2034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002973#, c-format
2974msgid "@g %g @i @B does not match checksum.\n"
2975msgstr ""
2976
2977#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002978#: e2fsck/problem.c:2039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002979#, c-format
2980msgid "@g %g @b @B does not match checksum.\n"
2981msgstr ""
2982
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002983#. @-expanded: Recreate journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002984#: e2fsck/problem.c:2046
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04002985msgid "Recreate @j"
2986msgstr "Membuat kembali @j"
2987
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002988#: e2fsck/problem.c:2051
Eric Sandeen032eafe2012-07-28 17:48:36 -04002989msgid "Update quota info for quota type %N"
2990msgstr ""
2991
Theodore Ts'obd386982015-05-17 20:34:58 -04002992#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002993#: e2fsck/problem.c:2056
Theodore Ts'obd386982015-05-17 20:34:58 -04002994#, fuzzy, c-format
2995msgid "Error setting @b @g checksum info: %m\n"
2996msgstr "ketika sedang menset informasi checksum di grup blok"
2997
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002998#: e2fsck/problem.c:2061
Theodore Ts'obd386982015-05-17 20:34:58 -04002999#, fuzzy, c-format
3000msgid "Error writing file system info: %m\n"
3001msgstr "Error ketika menghapus extensi: %m\n"
3002
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003003#: e2fsck/problem.c:2066
Theodore Ts'obd386982015-05-17 20:34:58 -04003004#, c-format
3005msgid "Error flushing writes to storage device: %m\n"
3006msgstr ""
3007
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003008#: e2fsck/problem.c:2071
Theodore Ts'o48203a32016-06-08 15:45:26 -04003009msgid "Error writing quota info for quota type %N: %m\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04003010msgstr ""
Theodore Ts'o48203a32016-06-08 15:45:26 -04003011
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003012#: e2fsck/problem.c:2194
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003013#, c-format
3014msgid "Unhandled error code (0x%x)!\n"
3015msgstr "Kode error tidak tertangani (0x%x)!\n"
3016
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003017#: e2fsck/problem.c:2320 e2fsck/problem.c:2324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003018msgid "IGNORED"
3019msgstr "DIABAIKAN"
3020
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003021#: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003022msgid "in move_quota_inode"
3023msgstr ""
3024
Eric Sandeen032eafe2012-07-28 17:48:36 -04003025#: e2fsck/scantest.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003026#, c-format
3027msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
3028msgstr "Memori yang digunakan: %d, waktu yang digunakan: %6.3f/%6.3f/%6.3f\n"
3029
Eric Sandeen032eafe2012-07-28 17:48:36 -04003030#: e2fsck/scantest.c:98
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003031#, c-format
3032msgid "size of inode=%d\n"
3033msgstr "ukuran dari inode=%d\n"
3034
Eric Sandeen032eafe2012-07-28 17:48:36 -04003035#: e2fsck/scantest.c:119
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003036msgid "while starting inode scan"
3037msgstr "ketika memulai scan dari inode"
3038
Eric Sandeen032eafe2012-07-28 17:48:36 -04003039#: e2fsck/scantest.c:130
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003040msgid "while doing inode scan"
3041msgstr "ketika melakukan pemeriksaan inode"
3042
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003043#: e2fsck/super.c:224
Theodore Ts'o146649c2018-02-08 23:39:22 -05003044#, fuzzy, c-format
3045msgid "while calling ext2fs_block_iterate for inode %u"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003046msgstr "ketika memanggil ext2fs_block_iterate untuk inode %d"
3047
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003048#: e2fsck/super.c:249
Eric Sandeen032eafe2012-07-28 17:48:36 -04003049#, fuzzy, c-format
Theodore Ts'o146649c2018-02-08 23:39:22 -05003050msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003051msgstr "ketika memanggil ext2fs_adjust_ea_refcount untuk inode %d"
3052
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003053#: e2fsck/super.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003054msgid "Truncating"
3055msgstr "Truncating"
3056
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003057#: e2fsck/super.c:375
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003058msgid "Clearing"
3059msgstr "Menghapus"
3060
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003061#: e2fsck/unix.c:77
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003062#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003063msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003064"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003065"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003066"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003067msgstr ""
3068"Penggunaan: %s [-panyrcdfvtDFV] [-b superblok] [-B ukuran blok]\n"
3069"\t\t[-I inode_buffer_block] [-P process_inode_size]\n"
3070"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
3071"\t\t[-E extendend-options] perangkat\n"
3072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003073#: e2fsck/unix.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003074msgid ""
3075"\n"
3076"Emergency help:\n"
3077" -p Automatic repair (no questions)\n"
3078" -n Make no changes to the filesystem\n"
3079" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003080" -c Check for bad blocks and add them to the badblock "
3081"list\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003082" -f Force checking even if filesystem is marked clean\n"
3083msgstr ""
3084"\n"
3085"Pertolongan darurat:\n"
3086" -p Otomatis perbaikan (tanpa pertanyaan)\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003087" -n Tidak membuat perubahan di sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003088" -y Mengasumsi \"yes\" untuk semua pertanyaan\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003089" -c Memeriksa blok buruk dan menambahkan hasilnya ke "
3090"daftar blok buruk\n"
3091" -f Memaksa memeriksa walaupun sistem berkas ditandai "
3092"bersih\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003094#: e2fsck/unix.c:88
3095#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003096msgid ""
3097" -v Be verbose\n"
3098" -b superblock Use alternative superblock\n"
3099" -B blocksize Force blocksize when looking for superblock\n"
3100" -j external_journal Set location of the external journal\n"
3101" -l bad_blocks_file Add to badblocks list\n"
3102" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003103" -z undo_file Create an undo file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003104msgstr ""
3105" -v Tampilkan pesan pesan\n"
3106" -b super blok Gunakan superblok lain\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003107" -B ukuran blok Paksa menggunakan ukuran blok ketika mencari super "
3108"blok\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003109" -j external_journal Set lokasi dari journal luar\n"
3110" -l bad_blok_file Tambahkan ke daftar blok buruk\n"
3111" -L bad_blok_file Set daftar blok buruk\n"
3112
Theodore Ts'o89128f82018-01-01 19:36:37 -05003113#: e2fsck/unix.c:136
Eric Sandeen032eafe2012-07-28 17:48:36 -04003114#, fuzzy, c-format
3115msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003116msgstr "%s: %u/%u berkas (%0d.%d%% tidak kontinu), %u/%u blok\n"
3117
Theodore Ts'o89128f82018-01-01 19:36:37 -05003118#: e2fsck/unix.c:162
Theodore Ts'o21725192017-08-23 19:46:04 -04003119#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003120msgid ""
3121"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003122"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003123msgid_plural ""
3124"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003125"%12u inodes used (%2.2f%%, out of %u)\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04003126msgstr[0] ""
3127msgstr[1] ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003128
Theodore Ts'o89128f82018-01-01 19:36:37 -05003129#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04003130#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003131msgid "%12u non-contiguous file (%0d.%d%%)\n"
3132msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003133msgstr[0] ""
3134msgstr[1] ""
3135
Theodore Ts'o89128f82018-01-01 19:36:37 -05003136#: e2fsck/unix.c:171
Eric Sandeen032eafe2012-07-28 17:48:36 -04003137#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003138msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3139msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003140msgstr[0] ""
3141msgstr[1] ""
3142
Theodore Ts'o89128f82018-01-01 19:36:37 -05003143#: e2fsck/unix.c:176
Eric Sandeen032eafe2012-07-28 17:48:36 -04003144#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003145msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3146msgstr " # dari inodes dengan ind/dind/tind blok: %u/%u/%u\n"
3147
Theodore Ts'o89128f82018-01-01 19:36:37 -05003148#: e2fsck/unix.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003149#, fuzzy
3150msgid " Extent depth histogram: "
3151msgstr " Kedalaman Extensi histogram: "
3152
Theodore Ts'o89128f82018-01-01 19:36:37 -05003153#: e2fsck/unix.c:193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003154#, c-format
3155msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3156msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3157msgstr[0] ""
3158msgstr[1] ""
3159
Theodore Ts'o89128f82018-01-01 19:36:37 -05003160#: e2fsck/unix.c:197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003161#, fuzzy, c-format
3162msgid "%12u bad block\n"
3163msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003164msgstr[0] "%u inodes, %u blok\n"
3165msgstr[1] "%u inodes, %u blok\n"
3166
Theodore Ts'o89128f82018-01-01 19:36:37 -05003167#: e2fsck/unix.c:199
Eric Sandeen032eafe2012-07-28 17:48:36 -04003168#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003169msgid "%12u large file\n"
3170msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003171msgstr[0] "berkas biasa"
3172msgstr[1] "berkas biasa"
3173
Theodore Ts'o89128f82018-01-01 19:36:37 -05003174#: e2fsck/unix.c:201
Eric Sandeen032eafe2012-07-28 17:48:36 -04003175#, fuzzy, c-format
3176msgid ""
3177"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003178"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003179msgid_plural ""
3180"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003181"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003182msgstr[0] "berkas biasa"
3183msgstr[1] "berkas biasa"
3184
Theodore Ts'o89128f82018-01-01 19:36:37 -05003185#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04003186#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003187msgid "%12u directory\n"
3188msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003189msgstr[0] "direktori"
3190msgstr[1] "direktori"
3191
Theodore Ts'o89128f82018-01-01 19:36:37 -05003192#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04003193#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003194msgid "%12u character device file\n"
3195msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003196msgstr[0] "karakter device"
3197msgstr[1] "karakter device"
3198
Theodore Ts'o89128f82018-01-01 19:36:37 -05003199#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003200#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003201msgid "%12u block device file\n"
3202msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003203msgstr[0] "block device"
3204msgstr[1] "block device"
3205
Theodore Ts'o89128f82018-01-01 19:36:37 -05003206#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04003207#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003208msgid "%12u fifo\n"
3209msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003210msgstr[0] ""
3211msgstr[1] ""
3212
Theodore Ts'o89128f82018-01-01 19:36:37 -05003213#: e2fsck/unix.c:212
Eric Sandeen032eafe2012-07-28 17:48:36 -04003214#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003215msgid "%12u link\n"
3216msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003217msgstr[0] ""
3218msgstr[1] ""
3219
Theodore Ts'o89128f82018-01-01 19:36:37 -05003220#: e2fsck/unix.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04003221#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003222msgid "%12u symbolic link"
3223msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003224msgstr[0] "symbolic link"
3225msgstr[1] "symbolic link"
3226
Theodore Ts'o89128f82018-01-01 19:36:37 -05003227#: e2fsck/unix.c:216
Eric Sandeen032eafe2012-07-28 17:48:36 -04003228#, fuzzy, c-format
3229msgid " (%u fast symbolic link)\n"
3230msgid_plural " (%u fast symbolic links)\n"
3231msgstr[0] "symbolic link"
3232msgstr[1] "symbolic link"
3233
Theodore Ts'o89128f82018-01-01 19:36:37 -05003234#: e2fsck/unix.c:220
Eric Sandeen032eafe2012-07-28 17:48:36 -04003235#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003236msgid "%12u socket\n"
3237msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003238msgstr[0] "socket"
3239msgstr[1] "socket"
3240
Theodore Ts'o89128f82018-01-01 19:36:37 -05003241#: e2fsck/unix.c:224
Theodore Ts'o21725192017-08-23 19:46:04 -04003242#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003243msgid "%12u file\n"
3244msgid_plural "%12u files\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04003245msgstr[0] ""
3246msgstr[1] ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003247
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003248#: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3022 misc/util.c:126
Theodore Ts'o89128f82018-01-01 19:36:37 -05003249#: resize/main.c:354
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003250#, c-format
3251msgid "while determining whether %s is mounted."
3252msgstr "ketika sedang menentukan apakah %s sedang dimount."
3253
Theodore Ts'o89128f82018-01-01 19:36:37 -05003254#: e2fsck/unix.c:258
Theodore Ts'o21725192017-08-23 19:46:04 -04003255#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003256msgid "Warning! %s is mounted.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003257msgstr "Peringatan! %s sedang dimount.\n"
3258
Theodore Ts'o89128f82018-01-01 19:36:37 -05003259#: e2fsck/unix.c:261
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003260#, fuzzy, c-format
3261msgid "Warning! %s is in use.\n"
3262msgstr "Peringatan! %s sedang dimount.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003263
Theodore Ts'o89128f82018-01-01 19:36:37 -05003264#: e2fsck/unix.c:267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003265#, fuzzy, c-format
3266msgid "%s is mounted.\n"
3267msgstr "%s sedang dimount. "
3268
Theodore Ts'o89128f82018-01-01 19:36:37 -05003269#: e2fsck/unix.c:269
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003270#, fuzzy, c-format
3271msgid "%s is in use.\n"
3272msgstr "%s sedang dimount. "
3273
Theodore Ts'o89128f82018-01-01 19:36:37 -05003274#: e2fsck/unix.c:271
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003275msgid ""
3276"Cannot continue, aborting.\n"
3277"\n"
3278msgstr ""
3279"Tidak dapat melanjutkan, membatalkan.\n"
3280"\n"
3281
Theodore Ts'o89128f82018-01-01 19:36:37 -05003282#: e2fsck/unix.c:273
Eric Sandeen032eafe2012-07-28 17:48:36 -04003283#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003284msgid ""
3285"\n"
3286"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003287"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3288"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003289"\n"
3290msgstr ""
3291"\n"
3292"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003293"\a\a\a\aPERINGATAN!!! Sistem berkas telah terpasang. Jika anda lanjutkan "
3294"anda ***AKAN***\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003295"bisa menyebabkan kerusakan ***PARAH*** di sistem berkas.\a\a\a\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003296"\n"
3297
Theodore Ts'o89128f82018-01-01 19:36:37 -05003298#: e2fsck/unix.c:278
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003299msgid "Do you really want to continue"
3300msgstr "Apakah anda yakin ingin melanjutkan"
3301
Theodore Ts'o89128f82018-01-01 19:36:37 -05003302#: e2fsck/unix.c:280
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003303msgid "check aborted.\n"
3304msgstr "pemeriksaan dibatalkan.\n"
3305
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003306#: e2fsck/unix.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003307msgid " contains a file system with errors"
3308msgstr " berisi sebuah file system dengan errors"
3309
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003310#: e2fsck/unix.c:376
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003311msgid " was not cleanly unmounted"
3312msgstr " tidak bersih setelah diunmount."
3313
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003314#: e2fsck/unix.c:378
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003315msgid " primary superblock features different from backup"
3316msgstr " superblok utama memiliki feature berbeda dari backup"
3317
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003318#: e2fsck/unix.c:382
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003319#, c-format
3320msgid " has been mounted %u times without being checked"
3321msgstr " telah dimount %u kali tanpa dilakukan pemeriksaan"
3322
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003323#: e2fsck/unix.c:389
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003324msgid " has filesystem last checked time in the future"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003325msgstr ""
3326" memiliki sistem berkas yang waktu terakhir diperiksa berada di masa yang "
3327"akan datang"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003328
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003329#: e2fsck/unix.c:395
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003330#, c-format
3331msgid " has gone %u days without being checked"
3332msgstr " telah lewat %u hari tanpa dilakukan pemeriksaan"
3333
Theodore Ts'o89128f82018-01-01 19:36:37 -05003334#: e2fsck/unix.c:403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003335msgid "ignoring check interval, broken_system_clock set\n"
3336msgstr ""
3337
3338#: e2fsck/unix.c:409
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003339msgid ", check forced.\n"
3340msgstr ", pemeriksaan dipaksakan.\n"
3341
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003342#: e2fsck/unix.c:442
Eric Sandeen032eafe2012-07-28 17:48:36 -04003343#, fuzzy, c-format
3344msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003345msgstr "%s: bersih, %u/%u berkas, %u/%u blok"
3346
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003347#: e2fsck/unix.c:462
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003348msgid " (check deferred; on battery)"
3349msgstr " (pemeriksaan dibatalkan; power menggunakan batere)"
3350
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003351#: e2fsck/unix.c:465
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003352msgid " (check after next mount)"
3353msgstr " (pemeriksaan dilakukan setelah mount selanjutnya)"
3354
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003355#: e2fsck/unix.c:467
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003356#, c-format
3357msgid " (check in %ld mounts)"
3358msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
3359
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003360#: e2fsck/unix.c:617
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003361#, c-format
3362msgid "ERROR: Couldn't open /dev/null (%s)\n"
3363msgstr "ERROR: Tidak dapat membuka /dev/null (%s)\n"
3364
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003365#: e2fsck/unix.c:688
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003366msgid "Invalid EA version.\n"
3367msgstr "Versi EA tidak valid.\n"
3368
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003369#: e2fsck/unix.c:701
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003370#, fuzzy
3371msgid "Invalid readahead buffer size.\n"
3372msgstr "Parameter resize tidak valid: %s\n"
3373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003374#: e2fsck/unix.c:750
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003375#, c-format
3376msgid "Unknown extended option: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003377msgstr "Pilihan extended tidak diketahui: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003378
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003379#: e2fsck/unix.c:758
Theodore Ts'o21725192017-08-23 19:46:04 -04003380#, fuzzy
3381msgid ""
3382"\n"
3383"Extended options are separated by commas, and may take an argument which\n"
3384"is set off by an equals ('=') sign. Valid extended options are:\n"
3385"\n"
3386msgstr ""
3387"\n"
3388"Pilihan extended buruk dispesifikasikan: %s\n"
3389"\n"
3390"Pilihan extended dipisahkan dengan koma, dan boleh membawa argument dimana\n"
3391"\tini di set off oleh sebuah tanda sama dengan ('=').\n"
3392"\n"
3393"Pilihan extended yang valid adalah:\n"
3394"\tsuperblock=<nomor superblok>\n"
3395"\tblocksize=<besar blok>\n"
3396
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003397#: e2fsck/unix.c:762
Theodore Ts'o21725192017-08-23 19:46:04 -04003398msgid "\tea_ver=<ea_version (1 or 2)>\n"
3399msgstr ""
3400
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003401#: e2fsck/unix.c:771
Theodore Ts'o21725192017-08-23 19:46:04 -04003402msgid "\treadahead_kb=<buffer size>\n"
3403msgstr ""
3404
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003405#: e2fsck/unix.c:783
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003406#, c-format
3407msgid ""
3408"Syntax error in e2fsck config file (%s, line #%d)\n"
3409"\t%s\n"
3410msgstr ""
3411"Syntax error dalam berkas konfigurasi e2fsck (%s, baris #%d)\n"
3412"\t%s\n"
3413
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003414#: e2fsck/unix.c:856
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003415#, c-format
3416msgid "Error validating file descriptor %d: %s\n"
3417msgstr "Error memvalidasi berkas deskripsi %d: %s\n"
3418
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003419#: e2fsck/unix.c:860
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003420msgid "Invalid completion information file descriptor"
3421msgstr "Informasi File berkas completion tidak valid"
3422
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003423#: e2fsck/unix.c:875
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003424msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003425msgstr ""
3426"Hanya salah satu dari pilihan -p/-a, -n atau -y yang boleh dispesifikasikan."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003427
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003428#: e2fsck/unix.c:896
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003429#, c-format
3430msgid "The -t option is not supported on this version of e2fsck.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003431msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003432
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003433#: e2fsck/unix.c:927 e2fsck/unix.c:1005 misc/e2initrd_helper.c:330
3434#: misc/tune2fs.c:1741 misc/tune2fs.c:2036 misc/tune2fs.c:2054
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003435#, c-format
3436msgid "Unable to resolve '%s'"
3437msgstr "Tidak dapat meresolve '%s'"
3438
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003439#: e2fsck/unix.c:984
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003440msgid "The -n and -D options are incompatible."
3441msgstr "Pilihan -n dan -D tidak kompatibel."
3442
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003443#: e2fsck/unix.c:989
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003444msgid "The -n and -c options are incompatible."
3445msgstr "Pilihan -n dan -c tidak kompatibel."
3446
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003447#: e2fsck/unix.c:994
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003448msgid "The -n and -l/-L options are incompatible."
3449msgstr "Pilihan -n dan -l/-L tidak kompatibel."
3450
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003451#: e2fsck/unix.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003452#, fuzzy
3453msgid "The -D and -E fixes_only options are incompatible."
3454msgstr "Pilihan -n dan -D tidak kompatibel."
3455
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003456#: e2fsck/unix.c:1024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003457#, fuzzy
3458msgid "The -E bmap2extent and fixes_only options are incompatible."
3459msgstr "Pilihan -n dan -D tidak kompatibel."
3460
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003461#: e2fsck/unix.c:1088
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003462msgid "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 -05003463msgstr ""
3464"Pilihan -c dan -l/-L tidak boleh digunakan secara bersamaan dalam satu "
3465"waktu.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003466
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003467#: e2fsck/unix.c:1135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003468#, c-format
3469msgid ""
3470"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3471"\n"
3472msgstr ""
3473"E2FSCK_JBD_DEBUG \"%s\" bukan sebuah integer\n"
3474"\n"
3475
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003476#: e2fsck/unix.c:1144
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003477#, c-format
3478msgid ""
3479"\n"
3480"Invalid non-numeric argument to -%c (\"%s\")\n"
3481"\n"
3482msgstr ""
3483"\n"
3484"Argument bukan numerik tidak valid untuk -%c (\"%s\")\n"
3485"\n"
3486
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003487#: e2fsck/unix.c:1235
Eric Sandeen032eafe2012-07-28 17:48:36 -04003488#, c-format
3489msgid ""
3490"MMP interval is %u seconds and total wait time is %u seconds. Please "
3491"wait...\n"
3492msgstr ""
3493
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003494#: e2fsck/unix.c:1252 e2fsck/unix.c:1257
Eric Sandeen032eafe2012-07-28 17:48:36 -04003495#, fuzzy
3496msgid "while checking MMP block"
3497msgstr "ketika mensetup superblok"
3498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003499#: e2fsck/unix.c:1259
3500#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003501msgid ""
3502"If you are sure the filesystem is not in use on any node, run:\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003503"'tune2fs -f -E clear_mmp %s'\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003504msgstr ""
3505
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003506#: e2fsck/unix.c:1275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003507#, fuzzy
3508msgid "while reading MMP block"
3509msgstr "ketika sedang membaca inode blok buruk"
3510
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003511#: e2fsck/unix.c:1295 e2fsck/unix.c:1347 misc/e2undo.c:236 misc/e2undo.c:281
3512#: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754
3513#: misc/tune2fs.c:2799 resize/main.c:188 resize/main.c:233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003514#, c-format
3515msgid ""
3516"Overwriting existing filesystem; this can be undone using the command:\n"
3517" e2undo %s %s\n"
3518"\n"
3519msgstr ""
3520"Memaksa menulis sistem berkas yang sudah ada; ini tidak dapat diundo dengan "
3521"perintah:\n"
3522" e2undo %s %s\n"
3523"\n"
3524
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003525#: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788
Theodore Ts'o89128f82018-01-01 19:36:37 -05003526#: resize/main.c:222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003527#, c-format
3528msgid "while trying to delete %s"
3529msgstr "ketika mencoba untuk menghapus %s"
3530
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003531#: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003532#, fuzzy
3533msgid "while trying to setup undo file\n"
3534msgstr ""
3535"\n"
3536"\tketika mencoba membuat file jurnal"
3537
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003538#: e2fsck/unix.c:1405
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003539msgid "Error: ext2fs library version out of date!\n"
3540msgstr "Error: ext2fs versi librari ketinggalan jaman!\n"
3541
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003542#: e2fsck/unix.c:1412
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003543msgid "while trying to initialize program"
3544msgstr "ketika mencoba untuk menginisialisasi aplikasi"
3545
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003546#: e2fsck/unix.c:1435
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003547#, c-format
3548msgid "\tUsing %s, %s\n"
3549msgstr "\tMenggunakan %s, %s\n"
3550
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003551#: e2fsck/unix.c:1447
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003552msgid "need terminal for interactive repairs"
3553msgstr "butuh terminal untuk reparasi interactive"
3554
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003555#: e2fsck/unix.c:1508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003556#, c-format
3557msgid "%s: %s trying backup blocks...\n"
3558msgstr "%s: %s mencoba membackup blok...\n"
3559
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003560#: e2fsck/unix.c:1510
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003561msgid "Superblock invalid,"
3562msgstr "Superblok tidak valid,"
3563
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003564#: e2fsck/unix.c:1511
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003565msgid "Group descriptors look bad..."
3566msgstr "Deskripsi grup terlihat buruk..."
3567
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003568#: e2fsck/unix.c:1521
Eric Sandeen032eafe2012-07-28 17:48:36 -04003569#, fuzzy, c-format
3570msgid "%s: %s while using the backup blocks"
3571msgstr "%s: %s mencoba membackup blok...\n"
3572
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003573#: e2fsck/unix.c:1525
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003574#, c-format
3575msgid "%s: going back to original superblock\n"
3576msgstr "%s: kembali ke superblock asli\n"
3577
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003578#: e2fsck/unix.c:1554
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003579msgid ""
3580"The filesystem revision is apparently too high for this version of e2fsck.\n"
3581"(Or the filesystem superblock is corrupt)\n"
3582"\n"
3583msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003584"Revisi sistem berkas kelihatannya terlalu tinggi untuk versi e2fsck ini.\n"
3585"(Atau sistem berkas superblok terkorupsi)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003586"\n"
3587
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003588#: e2fsck/unix.c:1561
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003589msgid "Could this be a zero-length partition?\n"
3590msgstr "Mungkinkan ini sebuah partisi dengan panjang nol?\n"
3591
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003592#: e2fsck/unix.c:1563
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003593#, c-format
3594msgid "You must have %s access to the filesystem or be root\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003595msgstr "Anda harus memiliki %s akses ke sistem berkas atau menjadi root\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003596
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003597#: e2fsck/unix.c:1569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003598msgid "Possibly non-existent or swap device?\n"
3599msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3600
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003601#: e2fsck/unix.c:1571
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003602msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003603msgstr ""
3604"Sistem berkas dimount atau dibuka secara exclusively oleh aplikasi lain?\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003605
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003606#: e2fsck/unix.c:1575
Eric Sandeen032eafe2012-07-28 17:48:36 -04003607#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003608msgid "Possibly non-existent device?\n"
3609msgstr "Mungkin tidak ada atau sebuah perangkat swap?\n"
3610
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003611#: e2fsck/unix.c:1578
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003612msgid ""
3613"Disk write-protected; use the -n option to do a read-only\n"
3614"check of the device.\n"
3615msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003616"Disk terproteksi untuk ditulis; gunakan pilihan -n untuk melakukan secara "
3617"baca-saja\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003618"dalam memeriksa perangkat.\n"
3619
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003620#: e2fsck/unix.c:1592
3621#, c-format
3622msgid "%s: Trying to load superblock despite errors...\n"
3623msgstr ""
3624
3625#: e2fsck/unix.c:1667
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003626msgid "Get a newer version of e2fsck!"
3627msgstr "Dapatkan versi yang lebih baru dari e2fsck!"
3628
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003629#: e2fsck/unix.c:1711
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003630#, fuzzy, c-format
3631msgid "while checking journal for %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003632msgstr "ketika memeriksa ext3 jurnal untuk %s"
3633
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003634#: e2fsck/unix.c:1714
Theodore Ts'o48203a32016-06-08 15:45:26 -04003635#, fuzzy
3636msgid "Cannot proceed with file system check"
3637msgstr "Tidak dapat melanjutkan tanpa sebuah @r.\n"
3638
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003639#: e2fsck/unix.c:1725
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003640msgid ""
3641"Warning: skipping journal recovery because doing a read-only filesystem "
3642"check.\n"
3643msgstr ""
3644"Peringatan: melewatkan recovery jurnal karena sedang melakukan pemeriksaan "
3645"di sistem berkas yang baca-saja (read-only).\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003646
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003647#: e2fsck/unix.c:1737
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003648#, c-format
3649msgid "unable to set superblock flags on %s\n"
3650msgstr "tidak dapat menset superblok flag di %s\n"
3651
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003652#: e2fsck/unix.c:1743
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003653#, fuzzy, c-format
3654msgid "Journal checksum error found in %s\n"
3655msgstr "Jurnal superblok tidak ditemukan!\n"
3656
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003657#: e2fsck/unix.c:1747
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003658#, fuzzy, c-format
3659msgid "Journal corrupted in %s\n"
3660msgstr "Jurnal dihapus\n"
3661
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003662#: e2fsck/unix.c:1751
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003663#, fuzzy, c-format
3664msgid "while recovering journal of %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003665msgstr "ketika merecovery ext3 jurnal dari %s"
3666
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003667#: e2fsck/unix.c:1773
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003668#, c-format
3669msgid "%s has unsupported feature(s):"
3670msgstr "%s memiliki feature yang tidak disupport:"
3671
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003672#: e2fsck/unix.c:1832
Eric Sandeen032eafe2012-07-28 17:48:36 -04003673#, fuzzy, c-format
3674msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003675msgstr "ketika sedang membaca inode blok buruk"
3676
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003677#: e2fsck/unix.c:1835
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003678msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003679msgstr ""
3680"Ini bukan pertanda baik, tapi kita akan tetap mencoba untuk meneruskan...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003681
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003682#: e2fsck/unix.c:1875
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003683#, c-format
3684msgid "Creating journal (%d blocks): "
3685msgstr "Membuat jurnal (%d blok): "
3686
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003687#: e2fsck/unix.c:1885
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003688msgid " Done.\n"
3689msgstr " Selesai.\n"
3690
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003691#: e2fsck/unix.c:1887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003692#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003693msgid ""
3694"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003695"*** journal has been regenerated ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003696msgstr ""
3697"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003698"*** jurnal telah dibuat kembali - sistem berkas sekarang ext3 lagi ***\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003700#: e2fsck/unix.c:1893
Theodore Ts'obd386982015-05-17 20:34:58 -04003701msgid "aborted"
3702msgstr "dibatalkan"
3703
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003704#: e2fsck/unix.c:1895
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003705#, c-format
3706msgid "%s: e2fsck canceled.\n"
3707msgstr "%s: e2fsck dibatalkan.\n"
3708
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003709#: e2fsck/unix.c:1922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003710msgid "Restarting e2fsck from the beginning...\n"
3711msgstr "Mengulang kembali e2fsck dari awal...\n"
3712
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003713#: e2fsck/unix.c:1926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003714msgid "while resetting context"
3715msgstr "ketika mereset context"
3716
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003717#: e2fsck/unix.c:1985
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003718#, fuzzy, c-format
3719msgid ""
3720"\n"
3721"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3722msgstr ""
3723"\n"
3724"%s: ***** FILE SYSTEM TELAH TERMODIFIKASI *****\n"
3725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003726#: e2fsck/unix.c:1987
Theodore Ts'o21725192017-08-23 19:46:04 -04003727#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003728msgid "%s: File system was modified.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04003729msgstr ""
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003730
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003731#: e2fsck/unix.c:1991 e2fsck/util.c:71
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003732#, c-format
3733msgid ""
3734"\n"
3735"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3736msgstr ""
3737"\n"
3738"%s: ***** FILE SYSTEM TELAH TERMODIFIKASI *****\n"
3739
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003740#: e2fsck/unix.c:1996
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003741#, fuzzy, c-format
3742msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003743msgstr "%s: ***** REBOOT LINUX *****\n"
3744
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003745#: e2fsck/unix.c:2006 e2fsck/util.c:77
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003746#, c-format
3747msgid ""
3748"\n"
3749"%s: ********** WARNING: Filesystem still has errors **********\n"
3750"\n"
3751msgstr ""
3752"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003753"%s: ********** PERINGATAN: Sistem berkas masih memiliki errors *********\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003754"\n"
3755
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003756#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003757msgid "yY"
3758msgstr "yY"
3759
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003760#: e2fsck/util.c:197
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003761msgid "nN"
3762msgstr "nN"
3763
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003764#: e2fsck/util.c:198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003765msgid "aA"
3766msgstr ""
3767
Theodore Ts'o21725192017-08-23 19:46:04 -04003768#: e2fsck/util.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003769msgid " ('a' enables 'yes' to all) "
3770msgstr ""
3771
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003772#: e2fsck/util.c:219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003773msgid "<y>"
3774msgstr "<y>"
3775
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003776#: e2fsck/util.c:221
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003777msgid "<n>"
3778msgstr "<n>"
3779
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003780#: e2fsck/util.c:223
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003781msgid " (y/n)"
3782msgstr "(y/n)"
3783
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003784#: e2fsck/util.c:246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003785msgid "cancelled!\n"
3786msgstr "dibatalkan!\n"
3787
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003788#: e2fsck/util.c:279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003789msgid "yes to all\n"
3790msgstr ""
3791
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003792#: e2fsck/util.c:281
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003793msgid "yes\n"
3794msgstr "ya\n"
3795
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003796#: e2fsck/util.c:283
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003797msgid "no\n"
3798msgstr "tidak\n"
3799
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003800#: e2fsck/util.c:293
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003801#, c-format
3802msgid ""
3803"%s? no\n"
3804"\n"
3805msgstr ""
3806"%s? tidak\n"
3807"\n"
3808
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003809#: e2fsck/util.c:297
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003810#, c-format
3811msgid ""
3812"%s? yes\n"
3813"\n"
3814msgstr ""
3815"%s? ya\n"
3816"\n"
3817
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003818#: e2fsck/util.c:301
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003819msgid "yes"
3820msgstr "ya"
3821
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003822#: e2fsck/util.c:301
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003823msgid "no"
3824msgstr "tidak"
3825
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003826#: e2fsck/util.c:317
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003827#, c-format
3828msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3829msgstr "e2fsck_read_bitmaps: ilegal bitmap blok untuk %s"
3830
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003831#: e2fsck/util.c:322
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003832msgid "reading inode and block bitmaps"
3833msgstr "membaca inode dan blok bitmap"
3834
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003835#: e2fsck/util.c:334
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003836#, c-format
3837msgid "while retrying to read bitmaps for %s"
3838msgstr "ketika sedang mencoba untuk membaca bitmap untuk %s"
3839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003840#: e2fsck/util.c:346
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003841msgid "writing block and inode bitmaps"
3842msgstr "menulis blok dan inode bitmaps"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003843
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003844#: e2fsck/util.c:351
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003845#, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003846msgid "while rewriting block and inode bitmaps for %s"
3847msgstr "ketika mencoba untuk menulis blok dan inode bitmap untuk %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003848
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003849#: e2fsck/util.c:363
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003850#, c-format
3851msgid ""
3852"\n"
3853"\n"
3854"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3855"\t(i.e., without -a or -p options)\n"
3856msgstr ""
3857"\n"
3858"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003859"%s: TERJADI INKONSITENSI YANG TIDAK DIHARAPKAN; JALANKAN fsck SECARA "
3860"MANUAL.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003861"\t(i.e, tanpa pilihan -a atau -p)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003863#: e2fsck/util.c:444
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003864#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003865msgid "Memory used: %luk/%luk (%luk/%luk), "
3866msgstr "Memori yang digunakan: %luk/%luk (%luk/%luk), "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003868#: e2fsck/util.c:448
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003869#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003870msgid "Memory used: %lu, "
3871msgstr "Memori yang digunakan: %lu, "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003873#: e2fsck/util.c:455
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003874#, c-format
3875msgid "time: %5.2f/%5.2f/%5.2f\n"
3876msgstr "waktu: %5.2f/%5.2f/%5.2f\n"
3877
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003878#: e2fsck/util.c:460
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003879#, c-format
3880msgid "elapsed time: %6.3f\n"
3881msgstr "waktu yang dijalani: %6.3f\n"
3882
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003883#: e2fsck/util.c:495 e2fsck/util.c:509
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003884#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003885msgid "while reading inode %lu in %s"
3886msgstr "ketika membaca inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003887
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003888#: e2fsck/util.c:523 e2fsck/util.c:536
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003889#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003890msgid "while writing inode %lu in %s"
3891msgstr "ketika menulis inode %lu dalam %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003892
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003893#: e2fsck/util.c:792
Eric Sandeen032eafe2012-07-28 17:48:36 -04003894msgid ""
3895"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3896"running.\n"
3897msgstr ""
3898
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003899#: misc/badblocks.c:75
Eric Sandeen032eafe2012-07-28 17:48:36 -04003900#, fuzzy
3901msgid "done \n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003902msgstr "selesai \n"
3903
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003904#: misc/badblocks.c:100
Theodore Ts'o89128f82018-01-01 19:36:37 -05003905#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003906msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003907"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003908" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3909"max_bad_blocks]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003910" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3911" device [last_block [first_block]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003912msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05003913"Penggunaan: %s [-b ukuran_blok] [-i berkas_masukan] [-o berkas_keluaran] [-"
3914"svwnf]\n"
3915" [-c blok_di_sekali] [-p jumlah_tahap] [-e maksimal_blok_buruk] [-d "
3916"faktor_delay_antara_baca]\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04003917" [-e pattern_tes] [-t pattern_test [...]]]\n"
3918" perangkat [blok_terakhir [blok_pertama]]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003919
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003920#: misc/badblocks.c:111
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003921#, c-format
3922msgid ""
3923"%s: The -n and -w options are mutually exclusive.\n"
3924"\n"
3925msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04003926"%s: Pilihan -n dan -w adalah mutually exclusive.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003927"\n"
3928
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003929#: misc/badblocks.c:229
Eric Sandeen032eafe2012-07-28 17:48:36 -04003930#, fuzzy, c-format
3931msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04003932msgstr "%6.2f%% selesai, %s berjalan"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003933
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003934#: misc/badblocks.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003935msgid "Testing with random pattern: "
3936msgstr "Memeriksa dengan pattern random: "
3937
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003938#: misc/badblocks.c:355
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003939msgid "Testing with pattern 0x"
3940msgstr "Memeriksa dengan pattern 0x"
3941
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003942#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003943msgid "during seek"
3944msgstr "ketika mencari(seek)"
3945
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003946#: misc/badblocks.c:398
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003947#, c-format
3948msgid "Weird value (%ld) in do_read\n"
3949msgstr "Nilai aneh (%ld) dalam do_read\n"
3950
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003951#: misc/badblocks.c:485
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003952msgid "during ext2fs_sync_device"
3953msgstr "ketika ext2fs_sync_device"
3954
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003955#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003956msgid "while beginning bad block list iteration"
3957msgstr "ketika di awal iterasi daftara blok buruk"
3958
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003959#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003960msgid "while allocating buffers"
3961msgstr "ketika mengalokasikan buffer"
3962
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003963#: misc/badblocks.c:524
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003964#, c-format
3965msgid "Checking blocks %lu to %lu\n"
3966msgstr "Memeriksa blok %lu ke %lu\n"
3967
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003968#: misc/badblocks.c:529
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003969msgid "Checking for bad blocks in read-only mode\n"
3970msgstr "Memeriksa blok buruk dalam mode baca-saja (read-only)\n"
3971
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003972#: misc/badblocks.c:538
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003973msgid "Checking for bad blocks (read-only test): "
3974msgstr "Memeriksa blok buruk (pemeriksaan baca-saja): "
3975
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003976#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3977#: misc/badblocks.c:841
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003978msgid "Too many bad blocks, aborting test\n"
3979msgstr "Terlalu banyak blok buruk, membatalkan pemeriksaan\n"
3980
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003981#: misc/badblocks.c:627
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003982msgid "Checking for bad blocks in read-write mode\n"
3983msgstr "Memeriksa untuk blok buruk dalam mode baca-tulis\n"
3984
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003985#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003986#, c-format
3987msgid "From block %lu to %lu\n"
3988msgstr "Dari blok %lu ke %lu\n"
3989
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003990#: misc/badblocks.c:684
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003991msgid "Reading and comparing: "
3992msgstr "Membaca dan membandingkan: "
3993
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003994#: misc/badblocks.c:790
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003995msgid "Checking for bad blocks in non-destructive read-write mode\n"
3996msgstr "Memeriksa untuk blok buruk dalal mode tidak-merusak baca-tulis\n"
3997
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003998#: misc/badblocks.c:796
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04003999msgid "Checking for bad blocks (non-destructive read-write test)\n"
4000msgstr "Memeriksa untuk blok buruk (pemeriksaan tidak-merusak baca-tulis)\n"
4001
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004002#: misc/badblocks.c:803
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004003msgid ""
4004"\n"
4005"Interrupt caught, cleaning up\n"
4006msgstr ""
4007"\n"
4008"Interupsi tertangkap, membersihkan\n"
4009
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004010#: misc/badblocks.c:886
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004011#, c-format
4012msgid "during test data write, block %lu"
4013msgstr "ketika memerikas data ditulis, blok %lu"
4014
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004015#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004016#, c-format
4017msgid "%s is mounted; "
4018msgstr "%s sedang dimount; "
4019
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004020#: misc/badblocks.c:1009
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004021msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
4022msgstr "badbloks tetap dipaksakan. Mudah-mudahan /etc/mtab tidak benar\n"
4023
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004024#: misc/badblocks.c:1014
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004025msgid "it's not safe to run badblocks!\n"
4026msgstr "ini tidak aman untuk menjalankan badblocks!\n"
4027
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004028#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004029#, c-format
4030msgid "%s is apparently in use by the system; "
4031msgstr "%s kelihatannya sedang digunakan oleh system; "
4032
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004033#: misc/badblocks.c:1022
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004034msgid "badblocks forced anyway.\n"
4035msgstr "badblocks dipaksakan saja.\n"
4036
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004037#: misc/badblocks.c:1042
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004038#, c-format
4039msgid "invalid %s - %s"
4040msgstr "tidak valid %s - %s"
4041
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004042#: misc/badblocks.c:1136
Theodore Ts'obd386982015-05-17 20:34:58 -04004043#, c-format
4044msgid "Too big max bad blocks count %u - maximum is %u"
4045msgstr ""
4046
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004047#: misc/badblocks.c:1163
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004048#, c-format
4049msgid "can't allocate memory for test_pattern - %s"
4050msgstr "tidak dapat mengalokasikan memori untuk test_pattern - %s"
4051
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004052#: misc/badblocks.c:1193
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004053msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004054msgstr ""
4055"Maksimum dari satu test_pattern boleh dispesifikasi dalam mode baca-saja"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004056
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004057#: misc/badblocks.c:1199
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004058msgid "Random test_pattern is not allowed in read-only mode"
4059msgstr "Random test_pattern tidak diperbolehkan dalam mode baca-saja"
4060
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004061#: misc/badblocks.c:1213
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004062msgid ""
4063"Couldn't determine device size; you must specify\n"
4064"the size manually\n"
4065msgstr ""
4066"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
4067"ukuran perangkat secara manual\n"
4068
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004069#: misc/badblocks.c:1219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004070msgid "while trying to determine device size"
4071msgstr "ketika mencoba untuk menentukakn ukuran perangkat"
4072
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004073#: misc/badblocks.c:1224
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004074msgid "last block"
4075msgstr "blok terakhir"
4076
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004077#: misc/badblocks.c:1230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004078msgid "first block"
4079msgstr "blok pertama"
4080
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004081#: misc/badblocks.c:1233
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004082#, fuzzy, c-format
4083msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004084msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
4085
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004086#: misc/badblocks.c:1240
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004087#, fuzzy, c-format
4088msgid "invalid end block (%llu): must be 32-bit value"
4089msgstr "awal blok tidak valid (%lu): harus lebih kecil dari %lu"
4090
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004091#: misc/badblocks.c:1296
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004092msgid "while creating in-memory bad blocks list"
4093msgstr "ketika membuat daftar blok buruk dalam memori"
4094
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004095#: misc/badblocks.c:1305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004096msgid "input file - bad format"
4097msgstr ""
4098
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004099#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004100msgid "while adding to in-memory bad block list"
4101msgstr "ketika menambahkan daftar blok buruk dalam memori"
4102
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004103#: misc/badblocks.c:1347
Eric Sandeen032eafe2012-07-28 17:48:36 -04004104#, fuzzy, c-format
4105msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004106msgstr "Tahap selesai, %u blok buruk ditemukan.\n"
4107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004108#: misc/chattr.c:89
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004109#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004110msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004111msgstr "Penggunaan: %s [-RVf] [-+=AacDdeijsSu] [-v versi] berkas...\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004113#: misc/chattr.c:159
4114#, fuzzy, c-format
4115msgid "bad project - %s\n"
4116msgstr "versi buruk - %s\n"
4117
4118#: misc/chattr.c:173
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004119#, c-format
4120msgid "bad version - %s\n"
4121msgstr "versi buruk - %s\n"
4122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004123#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004124#, c-format
4125msgid "while trying to stat %s"
4126msgstr "ketika mencoba untuk melakukan statistik %s"
4127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004128#: misc/chattr.c:226
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004129#, c-format
4130msgid "while reading flags on %s"
4131msgstr "ketika membaca flags di %s"
4132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133#: misc/chattr.c:231 misc/chattr.c:243
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004134#, c-format
4135msgid "Flags of %s set as "
4136msgstr "Flags dari %s diset sebagai "
4137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004138#: misc/chattr.c:252
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004139#, c-format
4140msgid "while setting flags on %s"
4141msgstr "ketika menset flags di %s"
4142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004143#: misc/chattr.c:260
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004144#, c-format
4145msgid "Version of %s set as %lu\n"
4146msgstr "Versi dari %s diset sebagai %lu\n"
4147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004148#: misc/chattr.c:264
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004149#, c-format
4150msgid "while setting version on %s"
4151msgstr "ketika menset versi di %s"
4152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153#: misc/chattr.c:271
4154#, fuzzy, c-format
4155msgid "Project of %s set as %lu\n"
4156msgstr "Versi dari %s diset sebagai %lu\n"
4157
4158#: misc/chattr.c:275
4159#, fuzzy, c-format
4160msgid "while setting project on %s"
4161msgstr "ketika menset versi di %s"
4162
4163#: misc/chattr.c:297
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004164msgid "Couldn't allocate path variable in chattr_dir_proc"
4165msgstr "Tidak dapat mengalokasikan variable path di chattr_dir_proc"
4166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004167#: misc/chattr.c:337
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004168msgid "= is incompatible with - and +\n"
4169msgstr "= tidak kompatibel dengan - dan +\n"
4170
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004171#: misc/chattr.c:345
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004172msgid "Must use '-v', =, - or +\n"
4173msgstr "Harus menggunakan '-v', =, - atau +\n"
4174
Theodore Ts'o899425b2018-02-27 22:25:04 -05004175#: misc/create_inode.c:79 misc/create_inode.c:118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004176#, fuzzy, c-format
4177msgid "while reading inode %u"
4178msgstr "ketika membaca inode %lu dalam %s"
4179
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004180#: misc/create_inode.c:89 misc/create_inode.c:287 misc/create_inode.c:352
4181#: misc/create_inode.c:390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004182#, fuzzy
4183msgid "while expanding directory"
4184msgstr "ketika mengekspansi /lost+found"
4185
Theodore Ts'o899425b2018-02-27 22:25:04 -05004186#: misc/create_inode.c:96
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004187#, fuzzy, c-format
4188msgid "while linking \"%s\""
4189msgstr "ketika membuka %s"
4190
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004191#: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004192#, fuzzy, c-format
4193msgid "while writing inode %u"
4194msgstr "ketika menulis inode %lu dalam %s"
4195
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004196#: misc/create_inode.c:151 misc/create_inode.c:175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004197#, fuzzy, c-format
4198msgid "while listing attributes of \"%s\""
4199msgstr "ketika mencoba untuk memotong %s"
4200
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004201#: misc/create_inode.c:162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202#, fuzzy, c-format
4203msgid "while opening inode %u"
4204msgstr "ketika mencoba membuka inode scan"
4205
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004206#: misc/create_inode.c:168 misc/create_inode.c:195 misc/create_inode.c:975
4207#: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
Theodore Ts'o899425b2018-02-27 22:25:04 -05004208#: misc/mke2fs.c:359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004209#, fuzzy
4210msgid "while allocating memory"
4211msgstr "ketika mengalokasikan buffer"
4212
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004213#: misc/create_inode.c:188 misc/create_inode.c:204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004214#, fuzzy, c-format
4215msgid "while reading attribute \"%s\" of \"%s\""
4216msgstr "ketika membaca flags di %s"
4217
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004218#: misc/create_inode.c:213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004219#, fuzzy, c-format
4220msgid "while writing attribute \"%s\" to inode %u"
4221msgstr "ketika menulis inode %lu dalam %s"
4222
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004223#: misc/create_inode.c:223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004224#, fuzzy, c-format
4225msgid "while closing inode %u"
4226msgstr "ketika melakukan pemeriksaan inode"
4227
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004228#: misc/create_inode.c:274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004229#, fuzzy, c-format
4230msgid "while allocating inode \"%s\""
4231msgstr "ketika mengalokasikan buffer"
4232
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004233#: misc/create_inode.c:293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004234#, fuzzy, c-format
4235msgid "while creating inode \"%s\""
4236msgstr "ketika membaca inode %lu dalam %s"
4237
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004238#: misc/create_inode.c:359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004239#, fuzzy, c-format
4240msgid "while creating symlink \"%s\""
4241msgstr "ketika membaca flags di %s"
4242
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004243#: misc/create_inode.c:377 misc/create_inode.c:896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004244#, fuzzy, c-format
4245msgid "while looking up \"%s\""
4246msgstr "ketika mencari /lost+found"
4247
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004248#: misc/create_inode.c:397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#, fuzzy, c-format
4250msgid "while creating directory \"%s\""
4251msgstr "ketika membuat direktori root"
4252
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004253#: misc/create_inode.c:625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004254#, fuzzy, c-format
4255msgid "while opening \"%s\" to copy"
4256msgstr "ketika membuka %s"
4257
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004258#: misc/create_inode.c:739
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004259#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004260msgid "while changing working directory to \"%s\""
4261msgstr ""
4262
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004263#: misc/create_inode.c:747
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004264#, fuzzy, c-format
4265msgid "while opening directory \"%s\""
4266msgstr "ketika membuka %s"
4267
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004268#: misc/create_inode.c:757
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004269#, fuzzy, c-format
4270msgid "while lstat \"%s\""
4271msgstr "ketika mencoba untuk melakukan statistik %s"
4272
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004273#: misc/create_inode.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004274#, fuzzy, c-format
4275msgid "while creating special file \"%s\""
4276msgstr "ketika membaca inode %lu dalam %s"
4277
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004278#: misc/create_inode.c:817
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004279msgid "malloc failed"
Theodore Ts'o21725192017-08-23 19:46:04 -04004280msgstr ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004281
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004282#: misc/create_inode.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004283#, fuzzy, c-format
4284msgid "while trying to read link \"%s\""
4285msgstr "ketika mencoba untuk mengubah ukuran %s"
4286
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004287#: misc/create_inode.c:832
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004288msgid "symlink increased in size between lstat() and readlink()"
4289msgstr ""
4290
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004291#: misc/create_inode.c:843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004292#, fuzzy, c-format
4293msgid "while writing symlink\"%s\""
4294msgstr "ketika menulis inode %lu dalam %s"
4295
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004296#: misc/create_inode.c:854
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004297#, fuzzy, c-format
4298msgid "while writing file \"%s\""
4299msgstr "ketika menulis inode %lu dalam %s"
4300
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004301#: misc/create_inode.c:867
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004302#, fuzzy, c-format
4303msgid "while making dir \"%s\""
4304msgstr "ketika membuka %s"
4305
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004306#: misc/create_inode.c:885
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004307#, fuzzy
4308msgid "while changing directory"
4309msgstr "membaca direktori block"
4310
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004311#: misc/create_inode.c:891
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004312#, c-format
4313msgid "ignoring entry \"%s\""
4314msgstr ""
4315
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004316#: misc/create_inode.c:904
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004317#, fuzzy, c-format
4318msgid "while setting inode for \"%s\""
4319msgstr "ketika menset versi di %s"
4320
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004321#: misc/create_inode.c:911
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004322#, fuzzy, c-format
4323msgid "while setting xattrs for \"%s\""
4324msgstr "ketika menset flags di %s"
4325
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004326#: misc/create_inode.c:937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004327#, fuzzy
4328msgid "while saving inode data"
4329msgstr "ketika memulai scan dari inode"
4330
4331#: misc/dumpe2fs.c:56
4332#, fuzzy, c-format
4333msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004334"Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004335msgstr ""
4336"Penggunaan: %s [-bfhixV] [-o superblok=<jumlah>] [-o ukuranblok=<besar>] "
4337"perangkat\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004338
Eric Sandeen032eafe2012-07-28 17:48:36 -04004339#: misc/dumpe2fs.c:159
4340#, fuzzy
4341msgid "blocks"
4342msgstr "bblock"
4343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004344#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004345msgid "clusters"
4346msgstr ""
4347
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004348#: misc/dumpe2fs.c:219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004349#, c-format
4350msgid "Group %lu: (Blocks "
4351msgstr "Grup %lu: (blok "
4352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/dumpe2fs.c:226
Theodore Ts'o21725192017-08-23 19:46:04 -04004354#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004355msgid " csum 0x%04x"
Theodore Ts'o21725192017-08-23 19:46:04 -04004356msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004358#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04004359#, c-format
4360msgid " (EXPECTED 0x%04x)"
4361msgstr ""
4362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004363#: misc/dumpe2fs.c:233
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004364#, c-format
4365msgid " %s superblock at "
4366msgstr " %s superblok di "
4367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004368#: misc/dumpe2fs.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004369msgid "Primary"
4370msgstr "Utama"
4371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004372#: misc/dumpe2fs.c:234
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004373msgid "Backup"
4374msgstr "Cadangan"
4375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004376#: misc/dumpe2fs.c:238
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004377msgid ", Group descriptors at "
4378msgstr ", Grup deskripsi di "
4379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004380#: misc/dumpe2fs.c:242
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004381msgid ""
4382"\n"
4383" Reserved GDT blocks at "
4384msgstr ""
4385"\n"
4386" Reserved GDT blok di "
4387
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004388#: misc/dumpe2fs.c:249
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004389msgid " Group descriptor at "
4390msgstr " Grup deskripsi di "
4391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004392#: misc/dumpe2fs.c:255
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004393msgid " Block bitmap at "
4394msgstr " Blok bitmap di "
4395
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004396#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Theodore Ts'o21725192017-08-23 19:46:04 -04004397#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004398msgid ", csum 0x%08x"
Theodore Ts'o21725192017-08-23 19:46:04 -04004399msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004400
4401#: misc/dumpe2fs.c:263
4402msgid ","
4403msgstr ""
4404
4405#: misc/dumpe2fs.c:265
4406msgid ""
4407"\n"
4408" "
4409msgstr ""
4410
4411#: misc/dumpe2fs.c:266
4412#, fuzzy
4413msgid " Inode bitmap at "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004414msgstr ", Inode bitmap di "
4415
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004416#: misc/dumpe2fs.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004417msgid ""
4418"\n"
4419" Inode table at "
4420msgstr ""
4421"\n"
4422" Inode tabel di "
4423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004424#: misc/dumpe2fs.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04004425#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004426msgid ""
4427"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004428" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004429msgstr ""
4430"\n"
4431" %u blok bebas, %u inode bebas, %u direktori%s"
4432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004433#: misc/dumpe2fs.c:286
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004434#, c-format
4435msgid ", %u unused inodes\n"
4436msgstr ", %u inode yang tidak digunakan\n"
4437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004438#: misc/dumpe2fs.c:289
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004439msgid " Free blocks: "
4440msgstr " Blok bebas: "
4441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004442#: misc/dumpe2fs.c:304
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004443msgid " Free inodes: "
4444msgstr " Inode bebas: "
4445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004446#: misc/dumpe2fs.c:340
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004447msgid "while printing bad block list"
4448msgstr "ketika mencetak daftar blok buruk"
4449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004450#: misc/dumpe2fs.c:346
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004451#, c-format
4452msgid "Bad blocks: %u"
4453msgstr "Blok buruk: %u"
4454
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004455#: misc/dumpe2fs.c:373 misc/tune2fs.c:367
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004456msgid "while reading journal inode"
4457msgstr "ketika membaca jurnal inode"
4458
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004459#: misc/dumpe2fs.c:379
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004460msgid "while opening journal inode"
4461msgstr "ketika membuka jurnal inode"
4462
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004463#: misc/dumpe2fs.c:385
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004464msgid "while reading journal super block"
4465msgstr "ketika membaca super blok jurnal"
4466
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004467#: misc/dumpe2fs.c:392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004468#, fuzzy
4469msgid "Journal superblock magic number invalid!\n"
4470msgstr "Jurnal superblok tidak ditemukan!\n"
4471
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004472#: misc/dumpe2fs.c:409 misc/tune2fs.c:216
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004473msgid "while reading journal superblock"
4474msgstr "ketikan membaca superblok jurnal"
4475
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004476#: misc/dumpe2fs.c:417
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004477msgid "Couldn't find journal superblock magic numbers"
4478msgstr "Tidak dapat mencari nomor magic di jurnal superblok"
4479
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004480#: misc/dumpe2fs.c:468
4481#, fuzzy
4482msgid "failed to alloc MMP buffer\n"
4483msgstr "ketika mengalokasikan buffer"
4484
4485#: misc/dumpe2fs.c:479
4486#, fuzzy, c-format
4487msgid "reading MMP block %llu from '%s'\n"
4488msgstr "Memeriksa blok %lu ke %lu\n"
4489
4490#: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004491msgid "Couldn't allocate memory to parse options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004492msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004493
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004494#: misc/dumpe2fs.c:533
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004495#, c-format
4496msgid "Invalid superblock parameter: %s\n"
4497msgstr "Parameter superblok tidak valid: %s\n"
4498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004499#: misc/dumpe2fs.c:548
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004500#, c-format
4501msgid "Invalid blocksize parameter: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004502msgstr "Parameter ukuran-blok tidak valid: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004503
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004504#: misc/dumpe2fs.c:559
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004505#, c-format
4506msgid ""
4507"\n"
4508"Bad extended option(s) specified: %s\n"
4509"\n"
4510"Extended options are separated by commas, and may take an argument which\n"
4511"\tis set off by an equals ('=') sign.\n"
4512"\n"
4513"Valid extended options are:\n"
4514"\tsuperblock=<superblock number>\n"
4515"\tblocksize=<blocksize>\n"
4516msgstr ""
4517"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004518"Pilihan extended buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004519"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004520"Pilihan extended dipisahkan dengan koma, dan boleh membawa argument dimana\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004521"\tini di set off oleh sebuah tanda sama dengan ('=').\n"
4522"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004523"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004524"\tsuperblock=<nomor superblok>\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04004525"\tblocksize=<besar blok>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004526
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004527#: misc/dumpe2fs.c:649 misc/mke2fs.c:1845
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004528#, c-format
4529msgid "\tUsing %s\n"
4530msgstr "\tMenggunakan %s\n"
4531
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004532#: misc/dumpe2fs.c:694 misc/e2image.c:1590 misc/tune2fs.c:2949
Theodore Ts'o89128f82018-01-01 19:36:37 -05004533#: resize/main.c:416
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004534msgid "Couldn't find valid filesystem superblock.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004535msgstr "Tidak dapat mencari superblok sistem berkas yang valid.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004536
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004537#: misc/dumpe2fs.c:716
4538#, c-format
4539msgid "%s: MMP feature not enabled.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004540msgstr ""
4541
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004542#: misc/dumpe2fs.c:747
4543#, fuzzy, c-format
4544msgid "while trying to read '%s' bitmaps\n"
4545msgstr "ketika sedang mencoba untuk membaca bitmap untuk %s"
4546
4547#: misc/dumpe2fs.c:756
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004548msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004549"*** Run e2fsck now!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004550"\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004551msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004552
Theodore Ts'o21725192017-08-23 19:46:04 -04004553#: misc/e2image.c:107
Eric Sandeen032eafe2012-07-28 17:48:36 -04004554#, fuzzy, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004555msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004556msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4557
Theodore Ts'o21725192017-08-23 19:46:04 -04004558#: misc/e2image.c:109
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004559#, fuzzy, c-format
4560msgid " %s -I device image-file\n"
4561msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4562
Theodore Ts'o21725192017-08-23 19:46:04 -04004563#: misc/e2image.c:110
Eric Sandeen032eafe2012-07-28 17:48:36 -04004564#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004565msgid ""
4566" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4567"[ dest_fs ]\n"
4568msgstr ""
4569
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004570#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004571#, fuzzy
4572msgid "while allocating buffer"
4573msgstr "ketika mengalokasikan buffer"
4574
Theodore Ts'o21725192017-08-23 19:46:04 -04004575#: misc/e2image.c:180
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004576#, fuzzy, c-format
4577msgid "Writing block %llu\n"
4578msgstr "Memeriksa blok %lu ke %lu\n"
4579
Theodore Ts'o21725192017-08-23 19:46:04 -04004580#: misc/e2image.c:194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004581#, fuzzy, c-format
4582msgid "error writing block %llu"
4583msgstr "Error menulis block %lu (%s). "
4584
Theodore Ts'o21725192017-08-23 19:46:04 -04004585#: misc/e2image.c:197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004586msgid "error in generic_write()"
4587msgstr ""
4588
Theodore Ts'o21725192017-08-23 19:46:04 -04004589#: misc/e2image.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04004590msgid "Error: header size is bigger than wrt_size\n"
4591msgstr ""
4592
Theodore Ts'o21725192017-08-23 19:46:04 -04004593#: misc/e2image.c:219
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004594msgid "Couldn't allocate header buffer\n"
4595msgstr "Tidak dapat mengalokasikan buffer header\n"
4596
Theodore Ts'o21725192017-08-23 19:46:04 -04004597#: misc/e2image.c:247
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004598msgid "while writing superblock"
4599msgstr "ketika menulis superblok"
4600
Theodore Ts'o21725192017-08-23 19:46:04 -04004601#: misc/e2image.c:256
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004602msgid "while writing inode table"
4603msgstr "ketika menulis tabel inode"
4604
Theodore Ts'o21725192017-08-23 19:46:04 -04004605#: misc/e2image.c:264
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004606msgid "while writing block bitmap"
4607msgstr "ketika menulis blok bitmap"
4608
Theodore Ts'o21725192017-08-23 19:46:04 -04004609#: misc/e2image.c:272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004610msgid "while writing inode bitmap"
4611msgstr "ketika menulis inode bitmap"
4612
Theodore Ts'o21725192017-08-23 19:46:04 -04004613#: misc/e2image.c:506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004614#, fuzzy, c-format
4615msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4616msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
4617
Theodore Ts'o21725192017-08-23 19:46:04 -04004618#: misc/e2image.c:518
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004619#, fuzzy, c-format
4620msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4621msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
4622
Theodore Ts'o21725192017-08-23 19:46:04 -04004623#: misc/e2image.c:559
4624#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004625msgid "%llu / %llu blocks (%d%%)"
Theodore Ts'o21725192017-08-23 19:46:04 -04004626msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004627
Theodore Ts'o21725192017-08-23 19:46:04 -04004628#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004629msgid "Copying "
4630msgstr ""
4631
Theodore Ts'o21725192017-08-23 19:46:04 -04004632#: misc/e2image.c:627
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004633msgid ""
4634"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4635msgstr ""
4636
Theodore Ts'o21725192017-08-23 19:46:04 -04004637#: misc/e2image.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004638#, c-format
4639msgid " %s remaining at %.2f MB/s"
4640msgstr ""
4641
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004642#: misc/e2image.c:665 misc/e2image.c:1195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004643#, fuzzy, c-format
4644msgid "error reading block %llu"
4645msgstr "Error membaca block %lu (%s). "
4646
Theodore Ts'o21725192017-08-23 19:46:04 -04004647#: misc/e2image.c:719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004648#, c-format
4649msgid "Copied %llu / %llu blocks (%d%%) in %s "
4650msgstr ""
4651
Theodore Ts'o21725192017-08-23 19:46:04 -04004652#: misc/e2image.c:723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004653#, c-format
4654msgid "at %.2f MB/s"
4655msgstr ""
4656
Theodore Ts'o21725192017-08-23 19:46:04 -04004657#: misc/e2image.c:759
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004658#, fuzzy
4659msgid "while allocating l1 table"
4660msgstr "ketika mengalokasikan buffer"
4661
Theodore Ts'o21725192017-08-23 19:46:04 -04004662#: misc/e2image.c:804
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004663#, fuzzy
4664msgid "while allocating l2 cache"
4665msgstr "ketika mengalokasikan buffer"
4666
Theodore Ts'o21725192017-08-23 19:46:04 -04004667#: misc/e2image.c:827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004668msgid ""
4669"Warning: There are still tables in the cache while putting the cache, data "
4670"will be lost so the image may not be valid.\n"
4671msgstr ""
4672
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004673#: misc/e2image.c:1152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004674#, fuzzy
4675msgid "while allocating ext2_qcow2_image"
4676msgstr "ketika mengalokasikan zeroizing buffer"
4677
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004678#: misc/e2image.c:1159
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004679#, fuzzy
4680msgid "while initializing ext2_qcow2_image"
4681msgstr "ketika menginisialisasi jurnal superblok"
4682
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004683#: misc/e2image.c:1218 misc/e2image.c:1236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004684msgid "Programming error: multiple sequential refcount blocks created!\n"
4685msgstr ""
4686
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004687#: misc/e2image.c:1276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004688#, fuzzy
4689msgid "while allocating block bitmap"
4690msgstr "ketika menulis blok bitmap"
4691
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004692#: misc/e2image.c:1285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004693#, fuzzy
4694msgid "while allocating scramble block bitmap"
4695msgstr "ketika menulis blok bitmap"
4696
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004697#: misc/e2image.c:1292
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004698#, fuzzy
4699msgid "Scanning inodes...\n"
4700msgstr "Memeriksa tabel inode"
4701
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004702#: misc/e2image.c:1304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004703#, fuzzy
4704msgid "Can't allocate block buffer"
4705msgstr "Tidak dapat mengalokasikan block buffer (ukuran=%d)\n"
4706
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004707#: misc/e2image.c:1343 misc/e2image.c:1357
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004708#, fuzzy, c-format
4709msgid "while iterating over inode %u"
4710msgstr "ketika memperoleh inode berikutnya"
4711
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004712#: misc/e2image.c:1389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004713msgid "Raw and qcow2 images cannot be installed"
4714msgstr ""
4715
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004716#: misc/e2image.c:1411
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004717#, fuzzy
4718msgid "error reading bitmaps"
4719msgstr "ketika membaca bitmap"
4720
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004721#: misc/e2image.c:1423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004722#, fuzzy
4723msgid "while opening device file"
4724msgstr "ketika mencoba membuka inode scan"
4725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004726#: misc/e2image.c:1434
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004727#, fuzzy
4728msgid "while restoring the image table"
4729msgstr "ketika menulis tabel inode"
4730
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004731#: misc/e2image.c:1531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004732msgid "-a option can only be used with raw or QCOW2 images."
4733msgstr ""
4734
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004735#: misc/e2image.c:1537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004736msgid "Offsets are only allowed with raw images."
4737msgstr ""
4738
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004739#: misc/e2image.c:1542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004740msgid "Move mode is only allowed with raw images."
4741msgstr ""
4742
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004743#: misc/e2image.c:1547
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004744msgid "Move mode requires all data mode."
4745msgstr ""
4746
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004747#: misc/e2image.c:1557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004748#, fuzzy
4749msgid "checking if mounted"
4750msgstr " (pemeriksaan dilakukan dalam %ld mounts)"
4751
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004752#: misc/e2image.c:1564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004753msgid ""
4754"\n"
4755"Running e2image on a R/W mounted filesystem can result in an\n"
4756"inconsistent image which will not be useful for debugging purposes.\n"
4757"Use -f option if you really want to do that.\n"
4758msgstr ""
4759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004760#: misc/e2image.c:1618
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004761msgid "QCOW2 image can not be written to the stdout!\n"
4762msgstr ""
4763
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004764#: misc/e2image.c:1624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004765msgid "Can not stat output\n"
4766msgstr ""
4767
Theodore Ts'o21725192017-08-23 19:46:04 -04004768#: misc/e2image.c:1634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004769#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004770msgid "Image (%s) is compressed\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004771msgstr ""
4772
Theodore Ts'o21725192017-08-23 19:46:04 -04004773#: misc/e2image.c:1637
Eric Sandeen032eafe2012-07-28 17:48:36 -04004774#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004775msgid "Image (%s) is encrypted\n"
4776msgstr ""
4777
4778#: misc/e2image.c:1640
4779#, fuzzy, c-format
4780msgid "Image (%s) is corrupted\n"
4781msgstr "@j @S telah terkorupsi.\n"
4782
4783#: misc/e2image.c:1644
4784#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004785msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4786msgstr ""
4787
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004788#: misc/e2image.c:1654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004789#, fuzzy
4790msgid "The -c option only supported in raw mode\n"
4791msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4792
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004793#: misc/e2image.c:1659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004794#, fuzzy
4795msgid "The -c option not supported when writing to stdout\n"
4796msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4797
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004798#: misc/e2image.c:1666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004799#, fuzzy
4800msgid "while allocating check_buf"
4801msgstr "ketika mengalokasikan buffer"
4802
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004803#: misc/e2image.c:1672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004804#, fuzzy
4805msgid "The -p option only supported in raw mode\n"
4806msgstr "Pilihan -t tidak dilayani dalam versi e2fsck ini.\n"
4807
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004808#: misc/e2image.c:1682
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004809#, c-format
4810msgid "%d blocks already contained the data to be copied\n"
4811msgstr ""
4812
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004813#: misc/e2initrd_helper.c:68
4814#, fuzzy, c-format
4815msgid "Usage: %s -r device\n"
4816msgstr "Penggunaan: %s disk\n"
4817
Eric Sandeen032eafe2012-07-28 17:48:36 -04004818#: misc/e2label.c:58
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004819#, c-format
4820msgid "e2label: cannot open %s\n"
4821msgstr "e2label: tidak dapat membuka %s\n"
4822
Eric Sandeen032eafe2012-07-28 17:48:36 -04004823#: misc/e2label.c:63
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004824#, c-format
4825msgid "e2label: cannot seek to superblock\n"
4826msgstr "e2label: tidak dapat mencari superblok\n"
4827
Eric Sandeen032eafe2012-07-28 17:48:36 -04004828#: misc/e2label.c:68
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004829#, c-format
4830msgid "e2label: error reading superblock\n"
4831msgstr "e2label: error membaca superblok\n"
4832
Eric Sandeen032eafe2012-07-28 17:48:36 -04004833#: misc/e2label.c:72
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004834#, c-format
4835msgid "e2label: not an ext2 filesystem\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004836msgstr "e2label: bukan sebuah ext2 sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004837
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004838#: misc/e2label.c:97 misc/tune2fs.c:3152
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004839#, c-format
4840msgid "Warning: label too long, truncating.\n"
4841msgstr "Peringatan: label terlalu panjang, memotong.\n"
4842
Eric Sandeen032eafe2012-07-28 17:48:36 -04004843#: misc/e2label.c:100
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004844#, c-format
4845msgid "e2label: cannot seek to superblock again\n"
4846msgstr "e2label: tidak dapat mencari superblok lagi\n"
4847
Eric Sandeen032eafe2012-07-28 17:48:36 -04004848#: misc/e2label.c:105
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004849#, c-format
4850msgid "e2label: error writing superblock\n"
4851msgstr "e2label: error menulis superblok\n"
4852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004853#: misc/e2label.c:117 misc/tune2fs.c:1733
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004854#, c-format
4855msgid "Usage: e2label device [newlabel]\n"
4856msgstr "Penggunaan: e2label perangkat [labelbaru]\n"
4857
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004858#: misc/e2undo.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004859#, fuzzy, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004860msgid ""
4861"Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4862"<filesystem>\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004863msgstr "Penggunaan: %s <berkas transaksi> <sistem berkas>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004864
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004865#: misc/e2undo.c:149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004866#, fuzzy
4867msgid "The file system superblock doesn't match the undo file.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04004868msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004869
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004870#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004871msgid "UUID does not match.\n"
4872msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004873
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004874#: misc/e2undo.c:154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004875#, fuzzy
4876msgid "Last mount time does not match.\n"
4877msgstr "Sistem berkas waktu mount tidak cocok %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004878
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004879#: misc/e2undo.c:156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004880msgid "Last write time does not match.\n"
4881msgstr ""
4882
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004883#: misc/e2undo.c:158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004884msgid "Lifetime write counter does not match.\n"
4885msgstr ""
4886
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004887#: misc/e2undo.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004888#, fuzzy
4889msgid "while reading filesystem superblock."
4890msgstr "ketikan membaca superblok jurnal"
4891
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004892#: misc/e2undo.c:188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004893#, fuzzy
4894msgid "while fetching superblock"
4895msgstr "ketika menulis superblok"
4896
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004897#: misc/e2undo.c:201
Theodore Ts'o21725192017-08-23 19:46:04 -04004898#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004899msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04004900msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004901
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004902#: misc/e2undo.c:340
Theodore Ts'o21725192017-08-23 19:46:04 -04004903#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004904msgid "illegal offset - %s"
Theodore Ts'o21725192017-08-23 19:46:04 -04004905msgstr ""
Theodore Ts'o48203a32016-06-08 15:45:26 -04004906
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004907#: misc/e2undo.c:364
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004908#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004909msgid "Will not write to an undo file while replaying it.\n"
4910msgstr ""
4911
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004912#: misc/e2undo.c:373
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004913#, fuzzy, c-format
4914msgid "while opening undo file `%s'\n"
4915msgstr "ketika mencoba membuka inode scan"
4916
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004917#: misc/e2undo.c:380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004918#, fuzzy
4919msgid "while reading undo file"
4920msgstr "ketika membaca inode root"
4921
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004922#: misc/e2undo.c:385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004923#, fuzzy, c-format
4924msgid "%s: Not an undo file.\n"
4925msgstr "%s: terlalu banyak perangkat\n"
4926
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004927#: misc/e2undo.c:396
Theodore Ts'o21725192017-08-23 19:46:04 -04004928#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004929msgid "%s: Header checksum doesn't match.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04004930msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004931
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004932#: misc/e2undo.c:403
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004933#, c-format
4934msgid "%s: Corrupt undo file header.\n"
4935msgstr ""
4936
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004937#: misc/e2undo.c:407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004938#, c-format
4939msgid "%s: Undo block size too large.\n"
4940msgstr ""
4941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004942#: misc/e2undo.c:412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004943#, fuzzy, c-format
4944msgid "%s: Undo block size too small.\n"
4945msgstr "ukuran blok buruk - %s"
4946
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004947#: misc/e2undo.c:425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004948#, fuzzy, c-format
4949msgid "%s: Unknown undo file feature set.\n"
4950msgstr ""
4951"@j @S memiliki sebuah feature yang tidak kompatibel yang tidak diketahui "
4952"aktif.\n"
4953
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004954#: misc/e2undo.c:433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004955#, fuzzy, c-format
4956msgid "Error while determining whether %s is mounted."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004957msgstr "Error ketika menentukan apakah %s sudah dimount.\n"
4958
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004959#: misc/e2undo.c:439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004960#, fuzzy
4961msgid "e2undo should only be run on unmounted filesystems"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05004962msgstr ""
4963"e2undo seharusnya hanya dijalankan di sistem berkas yang sudah diunmount\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004964
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004965#: misc/e2undo.c:455
Eric Sandeen032eafe2012-07-28 17:48:36 -04004966#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004967msgid "while opening `%s'"
4968msgstr "ketika membuka %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004969
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004970#: misc/e2undo.c:466
Theodore Ts'o48203a32016-06-08 15:45:26 -04004971msgid "specified offset is too large"
4972msgstr ""
4973
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004974#: misc/e2undo.c:507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004975#, fuzzy
4976msgid "while reading keys"
4977msgstr "ketika membaca bitmap"
4978
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004979#: misc/e2undo.c:519
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04004980#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004981msgid "%s: wrong key magic at %llu\n"
4982msgstr ""
4983
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004984#: misc/e2undo.c:529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004985#, c-format
4986msgid "%s: key block checksum error at %llu.\n"
4987msgstr ""
4988
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004989#: misc/e2undo.c:552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004990#, fuzzy, c-format
4991msgid "%s: block %llu is too long."
4992msgstr "Dari blok %lu ke %lu\n"
4993
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004994#: misc/e2undo.c:564 misc/e2undo.c:600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004995#, fuzzy, c-format
4996msgid "while fetching block %llu."
Theodore Ts'o21725192017-08-23 19:46:04 -04004997msgstr "ketika mencetak daftar blok buruk"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004998
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004999#: misc/e2undo.c:576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005000#, c-format
5001msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5002msgstr ""
5003
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005004#: misc/e2undo.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005005#, fuzzy, c-format
5006msgid "while writing block %llu."
Theodore Ts'o21725192017-08-23 19:46:04 -04005007msgstr "ketika menulis blok bitmap"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005008
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005009#: misc/e2undo.c:621
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005010#, c-format
5011msgid "Undo file corruption; run e2fsck NOW!\n"
5012msgstr ""
5013
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005014#: misc/e2undo.c:623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005015#, c-format
5016msgid "IO error during replay; run e2fsck NOW!\n"
5017msgstr ""
5018
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005019#: misc/e2undo.c:626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005020#, c-format
5021msgid "Incomplete undo record; run e2fsck.\n"
5022msgstr ""
5023
5024#: misc/findsuper.c:110
5025#, c-format
5026msgid "Usage: findsuper device [skipbytes [startkb]]\n"
5027msgstr ""
5028
5029#: misc/findsuper.c:155
5030#, c-format
5031msgid "skipbytes should be a number, not %s\n"
5032msgstr ""
5033
5034#: misc/findsuper.c:162
5035#, c-format
5036msgid "skipbytes must be a multiple of the sector size\n"
5037msgstr ""
5038
5039#: misc/findsuper.c:169
5040#, c-format
5041msgid "startkb should be a number, not %s\n"
5042msgstr ""
5043
5044#: misc/findsuper.c:175
5045#, c-format
5046msgid "startkb should be positive, not %llu\n"
5047msgstr ""
5048
5049#: misc/findsuper.c:186
5050#, c-format
5051msgid "starting at %llu, with %u byte increments\n"
5052msgstr ""
5053
5054#: misc/findsuper.c:188
5055#, c-format
5056msgid ""
5057"[*] probably superblock written in the ext3 journal superblock,\n"
5058"\tso start/end/grp wrong\n"
5059msgstr ""
5060
5061#: misc/findsuper.c:190
5062#, c-format
5063msgid ""
5064"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5065"mount_time sb_uuid label\n"
5066msgstr ""
5067
5068#: misc/findsuper.c:264
5069#, c-format
5070msgid ""
5071"\n"
5072"%11Lu: finished with errno %d\n"
5073msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005074
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005075#: misc/fsck.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005076#, c-format
5077msgid "WARNING: couldn't open %s: %s\n"
5078msgstr "PERINGATAN: tidak dapat membuka %s: %s\n"
5079
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005080#: misc/fsck.c:353
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005081#, c-format
5082msgid "WARNING: bad format on line %d of %s\n"
5083msgstr "PERINGATAN: format buruk di bari %d dari %s\n"
5084
Eric Sandeen032eafe2012-07-28 17:48:36 -04005085#: misc/fsck.c:370
5086#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005087msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005088"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005089"\tfield. I will kludge around things for you, but you\n"
5090"\tshould fix your /etc/fstab file as soon as you can.\n"
5091"\n"
5092msgstr ""
5093"\a\a\aPERINGATAN: /etc/fstab anda tidak berisi fsck passno\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005094"\tpilihan. Saya akan klude around things untuk anda, tetapi anda\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005095"\tseharusnya membetulkan berkas /etc/fstab anda secepatnya.\n"
5096"\n"
5097
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005098#: misc/fsck.c:485
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005099#, c-format
5100msgid "fsck: %s: not found\n"
5101msgstr "fsck: %s: tidak ditemukan\n"
5102
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005103#: misc/fsck.c:601
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005104#, c-format
5105msgid "%s: wait: No more child process?!?\n"
5106msgstr "%s: tunggu: Tidak ada lagi proses anak?!?\n"
5107
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005108#: misc/fsck.c:623
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005109#, c-format
5110msgid "Warning... %s for device %s exited with signal %d.\n"
5111msgstr "Peringatan... %s untuk perangkat %s keluar dengan sinyal %d.\n"
5112
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005113#: misc/fsck.c:629
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005114#, c-format
5115msgid "%s %s: status is %x, should never happen.\n"
5116msgstr "%s %s: status adalah %x, seharusnya tidak pernah terjadi.\n"
5117
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005118#: misc/fsck.c:668
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005119#, c-format
5120msgid "Finished with %s (exit status %d)\n"
5121msgstr "Berakhir dengan %s (status keluar %d)\n"
5122
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005123#: misc/fsck.c:728
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005124#, c-format
5125msgid "%s: Error %d while executing fsck.%s for %s\n"
5126msgstr "%s: Error %d ketika menjalankan fsck.%s untuk %s\n"
5127
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005128#: misc/fsck.c:749
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005129msgid ""
5130"Either all or none of the filesystem types passed to -t must be prefixed\n"
5131"with 'no' or '!'.\n"
5132msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005133"Semua atau tidak sama sekali dari tipe sistem berkas dilewatkan melalui "
5134"pilihan -t harus diwali\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005135"dengan 'no' atau '!'.\n"
5136
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005137#: misc/fsck.c:768
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005138msgid "Couldn't allocate memory for filesystem types\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005139msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005140
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005141#: misc/fsck.c:891
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005142#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005143msgid ""
5144"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5145"number\n"
5146msgstr ""
5147"%s: melewatkan baris buruk di /etc/fstab: bind mount dengan tidak nol fsck "
5148"tahap nomor\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005149
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005150#: misc/fsck.c:918
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005151#, c-format
5152msgid "fsck: cannot check %s: fsck.%s not found\n"
5153msgstr "fsck: tidak dapat memeriksa %s: fsck.%s tidak ditemukan\n"
5154
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005155#: misc/fsck.c:974
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005156msgid "Checking all file systems.\n"
5157msgstr "Memeriksa semua filesytem.\n"
5158
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005159#: misc/fsck.c:1065
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005160#, c-format
5161msgid "--waiting-- (pass %d)\n"
5162msgstr "--menunggu-- (tahap %d)\n"
5163
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005164#: misc/fsck.c:1085
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005165msgid ""
5166"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5167msgstr ""
5168"Penggunaan: fsck [-AMNPRTV] -C [fd] ] [-t fstype] [fs-pilihan] "
5169"[filesys ...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005170
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005171#: misc/fsck.c:1127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005172#, c-format
5173msgid "%s: too many devices\n"
5174msgstr "%s: terlalu banyak perangkat\n"
5175
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005176#: misc/fsck.c:1160 misc/fsck.c:1246
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005177#, c-format
5178msgid "%s: too many arguments\n"
5179msgstr "%s: terlalu banyak argumen\n"
5180
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005181#: misc/fuse2fs.c:3739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005182msgid "Mounting read-only.\n"
5183msgstr ""
5184
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005185#: misc/fuse2fs.c:3763
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005186#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005187msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5188msgstr ""
5189
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005190#: misc/fuse2fs.c:3775 misc/fuse2fs.c:3789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005191#, c-format
5192msgid "%s: %s.\n"
5193msgstr ""
5194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005195#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3791 misc/tune2fs.c:3049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005196#, fuzzy, c-format
5197msgid "Please run e2fsck -fy %s.\n"
5198msgstr ""
5199"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
5200"\n"
5201
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005202#: misc/fuse2fs.c:3798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5204msgstr ""
5205
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005206#: misc/fuse2fs.c:3806
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005207#, fuzzy, c-format
5208msgid "%s: Writing to the journal is not supported.\n"
5209msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
5210
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005211#: misc/fuse2fs.c:3821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005212msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5213msgstr ""
5214
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005215#: misc/fuse2fs.c:3825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005216msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5217msgstr ""
5218
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005219#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005220msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5221msgstr ""
5222
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005223#: misc/fuse2fs.c:3834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005224msgid "Orphans detected; running e2fsck is recommended.\n"
5225msgstr ""
5226
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005227#: misc/fuse2fs.c:3838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005228msgid "Errors detected; running e2fsck is required.\n"
5229msgstr ""
5230
5231#: misc/lsattr.c:75
5232#, fuzzy, c-format
5233msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005234msgstr "Penggunaan: %s [-RVadlv] [berkas...]\n"
5235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005236#: misc/lsattr.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005237#, c-format
5238msgid "While reading flags on %s"
5239msgstr "Ketika membaca flags di %s"
5240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005241#: misc/lsattr.c:93
5242#, fuzzy, c-format
5243msgid "While reading project on %s"
5244msgstr "Ketika membaca versi di %s"
5245
5246#: misc/lsattr.c:102
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005247#, c-format
5248msgid "While reading version on %s"
5249msgstr "Ketika membaca versi di %s"
5250
Theodore Ts'o899425b2018-02-27 22:25:04 -05005251#: misc/mke2fs.c:130
Eric Sandeen032eafe2012-07-28 17:48:36 -04005252#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005253msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005254"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005255"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005256"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005257"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5258"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5259"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005260"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5261"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005262"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005263msgstr ""
5264"Penggunaan: %s [-c|-l namafile] [-b ukuran-blok] [-f ukuran-fragmen]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005265"\t[-i bytes-per-inode] [-I ukuran-inode] [-J pilihan-jurnal]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005266"\t[-G ukuran meta grup] [-N jumlah-dari-inode]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005267"\t[-m persentasi-reserved-blok] [-o sistem-operasi-pembuat]\n"
5268"\t[-g blok-per-grup] [-L label-volume] [-M direktori-terakhir-dipasang]\n"
5269"\t[-O fasilitas[,...]] [-r revisi-fs] [-E pilihan-tambahan[,...]]\n"
5270"\t[-T type-fs] [-U UUID] [-jnqvFKSV] perangkat [jumlah-blok]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005271
Theodore Ts'o899425b2018-02-27 22:25:04 -05005272#: misc/mke2fs.c:261
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005273#, c-format
5274msgid "Running command: %s\n"
5275msgstr "Menjalankan perintah: %s\n"
5276
Theodore Ts'o899425b2018-02-27 22:25:04 -05005277#: misc/mke2fs.c:265
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005278#, c-format
5279msgid "while trying to run '%s'"
5280msgstr "ketika mencoba untuk menjalankan '%s'"
5281
Theodore Ts'o899425b2018-02-27 22:25:04 -05005282#: misc/mke2fs.c:272
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005283msgid "while processing list of bad blocks from program"
5284msgstr "ketika memproses daftar dari blok buruk dari aplikasi"
5285
Theodore Ts'o899425b2018-02-27 22:25:04 -05005286#: misc/mke2fs.c:299
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005287#, c-format
5288msgid "Block %d in primary superblock/group descriptor area bad.\n"
5289msgstr "Blok %d dalam daerah deskripsi superblok/grup utama buruk.\n"
5290
Theodore Ts'o899425b2018-02-27 22:25:04 -05005291#: misc/mke2fs.c:301
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005292#, c-format
5293msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005294msgstr ""
5295"Blok %u sampai %u harus dalam keadaan baik untuk membuat sebuah sistem "
5296"berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005297
Theodore Ts'o899425b2018-02-27 22:25:04 -05005298#: misc/mke2fs.c:304
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005299msgid "Aborting....\n"
5300msgstr "Membatalkan...\n"
5301
Theodore Ts'o899425b2018-02-27 22:25:04 -05005302#: misc/mke2fs.c:324
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005303#, c-format
5304msgid ""
5305"Warning: the backup superblock/group descriptors at block %u contain\n"
5306"\tbad blocks.\n"
5307"\n"
5308msgstr ""
5309"Peringatan: deskripsi superblok/grup cadangan di blok %u berisi\n"
5310"\tblok buruk.\n"
5311"\n"
5312
Theodore Ts'o899425b2018-02-27 22:25:04 -05005313#: misc/mke2fs.c:343
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005314msgid "while marking bad blocks as used"
5315msgstr "ketika menandai blok buruk sebagai digunakan"
5316
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005317#: misc/mke2fs.c:368
5318#, fuzzy
5319msgid "while writing reserved inodes"
5320msgstr "ketika menulis inode jurnal"
5321
5322#: misc/mke2fs.c:420
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005323msgid "Writing inode tables: "
5324msgstr "Menulis tabel inode: "
5325
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005326#: misc/mke2fs.c:442
Eric Sandeen032eafe2012-07-28 17:48:36 -04005327#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005328msgid ""
5329"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005330"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005331msgstr ""
5332"\n"
5333"Tidak dapat menulis %d blok dalam tabel inode dimulai di %u: %s\n"
5334
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005335#: misc/mke2fs.c:456 misc/mke2fs.c:2726 misc/mke2fs.c:3131
Eric Sandeen032eafe2012-07-28 17:48:36 -04005336msgid "done \n"
5337msgstr "selesai \n"
5338
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005339#: misc/mke2fs.c:471
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005340msgid "while creating root dir"
5341msgstr "ketika membuat direktori root"
5342
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005343#: misc/mke2fs.c:478
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005344msgid "while reading root inode"
5345msgstr "ketika membaca inode root"
5346
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005347#: misc/mke2fs.c:490
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005348msgid "while setting root inode ownership"
5349msgstr "ketika menset kepemilikan inode root"
5350
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005351#: misc/mke2fs.c:508
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005352msgid "while creating /lost+found"
5353msgstr "ketika membuat /lost+found"
5354
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005355#: misc/mke2fs.c:515
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005356msgid "while looking up /lost+found"
5357msgstr "ketika mencari /lost+found"
5358
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005359#: misc/mke2fs.c:528
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005360msgid "while expanding /lost+found"
5361msgstr "ketika mengekspansi /lost+found"
5362
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005363#: misc/mke2fs.c:543
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005364msgid "while setting bad block inode"
5365msgstr "ketika menset inode blok buruk"
5366
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005367#: misc/mke2fs.c:570
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005368#, c-format
5369msgid "Out of memory erasing sectors %d-%d\n"
5370msgstr "Kehabisan memori menghapus sektor %d-%d\n"
5371
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005372#: misc/mke2fs.c:580
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005373#, c-format
5374msgid "Warning: could not read block 0: %s\n"
5375msgstr "Peringatan: tidak dapat membaca blok 0: %s\n"
5376
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005377#: misc/mke2fs.c:596
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005378#, c-format
5379msgid "Warning: could not erase sector %d: %s\n"
5380msgstr "Peringatan: tidak dapat menghapus sektor %d: %s\n"
5381
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005382#: misc/mke2fs.c:612
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005383msgid "while initializing journal superblock"
5384msgstr "ketika menginisialisasi jurnal superblok"
5385
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005386#: misc/mke2fs.c:620
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005387msgid "Zeroing journal device: "
5388msgstr "Mengosongkan perangkat jurnal: "
5389
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005390#: misc/mke2fs.c:632
Eric Sandeen032eafe2012-07-28 17:48:36 -04005391#, fuzzy, c-format
5392msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005393msgstr "ketika mengosongkan perangkat jurnal (blok %u, jumlah %d)"
5394
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005395#: misc/mke2fs.c:650
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005396msgid "while writing journal superblock"
5397msgstr "ketika menulis jurnal superblok"
5398
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005399#: misc/mke2fs.c:665
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005400#, fuzzy, c-format
5401msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5402msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
5403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005404#: misc/mke2fs.c:673
Eric Sandeen032eafe2012-07-28 17:48:36 -04005405#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005406msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005407"warning: %llu blocks unused.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005408"\n"
5409msgstr ""
5410"peringatan: %u blok tidak digunakan.\n"
5411"\n"
5412
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005413#: misc/mke2fs.c:678
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005414#, c-format
5415msgid "Filesystem label=%s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005416msgstr "Sistem berkas label=%s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005417
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005418#: misc/mke2fs.c:681
Eric Sandeen032eafe2012-07-28 17:48:36 -04005419#, fuzzy, c-format
5420msgid "OS type: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005421msgstr "Tipe OS: "
5422
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005423#: misc/mke2fs.c:683
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005424#, c-format
5425msgid "Block size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005426msgstr "Ukuran blok=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005427
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005428#: misc/mke2fs.c:686
Eric Sandeen032eafe2012-07-28 17:48:36 -04005429#, fuzzy, c-format
5430msgid "Cluster size=%u (log=%u)\n"
5431msgstr "Ukuran blok=%u (log=%u)\n"
5432
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005433#: misc/mke2fs.c:690
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005434#, c-format
5435msgid "Fragment size=%u (log=%u)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04005436msgstr "Ukuran pecahan=%u (log=%u)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005437
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005438#: misc/mke2fs.c:692
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005439#, c-format
5440msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5441msgstr "Stride=%u blok, Lebar stripe=%u blok\n"
5442
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005443#: misc/mke2fs.c:694
Eric Sandeen032eafe2012-07-28 17:48:36 -04005444#, fuzzy, c-format
5445msgid "%u inodes, %llu blocks\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005446msgstr "%u inodes, %u blok\n"
5447
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005448#: misc/mke2fs.c:696
Eric Sandeen032eafe2012-07-28 17:48:36 -04005449#, fuzzy, c-format
5450msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005451msgstr "%u blok (%2.2f%%) reserved untuk super user\n"
5452
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005453#: misc/mke2fs.c:699
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005454#, c-format
5455msgid "First data block=%u\n"
5456msgstr "Data blok pertama=%u\n"
5457
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005458#: misc/mke2fs.c:701
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005459#, c-format
5460msgid "Root directory owner=%u:%u\n"
5461msgstr ""
5462
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005463#: misc/mke2fs.c:703
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005464#, c-format
5465msgid "Maximum filesystem blocks=%lu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005466msgstr "Maksimum blok sistem berkas=%lu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005467
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005468#: misc/mke2fs.c:707
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005469#, c-format
5470msgid "%u block groups\n"
5471msgstr "%u grup blok\n"
5472
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005473#: misc/mke2fs.c:709
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005474#, c-format
5475msgid "%u block group\n"
5476msgstr "%u grup blok\n"
5477
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005478#: misc/mke2fs.c:711
Eric Sandeen032eafe2012-07-28 17:48:36 -04005479#, fuzzy, c-format
5480msgid "%u blocks per group, %u clusters per group\n"
5481msgstr "%u blok per grup, %u potongan per grup\n"
5482
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005483#: misc/mke2fs.c:714
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005484#, c-format
5485msgid "%u blocks per group, %u fragments per group\n"
5486msgstr "%u blok per grup, %u potongan per grup\n"
5487
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005488#: misc/mke2fs.c:716
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005489#, c-format
5490msgid "%u inodes per group\n"
5491msgstr "%u inode per grup\n"
5492
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005493#: misc/mke2fs.c:725
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005494#, fuzzy, c-format
5495msgid "Filesystem UUID: %s\n"
5496msgstr "Sistem berkas label=%s\n"
5497
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005498#: misc/mke2fs.c:726
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005499msgid "Superblock backups stored on blocks: "
5500msgstr "Cadangan superblok disimpan di blok: "
5501
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005502#: misc/mke2fs.c:820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005503#, c-format
5504msgid "%s requires '-O 64bit'\n"
5505msgstr ""
5506
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005507#: misc/mke2fs.c:826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005508#, c-format
5509msgid "'%s' must be before 'resize=%u'\n"
5510msgstr ""
5511
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005512#: misc/mke2fs.c:839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005513#, fuzzy, c-format
5514msgid "Invalid desc_size: '%s'\n"
5515msgstr "Ukuran inode baru tidak valid: %s\n"
5516
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005517#: misc/mke2fs.c:853
Theodore Ts'o899425b2018-02-27 22:25:04 -05005518#, fuzzy, c-format
5519msgid "Invalid hash seed: %s\n"
5520msgstr "Ukuran inode baru tidak valid: %s\n"
5521
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005522#: misc/mke2fs.c:865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005523#, fuzzy, c-format
5524msgid "Invalid offset: %s\n"
5525msgstr "Ukuran inode baru tidak valid: %s\n"
5526
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005527#: misc/mke2fs.c:879 misc/tune2fs.c:2101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005528#, fuzzy, c-format
5529msgid "Invalid mmp_update_interval: %s\n"
5530msgstr "pilihan mount tidak valid diset: %s\n"
5531
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005532#: misc/mke2fs.c:896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005533#, fuzzy, c-format
5534msgid "Invalid # of backup superblocks: %s\n"
5535msgstr "Parameter superblok tidak valid: %s\n"
5536
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005537#: misc/mke2fs.c:918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005538#, c-format
5539msgid "Invalid stride parameter: %s\n"
5540msgstr "Parameter stride tidak valid: %s\n"
5541
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005542#: misc/mke2fs.c:933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005543#, c-format
5544msgid "Invalid stripe-width parameter: %s\n"
5545msgstr "Parameter stripe-width tidak valid: %s\n"
5546
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005547#: misc/mke2fs.c:956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005548#, c-format
5549msgid "Invalid resize parameter: %s\n"
5550msgstr "Parameter resize tidak valid: %s\n"
5551
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005552#: misc/mke2fs.c:963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005553msgid "The resize maximum must be greater than the filesystem size.\n"
5554msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
5555
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005556#: misc/mke2fs.c:987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005557msgid "On-line resizing not supported with revision 0 filesystems\n"
5558msgstr "On-line resizing tidak dilayani dengan sistem berkas revisi 0\n"
5559
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005560#: misc/mke2fs.c:1013 misc/mke2fs.c:1022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005561#, fuzzy, c-format
5562msgid "Invalid root_owner: '%s'\n"
5563msgstr "pilihan mount tidak valid diset: %s\n"
5564
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005565#: misc/mke2fs.c:1065
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005566#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005567msgid ""
5568"\n"
5569"Bad option(s) specified: %s\n"
5570"\n"
5571"Extended options are separated by commas, and may take an argument which\n"
5572"\tis set off by an equals ('=') sign.\n"
5573"\n"
5574"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005575"\tmmp_update_interval=<interval>\n"
5576"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005577"\tstride=<RAID per-disk data chunk in blocks>\n"
5578"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005579"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005580"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005581"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005582"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005583"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005584"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005585"\ttest_fs\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005586"\tdiscard\n"
5587"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005588"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005589"\n"
5590msgstr ""
5591"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005592"Pilihan buruk dispesifikasikan: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005593"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005594"Pilihan extended dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005595"\tdi set off oleh tanda sama dengan ('=').\n"
5596"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005597"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005598"\tstride=<RAID per-disk data chunk dalam blok>\n"
5599"\tstripe-width=<RAID stride * data disk dalam blok>\n"
5600"\tresize=<resize ukuran maksimum dalam blok>\n"
5601"\tlazy_itable_init=<0 untuk menonaktifkan, 1 untuk mengaktifkan>\n"
5602"\ttest_fs\n"
5603"\n"
5604
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005605#: misc/mke2fs.c:1090
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005606#, c-format
5607msgid ""
5608"\n"
5609"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5610"\n"
5611msgstr ""
5612"\n"
5613"Peringatan: RAID stripe-width %u bukan sebuah even multiple dari stride %u.\n"
5614"\n"
5615
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005616#: misc/mke2fs.c:1135
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005617#, c-format
5618msgid ""
5619"Syntax error in mke2fs config file (%s, line #%d)\n"
5620"\t%s\n"
5621msgstr ""
5622"Syntax error dalam mke2fs berkas konfigurasi (%s, baris #%d)\n"
5623"\t%s\n"
5624
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005625#: misc/mke2fs.c:1148 misc/tune2fs.c:1120
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005626#, c-format
5627msgid "Invalid filesystem option set: %s\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005628msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005629
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005630#: misc/mke2fs.c:1160 misc/tune2fs.c:411
Eric Sandeen032eafe2012-07-28 17:48:36 -04005631#, c-format
5632msgid "Invalid mount option set: %s\n"
5633msgstr "pilihan mount tidak valid diset: %s\n"
5634
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005635#: misc/mke2fs.c:1296
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005636#, fuzzy, c-format
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005637msgid ""
5638"\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005639"Your mke2fs.conf file does not define the %s filesystem type.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005640msgstr ""
5641"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005642"Peringatan! Berkas mke2fs.conf anda tidak mendefinisikan tipe sistem berkas "
5643"%s.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005644
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005645#: misc/mke2fs.c:1300
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04005646msgid ""
5647"You probably need to install an updated mke2fs.conf file.\n"
5648"\n"
5649msgstr ""
5650"Anda mungkin butuh untuk memasang sebuah update dari berkas mke2fs.conf.\n"
5651"\n"
5652
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005653#: misc/mke2fs.c:1304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005654#, fuzzy
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005655msgid "Aborting...\n"
5656msgstr "Membatalkan...\n"
5657
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005658#: misc/mke2fs.c:1345
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005659#, c-format
5660msgid ""
5661"\n"
5662"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5663"\n"
5664msgstr ""
5665
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005666#: misc/mke2fs.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005667#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005668msgid "Couldn't allocate memory for new PATH.\n"
5669msgstr "Tidak dapat mengalokasikan memori untuk nama berkas tdb\n"
5670
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005671#: misc/mke2fs.c:1564
Eric Sandeen032eafe2012-07-28 17:48:36 -04005672#, c-format
5673msgid "Couldn't init profile successfully (error: %ld).\n"
5674msgstr ""
5675
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005676#: misc/mke2fs.c:1597
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005677#, c-format
5678msgid "invalid block size - %s"
5679msgstr "Ukuran blok tidak valid - %s"
5680
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005681#: misc/mke2fs.c:1601
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005682#, c-format
5683msgid "Warning: blocksize %d not usable on most systems.\n"
5684msgstr "Peringatan: ukuranblok %d tidak berguna dalam kebanyakan system.\n"
5685
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005686#: misc/mke2fs.c:1617
Eric Sandeen032eafe2012-07-28 17:48:36 -04005687#, fuzzy, c-format
5688msgid "invalid cluster size - %s"
5689msgstr "Ukuran blok tidak valid - %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005690
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005691#: misc/mke2fs.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005692msgid "'-R' is deprecated, use '-E' instead"
5693msgstr ""
5694
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005695#: misc/mke2fs.c:1644 misc/tune2fs.c:1830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005696#, c-format
5697msgid "bad error behavior - %s"
5698msgstr "perilaku error buruk - %s"
5699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005700#: misc/mke2fs.c:1656
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005701msgid "Illegal number for blocks per group"
5702msgstr "Jumlah ilegal untuk blok per grup"
5703
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005704#: misc/mke2fs.c:1661
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005705msgid "blocks per group must be multiple of 8"
5706msgstr "blok per grup harus kelipatan dari 8"
5707
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005708#: misc/mke2fs.c:1669
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005709msgid "Illegal number for flex_bg size"
5710msgstr "Jumlah ilegal untuk ukuran flex_bg"
5711
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005712#: misc/mke2fs.c:1675
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005713msgid "flex_bg size must be a power of 2"
5714msgstr "ukuran flex_bg harus kelipatan dari 2"
5715
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005716#: misc/mke2fs.c:1680
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005717#, fuzzy, c-format
5718msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5719msgstr "ukuran flex_bg harus kelipatan dari 2"
5720
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005721#: misc/mke2fs.c:1690
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005722#, c-format
5723msgid "invalid inode ratio %s (min %d/max %d)"
5724msgstr "rasio dari inode tidak valid %s (min %d/max %d)"
5725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005726#: misc/mke2fs.c:1700
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005727#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005728msgid "invalid inode size - %s"
5729msgstr "ukuran inode tidak valid - %s"
5730
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005731#: misc/mke2fs.c:1713
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005732msgid ""
5733"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5734"nodiscard' extended option instead!\n"
5735msgstr ""
5736
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005737#: misc/mke2fs.c:1724
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005738msgid "in malloc for bad_blocks_filename"
5739msgstr "dalam malloc untuk bad_block_filename"
5740
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005741#: misc/mke2fs.c:1733
Theodore Ts'o48203a32016-06-08 15:45:26 -04005742#, fuzzy, c-format
5743msgid ""
5744"Warning: label too long; will be truncated to '%s'\n"
5745"\n"
5746msgstr "Peringatan: label terlalu panjang, memotong.\n"
5747
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005748#: misc/mke2fs.c:1742
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005749#, c-format
5750msgid "invalid reserved blocks percent - %s"
5751msgstr "persentasi reserved blok tidak valid - %s"
5752
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005753#: misc/mke2fs.c:1757
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005754#, c-format
5755msgid "bad num inodes - %s"
5756msgstr "jumlah inode buruk - %s"
5757
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005758#: misc/mke2fs.c:1770
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005759#, fuzzy
5760msgid "while allocating fs_feature string"
5761msgstr "ketika mengalokasikan buffer"
5762
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005763#: misc/mke2fs.c:1787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005764#, c-format
5765msgid "bad revision level - %s"
5766msgstr "level revisi buruk - %s"
5767
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005768#: misc/mke2fs.c:1792
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005769#, fuzzy, c-format
5770msgid "while trying to create revision %d"
5771msgstr ""
5772"\n"
5773"\tketika mencoba untuk membuat jurnal"
5774
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005775#: misc/mke2fs.c:1806
Eric Sandeen032eafe2012-07-28 17:48:36 -04005776#, fuzzy
5777msgid "The -t option may only be used once"
5778msgstr "-o hanya boleh dispesifikasikan sekali"
5779
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005780#: misc/mke2fs.c:1814
Eric Sandeen032eafe2012-07-28 17:48:36 -04005781#, fuzzy
5782msgid "The -T option may only be used once"
5783msgstr "-o hanya boleh dispesifikasikan sekali"
5784
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005785#: misc/mke2fs.c:1870 misc/mke2fs.c:3215
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005786#, c-format
5787msgid "while trying to open journal device %s\n"
5788msgstr "ketika mencoba membuka perangkat jurnal %s\n"
5789
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005790#: misc/mke2fs.c:1876
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005791#, c-format
5792msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005793msgstr ""
5794"Perangkat jurnal ukuranblok (%d) lebih kecil daripada minimum ukuranblok %d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005795
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005796#: misc/mke2fs.c:1882
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005797#, c-format
5798msgid "Using journal device's blocksize: %d\n"
5799msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
5800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005801#: misc/mke2fs.c:1893
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005802#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005803msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005804msgstr "jumlah blok tidak valid - %s"
5805
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005806#: misc/mke2fs.c:1923
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005807msgid "filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005808msgstr "sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005809
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005810#: misc/mke2fs.c:1941 resize/main.c:497
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005811msgid "while trying to determine filesystem size"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005812msgstr "ketika mencoba untuk menentukan ukuran sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005813
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005814#: misc/mke2fs.c:1947
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005815msgid ""
5816"Couldn't determine device size; you must specify\n"
5817"the size of the filesystem\n"
5818msgstr ""
5819"Tidak dapat menentukan ukuran perangkat; anda harus menspesifikasikan\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005820"ukuran dari sistem berkas\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005821
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005822#: misc/mke2fs.c:1954
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005823msgid ""
5824"Device size reported to be zero. Invalid partition specified, or\n"
5825"\tpartition table wasn't reread after running fdisk, due to\n"
5826"\ta modified partition being busy and in use. You may need to reboot\n"
5827"\tto re-read your partition table.\n"
5828msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005829"Ukuran perangkat yang dilaporkan nol. Partisi yang dispesifikasikan tidak "
5830"valid, atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005831"\ttabel partisi tidak dibaca kembali setelah menjalankan fdisk, karena\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005832"\tpartisi yang diubah sedang sibuk dan sedang digunakan. Anda bisa melakukan "
5833"reboot\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005834"\tuntuk membaca kembali tabel partisi.\n"
5835
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005836#: misc/mke2fs.c:1971
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005837msgid "Filesystem larger than apparent device size."
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005838msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005840#: misc/mke2fs.c:1991
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005841msgid "Failed to parse fs types list\n"
5842msgstr "Gagal untuk memparse daftar type fs\n"
5843
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005844#: misc/mke2fs.c:2040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005845#, fuzzy
5846msgid "The HURD does not support the filetype feature.\n"
5847msgstr "Hurd tidak mendukung layanan filetype.\n"
5848
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005849#: misc/mke2fs.c:2045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005850#, fuzzy
5851msgid "The HURD does not support the huge_file feature.\n"
5852msgstr "Hurd tidak mendukung layanan filetype.\n"
5853
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005854#: misc/mke2fs.c:2050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005855#, fuzzy
5856msgid "The HURD does not support the metadata_csum feature.\n"
5857msgstr "Hurd tidak mendukung layanan filetype.\n"
5858
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005859#: misc/mke2fs.c:2055
Theodore Ts'o899425b2018-02-27 22:25:04 -05005860#, fuzzy
5861msgid "The HURD does not support the ea_inode feature.\n"
5862msgstr "Hurd tidak mendukung layanan filetype.\n"
5863
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005864#: misc/mke2fs.c:2065
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005865msgid "while trying to determine hardware sector size"
5866msgstr "ketika mencoba untuk menentukan ukuran sektor perangkat"
5867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005868#: misc/mke2fs.c:2071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005869msgid "while trying to determine physical sector size"
5870msgstr "ketika mencoba untuk menentukan ukuran fisik sektor"
5871
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005872#: misc/mke2fs.c:2103
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005873msgid "while setting blocksize; too small for device\n"
5874msgstr ""
5875"ketika sedang melakukan konfigurasi ukuran blok;terlalu kecil untuk "
5876"perangkat\n"
5877
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005878#: misc/mke2fs.c:2108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005879#, fuzzy, c-format
5880msgid ""
5881"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5882msgstr ""
5883"Peringatan: ukuran blok yang dispesifikasikan %d lebih kecil daripada ukuran "
5884"fisik sektor perangkat %d, tetap dilanjutkan\n"
5885
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005886#: misc/mke2fs.c:2132
Eric Sandeen032eafe2012-07-28 17:48:36 -04005887#, fuzzy, c-format
5888msgid ""
5889"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5890"\tin 32 bits using a blocksize of %d.\n"
5891msgstr ""
5892"%s: Ukuran dari perangkat %s terlalu besar untuk diexpresikan dalam 32 bit\n"
5893"\tmenggunakan sebuah ukuranblok dari %d.\n"
5894
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005895#: misc/mke2fs.c:2144
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005896#, fuzzy, c-format
5897msgid ""
5898"%s: Size of device (0x%llx blocks) %s too big to create\n"
5899"\ta filesystem using a blocksize of %d.\n"
5900msgstr ""
5901"%s: Ukuran dari perangkat %s terlalu besar untuk diexpresikan dalam 32 bit\n"
5902"\tmenggunakan sebuah ukuranblok dari %d.\n"
5903
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005904#: misc/mke2fs.c:2166
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005905msgid "fs_types for mke2fs.conf resolution: "
5906msgstr "fs_types untuk mke2fs.conf resolution: "
5907
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005908#: misc/mke2fs.c:2173
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005909msgid "Filesystem features not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005910msgstr "Sistem berkas features tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005911
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005912#: misc/mke2fs.c:2181
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005913msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005914msgstr "Sparse superblok tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005915
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005916#: misc/mke2fs.c:2191
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005917msgid "Journals not supported with revision 0 filesystems\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005918msgstr "Jurnal tidak dilayani dengan sistem berkas revisi 0\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005919
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005920#: misc/mke2fs.c:2204
Eric Sandeen032eafe2012-07-28 17:48:36 -04005921#, fuzzy, c-format
5922msgid "invalid reserved blocks percent - %lf"
5923msgstr "persentasi reserved blok tidak valid - %s"
5924
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005925#: misc/mke2fs.c:2221
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005926msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005927"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5928"rectify.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005929msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005930
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005931#: misc/mke2fs.c:2241
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005932#, fuzzy
5933msgid "The cluster size may not be smaller than the block size.\n"
5934msgstr "Resize maksimum harus lebih besar daripada ukuran sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005935
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005936#: misc/mke2fs.c:2247
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005937msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005938msgstr ""
Arif E. Nugrohof3735802010-06-07 12:21:46 -04005939
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005940#: misc/mke2fs.c:2267
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005941#, c-format
5942msgid "warning: Unable to get device geometry for %s\n"
5943msgstr "Peringatan: Tidak dapat mendapatkan geometri untuk perangkat %s\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04005944
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005945#: misc/mke2fs.c:2270
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005946#, c-format
5947msgid "%s alignment is offset by %lu bytes.\n"
5948msgstr "%s penyesuaian ofset sebesar %lu bytes.\n"
5949
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005950#: misc/mke2fs.c:2272
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005951#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05005952msgid ""
5953"This may result in very poor performance, (re)-partitioning suggested.\n"
5954msgstr ""
5955"Ini mungkin akan berujung ke performa yang tidak baik, disarankan untuk "
5956"melakukan pembagian ulang.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04005957
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005958#: misc/mke2fs.c:2293
Eric Sandeen032eafe2012-07-28 17:48:36 -04005959#, c-format
5960msgid "%d-byte blocks too big for system (max %d)"
5961msgstr "%d-byte bloks terlalu besar untuk system (maksimal %d)"
5962
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005963#: misc/mke2fs.c:2297
Eric Sandeen032eafe2012-07-28 17:48:36 -04005964#, c-format
5965msgid ""
5966"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5967msgstr ""
5968"Peringatan: %d-byte blok terlalu besar untuk system (maksimal %d), dipaksa "
5969"untuk melanjutkan\n"
5970
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005971#: misc/mke2fs.c:2305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005972#, c-format
5973msgid ""
5974"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5975"and journal checksum features.\n"
5976msgstr ""
5977
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005978#: misc/mke2fs.c:2360
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005979#, c-format
5980msgid ""
5981"\n"
5982"Warning: offset specified without an explicit file system size.\n"
5983"Creating a file system with %llu blocks but this might\n"
5984"not be what you want.\n"
5985"\n"
5986msgstr ""
5987
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005988#: misc/mke2fs.c:2375
Theodore Ts'o21725192017-08-23 19:46:04 -04005989#, c-format
5990msgid "%d byte inodes are too small for project quota"
5991msgstr ""
5992
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005993#: misc/mke2fs.c:2397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005994msgid "Can't support bigalloc feature without extents feature"
5995msgstr ""
5996
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005997#: misc/mke2fs.c:2404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005998msgid ""
5999"The resize_inode and meta_bg features are not compatible.\n"
6000"They can not be both enabled simultaneously.\n"
6001msgstr ""
6002"resize_inode dan meta_bg feature tidak saling kompatibel.\n"
6003"Meraka tidak dapat diaktifkan secara bersamaan.\n"
6004
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006005#: misc/mke2fs.c:2412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006006msgid ""
6007"\n"
6008"Warning: the bigalloc feature is still under development\n"
6009"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6010"\n"
6011msgstr ""
6012
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006013#: misc/mke2fs.c:2424
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006014msgid "reserved online resize blocks not supported on non-sparse filesystem"
6015msgstr "reserved online resize blok tidak dilayani di non-sparse sistem berkas"
6016
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006017#: misc/mke2fs.c:2433
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006018msgid "blocks per group count out of range"
6019msgstr "jumlah blok per grup diluar jangkauan"
6020
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006021#: misc/mke2fs.c:2455
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006022msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006023msgstr ""
6024"Flex_bg feature tidak diaktifkan, jadi ukuran flex_bw mungkin tidak dapat "
6025"dispesifikasikan"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006027#: misc/mke2fs.c:2467
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006028#, c-format
6029msgid "invalid inode size %d (min %d/max %d)"
6030msgstr "ukuran inode tidak valid %d (min %d/max %d)"
6031
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006032#: misc/mke2fs.c:2482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006033#, c-format
6034msgid "%d byte inodes are too small for inline data; specify larger size"
6035msgstr ""
6036
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006037#: misc/mke2fs.c:2497
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006038#, c-format
6039msgid "too many inodes (%llu), raise inode ratio?"
6040msgstr "terlalu banyak inode (%llu), naikkan rasio inode?"
6041
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006042#: misc/mke2fs.c:2504
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006043#, c-format
6044msgid "too many inodes (%llu), specify < 2^32 inodes"
6045msgstr "terlalu banyak inode (%llu), spesifikasikan < 2³2 inode"
6046
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006047#: misc/mke2fs.c:2518
Eric Sandeen032eafe2012-07-28 17:48:36 -04006048#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006049msgid ""
6050"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006051"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006052"\tor lower inode count (-N).\n"
6053msgstr ""
6054"inode_size (%u) * inode_count (%u) terlalu besar untuk sebuah\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006055"\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006056"\tatau lebih rendah jumlah inode (-N).\n"
6057
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006058#: misc/mke2fs.c:2705
Eric Sandeen032eafe2012-07-28 17:48:36 -04006059#, fuzzy
6060msgid "Discarding device blocks: "
6061msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
6062
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006063#: misc/mke2fs.c:2721
Eric Sandeen032eafe2012-07-28 17:48:36 -04006064#, fuzzy
6065msgid "failed - "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006066msgstr "gagal.\n"
6067
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006068#: misc/mke2fs.c:2780
Theodore Ts'o48203a32016-06-08 15:45:26 -04006069#, fuzzy
6070msgid "while initializing quota context"
6071msgstr "ketika menginisialisasi jurnal superblok"
6072
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006073#: misc/mke2fs.c:2787
Theodore Ts'o48203a32016-06-08 15:45:26 -04006074#, fuzzy
6075msgid "while writing quota inodes"
6076msgstr "ketika menulis inode jurnal"
6077
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006078#: misc/mke2fs.c:2812
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006079#, fuzzy, c-format
6080msgid "bad error behavior in profile - %s"
6081msgstr "perilaku error buruk - %s"
6082
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006083#: misc/mke2fs.c:2888
Theodore Ts'o899425b2018-02-27 22:25:04 -05006084#, fuzzy
6085msgid "in malloc for android_sparse_params"
6086msgstr "dalam malloc untuk bad_block_filename"
6087
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006088#: misc/mke2fs.c:2902
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006089msgid "while setting up superblock"
6090msgstr "ketika mensetup superblok"
6091
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006092#: misc/mke2fs.c:2918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006093msgid ""
6094"Extents are not enabled. The file extent tree can be checksummed, whereas "
6095"block maps cannot. Not enabling extents reduces the coverage of metadata "
6096"checksumming. Pass -O extents to rectify.\n"
6097msgstr ""
6098
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006099#: misc/mke2fs.c:2925
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006100msgid ""
6101"64-bit filesystem support is not enabled. The larger fields afforded by "
6102"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6103msgstr ""
6104
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006105#: misc/mke2fs.c:2933
Theodore Ts'o4c5e6cd2017-10-16 01:45:45 -04006106#, fuzzy
6107msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6108msgstr "Hurd tidak mendukung layanan filetype.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006109
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006110#: misc/mke2fs.c:2957
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006111msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006112msgstr ""
6113
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006114#: misc/mke2fs.c:3056
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006115#, c-format
6116msgid "unknown os - %s"
6117msgstr "os tidak diketahui - %s"
6118
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006119#: misc/mke2fs.c:3119
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006120#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04006121msgid "Allocating group tables: "
6122msgstr "Menulis tabel inode: "
6123
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006124#: misc/mke2fs.c:3127
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006125msgid "while trying to allocate filesystem tables"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006126msgstr "ketika mencoba mengalokasikan tabel sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006127
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006128#: misc/mke2fs.c:3136
Eric Sandeen032eafe2012-07-28 17:48:36 -04006129#, fuzzy
6130msgid ""
6131"\n"
6132"\twhile converting subcluster bitmap"
6133msgstr "ketika menulis blok bitmap"
6134
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006135#: misc/mke2fs.c:3142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006136#, c-format
6137msgid "%s may be further corrupted by superblock rewrite\n"
6138msgstr ""
6139
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006140#: misc/mke2fs.c:3183
Eric Sandeen032eafe2012-07-28 17:48:36 -04006141#, fuzzy, c-format
6142msgid "while zeroing block %llu at end of filesystem"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006143msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006144
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006145#: misc/mke2fs.c:3196
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006146msgid "while reserving blocks for online resize"
6147msgstr "ketika menreserve blok untuk online resize"
6148
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006149#: misc/mke2fs.c:3208 misc/tune2fs.c:1538
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006150msgid "journal"
6151msgstr "jurnal"
6152
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006153#: misc/mke2fs.c:3220
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006154#, c-format
6155msgid "Adding journal to device %s: "
6156msgstr "Menambahkan jurnal ke perangkat %s: "
6157
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006158#: misc/mke2fs.c:3227
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006159#, c-format
6160msgid ""
6161"\n"
6162"\twhile trying to add journal to device %s"
6163msgstr ""
6164"\n"
6165"\tketika mencoba untuk menambahkan jurnal ke perangkat %s"
6166
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006167#: misc/mke2fs.c:3232 misc/mke2fs.c:3261 misc/mke2fs.c:3299
6168#: misc/mk_hugefiles.c:598 misc/tune2fs.c:1567 misc/tune2fs.c:1586
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006169msgid "done\n"
6170msgstr "selesai\n"
6171
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006172#: misc/mke2fs.c:3238
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006173msgid "Skipping journal creation in super-only mode\n"
6174msgstr "Melewatkan pembuatan jurnal dalam mode super-saja\n"
6175
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006176#: misc/mke2fs.c:3248
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006177#, c-format
6178msgid "Creating journal (%u blocks): "
6179msgstr "Membuat jurnal (%u blok): "
6180
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006181#: misc/mke2fs.c:3257
Eric Sandeen032eafe2012-07-28 17:48:36 -04006182msgid ""
6183"\n"
6184"\twhile trying to create journal"
6185msgstr ""
6186"\n"
6187"\tketika mencoba untuk membuat jurnal"
6188
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006189#: misc/mke2fs.c:3269 misc/tune2fs.c:1185
Eric Sandeen032eafe2012-07-28 17:48:36 -04006190msgid ""
6191"\n"
6192"Error while enabling multiple mount protection feature."
6193msgstr ""
6194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006195#: misc/mke2fs.c:3274
Eric Sandeen032eafe2012-07-28 17:48:36 -04006196#, c-format
6197msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6198msgstr ""
6199
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006200#: misc/mke2fs.c:3290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006201msgid "Copying files into the device: "
6202msgstr ""
6203
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006204#: misc/mke2fs.c:3296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006205#, fuzzy
6206msgid "while populating file system"
Theodore Ts'o21725192017-08-23 19:46:04 -04006207msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006208
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006209#: misc/mke2fs.c:3303
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006210msgid "Writing superblocks and filesystem accounting information: "
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006211msgstr "Menulis superblok dan informasi akuntasi sistem berkas: "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006212
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006213#: misc/mke2fs.c:3310
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006214#, fuzzy
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006215msgid "while writing out and closing file system"
6216msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006217
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006218#: misc/mke2fs.c:3313
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006219msgid ""
6220"done\n"
6221"\n"
6222msgstr ""
6223"selesai\n"
6224"\n"
6225
Theodore Ts'o899425b2018-02-27 22:25:04 -05006226#: misc/mk_hugefiles.c:339
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006227#, fuzzy, c-format
6228msgid "while zeroing block %llu for hugefile"
6229msgstr "ketika mengkosongkan blok %u di akhir dari sistem berkas"
6230
Theodore Ts'o899425b2018-02-27 22:25:04 -05006231#: misc/mk_hugefiles.c:514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#, c-format
6233msgid ""
6234"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6235msgstr ""
6236
Theodore Ts'o899425b2018-02-27 22:25:04 -05006237#: misc/mk_hugefiles.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006238msgid "Huge files will be zero'ed\n"
6239msgstr ""
6240
Theodore Ts'o899425b2018-02-27 22:25:04 -05006241#: misc/mk_hugefiles.c:582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006242#, fuzzy, c-format
6243msgid "Creating %lu huge file(s) "
Theodore Ts'o21725192017-08-23 19:46:04 -04006244msgstr "Membuat jurnal (%u blok): "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006245
Theodore Ts'o899425b2018-02-27 22:25:04 -05006246#: misc/mk_hugefiles.c:584
Theodore Ts'o21725192017-08-23 19:46:04 -04006247#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006248msgid "with %llu blocks each"
6249msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006250
Theodore Ts'o899425b2018-02-27 22:25:04 -05006251#: misc/mk_hugefiles.c:593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006252#, fuzzy, c-format
6253msgid "while creating huge file %lu"
Theodore Ts'o21725192017-08-23 19:46:04 -04006254msgstr "ketika membuat direktori root"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006255
Eric Sandeen032eafe2012-07-28 17:48:36 -04006256#: misc/mklost+found.c:50
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006257msgid "Usage: mklost+found\n"
6258msgstr "Penggunaan: mklost+found\n"
6259
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006260#: misc/partinfo.c:43
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006261#, c-format
6262msgid ""
6263"Usage: %s device...\n"
6264"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006265"Prints out the partition information for each given device.\n"
6266"For example: %s /dev/hda\n"
6267"\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006268msgstr ""
6269"Penggunaan: %s perangkat...\n"
6270"\n"
6271"Tampilkan informasi partisi untuk setiap perangkat yang diberikan.\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006272"Contoh: %s /dev/hda\n"
6273"\n"
6274
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006275#: misc/partinfo.c:53
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006276#, c-format
6277msgid "Cannot open %s: %s"
6278msgstr "tidak dapat membuka %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006279
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006280#: misc/partinfo.c:59
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006281#, c-format
6282msgid "Cannot get geometry of %s: %s"
6283msgstr "Tidak dapat memperoleh geometry dari %s; %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006284
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006285#: misc/partinfo.c:67
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006286#, c-format
6287msgid "Cannot get size of %s: %s"
6288msgstr "Tidak dapat memperoleh ukuran dari %s: %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006289
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006290#: misc/partinfo.c:73
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006291#, c-format
6292msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6293msgstr "%s: h=%3d s=%3d c=%4d awal=%8d ukuran=%8lu akhir=%6d\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006294
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006295#: misc/tune2fs.c:119
Theodore Ts'o21725192017-08-23 19:46:04 -04006296msgid ""
6297"\n"
6298"This operation requires a freshly checked filesystem.\n"
6299msgstr ""
6300
6301#: misc/tune2fs.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04006302#, fuzzy
6303msgid "Please run e2fsck -f on the filesystem.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006304msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006305
Theodore Ts'o21725192017-08-23 19:46:04 -04006306#: misc/tune2fs.c:123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006307#, fuzzy
Theodore Ts'o4e528702016-09-04 21:31:21 -04006308msgid "Please run e2fsck -fD on the filesystem.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006309msgstr "Tolong jalankan e2fsck untuk sistem berkas.\n"
6310
Theodore Ts'o21725192017-08-23 19:46:04 -04006311#: misc/tune2fs.c:136
Eric Sandeen032eafe2012-07-28 17:48:36 -04006312#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006313msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006314"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006315"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006316"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006317"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6318"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006319"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006320"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006321"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006322msgstr ""
6323"Penggunaan: %s [-c jumlah_max_mount] [-e errors_behavior] [-g grup]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006324"\t[-t interval[d|m|w]] [-j] [-J pilihan_jurnal] [-l]\n"
6325"\t[-m persentasi_reserved_blok] [-o [^]pilihan_mount[,...]] \n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006326"\t[-r jumlah_reserved_blok] [-u pengguna] [-C jumlah_mount] [-L "
6327"label_volume]\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006328"\t[-E pilihan-tambahan[,...]] [-T waktu_terakhir_diperiksa] [-U UUID]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006329"\t[-I ukuran_inode_baru] perangkat\n"
6330
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006331#: misc/tune2fs.c:223
Theodore Ts'obd386982015-05-17 20:34:58 -04006332msgid "Journal superblock not found!\n"
6333msgstr "Jurnal superblok tidak ditemukan!\n"
6334
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006335#: misc/tune2fs.c:281
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006336msgid "while trying to open external journal"
6337msgstr "ketika mencoba membuka jurnal external"
6338
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006339#: misc/tune2fs.c:287 misc/tune2fs.c:2845
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006340#, c-format
6341msgid "%s is not a journal device.\n"
6342msgstr "%s bukan sebuah perangkat jurnal.\n"
6343
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006344#: misc/tune2fs.c:297 misc/tune2fs.c:2856
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006345msgid "Filesystem's UUID not found on journal device.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006346msgstr "Sistem berkas UUID tidak ditemukan dalam perangkat jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006347
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006348#: misc/tune2fs.c:321
Eric Sandeen032eafe2012-07-28 17:48:36 -04006349msgid ""
6350"Cannot locate journal device. It was NOT removed\n"
6351"Use -f option to remove missing journal device.\n"
6352msgstr ""
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006353
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006354#: misc/tune2fs.c:330
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006355msgid "Journal removed\n"
6356msgstr "Jurnal dihapus\n"
6357
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006358#: misc/tune2fs.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006359msgid "while reading bitmaps"
6360msgstr "ketika membaca bitmap"
6361
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006362#: misc/tune2fs.c:382
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006363msgid "while clearing journal inode"
6364msgstr "ketika menghapus inode jurnal"
6365
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006366#: misc/tune2fs.c:393
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006367msgid "while writing journal inode"
6368msgstr "ketika menulis inode jurnal"
6369
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006370#: misc/tune2fs.c:429 misc/tune2fs.c:452 misc/tune2fs.c:465
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006371msgid "(and reboot afterwards!)\n"
6372msgstr "(dan reboot setelah ini!)\n"
6373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006374#: misc/tune2fs.c:480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006375#, c-format
6376msgid "After running e2fsck, please run `resize2fs %s %s"
6377msgstr ""
6378
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006379#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006380#, fuzzy, c-format
6381msgid "Please run `resize2fs %s %s"
6382msgstr ""
6383"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
6384"\n"
6385
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006386#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006387#, c-format
6388msgid " -z \"%s\""
6389msgstr ""
6390
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006391#: misc/tune2fs.c:489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006392#, c-format
6393msgid "' to enable 64-bit mode.\n"
6394msgstr ""
6395
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006396#: misc/tune2fs.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006397#, c-format
6398msgid "' to disable 64-bit mode.\n"
6399msgstr ""
6400
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006401#: misc/tune2fs.c:1087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006402msgid ""
6403"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6404" This requires Linux >= v4.4.\n"
6405msgstr ""
6406
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006407#: misc/tune2fs.c:1123
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006408#, c-format
6409msgid "Clearing filesystem feature '%s' not supported.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006410msgstr "Menghapus feature sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006411
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006412#: misc/tune2fs.c:1129
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006413#, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006414msgid "Setting filesystem feature '%s' not supported.\n"
Arif E. Nugrohof3735802010-06-07 12:21:46 -04006415msgstr "Tatanan fitur sistem berkas '%s' tidak dilayani.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006416
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006417#: misc/tune2fs.c:1138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006418msgid ""
6419"The has_journal feature may only be cleared when the filesystem is\n"
6420"unmounted or mounted read-only.\n"
6421msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006422"Has_journal feature mungkin hanya bisa dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006423"dimount baca-saja atau tidak dimount.\n"
6424
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006425#: misc/tune2fs.c:1146
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006426msgid ""
6427"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6428"the has_journal flag.\n"
6429msgstr ""
6430"Needs_recovery flag diset. Tolong jalankan e2fsck sebelum menghapus\n"
6431"has_journal flag.\n"
6432
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006433#: misc/tune2fs.c:1164
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006434#, fuzzy
6435msgid ""
6436"Setting filesystem feature 'sparse_super' not supported\n"
6437"for filesystems with the meta_bg feature enabled.\n"
6438msgstr ""
6439"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6440"fitur aktif.\n"
6441
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006442#: misc/tune2fs.c:1177
Eric Sandeen032eafe2012-07-28 17:48:36 -04006443#, fuzzy
6444msgid ""
6445"The multiple mount protection feature can't\n"
6446"be set if the filesystem is mounted or\n"
6447"read-only.\n"
6448msgstr ""
6449"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
6450"dimount baca-saja atau tidak dimount.\n"
6451
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006452#: misc/tune2fs.c:1195
Eric Sandeen032eafe2012-07-28 17:48:36 -04006453#, c-format
6454msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6455msgstr ""
6456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006457#: misc/tune2fs.c:1204
Eric Sandeen032eafe2012-07-28 17:48:36 -04006458msgid ""
6459"The multiple mount protection feature cannot\n"
6460"be disabled if the filesystem is readonly.\n"
6461msgstr ""
6462
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006463#: misc/tune2fs.c:1212
Eric Sandeen032eafe2012-07-28 17:48:36 -04006464#, fuzzy
6465msgid "Error while reading bitmaps\n"
6466msgstr "ketika membaca bitmap"
6467
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006468#: misc/tune2fs.c:1221
Eric Sandeen032eafe2012-07-28 17:48:36 -04006469#, c-format
6470msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6471msgstr ""
6472
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006473#: misc/tune2fs.c:1226
Eric Sandeen032eafe2012-07-28 17:48:36 -04006474#, fuzzy
6475msgid "while reading MMP block."
6476msgstr "ketika sedang membaca inode blok buruk"
6477
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006478#: misc/tune2fs.c:1258
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006479msgid ""
6480"Clearing the flex_bg flag would cause the the filesystem to be\n"
6481"inconsistent.\n"
6482msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006483"Menghapus flex_bg flag akan mengakibatkan sistem berkas menjadi\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006484"tidak konsisten.\n"
6485
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006486#: misc/tune2fs.c:1269
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006487msgid ""
6488"The huge_file feature may only be cleared when the filesystem is\n"
6489"unmounted or mounted read-only.\n"
6490msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006491"Huge_file feature hanya boleh dihapus ketika sistem berkas sedang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006492"dimount baca-saja atau tidak dimount.\n"
6493
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006494#: misc/tune2fs.c:1280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006495msgid "Enabling checksums could take some time."
6496msgstr ""
6497
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006498#: misc/tune2fs.c:1282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006499msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6500msgstr ""
6501
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006502#: misc/tune2fs.c:1288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006503msgid ""
6504"Extents are not enabled. The file extent tree can be checksummed, whereas "
6505"block maps cannot. Not enabling extents reduces the coverage of metadata "
6506"checksumming. Re-run with -O extent to rectify.\n"
6507msgstr ""
6508
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006509#: misc/tune2fs.c:1295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006510msgid ""
6511"64-bit filesystem support is not enabled. The larger fields afforded by "
6512"this feature enable full-strength checksumming. Run resize2fs -b to "
6513"rectify.\n"
6514msgstr ""
6515
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006516#: misc/tune2fs.c:1321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006517msgid "Disabling checksums could take some time."
6518msgstr ""
6519
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006520#: misc/tune2fs.c:1323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006521msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6522msgstr ""
6523
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006524#: misc/tune2fs.c:1386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006525#, c-format
6526msgid "Cannot enable 64-bit mode while mounted!\n"
6527msgstr ""
6528
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006529#: misc/tune2fs.c:1396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006530#, c-format
6531msgid "Cannot disable 64-bit mode while mounted!\n"
6532msgstr ""
6533
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006534#: misc/tune2fs.c:1426
Theodore Ts'o21725192017-08-23 19:46:04 -04006535#, c-format
6536msgid "Cannot enable project feature; inode size too small.\n"
6537msgstr ""
6538
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006539#: misc/tune2fs.c:1447
Eric Sandeen032eafe2012-07-28 17:48:36 -04006540msgid ""
6541"\n"
6542"Warning: '^quota' option overrides '-Q'arguments.\n"
6543msgstr ""
6544
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006545#: misc/tune2fs.c:1465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006546#, fuzzy
6547msgid ""
6548"Setting feature 'metadata_csum_seed' is only supported\n"
6549"on filesystems with the metadata_csum feature enabled.\n"
6550msgstr ""
6551"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6552"fitur aktif.\n"
6553
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006554#: misc/tune2fs.c:1483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006555msgid ""
6556"UUID has changed since enabling metadata_csum. Filesystem must be "
6557"unmounted \n"
6558"to safely rewrite all metadata to match the new UUID.\n"
6559msgstr ""
6560
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006561#: misc/tune2fs.c:1489
Theodore Ts'o899425b2018-02-27 22:25:04 -05006562msgid "Recalculating checksums could take some time."
6563msgstr ""
6564
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006565#: misc/tune2fs.c:1531
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006566msgid "The filesystem already has a journal.\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006567msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006568
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006569#: misc/tune2fs.c:1551
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006570#, c-format
6571msgid ""
6572"\n"
6573"\twhile trying to open journal on %s\n"
6574msgstr ""
6575"\n"
6576"\tketika mencoba untuk membuka jurnal di %s\n"
6577
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006578#: misc/tune2fs.c:1555
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006579#, c-format
6580msgid "Creating journal on device %s: "
6581msgstr "Membuat jurnal di perangkat %s: "
6582
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006583#: misc/tune2fs.c:1563
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006584#, c-format
6585msgid "while adding filesystem to journal on %s"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006586msgstr "ketika menambahkan sistem berkas di jurnal di %s"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006587
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006588#: misc/tune2fs.c:1569
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006589msgid "Creating journal inode: "
6590msgstr "Membuat jurnal inode: "
6591
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006592#: misc/tune2fs.c:1583
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006593msgid ""
6594"\n"
6595"\twhile trying to create journal file"
6596msgstr ""
6597"\n"
6598"\tketika mencoba membuat file jurnal"
6599
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006600#: misc/tune2fs.c:1621
Theodore Ts'o21725192017-08-23 19:46:04 -04006601#, c-format
6602msgid "Cannot enable project quota; inode size too small.\n"
6603msgstr ""
6604
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006605#: misc/tune2fs.c:1634
Theodore Ts'o48203a32016-06-08 15:45:26 -04006606#, fuzzy
6607msgid "while initializing quota context in support library"
6608msgstr "ketika menginisialisasi jurnal superblok"
6609
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006610#: misc/tune2fs.c:1649
Theodore Ts'o48203a32016-06-08 15:45:26 -04006611#, fuzzy, c-format
6612msgid "while updating quota limits (%d)"
6613msgstr "ketika memperbarui inode bad block"
6614
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006615#: misc/tune2fs.c:1657
Theodore Ts'o48203a32016-06-08 15:45:26 -04006616#, fuzzy, c-format
6617msgid "while writing quota file (%d)"
Theodore Ts'o21725192017-08-23 19:46:04 -04006618msgstr "ketika menulis tabel inode"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006619
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006620#: misc/tune2fs.c:1675
Theodore Ts'o48203a32016-06-08 15:45:26 -04006621#, fuzzy, c-format
6622msgid "while removing quota file (%d)"
6623msgstr "ketika membaca inode root"
6624
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006625#: misc/tune2fs.c:1718
Eric Sandeen032eafe2012-07-28 17:48:36 -04006626msgid ""
6627"\n"
6628"Bad quota options specified.\n"
6629"\n"
6630"Following valid quota options are available (pass by separating with "
6631"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006632"\t[^]usr[quota]\n"
6633"\t[^]grp[quota]\n"
6634"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006635"\n"
6636"\n"
6637msgstr ""
6638
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006639#: misc/tune2fs.c:1776
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006640#, c-format
6641msgid "Couldn't parse date/time specifier: %s"
6642msgstr "Tidak dapat memparse date/time specifier: %s"
6643
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006644#: misc/tune2fs.c:1801 misc/tune2fs.c:1814
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006645#, c-format
6646msgid "bad mounts count - %s"
6647msgstr "jumlah mount buruk - %s"
6648
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006649#: misc/tune2fs.c:1857
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006650#, c-format
6651msgid "bad gid/group name - %s"
6652msgstr "nama gid/grup buruk - %s"
6653
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006654#: misc/tune2fs.c:1890
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006655#, c-format
6656msgid "bad interval - %s"
6657msgstr "interval buruk - %s"
6658
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006659#: misc/tune2fs.c:1919
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006660#, c-format
6661msgid "bad reserved block ratio - %s"
6662msgstr "rasio reserved blok buruk - %s"
6663
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006664#: misc/tune2fs.c:1934
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006665msgid "-o may only be specified once"
6666msgstr "-o hanya boleh dispesifikasikan sekali"
6667
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006668#: misc/tune2fs.c:1943
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006669msgid "-O may only be specified once"
6670msgstr "-O hanya boleh dispesifikasikan sekali"
6671
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006672#: misc/tune2fs.c:1960
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006673#, c-format
6674msgid "bad reserved blocks count - %s"
6675msgstr "jumlah reserved blok buruk - %s"
6676
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006677#: misc/tune2fs.c:1989
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006678#, c-format
6679msgid "bad uid/user name - %s"
6680msgstr "nama uid/pengguna buruk - %s"
6681
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006682#: misc/tune2fs.c:2006
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006683#, c-format
6684msgid "bad inode size - %s"
6685msgstr "ukuran inode buruk - %s"
6686
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006687#: misc/tune2fs.c:2013
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006688#, c-format
6689msgid "Inode size must be a power of two- %s"
6690msgstr "Ukuran inode harus kelipatan dari dua - %s"
6691
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006692#: misc/tune2fs.c:2110
Eric Sandeen032eafe2012-07-28 17:48:36 -04006693#, c-format
6694msgid "mmp_update_interval too big: %lu\n"
6695msgstr ""
6696
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006697#: misc/tune2fs.c:2115
Eric Sandeen032eafe2012-07-28 17:48:36 -04006698#, fuzzy, c-format
6699msgid "Setting multiple mount protection update interval to %lu second\n"
6700msgid_plural ""
6701"Setting multiple mount protection update interval to %lu seconds\n"
6702msgstr[0] "Menset maksimal jumlah mount ke %d\n"
6703msgstr[1] "Menset maksimal jumlah mount ke %d\n"
6704
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006705#: misc/tune2fs.c:2138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006706#, c-format
6707msgid "Invalid RAID stride: %s\n"
6708msgstr "Invalid RAID stride: %s\n"
6709
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006710#: misc/tune2fs.c:2153
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006711#, c-format
6712msgid "Invalid RAID stripe-width: %s\n"
6713msgstr "Invalid RAID stripe-width: %s\n"
6714
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006715#: misc/tune2fs.c:2168
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006716#, c-format
6717msgid "Invalid hash algorithm: %s\n"
6718msgstr "Algoritma hash tidak valid: %s\n"
6719
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006720#: misc/tune2fs.c:2174
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006721#, c-format
6722msgid "Setting default hash algorithm to %s (%d)\n"
6723msgstr "Menset default algoritma hash ke %s (%d)\n"
6724
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006725#: misc/tune2fs.c:2193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006726#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006727msgid ""
6728"\n"
6729"Bad options specified.\n"
6730"\n"
6731"Extended options are separated by commas, and may take an argument which\n"
6732"\tis set off by an equals ('=') sign.\n"
6733"\n"
6734"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006735"\tclear_mmp\n"
6736"\thash_alg=<hash algorithm>\n"
6737"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006738"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006739"\tstride=<RAID per-disk chunk size in blocks>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006740"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006741"\ttest_fs\n"
6742"\t^test_fs\n"
6743msgstr ""
6744"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006745"Pilihan buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006746"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006747"Pilihan extended dipisahkan oleh koma, dan boleh mengambil argumen\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006748"\tyang di set of oleh sebuah tanda sama dengan ('=').\n"
6749"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006750"Pilihan extended yang valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006751"\tstride=<RAID per-disk ukuran chunk dalam blok>\n"
6752"\tstripe-width=<RAID stride*data disk dalam blok>\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006753"\thash_alg=<algoritma_hash>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006754"\ttest_fs\n"
6755"\t^test_fs\n"
6756
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006757#: misc/tune2fs.c:2663
Eric Sandeen032eafe2012-07-28 17:48:36 -04006758#, fuzzy
6759msgid "Failed to read inode bitmap\n"
6760msgstr "ketika membaca bitmap"
6761
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006762#: misc/tune2fs.c:2668
Eric Sandeen032eafe2012-07-28 17:48:36 -04006763#, fuzzy
6764msgid "Failed to read block bitmap\n"
6765msgstr "membaca inode dan blok bitmap"
6766
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006767#: misc/tune2fs.c:2685 resize/resize2fs.c:1277
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04006768msgid "blocks to be moved"
6769msgstr "blok akan dipindahkan"
6770
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006771#: misc/tune2fs.c:2688
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006772msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05006773msgstr ""
6774"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006775
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006776#: misc/tune2fs.c:2694
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006777msgid "Not enough space to increase inode size \n"
6778msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
6779
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006780#: misc/tune2fs.c:2699
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006781msgid "Failed to relocate blocks during inode resize \n"
6782msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
6783
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006784#: misc/tune2fs.c:2731
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04006785msgid ""
6786"Error in resizing the inode size.\n"
6787"Run e2undo to undo the file system changes. \n"
6788msgstr ""
6789"Error dalam mengubah ukuran dari ukuran inode.\n"
6790"Jalankan e2undo untuk undo perubahan sistem berkas.\n"
6791
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006792#: misc/tune2fs.c:2936
6793msgid ""
6794"If you are sure the filesystem is not in use on any node, run:\n"
6795"'tune2fs -f -E clear_mmp {device}'\n"
6796msgstr ""
6797
6798#: misc/tune2fs.c:2943
Eric Sandeen032eafe2012-07-28 17:48:36 -04006799#, c-format
6800msgid ""
6801"MMP block magic is bad. Try to fix it by running:\n"
6802"'e2fsck -f %s'\n"
6803msgstr ""
6804
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006805#: misc/tune2fs.c:2955
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006806#, fuzzy
6807msgid "Cannot modify a journal device.\n"
6808msgstr "%s bukan sebuah perangkat jurnal.\n"
6809
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006810#: misc/tune2fs.c:2968
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006811#, c-format
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04006812msgid "The inode size is already %lu\n"
6813msgstr "Ukuran inode telah %lu\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006814
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006815#: misc/tune2fs.c:2975
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006816#, fuzzy
6817msgid "Shrinking inode size is not supported\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04006818msgstr "Mengecilkan ukuran inode yang tidak dilayani\n"
6819
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006820#: misc/tune2fs.c:2980
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006821#, fuzzy, c-format
6822msgid "Invalid inode size %lu (max %d)\n"
6823msgstr "ukuran inode tidak valid %d (min %d/max %d)"
6824
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006825#: misc/tune2fs.c:2986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006826msgid "Resizing inodes could take some time."
6827msgstr ""
6828
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006829#: misc/tune2fs.c:3034
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006830#, c-format
6831msgid ""
6832"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6833"\n"
6834"\te2fsck -E journal_only %s\n"
6835"\n"
6836"then rerun this command. Otherwise, any changes made may be overwritten\n"
6837"by journal recovery.\n"
6838msgstr ""
6839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006840#: misc/tune2fs.c:3045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006841#, fuzzy, c-format
6842msgid "Recovering journal.\n"
6843msgstr "%s: merecovery journal\n"
6844
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006845#: misc/tune2fs.c:3063
Theodore Ts'o899425b2018-02-27 22:25:04 -05006846#, c-format
6847msgid "Setting maximal mount count to %d\n"
6848msgstr "Menset maksimal jumlah mount ke %d\n"
6849
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006850#: misc/tune2fs.c:3069
Theodore Ts'o899425b2018-02-27 22:25:04 -05006851#, c-format
6852msgid "Setting current mount count to %d\n"
6853msgstr "Menset jumlah mount sekarang ke %d\n"
6854
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006855#: misc/tune2fs.c:3074
Theodore Ts'o899425b2018-02-27 22:25:04 -05006856#, c-format
6857msgid "Setting error behavior to %d\n"
6858msgstr "Menset perilaku error ke %d\n"
6859
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006860#: misc/tune2fs.c:3079
Theodore Ts'o899425b2018-02-27 22:25:04 -05006861#, c-format
6862msgid "Setting reserved blocks gid to %lu\n"
6863msgstr "Menset gid reserved blok ke %lu\n"
6864
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006865#: misc/tune2fs.c:3084
Theodore Ts'o899425b2018-02-27 22:25:04 -05006866#, fuzzy, c-format
6867msgid "interval between checks is too big (%lu)"
6868msgstr "Menset interval diantara check ke %lu detik\n"
6869
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006870#: misc/tune2fs.c:3091
Theodore Ts'o899425b2018-02-27 22:25:04 -05006871#, c-format
6872msgid "Setting interval between checks to %lu seconds\n"
6873msgstr "Menset interval diantara check ke %lu detik\n"
6874
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006875#: misc/tune2fs.c:3098
Theodore Ts'o899425b2018-02-27 22:25:04 -05006876#, fuzzy, c-format
6877msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6878msgstr "Menset persentasi reserved blok ke %g%% (%u blok)\n"
6879
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006880#: misc/tune2fs.c:3104
Theodore Ts'o899425b2018-02-27 22:25:04 -05006881#, fuzzy, c-format
6882msgid "reserved blocks count is too big (%llu)"
6883msgstr "jumlah reserved blok terlalu besar (%lu)"
6884
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006885#: misc/tune2fs.c:3111
Theodore Ts'o899425b2018-02-27 22:25:04 -05006886#, fuzzy, c-format
6887msgid "Setting reserved blocks count to %llu\n"
6888msgstr "Menset jumlah reserved blok ke %lu\n"
6889
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006890#: misc/tune2fs.c:3116
Theodore Ts'o899425b2018-02-27 22:25:04 -05006891msgid ""
6892"\n"
6893"The filesystem already has sparse superblocks.\n"
6894msgstr ""
6895"\n"
6896"Sistem berkas telah memiliki sparse superblok.\n"
6897
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006898#: misc/tune2fs.c:3119
Theodore Ts'o899425b2018-02-27 22:25:04 -05006899#, fuzzy
6900msgid ""
6901"\n"
6902"Setting the sparse superblock flag not supported\n"
6903"for filesystems with the meta_bg feature enabled.\n"
6904msgstr ""
6905"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6906"fitur aktif.\n"
6907
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006908#: misc/tune2fs.c:3129
Theodore Ts'o899425b2018-02-27 22:25:04 -05006909#, c-format
6910msgid ""
6911"\n"
6912"Sparse superblock flag set. %s"
6913msgstr ""
6914"\n"
6915"Sparse superblok flag diset. %s"
6916
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006917#: misc/tune2fs.c:3134
Theodore Ts'o899425b2018-02-27 22:25:04 -05006918#, fuzzy
6919msgid ""
6920"\n"
6921"Clearing the sparse superblock flag not supported.\n"
6922msgstr ""
6923"\n"
6924"Menghapus sparse superflag tidak dilayani.\n"
6925
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006926#: misc/tune2fs.c:3142
Theodore Ts'o899425b2018-02-27 22:25:04 -05006927#, c-format
6928msgid "Setting time filesystem last checked to %s\n"
6929msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
6930
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006931#: misc/tune2fs.c:3148
Theodore Ts'o899425b2018-02-27 22:25:04 -05006932#, c-format
6933msgid "Setting reserved blocks uid to %lu\n"
6934msgstr "Menset uid reserved blok ke %lu\n"
6935
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006936#: misc/tune2fs.c:3180
Theodore Ts'o899425b2018-02-27 22:25:04 -05006937msgid "Error in using clear_mmp. It must be used with -f\n"
6938msgstr ""
6939
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006940#: misc/tune2fs.c:3198
Theodore Ts'o899425b2018-02-27 22:25:04 -05006941#, fuzzy
6942msgid ""
6943"The quota feature may only be changed when the filesystem is unmounted.\n"
6944msgstr ""
6945"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
6946
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006947#: misc/tune2fs.c:3222
Theodore Ts'o899425b2018-02-27 22:25:04 -05006948#, fuzzy
6949msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6950msgstr ""
6951"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
6952
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006953#: misc/tune2fs.c:3225
Theodore Ts'o899425b2018-02-27 22:25:04 -05006954msgid ""
6955"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6956"and re-run this command.\n"
6957msgstr ""
6958
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006959#: misc/tune2fs.c:3234
Theodore Ts'o899425b2018-02-27 22:25:04 -05006960msgid "Setting UUID on a checksummed filesystem could take some time."
6961msgstr ""
6962
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006963#: misc/tune2fs.c:3259
Theodore Ts'o899425b2018-02-27 22:25:04 -05006964msgid "Invalid UUID format\n"
6965msgstr "Invalid format UUID\n"
6966
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006967#: misc/tune2fs.c:3275
Theodore Ts'o899425b2018-02-27 22:25:04 -05006968#, fuzzy
6969msgid "Need to update journal superblock.\n"
6970msgstr "membaca journal superblock\n"
6971
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006972#: misc/tune2fs.c:3301
Theodore Ts'o899425b2018-02-27 22:25:04 -05006973msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6974msgstr ""
6975"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
6976
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006977#: misc/tune2fs.c:3308
Theodore Ts'o899425b2018-02-27 22:25:04 -05006978msgid ""
6979"Changing the inode size not supported for filesystems with the flex_bg\n"
6980"feature enabled.\n"
6981msgstr ""
6982"Pengubahan ukuran inode tidak didukung untuk sistem berkas dengan flex_bg\n"
6983"fitur aktif.\n"
6984
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006985#: misc/tune2fs.c:3326
Theodore Ts'o899425b2018-02-27 22:25:04 -05006986#, c-format
6987msgid "Setting inode size %lu\n"
6988msgstr "Menset ukuran inode %lu\n"
6989
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006990#: misc/tune2fs.c:3330
Theodore Ts'o899425b2018-02-27 22:25:04 -05006991#, fuzzy
6992msgid "Failed to change inode size\n"
6993msgstr "Gagal untuk memindahkan blok ketika pengubahan ukuran inode \n"
6994
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006995#: misc/tune2fs.c:3344
Theodore Ts'o899425b2018-02-27 22:25:04 -05006996#, c-format
6997msgid "Setting stride size to %d\n"
6998msgstr "Menset ukuran stride ke %d\n"
6999
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007000#: misc/tune2fs.c:3349
Theodore Ts'o899425b2018-02-27 22:25:04 -05007001#, c-format
7002msgid "Setting stripe width to %d\n"
7003msgstr "Menset lebar stripe ke %d\n"
7004
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007005#: misc/tune2fs.c:3356
Theodore Ts'o899425b2018-02-27 22:25:04 -05007006#, fuzzy, c-format
7007msgid "Setting extended default mount options to '%s'\n"
7008msgstr "Menset jumlah mount sekarang ke %d\n"
7009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007010#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007011msgid "<proceeding>\n"
7012msgstr ""
7013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007014#: misc/util.c:104
Theodore Ts'o21725192017-08-23 19:46:04 -04007015#, c-format
7016msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
7017msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007019#: misc/util.c:108
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007020#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007021msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007022msgstr "Jalankan saja? (y,n) "
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007024#: misc/util.c:133
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007025msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
7026msgstr "mke2fs dipaksakan saja. Mudah mudahan /etc/mtab tidak benar.\n"
7027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007028#: misc/util.c:138
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007029#, c-format
7030msgid "will not make a %s here!\n"
7031msgstr "tidak akan membuat sebuah %s disini!\n"
7032
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007033#: misc/util.c:145
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007034msgid "mke2fs forced anyway.\n"
7035msgstr "mke2fs dipaksakan saja.\n"
7036
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007037#: misc/util.c:161
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007038msgid "Couldn't allocate memory to parse journal options!\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007039msgstr "Tidak dapat mengalokasikan memori untuk memparse pilihan jurnal!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007041#: misc/util.c:186
Arif E. Nugrohof3735802010-06-07 12:21:46 -04007042#, c-format
7043msgid ""
7044"\n"
7045"Could not find journal device matching %s\n"
7046msgstr ""
7047"\n"
7048"Tidak dapat menemukan perangkat jurnal yang cocok %s\n"
7049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007050#: misc/util.c:213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007051#, fuzzy
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007052msgid ""
7053"\n"
7054"Bad journal options specified.\n"
7055"\n"
7056"Journal options are separated by commas, and may take an argument which\n"
7057"\tis set off by an equals ('=') sign.\n"
7058"\n"
7059"Valid journal options are:\n"
7060"\tsize=<journal size in megabytes>\n"
7061"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007062"\tlocation=<journal location>\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007063"\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007064"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007065"\n"
7066msgstr ""
7067"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007068"Pilihan jurnal buruk dispesifikasikan.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007069"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007070"Pilihan jurnal dipisahkan dengan koma, dan boleh menggunakan argumen yang\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007071"\tdiset off dengan sebuah tanda sama dengan ('=').\n"
7072"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007073"Pilihan jurnal valid adalah:\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007074"\tsize=<ukuran jurnal dalam megabytes>\n"
7075"\tdevice=<perangkat jurnal>\n"
7076"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007077"Ukuran jurnal harus diantara 1024 dan 10240000 blok sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007078"\n"
7079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007080#: misc/util.c:244
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007081msgid ""
7082"\n"
7083"Filesystem too small for a journal\n"
7084msgstr ""
7085"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007086"Sistem berkas terlalu kecil untuk sebuah jurnal\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007088#: misc/util.c:251
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007089#, c-format
7090msgid ""
7091"\n"
7092"The requested journal size is %d blocks; it must be\n"
7093"between 1024 and 10240000 blocks. Aborting.\n"
7094msgstr ""
7095"\n"
7096"Ukuran jurnal yang diminta adalah %d blok; ini harus berada\n"
7097"diantara 1024 dan 10240000 blok. Membatalkan.\n"
7098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007099#: misc/util.c:259
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007100msgid ""
7101"\n"
7102"Journal size too big for filesystem.\n"
7103msgstr ""
7104"\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007105"Ukuran jurnal terlalu besar untuk sistem berkas.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007107#: misc/util.c:273
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007108#, c-format
7109msgid ""
7110"This filesystem will be automatically checked every %d mounts or\n"
7111"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7112msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007113"Sistem berkas ini akan secara otomatis diperiksa setiap %d mounts atau\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007114"%g hari, yang mana yang datang lebih dulu. Gunakan tune2fs -c atau -i\n"
7115"untuk mengubahnya.\n"
7116
Theodore Ts'obd386982015-05-17 20:34:58 -04007117#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04007118#, c-format
7119msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
7120msgstr ""
7121
Theodore Ts'obd386982015-05-17 20:34:58 -04007122#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04007123#, c-format
7124msgid " %s [-r|t] [-n num] [-s socketpath]\n"
7125msgstr ""
7126
Theodore Ts'obd386982015-05-17 20:34:58 -04007127#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04007128#, c-format
7129msgid " %s -k\n"
7130msgstr ""
7131
Theodore Ts'obd386982015-05-17 20:34:58 -04007132#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04007133#, fuzzy
7134msgid "bad arguments"
7135msgstr "%s: terlalu banyak argumen\n"
7136
Theodore Ts'obd386982015-05-17 20:34:58 -04007137#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04007138msgid "connect"
7139msgstr ""
7140
Theodore Ts'obd386982015-05-17 20:34:58 -04007141#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04007142msgid "write"
7143msgstr ""
7144
Theodore Ts'obd386982015-05-17 20:34:58 -04007145#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04007146msgid "read count"
7147msgstr ""
7148
Theodore Ts'obd386982015-05-17 20:34:58 -04007149#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04007150#, fuzzy
7151msgid "bad response length"
7152msgstr "Panjang stride tidak valid"
7153
Theodore Ts'obd386982015-05-17 20:34:58 -04007154#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04007155#, c-format
7156msgid "uuidd daemon already running at pid %s\n"
7157msgstr ""
7158
Theodore Ts'obd386982015-05-17 20:34:58 -04007159#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04007160#, fuzzy, c-format
7161msgid "Couldn't create unix stream socket: %s"
7162msgstr "Tidak dapat memparse date/time specifier: %s"
7163
Theodore Ts'obd386982015-05-17 20:34:58 -04007164#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04007165#, fuzzy, c-format
7166msgid "Couldn't bind unix socket %s: %s\n"
7167msgstr "Tidak dapat menghubungkan %i: %m\n"
7168
Theodore Ts'obd386982015-05-17 20:34:58 -04007169#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04007170#, fuzzy, c-format
7171msgid "Couldn't listen on unix socket %s: %s\n"
7172msgstr "Tidak dapat menghubungkan %i: %m\n"
7173
Theodore Ts'obd386982015-05-17 20:34:58 -04007174#: misc/uuidd.c:354
Eric Sandeen032eafe2012-07-28 17:48:36 -04007175#, fuzzy, c-format
7176msgid "Error reading from client, len = %d\n"
7177msgstr "Error membaca @i %i: %m\n"
7178
Theodore Ts'obd386982015-05-17 20:34:58 -04007179#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04007180#, c-format
7181msgid "operation %d, incoming num = %d\n"
7182msgstr ""
7183
Theodore Ts'obd386982015-05-17 20:34:58 -04007184#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04007185#, c-format
7186msgid "Generated time UUID: %s\n"
7187msgstr ""
7188
Theodore Ts'obd386982015-05-17 20:34:58 -04007189#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04007190#, c-format
7191msgid "Generated random UUID: %s\n"
7192msgstr ""
7193
Theodore Ts'obd386982015-05-17 20:34:58 -04007194#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04007195#, c-format
7196msgid "Generated time UUID %s and subsequent UUID\n"
7197msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7198msgstr[0] ""
7199msgstr[1] ""
7200
Theodore Ts'obd386982015-05-17 20:34:58 -04007201#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04007202#, c-format
7203msgid "Generated %d UUID's:\n"
7204msgstr ""
7205
Theodore Ts'obd386982015-05-17 20:34:58 -04007206#: misc/uuidd.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04007207#, fuzzy, c-format
7208msgid "Invalid operation %d\n"
7209msgstr "Versi EA tidak valid.\n"
7210
Theodore Ts'obd386982015-05-17 20:34:58 -04007211#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04007212#, c-format
7213msgid "Bad number: %s\n"
7214msgstr ""
7215
Theodore Ts'obd386982015-05-17 20:34:58 -04007216#: misc/uuidd.c:534 misc/uuidd.c:563
Eric Sandeen032eafe2012-07-28 17:48:36 -04007217#, fuzzy, c-format
7218msgid "Error calling uuidd daemon (%s): %s\n"
7219msgstr "Error membuat /@l @d (%s): %m\n"
7220
Theodore Ts'obd386982015-05-17 20:34:58 -04007221#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04007222#, c-format
7223msgid "%s and subsequent UUID\n"
7224msgid_plural "%s and subsequent %d UUIDs\n"
7225msgstr[0] ""
7226msgstr[1] ""
7227
Theodore Ts'obd386982015-05-17 20:34:58 -04007228#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04007229msgid "List of UUID's:\n"
7230msgstr ""
7231
Theodore Ts'obd386982015-05-17 20:34:58 -04007232#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04007233#, c-format
7234msgid "Unexpected reply length from server %d\n"
7235msgstr ""
7236
Theodore Ts'obd386982015-05-17 20:34:58 -04007237#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04007238#, c-format
7239msgid "Couldn't kill uuidd running at pid %d: %s\n"
7240msgstr ""
7241
Theodore Ts'obd386982015-05-17 20:34:58 -04007242#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04007243#, c-format
7244msgid "Killed uuidd running at pid %d\n"
7245msgstr ""
7246
7247#: misc/uuidgen.c:32
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007248#, c-format
7249msgid "Usage: %s [-r] [-t]\n"
7250msgstr "Penggunaan: %s [-r] [-t]\n"
7251
Eric Sandeen032eafe2012-07-28 17:48:36 -04007252#: resize/extent.c:202
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007253msgid "# Extent dump:\n"
7254msgstr "# Extent dump:\n"
7255
Eric Sandeen032eafe2012-07-28 17:48:36 -04007256#: resize/extent.c:203
7257#, fuzzy, c-format
7258msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007259msgstr "#\tNum=%d, Ukuran=%d, Cursor=%d, Sorted=%d\n"
7260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007261#: resize/main.c:49
7262#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007263msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007264"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
Theodore Ts'o89128f82018-01-01 19:36:37 -05007265"[-S RAID-stride] [-z undo_file]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007266"\n"
7267msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007268"Penggunaan: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] perangkat "
7269"[ukuran_baru]\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007270"\n"
7271
Theodore Ts'o89128f82018-01-01 19:36:37 -05007272#: resize/main.c:73
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007273msgid "Extending the inode table"
7274msgstr "Memperbesar tabel inode"
7275
Theodore Ts'o89128f82018-01-01 19:36:37 -05007276#: resize/main.c:76
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007277msgid "Relocating blocks"
7278msgstr "Memindahkan blok"
7279
Theodore Ts'o89128f82018-01-01 19:36:37 -05007280#: resize/main.c:79
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007281msgid "Scanning inode table"
7282msgstr "Memeriksa tabel inode"
7283
Theodore Ts'o89128f82018-01-01 19:36:37 -05007284#: resize/main.c:82
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007285msgid "Updating inode references"
7286msgstr "Memperbarui referensi inode"
7287
Theodore Ts'o89128f82018-01-01 19:36:37 -05007288#: resize/main.c:85
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007289msgid "Moving inode table"
7290msgstr "Memindahkan tabel inode"
7291
Theodore Ts'o89128f82018-01-01 19:36:37 -05007292#: resize/main.c:88
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007293msgid "Unknown pass?!?"
7294msgstr "Tahap tidak diketahui?!?"
7295
Theodore Ts'o89128f82018-01-01 19:36:37 -05007296#: resize/main.c:91
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007297#, c-format
7298msgid "Begin pass %d (max = %lu)\n"
7299msgstr "Awal tahap %d (max = %lu)\n"
7300
Theodore Ts'o89128f82018-01-01 19:36:37 -05007301#: resize/main.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007302msgid ""
7303"\n"
7304"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7305"your own risk! Use the force option if you want to go ahead anyway.\n"
7306"\n"
7307msgstr ""
7308
Theodore Ts'o89128f82018-01-01 19:36:37 -05007309#: resize/main.c:366
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007310#, c-format
7311msgid "while opening %s"
7312msgstr "ketika membuka %s"
7313
Theodore Ts'o89128f82018-01-01 19:36:37 -05007314#: resize/main.c:374
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007315#, c-format
7316msgid "while getting stat information for %s"
7317msgstr "ketika memperoleh informasi statistik untuk %s"
7318
Theodore Ts'o89128f82018-01-01 19:36:37 -05007319#: resize/main.c:451
Arif E. Nugrohof3735802010-06-07 12:21:46 -04007320#, c-format
7321msgid ""
7322"Please run 'e2fsck -f %s' first.\n"
7323"\n"
7324msgstr ""
7325"Tolong jalankan 'e2fsck -f %s' terlebih dahulu.\n"
7326"\n"
7327
Theodore Ts'o89128f82018-01-01 19:36:37 -05007328#: resize/main.c:470
Eric Sandeen032eafe2012-07-28 17:48:36 -04007329#, fuzzy, c-format
7330msgid "Estimated minimum size of the filesystem: %llu\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007331msgstr "Estimasi minimum dari ukuran sistem berkas: %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007332
Theodore Ts'o89128f82018-01-01 19:36:37 -05007333#: resize/main.c:507
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007334#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007335msgid "Invalid new size: %s\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007336msgstr "Ukuran inode baru tidak valid: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007337
Theodore Ts'o89128f82018-01-01 19:36:37 -05007338#: resize/main.c:526
Eric Sandeen032eafe2012-07-28 17:48:36 -04007339msgid "New size too large to be expressed in 32 bits\n"
7340msgstr ""
7341
Theodore Ts'o89128f82018-01-01 19:36:37 -05007342#: resize/main.c:534
Eric Sandeen032eafe2012-07-28 17:48:36 -04007343#, fuzzy, c-format
7344msgid "New size smaller than minimum (%llu)\n"
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007345msgstr "Ukuran baru lebih kecil daripada minimum (%u)\n"
7346
Theodore Ts'o89128f82018-01-01 19:36:37 -05007347#: resize/main.c:540
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007348msgid "Invalid stride length"
7349msgstr "Panjang stride tidak valid"
7350
Theodore Ts'o89128f82018-01-01 19:36:37 -05007351#: resize/main.c:564
Eric Sandeen032eafe2012-07-28 17:48:36 -04007352#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007353msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007354"The containing partition (or device) is only %llu (%dk) blocks.\n"
7355"You requested a new size of %llu blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007356"\n"
7357msgstr ""
7358"Partisi (atau perangkat) hanya berisi %u (%dk) blok.\n"
7359"Anda meminta ukuran baru %u blok.\n"
7360
Theodore Ts'o89128f82018-01-01 19:36:37 -05007361#: resize/main.c:571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007362#, c-format
7363msgid "Cannot set and unset 64bit feature.\n"
7364msgstr ""
7365
Theodore Ts'o89128f82018-01-01 19:36:37 -05007366#: resize/main.c:575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007367#, c-format
7368msgid ""
7369"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7370"blocks.\n"
7371msgstr ""
7372
Theodore Ts'o89128f82018-01-01 19:36:37 -05007373#: resize/main.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007374#, fuzzy, c-format
7375msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7376msgstr ""
7377"Ukuran inode mungkin akan berubah ketika sistem berkas tidak dimount.\n"
7378
Theodore Ts'o89128f82018-01-01 19:36:37 -05007379#: resize/main.c:587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007380#, c-format
7381msgid ""
7382"Please enable the extents feature with tune2fs before enabling the 64bit "
7383"feature.\n"
7384msgstr ""
7385
Theodore Ts'o89128f82018-01-01 19:36:37 -05007386#: resize/main.c:593
Eric Sandeen032eafe2012-07-28 17:48:36 -04007387#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007388msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007389"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007390"\n"
7391msgstr ""
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007392"Sistem berkas telah memiliki panjang %u blok. Tidak ada yang harus "
7393"dilakukan !\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007394"\n"
7395
Theodore Ts'o89128f82018-01-01 19:36:37 -05007396#: resize/main.c:600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007397#, fuzzy, c-format
7398msgid "The filesystem is already 64-bit.\n"
7399msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
7400
Theodore Ts'o89128f82018-01-01 19:36:37 -05007401#: resize/main.c:605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007402#, fuzzy, c-format
7403msgid "The filesystem is already 32-bit.\n"
7404msgstr "Sistem berkas telah memiliki sebuah jurnal.\n"
7405
Theodore Ts'o899425b2018-02-27 22:25:04 -05007406#: resize/main.c:613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007407#, fuzzy, c-format
7408msgid "Converting the filesystem to 64-bit.\n"
7409msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
7410
Theodore Ts'o899425b2018-02-27 22:25:04 -05007411#: resize/main.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007412#, fuzzy, c-format
7413msgid "Converting the filesystem to 32-bit.\n"
7414msgstr "Menset waktu sistem berkas terakhir diperiksa ke %s\n"
7415
Theodore Ts'o899425b2018-02-27 22:25:04 -05007416#: resize/main.c:617
Eric Sandeen032eafe2012-07-28 17:48:36 -04007417#, fuzzy, c-format
7418msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Arif E. Nugrohof34add42009-11-25 07:00:39 -05007419msgstr "Mengubah sistem berkas di %s ke %u (%dk) blok.\n"
7420
Theodore Ts'o899425b2018-02-27 22:25:04 -05007421#: resize/main.c:626
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007422#, c-format
7423msgid "while trying to resize %s"
7424msgstr "ketika mencoba untuk mengubah ukuran %s"
7425
Theodore Ts'o899425b2018-02-27 22:25:04 -05007426#: resize/main.c:629
Arif E. Nugrohof34add42009-11-25 07:00:39 -05007427#, c-format
7428msgid ""
7429"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7430"after the aborted resize operation.\n"
7431msgstr ""
7432"Mohon jalankan 'e2fsck -fy %s' untuk membetulkan sistem berkas\n"
7433"setelah pembatalan operasi pengubahan ukuran.\n"
7434
Theodore Ts'o899425b2018-02-27 22:25:04 -05007435#: resize/main.c:635
Eric Sandeen032eafe2012-07-28 17:48:36 -04007436#, fuzzy, c-format
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007437msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007438"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007439"\n"
7440msgstr ""
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007441"Sistem berkas di %s sekarang memiliki panjang %u blok.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007442"\n"
7443
Theodore Ts'o899425b2018-02-27 22:25:04 -05007444#: resize/main.c:650
Arif E. Nugroho4fd0e652009-07-11 14:36:16 -04007445#, c-format
7446msgid "while trying to truncate %s"
7447msgstr "ketika mencoba untuk memotong %s"
7448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007449#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007450#, fuzzy
7451msgid "kernel does not support online resize with sparse_super2"
7452msgstr "Kernel tidak melayani online resizing"
7453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007454#: resize/online.c:86
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007455#, c-format
7456msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007457msgstr "Sistem berkas di %s dimount di %s; on-line resizing dibutuhkan\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007459#: resize/online.c:90
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007460#, fuzzy
7461msgid "On-line shrinking not supported"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007462msgstr "On-line shrinking dari %u ke %u tidak dilayani.\n"
7463
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007464#: resize/online.c:114
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007465msgid "Filesystem does not support online resizing"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04007466msgstr "Sistem berkas tidak melayani online resizing"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007468#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007469#, fuzzy
7470msgid "Not enough reserved gdt blocks for resizing"
7471msgstr "ketika menreserve blok untuk online resize"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007473#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04007474#, fuzzy
7475msgid "Kernel does not support resizing a file system this large"
7476msgstr "Kernel tidak melayani online resizing"
7477
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007478#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007479#, c-format
7480msgid "while trying to open mountpoint %s"
7481msgstr "ketika mencoba membuka mountpoint %s"
7482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007483#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007484#, c-format
7485msgid "Old resize interface requested.\n"
7486msgstr ""
7487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007488#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007489msgid "Permission denied to resize filesystem"
7490msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
7491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007492#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007493msgid "While checking for on-line resizing support"
7494msgstr "Ketika memeriksa untuk layanan on-line resizing"
7495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007496#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04007497msgid "Kernel does not support online resizing"
7498msgstr "Kernel tidak melayani online resizing"
7499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007500#: resize/online.c:220
Eric Sandeen032eafe2012-07-28 17:48:36 -04007501#, fuzzy, c-format
7502msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007503msgstr "Menjalankan sebuah on-line resize dari %s ke %u (%dk) blok.\n"
7504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007505#: resize/online.c:230
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007506msgid "While trying to extend the last group"
7507msgstr "Ketika mencoba untuk mengexten grup terakhir"
7508
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007509#: resize/online.c:277
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007510#, c-format
7511msgid "While trying to add group #%d"
7512msgstr "Ketika mencoba untuk menambahkan grup #%d"
7513
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007514#: resize/online.c:288
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007515#, c-format
Theodore Ts'oa58f1ed2011-01-24 15:23:56 -05007516msgid ""
7517"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7518"this system.\n"
7519msgstr ""
7520"Sistem berkas di %s dimount di %s, dan on-line resizing tidak disupport di "
7521"system ini.\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007522
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007523#: resize/resize2fs.c:759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007524#, fuzzy, c-format
7525msgid "inodes (%llu) must be less than %u\n"
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007526msgstr "inode (%llu) harus lebih kecil dari %u"
7527
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007528#: resize/resize2fs.c:1038
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007529msgid "reserved blocks"
7530msgstr "reserved blok"
7531
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007532#: resize/resize2fs.c:1282
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007533msgid "meta-data blocks"
7534msgstr "meta-data blok"
7535
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007536#: resize/resize2fs.c:1386 resize/resize2fs.c:2475
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007537#, fuzzy
7538msgid "new meta blocks"
7539msgstr "meta-data blok"
7540
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007541#: resize/resize2fs.c:2698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007542msgid "Should never happen! No sb in last super_sparse bg?\n"
7543msgstr ""
7544
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007545#: resize/resize2fs.c:2703
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007546msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7547msgstr ""
7548
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007549#: resize/resize2fs.c:2776
Theodore Ts'o3ebaf852008-08-22 03:26:26 -04007550msgid "Should never happen: resize inode corrupt!\n"
7551msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n"
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04007552
Eric Sandeen032eafe2012-07-28 17:48:36 -04007553#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007554msgid "EXT2FS Library version 1.44.4"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007555msgstr ""
7556
7557#: lib/ext2fs/ext2_err.c:12
7558msgid "Wrong magic number for ext2_filsys structure"
7559msgstr ""
7560
7561#: lib/ext2fs/ext2_err.c:13
7562msgid "Wrong magic number for badblocks_list structure"
7563msgstr ""
7564
7565#: lib/ext2fs/ext2_err.c:14
7566msgid "Wrong magic number for badblocks_iterate structure"
7567msgstr ""
7568
7569#: lib/ext2fs/ext2_err.c:15
7570msgid "Wrong magic number for inode_scan structure"
7571msgstr ""
7572
7573#: lib/ext2fs/ext2_err.c:16
7574msgid "Wrong magic number for io_channel structure"
7575msgstr ""
7576
7577#: lib/ext2fs/ext2_err.c:17
7578msgid "Wrong magic number for unix io_channel structure"
7579msgstr ""
7580
7581#: lib/ext2fs/ext2_err.c:18
7582msgid "Wrong magic number for io_manager structure"
7583msgstr ""
7584
7585#: lib/ext2fs/ext2_err.c:19
7586msgid "Wrong magic number for block_bitmap structure"
7587msgstr ""
7588
7589#: lib/ext2fs/ext2_err.c:20
7590msgid "Wrong magic number for inode_bitmap structure"
7591msgstr ""
7592
7593#: lib/ext2fs/ext2_err.c:21
7594msgid "Wrong magic number for generic_bitmap structure"
7595msgstr ""
7596
7597#: lib/ext2fs/ext2_err.c:22
7598msgid "Wrong magic number for test io_channel structure"
7599msgstr ""
7600
7601#: lib/ext2fs/ext2_err.c:23
7602msgid "Wrong magic number for directory block list structure"
7603msgstr ""
7604
7605#: lib/ext2fs/ext2_err.c:24
7606msgid "Wrong magic number for icount structure"
7607msgstr ""
7608
7609#: lib/ext2fs/ext2_err.c:25
7610msgid "Wrong magic number for Powerquest io_channel structure"
7611msgstr ""
7612
7613#: lib/ext2fs/ext2_err.c:26
7614msgid "Wrong magic number for ext2 file structure"
7615msgstr ""
7616
7617#: lib/ext2fs/ext2_err.c:27
7618msgid "Wrong magic number for Ext2 Image Header"
7619msgstr ""
7620
7621#: lib/ext2fs/ext2_err.c:28
7622msgid "Wrong magic number for inode io_channel structure"
7623msgstr ""
7624
7625#: lib/ext2fs/ext2_err.c:29
7626msgid "Wrong magic number for ext4 extent handle"
7627msgstr ""
7628
7629#: lib/ext2fs/ext2_err.c:30
7630#, fuzzy
7631msgid "Bad magic number in super-block"
7632msgstr "membaca journal superblock\n"
7633
7634#: lib/ext2fs/ext2_err.c:31
7635msgid "Filesystem revision too high"
7636msgstr ""
7637
7638#: lib/ext2fs/ext2_err.c:32
7639msgid "Attempt to write to filesystem opened read-only"
7640msgstr ""
7641
7642#: lib/ext2fs/ext2_err.c:33
7643#, fuzzy
7644msgid "Can't read group descriptors"
7645msgstr ", Grup deskripsi di "
7646
7647#: lib/ext2fs/ext2_err.c:34
7648#, fuzzy
7649msgid "Can't write group descriptors"
7650msgstr ", Grup deskripsi di "
7651
7652#: lib/ext2fs/ext2_err.c:35
7653msgid "Corrupt group descriptor: bad block for block bitmap"
7654msgstr ""
7655
7656#: lib/ext2fs/ext2_err.c:36
7657msgid "Corrupt group descriptor: bad block for inode bitmap"
7658msgstr ""
7659
7660#: lib/ext2fs/ext2_err.c:37
7661msgid "Corrupt group descriptor: bad block for inode table"
7662msgstr ""
7663
7664#: lib/ext2fs/ext2_err.c:38
7665#, fuzzy
7666msgid "Can't write an inode bitmap"
7667msgstr "menulis inode bitmap"
7668
7669#: lib/ext2fs/ext2_err.c:39
7670#, fuzzy
7671msgid "Can't read an inode bitmap"
7672msgstr "menulis inode bitmap"
7673
7674#: lib/ext2fs/ext2_err.c:40
7675#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007676msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007677msgstr "membaca inode dan blok bitmap"
7678
7679#: lib/ext2fs/ext2_err.c:41
7680#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007681msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007682msgstr "membaca inode dan blok bitmap"
7683
7684#: lib/ext2fs/ext2_err.c:42
7685#, fuzzy
7686msgid "Can't write an inode table"
7687msgstr "ketika menulis tabel inode"
7688
7689#: lib/ext2fs/ext2_err.c:43
7690#, fuzzy
7691msgid "Can't read an inode table"
7692msgstr "Memeriksa tabel inode"
7693
7694#: lib/ext2fs/ext2_err.c:44
7695msgid "Can't read next inode"
7696msgstr ""
7697
7698#: lib/ext2fs/ext2_err.c:45
7699#, fuzzy
7700msgid "Filesystem has unexpected block size"
7701msgstr "Sistem berkas lebih besar dari ukuran perangkat yang terlihat."
7702
7703#: lib/ext2fs/ext2_err.c:46
7704msgid "EXT2 directory corrupted"
7705msgstr ""
7706
7707#: lib/ext2fs/ext2_err.c:47
7708msgid "Attempt to read block from filesystem resulted in short read"
7709msgstr ""
7710
7711#: lib/ext2fs/ext2_err.c:48
7712msgid "Attempt to write block to filesystem resulted in short write"
7713msgstr ""
7714
7715#: lib/ext2fs/ext2_err.c:49
7716msgid "No free space in the directory"
7717msgstr ""
7718
7719#: lib/ext2fs/ext2_err.c:50
7720#, fuzzy
7721msgid "Inode bitmap not loaded"
7722msgstr ", Inode bitmap di "
7723
7724#: lib/ext2fs/ext2_err.c:51
7725#, fuzzy
7726msgid "Block bitmap not loaded"
7727msgstr " Blok bitmap di "
7728
7729#: lib/ext2fs/ext2_err.c:52
7730#, fuzzy
7731msgid "Illegal inode number"
7732msgstr "Nomor dari block tidak legal!\n"
7733
7734#: lib/ext2fs/ext2_err.c:53
7735#, fuzzy
7736msgid "Illegal block number"
7737msgstr "Nomor dari block tidak legal!\n"
7738
7739#: lib/ext2fs/ext2_err.c:54
7740msgid "Internal error in ext2fs_expand_dir"
7741msgstr ""
7742
7743#: lib/ext2fs/ext2_err.c:55
7744#, fuzzy
7745msgid "Not enough space to build proposed filesystem"
7746msgstr "Tidak cukup ruang untuk meningkatkan ukuran inode \n"
7747
7748#: lib/ext2fs/ext2_err.c:56
7749msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7750msgstr ""
7751
7752#: lib/ext2fs/ext2_err.c:57
7753msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7754msgstr ""
7755
7756#: lib/ext2fs/ext2_err.c:58
7757msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7758msgstr ""
7759
7760#: lib/ext2fs/ext2_err.c:59
7761msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7762msgstr ""
7763
7764#: lib/ext2fs/ext2_err.c:60
7765msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7766msgstr ""
7767
7768#: lib/ext2fs/ext2_err.c:61
7769msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7770msgstr ""
7771
7772#: lib/ext2fs/ext2_err.c:62
7773msgid "Attempt to fudge end of block bitmap past the real end"
7774msgstr ""
7775
7776#: lib/ext2fs/ext2_err.c:63
7777msgid "Attempt to fudge end of inode bitmap past the real end"
7778msgstr ""
7779
7780#: lib/ext2fs/ext2_err.c:64
7781#, fuzzy
7782msgid "Illegal indirect block found"
7783msgstr "blok tidak langsung berdua"
7784
7785#: lib/ext2fs/ext2_err.c:65
7786#, fuzzy
7787msgid "Illegal doubly indirect block found"
7788msgstr "blok tidak langsung berdua"
7789
7790#: lib/ext2fs/ext2_err.c:66
7791#, fuzzy
7792msgid "Illegal triply indirect block found"
7793msgstr "blok tidak langsung bertiga"
7794
7795#: lib/ext2fs/ext2_err.c:67
7796#, fuzzy
7797msgid "Block bitmaps are not the same"
7798msgstr " Blok bitmap di "
7799
7800#: lib/ext2fs/ext2_err.c:68
7801#, fuzzy
7802msgid "Inode bitmaps are not the same"
7803msgstr ", Inode bitmap di "
7804
7805#: lib/ext2fs/ext2_err.c:69
7806msgid "Illegal or malformed device name"
7807msgstr ""
7808
7809#: lib/ext2fs/ext2_err.c:70
7810msgid "A block group is missing an inode table"
7811msgstr ""
7812
7813#: lib/ext2fs/ext2_err.c:71
7814msgid "The ext2 superblock is corrupt"
7815msgstr ""
7816
7817#: lib/ext2fs/ext2_err.c:72
7818msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7819msgstr ""
7820
7821#: lib/ext2fs/ext2_err.c:73
7822msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7823msgstr ""
7824
7825#: lib/ext2fs/ext2_err.c:74
7826msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7827msgstr ""
7828
7829#: lib/ext2fs/ext2_err.c:75
7830msgid "Too many symbolic links encountered."
7831msgstr ""
7832
7833#: lib/ext2fs/ext2_err.c:76
7834msgid "The callback function will not handle this case"
7835msgstr ""
7836
7837#: lib/ext2fs/ext2_err.c:77
7838msgid "The inode is from a bad block in the inode table"
7839msgstr ""
7840
7841#: lib/ext2fs/ext2_err.c:78
7842#, fuzzy
7843msgid "Filesystem has unsupported feature(s)"
7844msgstr "%s memiliki feature yang tidak disupport:"
7845
7846#: lib/ext2fs/ext2_err.c:79
7847#, fuzzy
7848msgid "Filesystem has unsupported read-only feature(s)"
7849msgstr "%s memiliki feature yang tidak disupport:"
7850
7851#: lib/ext2fs/ext2_err.c:80
7852msgid "IO Channel failed to seek on read or write"
7853msgstr ""
7854
7855#: lib/ext2fs/ext2_err.c:81
7856#, fuzzy
7857msgid "Memory allocation failed"
7858msgstr "Aerror mengalokasikan"
7859
7860#: lib/ext2fs/ext2_err.c:82
7861msgid "Invalid argument passed to ext2 library"
7862msgstr ""
7863
7864#: lib/ext2fs/ext2_err.c:83
7865#, fuzzy
7866msgid "Could not allocate block in ext2 filesystem"
7867msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
7868
7869#: lib/ext2fs/ext2_err.c:84
7870#, fuzzy
7871msgid "Could not allocate inode in ext2 filesystem"
7872msgstr "Tidak dapat mengalokasikan memori untuk tipe sistem berkas\n"
7873
7874#: lib/ext2fs/ext2_err.c:85
7875msgid "Ext2 inode is not a directory"
7876msgstr ""
7877
7878#: lib/ext2fs/ext2_err.c:86
7879msgid "Too many references in table"
7880msgstr ""
7881
7882#: lib/ext2fs/ext2_err.c:87
7883msgid "File not found by ext2_lookup"
7884msgstr ""
7885
7886#: lib/ext2fs/ext2_err.c:88
7887msgid "File open read-only"
7888msgstr ""
7889
7890#: lib/ext2fs/ext2_err.c:89
7891#, fuzzy
7892msgid "Ext2 directory block not found"
7893msgstr "Direktori block %u (#%d) kosong dalam inode %u\n"
7894
7895#: lib/ext2fs/ext2_err.c:90
7896msgid "Ext2 directory already exists"
7897msgstr ""
7898
7899#: lib/ext2fs/ext2_err.c:91
7900msgid "Unimplemented ext2 library function"
7901msgstr ""
7902
7903#: lib/ext2fs/ext2_err.c:92
7904msgid "User cancel requested"
7905msgstr ""
7906
7907#: lib/ext2fs/ext2_err.c:93
7908msgid "Ext2 file too big"
7909msgstr ""
7910
7911#: lib/ext2fs/ext2_err.c:94
7912#, fuzzy
7913msgid "Supplied journal device not a block device"
7914msgstr "Menggunakan perangkat jurnal ukuranblok: %d\n"
7915
7916#: lib/ext2fs/ext2_err.c:95
7917#, fuzzy
7918msgid "Journal superblock not found"
7919msgstr "Jurnal superblok tidak ditemukan!\n"
7920
7921#: lib/ext2fs/ext2_err.c:96
7922msgid "Journal must be at least 1024 blocks"
7923msgstr ""
7924
7925#: lib/ext2fs/ext2_err.c:97
7926msgid "Unsupported journal version"
7927msgstr ""
7928
7929#: lib/ext2fs/ext2_err.c:98
7930#, fuzzy
7931msgid "Error loading external journal"
7932msgstr "ketika mencoba membuka jurnal external"
7933
7934#: lib/ext2fs/ext2_err.c:99
7935#, fuzzy
7936msgid "Journal not found"
7937msgstr "Jurnal superblok tidak ditemukan!\n"
7938
7939#: lib/ext2fs/ext2_err.c:100
7940msgid "Directory hash unsupported"
7941msgstr ""
7942
7943#: lib/ext2fs/ext2_err.c:101
7944#, fuzzy
7945msgid "Illegal extended attribute block number"
7946msgstr "aextended attribute"
7947
7948#: lib/ext2fs/ext2_err.c:102
7949msgid "Cannot create filesystem with requested number of inodes"
7950msgstr ""
7951
7952#: lib/ext2fs/ext2_err.c:103
7953msgid "E2image snapshot not in use"
7954msgstr ""
7955
7956#: lib/ext2fs/ext2_err.c:104
7957#, fuzzy
7958msgid "Too many reserved group descriptor blocks"
7959msgstr "<inode deskripsi grup>"
7960
7961#: lib/ext2fs/ext2_err.c:105
7962msgid "Resize inode is corrupt"
7963msgstr ""
7964
7965#: lib/ext2fs/ext2_err.c:106
7966#, fuzzy
7967msgid "Tried to set block bmap with missing indirect block"
7968msgstr ""
7969"Gagal untuk mengalokasikan bitmap blok ketika meningkatkan ukuran inode\n"
7970
7971#: lib/ext2fs/ext2_err.c:107
7972msgid "TDB: Success"
7973msgstr ""
7974
7975#: lib/ext2fs/ext2_err.c:108
7976msgid "TDB: Corrupt database"
7977msgstr ""
7978
7979#: lib/ext2fs/ext2_err.c:109
7980msgid "TDB: IO Error"
7981msgstr ""
7982
7983#: lib/ext2fs/ext2_err.c:110
7984msgid "TDB: Locking error"
7985msgstr ""
7986
7987#: lib/ext2fs/ext2_err.c:111
7988msgid "TDB: Out of memory"
7989msgstr ""
7990
7991#: lib/ext2fs/ext2_err.c:112
7992msgid "TDB: Record exists"
7993msgstr ""
7994
7995#: lib/ext2fs/ext2_err.c:113
7996msgid "TDB: Lock exists on other keys"
7997msgstr ""
7998
7999#: lib/ext2fs/ext2_err.c:114
8000#, fuzzy
8001msgid "TDB: Invalid parameter"
8002msgstr "Parameter stride tidak valid: %s\n"
8003
8004#: lib/ext2fs/ext2_err.c:115
8005msgid "TDB: Record does not exist"
8006msgstr ""
8007
8008#: lib/ext2fs/ext2_err.c:116
8009msgid "TDB: Write not permitted"
8010msgstr ""
8011
8012#: lib/ext2fs/ext2_err.c:117
8013msgid "Ext2fs directory block list is empty"
8014msgstr ""
8015
8016#: lib/ext2fs/ext2_err.c:118
8017msgid "Attempt to modify a block mapping via a read-only block iterator"
8018msgstr ""
8019
8020#: lib/ext2fs/ext2_err.c:119
8021msgid "Wrong magic number for ext4 extent saved path"
8022msgstr ""
8023
8024#: lib/ext2fs/ext2_err.c:120
8025msgid "Wrong magic number for 64-bit generic bitmap"
8026msgstr ""
8027
8028#: lib/ext2fs/ext2_err.c:121
8029msgid "Wrong magic number for 64-bit block bitmap"
8030msgstr ""
8031
8032#: lib/ext2fs/ext2_err.c:122
8033msgid "Wrong magic number for 64-bit inode bitmap"
8034msgstr ""
8035
8036#: lib/ext2fs/ext2_err.c:123
8037msgid "Wrong magic number --- RESERVED_13"
8038msgstr ""
8039
8040#: lib/ext2fs/ext2_err.c:124
8041msgid "Wrong magic number --- RESERVED_14"
8042msgstr ""
8043
8044#: lib/ext2fs/ext2_err.c:125
8045msgid "Wrong magic number --- RESERVED_15"
8046msgstr ""
8047
8048#: lib/ext2fs/ext2_err.c:126
8049msgid "Wrong magic number --- RESERVED_16"
8050msgstr ""
8051
8052#: lib/ext2fs/ext2_err.c:127
8053msgid "Wrong magic number --- RESERVED_17"
8054msgstr ""
8055
8056#: lib/ext2fs/ext2_err.c:128
8057msgid "Wrong magic number --- RESERVED_18"
8058msgstr ""
8059
8060#: lib/ext2fs/ext2_err.c:129
8061msgid "Wrong magic number --- RESERVED_19"
8062msgstr ""
8063
8064#: lib/ext2fs/ext2_err.c:130
8065msgid "Corrupt extent header"
8066msgstr ""
8067
8068#: lib/ext2fs/ext2_err.c:131
8069msgid "Corrupt extent index"
8070msgstr ""
8071
8072#: lib/ext2fs/ext2_err.c:132
8073msgid "Corrupt extent"
8074msgstr ""
8075
8076#: lib/ext2fs/ext2_err.c:133
8077msgid "No free space in extent map"
8078msgstr ""
8079
8080#: lib/ext2fs/ext2_err.c:134
8081msgid "Inode does not use extents"
8082msgstr ""
8083
8084#: lib/ext2fs/ext2_err.c:135
8085#, fuzzy
8086msgid "No 'next' extent"
8087msgstr "xextent"
8088
8089#: lib/ext2fs/ext2_err.c:136
8090msgid "No 'previous' extent"
8091msgstr ""
8092
8093#: lib/ext2fs/ext2_err.c:137
8094msgid "No 'up' extent"
8095msgstr ""
8096
8097#: lib/ext2fs/ext2_err.c:138
8098msgid "No 'down' extent"
8099msgstr ""
8100
8101#: lib/ext2fs/ext2_err.c:139
8102msgid "No current node"
8103msgstr ""
8104
8105#: lib/ext2fs/ext2_err.c:140
8106msgid "Ext2fs operation not supported"
8107msgstr ""
8108
8109#: lib/ext2fs/ext2_err.c:141
8110msgid "No room to insert extent in node"
8111msgstr ""
8112
8113#: lib/ext2fs/ext2_err.c:142
8114msgid "Splitting would result in empty node"
8115msgstr ""
8116
8117#: lib/ext2fs/ext2_err.c:143
8118#, fuzzy
8119msgid "Extent not found"
8120msgstr "/@l tidak ditemukan. "
8121
8122#: lib/ext2fs/ext2_err.c:144
8123msgid "Operation not supported for inodes containing extents"
8124msgstr ""
8125
8126#: lib/ext2fs/ext2_err.c:145
8127msgid "Extent length is invalid"
8128msgstr ""
8129
8130#: lib/ext2fs/ext2_err.c:146
8131msgid "I/O Channel does not support 64-bit block numbers"
8132msgstr ""
8133
8134#: lib/ext2fs/ext2_err.c:147
8135msgid "Can't check if filesystem is mounted due to missing mtab file"
8136msgstr ""
8137
8138#: lib/ext2fs/ext2_err.c:148
8139msgid "Filesystem too large to use legacy bitmaps"
8140msgstr ""
8141
8142#: lib/ext2fs/ext2_err.c:149
8143msgid "MMP: invalid magic number"
8144msgstr ""
8145
8146#: lib/ext2fs/ext2_err.c:150
8147msgid "MMP: device currently active"
8148msgstr ""
8149
8150#: lib/ext2fs/ext2_err.c:151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008151msgid "MMP: e2fsck being run"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008152msgstr ""
8153
8154#: lib/ext2fs/ext2_err.c:152
8155msgid "MMP: block number beyond filesystem range"
8156msgstr ""
8157
8158#: lib/ext2fs/ext2_err.c:153
8159msgid "MMP: undergoing an unknown operation"
8160msgstr ""
8161
8162#: lib/ext2fs/ext2_err.c:154
8163msgid "MMP: filesystem still in use"
8164msgstr ""
8165
8166#: lib/ext2fs/ext2_err.c:155
8167msgid "MMP: open with O_DIRECT failed"
8168msgstr ""
8169
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008170#: lib/ext2fs/ext2_err.c:156
8171#, fuzzy
8172msgid "Block group descriptor size incorrect"
8173msgstr "<inode deskripsi grup>"
8174
8175#: lib/ext2fs/ext2_err.c:157
8176msgid "Inode checksum does not match inode"
8177msgstr ""
8178
8179#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008180msgid "Inode bitmap checksum does not match bitmap"
Theodore Ts'o21725192017-08-23 19:46:04 -04008181msgstr ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008182
8183#: lib/ext2fs/ext2_err.c:159
8184msgid "Extent block checksum does not match extent block"
8185msgstr ""
8186
8187#: lib/ext2fs/ext2_err.c:160
8188msgid "Directory block does not have space for checksum"
8189msgstr ""
8190
8191#: lib/ext2fs/ext2_err.c:161
8192msgid "Directory block checksum does not match directory block"
8193msgstr ""
8194
8195#: lib/ext2fs/ext2_err.c:162
8196msgid "Extended attribute block checksum does not match block"
8197msgstr ""
8198
8199#: lib/ext2fs/ext2_err.c:163
8200#, fuzzy
8201msgid "Superblock checksum does not match superblock"
8202msgstr "Cadangan superblok disimpan di blok: "
8203
8204#: lib/ext2fs/ext2_err.c:164
8205msgid "Unknown checksum algorithm"
8206msgstr ""
8207
8208#: lib/ext2fs/ext2_err.c:165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008209#, fuzzy
8210msgid "MMP block checksum does not match"
8211msgstr "Cadangan superblok disimpan di blok: "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008212
8213#: lib/ext2fs/ext2_err.c:166
8214msgid "Ext2 file already exists"
8215msgstr ""
8216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008217#: lib/ext2fs/ext2_err.c:167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008218msgid "Block bitmap checksum does not match bitmap"
Theodore Ts'o21725192017-08-23 19:46:04 -04008219msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008220
8221#: lib/ext2fs/ext2_err.c:168
8222msgid "Cannot iterate data blocks of an inode containing inline data"
8223msgstr ""
8224
8225#: lib/ext2fs/ext2_err.c:169
8226msgid "Extended attribute has an invalid name length"
8227msgstr ""
8228
8229#: lib/ext2fs/ext2_err.c:170
8230msgid "Extended attribute has an invalid value length"
8231msgstr ""
8232
8233#: lib/ext2fs/ext2_err.c:171
8234msgid "Extended attribute has an incorrect hash"
8235msgstr ""
8236
8237#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008238msgid "Extended attribute block has a bad header"
Theodore Ts'o21725192017-08-23 19:46:04 -04008239msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008240
8241#: lib/ext2fs/ext2_err.c:173
8242#, fuzzy
8243msgid "Extended attribute key not found"
8244msgstr "aextended attribute"
8245
8246#: lib/ext2fs/ext2_err.c:174
8247msgid "Insufficient space to store extended attribute data"
8248msgstr ""
8249
8250#: lib/ext2fs/ext2_err.c:175
8251msgid "Filesystem is missing ext_attr or inline_data feature"
8252msgstr ""
8253
8254#: lib/ext2fs/ext2_err.c:176
8255msgid "Inode doesn't have inline data"
8256msgstr ""
8257
8258#: lib/ext2fs/ext2_err.c:177
8259msgid "No block for an inode with inline data"
8260msgstr ""
8261
8262#: lib/ext2fs/ext2_err.c:178
8263msgid "No free space in inline data"
8264msgstr ""
8265
8266#: lib/ext2fs/ext2_err.c:179
8267msgid "Wrong magic number for extended attribute structure"
8268msgstr ""
8269
8270#: lib/ext2fs/ext2_err.c:180
8271msgid "Inode seems to contain garbage"
8272msgstr ""
8273
8274#: lib/ext2fs/ext2_err.c:181
8275msgid "Extended attribute has an invalid value offset"
8276msgstr ""
8277
8278#: lib/ext2fs/ext2_err.c:182
8279msgid "Journal flags inconsistent"
8280msgstr ""
8281
8282#: lib/ext2fs/ext2_err.c:183
8283msgid "Undo file corrupt"
8284msgstr ""
8285
8286#: lib/ext2fs/ext2_err.c:184
8287#, fuzzy
8288msgid "Wrong undo file for this filesystem"
8289msgstr "Ijin ditolak ketika mengubah ukuran sistem berkas"
8290
Theodore Ts'o48203a32016-06-08 15:45:26 -04008291#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o48203a32016-06-08 15:45:26 -04008292msgid "File system is corrupted"
Theodore Ts'o21725192017-08-23 19:46:04 -04008293msgstr ""
Theodore Ts'o48203a32016-06-08 15:45:26 -04008294
8295#: lib/ext2fs/ext2_err.c:186
8296msgid "Bad CRC detected in file system"
8297msgstr ""
8298
8299#: lib/ext2fs/ext2_err.c:187
8300#, fuzzy
8301msgid "The journal superblock is corrupt"
Theodore Ts'o21725192017-08-23 19:46:04 -04008302msgstr "membaca journal superblock\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008303
Theodore Ts'o4e528702016-09-04 21:31:21 -04008304#: lib/ext2fs/ext2_err.c:188
8305#, fuzzy
8306msgid "Inode is corrupted"
Theodore Ts'o21725192017-08-23 19:46:04 -04008307msgstr "@j @S telah terkorupsi.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008308
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008309#: lib/ext2fs/ext2_err.c:189
8310msgid "Inode containing extended attribute value is corrupted"
8311msgstr ""
8312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008313#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04008314msgid "Profile version 0.0"
8315msgstr ""
8316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008317#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04008318msgid "Bad magic value in profile_node"
8319msgstr ""
8320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008321#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04008322#, fuzzy
8323msgid "Profile section not found"
8324msgstr "ketika membuat /lost+found"
8325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008326#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04008327#, fuzzy
8328msgid "Profile relation not found"
8329msgstr "ketika membuat /lost+found"
8330
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008331#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04008332msgid "Attempt to add a relation to node which is not a section"
8333msgstr ""
8334
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008335#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04008336msgid "A profile section header has a non-zero value"
8337msgstr ""
8338
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008339#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04008340msgid "Bad linked list in profile structures"
8341msgstr ""
8342
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008343#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04008344msgid "Bad group level in profile structures"
8345msgstr ""
8346
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008347#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04008348msgid "Bad parent pointer in profile structures"
8349msgstr ""
8350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008351#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04008352msgid "Bad magic value in profile iterator"
8353msgstr ""
8354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008355#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04008356msgid "Can't set value on section node"
8357msgstr ""
8358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008359#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04008360msgid "Invalid argument passed to profile library"
8361msgstr ""
8362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008363#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04008364msgid "Attempt to modify read-only profile"
8365msgstr ""
8366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008367#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04008368msgid "Profile section header not at top level"
8369msgstr ""
8370
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008371#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04008372msgid "Syntax error in profile section header"
8373msgstr ""
8374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008375#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04008376msgid "Syntax error in profile relation"
8377msgstr ""
8378
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008379#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04008380msgid "Extra closing brace in profile"
8381msgstr ""
8382
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008383#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04008384msgid "Missing open brace in profile"
8385msgstr ""
8386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008387#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04008388msgid "Bad magic value in profile_t"
8389msgstr ""
8390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008391#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04008392msgid "Bad magic value in profile_section_t"
8393msgstr ""
8394
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008395#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04008396msgid "Iteration through all top level section not supported"
8397msgstr ""
8398
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008399#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04008400#, fuzzy
8401msgid "Invalid profile_section object"
8402msgstr "Pilihan sistem berkas tidak valid diset: %s\n"
8403
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008404#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04008405msgid "No more sections"
8406msgstr ""
8407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008408#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04008409msgid "Bad nameset passed to query routine"
8410msgstr ""
8411
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008412#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04008413msgid "No profile file open"
8414msgstr ""
8415
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008416#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04008417msgid "Bad magic value in profile_file_t"
8418msgstr ""
8419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008420#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04008421#, fuzzy
8422msgid "Couldn't open profile file"
8423msgstr "Tidak dapat menyalin file: %m\n"
8424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008425#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04008426msgid "Section already exists"
8427msgstr ""
8428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008429#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04008430msgid "Invalid boolean value"
8431msgstr ""
8432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008433#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04008434#, fuzzy
8435msgid "Invalid integer value"
8436msgstr "Panjang stride tidak valid"
8437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008438#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04008439msgid "Bad magic value in profile_file_data_t"
8440msgstr ""
8441
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008442#: lib/support/plausible.c:118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008443#, fuzzy, c-format
8444msgid "\tlast mounted on %s on %s"
8445msgstr "jumlah mount buruk - %s"
8446
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008447#: lib/support/plausible.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008448#, fuzzy, c-format
8449msgid "\tlast mounted on %s"
8450msgstr "jumlah mount buruk - %s"
8451
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008452#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008453#, c-format
8454msgid "\tcreated on %s"
8455msgstr ""
8456
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008457#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008458#, c-format
8459msgid "\tlast modified on %s"
8460msgstr ""
8461
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008462#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008463#, c-format
8464msgid "Found a %s partition table in %s\n"
8465msgstr ""
8466
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008467#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008468#, c-format
8469msgid "The file %s does not exist and no size was specified.\n"
8470msgstr ""
8471
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008472#: lib/support/plausible.c:199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008473#, fuzzy, c-format
8474msgid "Creating regular file %s\n"
8475msgstr "berkas biasa"
8476
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008477#: lib/support/plausible.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008478#, fuzzy, c-format
8479msgid "Could not open %s: %s\n"
8480msgstr "tidak dapat membuka %s: %s"
8481
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008482#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008483msgid ""
8484"\n"
8485"The device apparently does not exist; did you specify it correctly?\n"
8486msgstr ""
8487"\n"
8488"Perangkat kelihatannya tidak ada; apakah anda menspesifikasikannya dengan "
8489"benar?\n"
8490
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008491#: lib/support/plausible.c:227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008492#, c-format
8493msgid "%s is not a block special device.\n"
8494msgstr "%s bukan sebuah perangkat blok spesial.\n"
8495
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008496#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008497#, fuzzy, c-format
8498msgid "%s contains a %s file system labelled '%s'\n"
8499msgstr " berisi sebuah file system dengan errors"
8500
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008501#: lib/support/plausible.c:252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008502#, fuzzy, c-format
8503msgid "%s contains a %s file system\n"
8504msgstr " berisi sebuah file system dengan errors"
8505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008506#: lib/support/plausible.c:276
Theodore Ts'o21725192017-08-23 19:46:04 -04008507#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008508msgid "%s contains `%s' data\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04008509msgstr ""
8510
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008511#~ msgid ""
8512#~ "\n"
8513#~ "%s: %s: error reading bitmaps: %s\n"
8514#~ msgstr ""
8515#~ "\n"
8516#~ "%s: %s: error membaca bitmaps: %s\n"
8517
8518#, fuzzy
8519#~ msgid ""
8520#~ "\n"
8521#~ "Warning, had trouble writing out superblocks.\n"
8522#~ msgstr ""
8523#~ "\n"
8524#~ "Peringatan, memiliki masalah menulis diluar superblok."
8525
Theodore Ts'o899425b2018-02-27 22:25:04 -05008526#~ msgid "i_dir_acl @F %Id, @s zero.\n"
8527#~ msgstr "i_dir_acl @F %Id, @s nol.\n"
8528
Theodore Ts'o21725192017-08-23 19:46:04 -04008529#~ msgid "<The ACL index inode>"
8530#~ msgstr "<ACL index inode>"
8531
8532#~ msgid "<The ACL data inode>"
8533#~ msgstr "<ACL data inode>"
8534
8535#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
8536#~ msgstr "@g %g @b @B tidak terinitialisasi tetapi @i @B sedang digunakan.\n"
8537
8538#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8539#~ msgstr "@i %i memiliki @cion flag terset pada @f tanpa layanan @cion. "
8540
8541#~ msgid "@A @a @b %b. "
8542#~ msgstr "@A @a @b %b. "
8543
8544#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8545#~ msgstr "@i %i seharusnya EOFBLOCKS_FL tidak aktif (ukuran %Is, lblk %r)\n"
8546
8547#~ msgid "Warning: compression support is experimental.\n"
8548#~ msgstr "Peringatan: support untuk kompresi adalah experimental.\n"
8549
8550#~ msgid ""
8551#~ "E2fsck not compiled with HTREE support,\n"
8552#~ "\tbut filesystem %s has HTREE directories.\n"
8553#~ msgstr ""
8554#~ "E2fsck tidak dikompilasi dengan layanan HTREE,\n"
8555#~ "\t tetapi sistem berkas %s memiliki direktori HTREE.\n"
8556
8557#~ msgid "Couldn't determine journal size"
8558#~ msgstr "Tidak dapat menentukan ukuran jurnal"
8559
8560#~ msgid "Clearing extent flag not supported on %s"
8561#~ msgstr "Menghapus tanda ekstensi yang tidak didukung di %s"
8562
8563#~ msgid " Checksum 0x%04x, unused inodes %d\n"
8564#~ msgstr " Checksum 0x%04x, inode yang tidak digunakan %d\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008565
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008566#~ msgid "Journal features: "
8567#~ msgstr "Fasilitas jurnal: "
8568
8569#~ msgid "Journal size: "
8570#~ msgstr "Ukuran jurnal: "
8571
8572#~ msgid ""
8573#~ "Journal length: %u\n"
8574#~ "Journal sequence: 0x%08x\n"
8575#~ "Journal start: %u\n"
8576#~ msgstr ""
8577#~ "Panjang jurnal: %u\n"
8578#~ "Urutan jurnal: 0x%08x\n"
8579#~ "Awal dari jurnal: %u\n"
8580
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008581#~ msgid ""
8582#~ "\n"
8583#~ "Journal block size: %u\n"
8584#~ "Journal length: %u\n"
8585#~ "Journal first block: %u\n"
8586#~ "Journal sequence: 0x%08x\n"
8587#~ "Journal start: %u\n"
8588#~ "Journal number of users: %u\n"
8589#~ msgstr ""
8590#~ "\n"
8591#~ "Ukuran blok jurnal: %u\n"
8592#~ "Panjang jurnal: %u\n"
8593#~ "Blok pertama jurnal: %u\n"
8594#~ "Urutan jurnal: 0x%08x\n"
8595#~ "Awal dari jurnal: %u\n"
8596#~ "Jumlah pengguna dari jurnal: %u\n"
8597
8598#~ msgid "Journal users: %s\n"
8599#~ msgstr "Pengguna jurnal: %s\n"
8600
Theodore Ts'o21725192017-08-23 19:46:04 -04008601#~ msgid "short write (only %d bytes) for writing image header"
8602#~ msgstr "menulis pendek (hanya %d bytes) untuk menulis header image"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008603
8604#~ msgid "Failed to read the file system data \n"
8605#~ msgstr "Gagal membaca data filesystem \n"
8606
8607#~ msgid "Failed tdb_fetch %s\n"
8608#~ msgstr "Gagal tdb_fetch %s\n"
8609
8610#~ msgid "The file system UUID didn't match \n"
8611#~ msgstr "Sistem berkas UUID tidak cocok \n"
8612
8613#~ msgid "Failed tdb_open %s\n"
8614#~ msgstr "Gagal tdb_open %s\n"
8615
8616#~ msgid "Failed to open %s\n"
8617#~ msgstr "Gagal membuka %s\n"
8618
Theodore Ts'o21725192017-08-23 19:46:04 -04008619#~ msgid "Replayed transaction of size %zd at location %ld\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008620#~ msgstr "Balasan ukuran transaksi %zd di lokasi %ld\n"
8621
8622#~ msgid "Failed write %s\n"
8623#~ msgstr "Gagal menulis %s\n"
8624
Eric Sandeen032eafe2012-07-28 17:48:36 -04008625#~ msgid "invalid fragment size - %s"
8626#~ msgstr "ukuran potongan/fragmen tidak valid - %s"
8627
8628#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8629#~ msgstr "Peringatan: fragment tidak dilayani. Mengabaikan pilihan -f\n"
8630
8631#~ msgid "Calling BLKDISCARD from %llu to %llu "
8632#~ msgstr "Memanggil BLKDISCARD dari %llu ke %llu "
8633
8634#~ msgid "succeeded.\n"
8635#~ msgstr "berhasil.\n"
8636
8637#~ msgid "Journal NOT removed\n"
8638#~ msgstr "Jurnal TIDAK dihapus\n"
8639
Theodore Ts'o21725192017-08-23 19:46:04 -04008640#~ msgid ""
8641#~ "To undo the tune2fs operation please run the command\n"
8642#~ " e2undo %s %s\n"
8643#~ "\n"
8644#~ msgstr ""
8645#~ "Untuk mengembalikan operasi tune2fs mohon jalankan perintah\n"
8646#~ " e2undo %s %s\n"
8647#~ "\n"
8648
8649#~ msgid "Could not stat %s --- %s\n"
8650#~ msgstr "Tidak dapat melakukan statistik %s --- %s\n"
8651
8652#~ msgid "%s is entire device, not just one partition!\n"
8653#~ msgstr "%s adalah seluruh perangkatm bukan hanya sebuah partisi!\n"
8654
Eric Sandeen032eafe2012-07-28 17:48:36 -04008655#~ msgid "#\t\t %u -> %u (%d)\n"
8656#~ msgstr "#\t\t %u -> %u (%d)\n"
8657
Theodore Ts'o21725192017-08-23 19:46:04 -04008658#~ msgid ""
8659#~ "%s: The combination of flex_bg and\n"
8660#~ "\t!resize_inode features is not supported by resize2fs.\n"
8661#~ msgstr ""
8662#~ "%s: Kombinasi dari flex_bg dan\n"
8663#~ "\t!resize_inode features tidak dilayani oleh resize2fs.\n"
8664
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008665#~ msgid "Setting sistem berkas feature '%s' not supported.\n"
8666#~ msgstr "Menset sistem berkas feature '%s' tidak dilayani.\n"
8667
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008668#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
8669#~ msgstr "@S tidak memiliki @j tanda, tetapi memiliki ext3 @j %s.\n"
8670
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008671#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
Arif E. Nugrohoaf8d5412010-04-19 16:59:03 -04008672#~ msgstr "Membuat kembali jurnal untuk membuat sistem berkas ext3 lagi?\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05008673
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04008674#~ msgid "while retrying to write block bitmaps for %s"
8675#~ msgstr "ketika sedang mencoba untuk menulis blok bitmap untuk %s"
8676
Arif E. Nugrohod83e33a2008-09-07 22:55:25 -04008677#~ msgid "%s failed for %s: %s\n"
8678#~ msgstr "%s gagal untuk %s: %s\n"
8679
8680#~ msgid "open"
8681#~ msgstr "buka"
8682
8683#~ msgid "HDIO_GETGEO ioctl"
8684#~ msgstr "HDIO_GETGEO ioctl"
8685
8686#~ msgid "BLKGETSIZE ioctl"
8687#~ msgstr "BLKGETSIZE ioctl"