aaa0e5fa85613547ad79f9735bf572d7adada742
[platform/upstream/bash.git] / po / id.po
1 # Pesan Bahasa Indonesia untuk bash
2 # Copyright (C) 2008 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the bash package.
4 # Arif E. Nugroho <arif_endro@yahoo.com>, 2008, 2009, 2010.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: bash 4.1\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-01-28 22:09-0500\n"
11 "PO-Revision-Date: 2010-01-16 12:45+0700\n"
12 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
13 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=ISO-8859-1\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: arrayfunc.c:50
20 msgid "bad array subscript"
21 msgstr "array subscript buruk"
22
23 #: arrayfunc.c:313 builtins/declare.def:487
24 #, c-format
25 msgid "%s: cannot convert indexed to associative array"
26 msgstr "%s: tidak dapat mengubah index ke array yang berassosiasi"
27
28 #: arrayfunc.c:480
29 #, c-format
30 msgid "%s: invalid associative array key"
31 msgstr "%s: kunci array assosiasi tidak valid"
32
33 #: arrayfunc.c:482
34 #, c-format
35 msgid "%s: cannot assign to non-numeric index"
36 msgstr "%s: tidak dapat mengassign ke index tidak-numeric"
37
38 #: arrayfunc.c:518
39 #, c-format
40 msgid "%s: %s: must use subscript when assigning associative array"
41 msgstr "%s: %s: harus menggunakan subscript ketika memberikan assosiasi array"
42
43 #: bashhist.c:387
44 #, c-format
45 msgid "%s: cannot create: %s"
46 msgstr "%s: tidak dapat membuat: %s"
47
48 #: bashline.c:3498
49 msgid "bash_execute_unix_command: cannot find keymap for command"
50 msgstr "bash_execute_unix_command: tidak dapat menemukan keymap untuk perintah"
51
52 #: bashline.c:3584
53 #, c-format
54 msgid "%s: first non-whitespace character is not `\"'"
55 msgstr "%s: bukan karakter whitespace (spasi) pertama ditemukan `\"'"
56
57 #: bashline.c:3613
58 #, c-format
59 msgid "no closing `%c' in %s"
60 msgstr "tidak menutup '%c' dalam %s"
61
62 #: bashline.c:3647
63 #, c-format
64 msgid "%s: missing colon separator"
65 msgstr "%s: hilang pemisah colon"
66
67 #: builtins/alias.def:132
68 #, c-format
69 msgid "`%s': invalid alias name"
70 msgstr "`%s': nama alias tidak valid"
71
72 #: builtins/bind.def:120 builtins/bind.def:123
73 msgid "line editing not enabled"
74 msgstr "pengubahan baris tidak aktif"
75
76 #: builtins/bind.def:206
77 #, c-format
78 msgid "`%s': invalid keymap name"
79 msgstr "'%s': nama keymap tidak valid"
80
81 #: builtins/bind.def:245
82 #, c-format
83 msgid "%s: cannot read: %s"
84 msgstr "%s: tidak dapat membaca: %s"
85
86 #: builtins/bind.def:260
87 #, c-format
88 msgid "`%s': cannot unbind"
89 msgstr "'%s': tidak dapat melepaskan"
90
91 #: builtins/bind.def:295 builtins/bind.def:325
92 #, c-format
93 msgid "`%s': unknown function name"
94 msgstr "'%s': nama fungsi tidak dikenal"
95
96 #: builtins/bind.def:303
97 #, c-format
98 msgid "%s is not bound to any keys.\n"
99 msgstr "%s tidak terikat ke kunci apapun.\n"
100
101 #: builtins/bind.def:307
102 #, c-format
103 msgid "%s can be invoked via "
104 msgstr "%s dapat dipanggil melalui "
105
106 #: builtins/break.def:77 builtins/break.def:117
107 msgid "loop count"
108 msgstr "jumlah loop"
109
110 #: builtins/break.def:137
111 msgid "only meaningful in a `for', `while', or `until' loop"
112 msgstr "hanya berarti dalam sebuah `for', `while', atau `until'loop"
113
114 #: builtins/caller.def:133
115 msgid ""
116 "Returns the context of the current subroutine call.\n"
117 "    \n"
118 "    Without EXPR, returns "
119 msgstr ""
120 "Mengembalikan konteks dari panggilan subroutine saat ini.\n"
121 "    \n"
122 "    Tanpa EXPR, kembali "
123
124 #: builtins/cd.def:235
125 msgid "HOME not set"
126 msgstr "HOME tidak diset"
127
128 #: builtins/cd.def:247
129 msgid "OLDPWD not set"
130 msgstr "OLDPWD tidak diset"
131
132 #: builtins/common.c:101
133 #, c-format
134 msgid "line %d: "
135 msgstr "baris %d: "
136
137 #: builtins/common.c:139 error.c:261
138 #, c-format
139 msgid "warning: "
140 msgstr "peringatan: "
141
142 #: builtins/common.c:153
143 #, c-format
144 msgid "%s: usage: "
145 msgstr "%s: penggunaan: "
146
147 #: builtins/common.c:166 test.c:832
148 msgid "too many arguments"
149 msgstr "terlalu banyak argumen"
150
151 #: builtins/common.c:191 shell.c:500 shell.c:782
152 #, c-format
153 msgid "%s: option requires an argument"
154 msgstr "%s: pilihan membutuhkan sebuah argumen"
155
156 #: builtins/common.c:198
157 #, c-format
158 msgid "%s: numeric argument required"
159 msgstr "%s: argumen numeric dibutuhkan"
160
161 #: builtins/common.c:205
162 #, c-format
163 msgid "%s: not found"
164 msgstr "%s: tidak ditemukan"
165
166 #: builtins/common.c:214 shell.c:795
167 #, c-format
168 msgid "%s: invalid option"
169 msgstr "%s: pilihan tidak valid"
170
171 #: builtins/common.c:221
172 #, c-format
173 msgid "%s: invalid option name"
174 msgstr "%s: nama pilihan tidak valid"
175
176 #: builtins/common.c:228 general.c:231 general.c:236
177 #, c-format
178 msgid "`%s': not a valid identifier"
179 msgstr "`%s': bukan sebuah identifier yang valid"
180
181 #: builtins/common.c:238
182 msgid "invalid octal number"
183 msgstr "nomor oktal tidak valid"
184
185 #: builtins/common.c:240
186 msgid "invalid hex number"
187 msgstr "nomor hexa tidak valid"
188
189 #: builtins/common.c:242 expr.c:1362
190 msgid "invalid number"
191 msgstr "nomor tidak valid"
192
193 #: builtins/common.c:250
194 #, c-format
195 msgid "%s: invalid signal specification"
196 msgstr "%s: spesifikasi sinyal tidak valid"
197
198 #: builtins/common.c:257
199 #, c-format
200 msgid "`%s': not a pid or valid job spec"
201 msgstr "`%s': bukan sebuah pid atau spesifikasi pekerjaan yang valid"
202
203 #: builtins/common.c:264 error.c:454
204 #, c-format
205 msgid "%s: readonly variable"
206 msgstr "%s: variabel baca-saja"
207
208 #: builtins/common.c:272
209 #, c-format
210 msgid "%s: %s out of range"
211 msgstr "%s: %s diluar jangkauan"
212
213 #: builtins/common.c:272 builtins/common.c:274
214 msgid "argument"
215 msgstr "argumen"
216
217 #: builtins/common.c:274
218 #, c-format
219 msgid "%s out of range"
220 msgstr "%s diluar jangkauan"
221
222 #: builtins/common.c:282
223 #, c-format
224 msgid "%s: no such job"
225 msgstr "%s: tidak ada pekerjaan seperti itu"
226
227 #: builtins/common.c:290
228 #, c-format
229 msgid "%s: no job control"
230 msgstr "%s: tidak ada pengontrol kerja"
231
232 #: builtins/common.c:292
233 msgid "no job control"
234 msgstr "tidak ada pengontrol kerja"
235
236 #: builtins/common.c:302
237 #, c-format
238 msgid "%s: restricted"
239 msgstr "%s: terbatas"
240
241 #: builtins/common.c:304
242 msgid "restricted"
243 msgstr "terbatas"
244
245 #: builtins/common.c:312
246 #, c-format
247 msgid "%s: not a shell builtin"
248 msgstr "%s: bukan sebuah builtin shell"
249
250 #: builtins/common.c:321
251 #, c-format
252 msgid "write error: %s"
253 msgstr "gagal menulis: %s"
254
255 #: builtins/common.c:329
256 #, c-format
257 msgid "error setting terminal attributes: %s"
258 msgstr "error menentukan atribut terminal: %s"
259
260 #: builtins/common.c:331
261 #, c-format
262 msgid "error getting terminal attributes: %s"
263 msgstr "error mendapatkan atribut terminal: %s"
264
265 #: builtins/common.c:563
266 #, c-format
267 msgid "%s: error retrieving current directory: %s: %s\n"
268 msgstr "%s: error mengambil direktori saat ini: %s: %s\n"
269
270 #: builtins/common.c:629 builtins/common.c:631
271 #, c-format
272 msgid "%s: ambiguous job spec"
273 msgstr "%s: spesifikasi pekerjaan ambigu"
274
275 #: builtins/complete.def:276
276 #, c-format
277 msgid "%s: invalid action name"
278 msgstr "%s: nama aksi tidak valid"
279
280 #: builtins/complete.def:449 builtins/complete.def:644
281 #: builtins/complete.def:853
282 #, c-format
283 msgid "%s: no completion specification"
284 msgstr "%s: tidak ada spesifikasi completion"
285
286 #: builtins/complete.def:696
287 msgid "warning: -F option may not work as you expect"
288 msgstr ""
289 "peringatan: pilihan -F mungkin tidak bekerja seperti yang anda harapkan"
290
291 #: builtins/complete.def:698
292 msgid "warning: -C option may not work as you expect"
293 msgstr ""
294 "peringatan: pilihan -C mungkin tidak bekerja seperti yang anda harapkan"
295
296 #: builtins/complete.def:826
297 msgid "not currently executing completion function"
298 msgstr "saat ini sedang tidak menjalankan fungsi completion"
299
300 #: builtins/declare.def:124
301 msgid "can only be used in a function"
302 msgstr "hanya dapat digunakan dalam sebuah fungsi"
303
304 #: builtins/declare.def:366
305 msgid "cannot use `-f' to make functions"
306 msgstr "tidak dapat menggunakan `-f' untuk membuat fungsi"
307
308 #: builtins/declare.def:378 execute_cmd.c:5105
309 #, c-format
310 msgid "%s: readonly function"
311 msgstr "%s: fungsi baca-saja"
312
313 #: builtins/declare.def:474
314 #, c-format
315 msgid "%s: cannot destroy array variables in this way"
316 msgstr "%s: tidak dapat menghapus variabel array secara ini"
317
318 #: builtins/declare.def:481
319 #, c-format
320 msgid "%s: cannot convert associative to indexed array"
321 msgstr "%s: tidak dapat mengubah assosiasi ke array index"
322
323 #: builtins/enable.def:137 builtins/enable.def:145
324 msgid "dynamic loading not available"
325 msgstr "dynamic loading tidak tersedia"
326
327 #: builtins/enable.def:312
328 #, c-format
329 msgid "cannot open shared object %s: %s"
330 msgstr "tidak dapat membuka object shared %s: %s"
331
332 #: builtins/enable.def:335
333 #, c-format
334 msgid "cannot find %s in shared object %s: %s"
335 msgstr "tidak dapat menemukan %s dalam shared object %s: %s"
336
337 #: builtins/enable.def:459
338 #, c-format
339 msgid "%s: not dynamically loaded"
340 msgstr "%s: bukan dinamically loaded"
341
342 #: builtins/enable.def:474
343 #, c-format
344 msgid "%s: cannot delete: %s"
345 msgstr "%s: tidak dapat menghapus: %s"
346
347 #: builtins/evalfile.c:135 builtins/hash.def:171 execute_cmd.c:4961
348 #: shell.c:1457
349 #, c-format
350 msgid "%s: is a directory"
351 msgstr "%s: bukan sebuah direktori"
352
353 #: builtins/evalfile.c:140
354 #, c-format
355 msgid "%s: not a regular file"
356 msgstr "%s: bukan sebuah file umum"
357
358 #: builtins/evalfile.c:148
359 #, c-format
360 msgid "%s: file is too large"
361 msgstr "%s: file terlalu besar"
362
363 #: builtins/evalfile.c:182 builtins/evalfile.c:200 execute_cmd.c:5032
364 #: shell.c:1467
365 #, c-format
366 msgid "%s: cannot execute binary file"
367 msgstr "%s: tidak dapat menjalankan berkas binary"
368
369 #: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
370 #, c-format
371 msgid "%s: cannot execute: %s"
372 msgstr "%s: tidak dapat menjalankan: %s"
373
374 #: builtins/exit.def:65
375 #, c-format
376 msgid "logout\n"
377 msgstr "logout\n"
378
379 #: builtins/exit.def:88
380 msgid "not login shell: use `exit'"
381 msgstr "bukan sebuah login shell: gunakan `exit'"
382
383 #: builtins/exit.def:120
384 #, c-format
385 msgid "There are stopped jobs.\n"
386 msgstr "Ada pekerjaan yang terhenti.\n"
387
388 #: builtins/exit.def:122
389 #, c-format
390 msgid "There are running jobs.\n"
391 msgstr "Ada pekerjaan yang sedang berjalan.\n"
392
393 #: builtins/fc.def:262
394 msgid "no command found"
395 msgstr "perintah tidak ditemukan"
396
397 #: builtins/fc.def:312 builtins/fc.def:359
398 msgid "history specification"
399 msgstr "spesifikasi sejarah"
400
401 #: builtins/fc.def:380
402 #, c-format
403 msgid "%s: cannot open temp file: %s"
404 msgstr "%s: tidak dapat membuka file sementara: %s"
405
406 #: builtins/fg_bg.def:149 builtins/jobs.def:282
407 msgid "current"
408 msgstr "sekarang"
409
410 #: builtins/fg_bg.def:158
411 #, c-format
412 msgid "job %d started without job control"
413 msgstr "pekerjaan %d dimulai tanpa pengontrol pekerjaan"
414
415 #: builtins/getopt.c:110
416 #, c-format
417 msgid "%s: illegal option -- %c\n"
418 msgstr "%s: pilihan tidak legal -- %c\n"
419
420 #: builtins/getopt.c:111
421 #, c-format
422 msgid "%s: option requires an argument -- %c\n"
423 msgstr "%s: pilihan membutuhkan sebuah argumen -- %c\n"
424
425 #: builtins/hash.def:92
426 msgid "hashing disabled"
427 msgstr "hashing dinonaktifkan"
428
429 #: builtins/hash.def:138
430 #, c-format
431 msgid "%s: hash table empty\n"
432 msgstr "%s: tabel hash kosong\n"
433
434 #: builtins/hash.def:245
435 #, c-format
436 msgid "hits\tcommand\n"
437 msgstr "tekan\tperintah\n"
438
439 #: builtins/help.def:130
440 #, c-format
441 msgid "Shell commands matching keyword `"
442 msgid_plural "Shell commands matching keywords `"
443 msgstr[0] "Perintah shell cocok dengan kata kunci `"
444 msgstr[1] "Perintah shell cocok dengan kata kunci `"
445
446 #: builtins/help.def:168
447 #, c-format
448 msgid ""
449 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
450 msgstr ""
451 "tidak ada topik bantuan yang cocok dengan `%s'. Coba `help help' atau 'man -"
452 "k %s' atau `info %s'."
453
454 #: builtins/help.def:185
455 #, c-format
456 msgid "%s: cannot open: %s"
457 msgstr "%s: tidak dapat membuka: %s"
458
459 #: builtins/help.def:337
460 #, c-format
461 msgid ""
462 "These shell commands are defined internally.  Type `help' to see this list.\n"
463 "Type `help name' to find out more about the function `name'.\n"
464 "Use `info bash' to find out more about the shell in general.\n"
465 "Use `man -k' or `info' to find out more about commands not in this list.\n"
466 "\n"
467 "A star (*) next to a name means that the command is disabled.\n"
468 "\n"
469 msgstr ""
470 "Perintah shell ini didefinisikan secara internal. Ketik `help' untuk melihat "
471 "daftar ini.\n"
472 "Ketik `help nama' untuk informasi lebih lanjut mengenai fungsi `nama'.\n"
473 "Gunakan `info bash' untuk informasi lebih lanjut mengenasi shell secara "
474 "umum.\n"
475 "Gunakan `man -k' atau `info' untuk informasi lebih lanjut mengenai perintah "
476 "yang tidak ada dalam daftar ini.\n"
477 "\n"
478 "Sebuah asterisk (*) disebelah dari nama berarti perintah tersebut tidak "
479 "aktif.\n"
480 "\n"
481
482 #: builtins/history.def:154
483 msgid "cannot use more than one of -anrw"
484 msgstr "tidak dapat menggunakan lebih dari satu pilihan dari -anrw"
485
486 #: builtins/history.def:186
487 msgid "history position"
488 msgstr "posisi sejarah"
489
490 #: builtins/history.def:365
491 #, c-format
492 msgid "%s: history expansion failed"
493 msgstr "%s: expansi sejarah gagal"
494
495 #: builtins/inlib.def:71
496 #, c-format
497 msgid "%s: inlib failed"
498 msgstr "%s: inlib gagal"
499
500 #: builtins/jobs.def:109
501 msgid "no other options allowed with `-x'"
502 msgstr "tidak ada pilihan lain yang diperbolehkan dengan `-x'"
503
504 #: builtins/kill.def:198
505 #, c-format
506 msgid "%s: arguments must be process or job IDs"
507 msgstr "%s: argumen harus diproses atau ID pekerjaan"
508
509 #: builtins/kill.def:261
510 msgid "Unknown error"
511 msgstr "Kesalahan tidak diketahui"
512
513 #: builtins/let.def:95 builtins/let.def:120 expr.c:552 expr.c:567
514 msgid "expression expected"
515 msgstr "diduga sebuah ekspresi"
516
517 #: builtins/mapfile.def:172
518 #, c-format
519 msgid "%s: not an indexed array"
520 msgstr "%s: bukan sebuah indeks array"
521
522 #: builtins/mapfile.def:256 builtins/read.def:279
523 #, c-format
524 msgid "%s: invalid file descriptor specification"
525 msgstr "%s: spesifikasi file deskripsi tidak valid"
526
527 #: builtins/mapfile.def:264 builtins/read.def:286
528 #, c-format
529 msgid "%d: invalid file descriptor: %s"
530 msgstr "%d: file deskriptor %s tidak valid"
531
532 #: builtins/mapfile.def:273 builtins/mapfile.def:311
533 #, c-format
534 msgid "%s: invalid line count"
535 msgstr "%s: jumlah baris tidak valid"
536
537 #: builtins/mapfile.def:284
538 #, c-format
539 msgid "%s: invalid array origin"
540 msgstr "%s: asal array tidak valid"
541
542 #: builtins/mapfile.def:301
543 #, c-format
544 msgid "%s: invalid callback quantum"
545 msgstr "%s: nama aksi tidak valid"
546
547 #: builtins/mapfile.def:333
548 msgid "empty array variable name"
549 msgstr "nama variabel array kosong"
550
551 #: builtins/mapfile.def:354
552 msgid "array variable support required"
553 msgstr "bantuan array variabel dibutuhkan"
554
555 #: builtins/printf.def:394
556 #, c-format
557 msgid "`%s': missing format character"
558 msgstr "`%s': hilang karakter format"
559
560 #: builtins/printf.def:448
561 #, fuzzy, c-format
562 msgid "`%c': invalid time format specification"
563 msgstr "%s: spesifikasi timeout tidak valid"
564
565 #: builtins/printf.def:635
566 #, c-format
567 msgid "`%c': invalid format character"
568 msgstr "`%c': karakter format tidak valid"
569
570 #: builtins/printf.def:662
571 #, c-format
572 msgid "warning: %s: %s"
573 msgstr "peringatan: %s: %s"
574
575 #: builtins/printf.def:840
576 msgid "missing hex digit for \\x"
577 msgstr "hilang digit hexa untuk \\x"
578
579 #: builtins/printf.def:855
580 #, fuzzy, c-format
581 msgid "missing unicode digit for \\%c"
582 msgstr "hilang digit hexa untuk \\x"
583
584 #: builtins/pushd.def:195
585 msgid "no other directory"
586 msgstr "tidak ada direktori lain"
587
588 #: builtins/pushd.def:462
589 msgid "<no current directory>"
590 msgstr "<direktori saat ini>"
591
592 #: builtins/pushd.def:506
593 msgid "directory stack empty"
594 msgstr "direktori stack kosong"
595
596 #: builtins/pushd.def:508
597 msgid "directory stack index"
598 msgstr "index direktori stack"
599
600 #: builtins/pushd.def:683
601 msgid ""
602 "Display the list of currently remembered directories.  Directories\n"
603 "    find their way onto the list with the `pushd' command; you can get\n"
604 "    back up through the list with the `popd' command.\n"
605 "    \n"
606 "    Options:\n"
607 "      -c\tclear the directory stack by deleting all of the elements\n"
608 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
609 "    \tto your home directory\n"
610 "      -p\tprint the directory stack with one entry per line\n"
611 "      -v\tprint the directory stack with one entry per line prefixed\n"
612 "    \twith its position in the stack\n"
613 "    \n"
614 "    Arguments:\n"
615 "      +N\tDisplays the Nth entry counting from the left of the list shown "
616 "by\n"
617 "    \tdirs when invoked without options, starting with zero.\n"
618 "    \n"
619 "      -N\tDisplays the Nth entry counting from the right of the list shown "
620 "by\n"
621 "\tdirs when invoked without options, starting with zero."
622 msgstr ""
623 "Menampilkan daftar dari direktori yang diingat saat ini. Direktori\n"
624 "    menemukan jalannya kedalam daftar dengan perintah `pushd'; anda dapat "
625 "memperoleh\n"
626 "    backup melalui daftar dengan perintah `popd'.\n"
627 "    \n"
628 "    Pilihan:\n"
629 "      -c\tmenghapus direktori stact dengan menghapus seluruh elemen\n"
630 "      -l\tjangan menampilkan versi dengan tilde dari direktori relative\n"
631 "    \tke direkori rumah anda\n"
632 "      -p\tmenampilkan direktori stack dengan satu masukan per baris\n"
633 "      -v\tmenampilkan direktori stack dengan satu masukan per baris diawali\n"
634 "    \tdengan posisnya dalam stack\n"
635 "    \n"
636 "    Argumen:\n"
637 "      +N\tMenampilkan masukan ke N dihitung dari kiri dari daftar yang "
638 "ditampilkan oleh\n"
639 "    \tdirs ketika dipanggil tanpa pilihan, dimulai dari nol.\n"
640 "    \n"
641 "      -N\tMenampilkan masukan ke N dihitung dari kanan dari daftar yang "
642 "ditampilkan oleh\n"
643 "    \tdirs ketika dipanggil tanpa pilihan, dimulai dari nol."
644
645 #: builtins/pushd.def:705
646 msgid ""
647 "Adds a directory to the top of the directory stack, or rotates\n"
648 "    the stack, making the new top of the stack the current working\n"
649 "    directory.  With no arguments, exchanges the top two directories.\n"
650 "    \n"
651 "    Options:\n"
652 "      -n\tSuppresses the normal change of directory when adding\n"
653 "    \tdirectories to the stack, so only the stack is manipulated.\n"
654 "    \n"
655 "    Arguments:\n"
656 "      +N\tRotates the stack so that the Nth directory (counting\n"
657 "    \tfrom the left of the list shown by `dirs', starting with\n"
658 "    \tzero) is at the top.\n"
659 "    \n"
660 "      -N\tRotates the stack so that the Nth directory (counting\n"
661 "    \tfrom the right of the list shown by `dirs', starting with\n"
662 "    \tzero) is at the top.\n"
663 "    \n"
664 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
665 "    \tnew current working directory.\n"
666 "    \n"
667 "    The `dirs' builtin displays the directory stack."
668 msgstr ""
669 "Menambahkan sebuah direktori ke top dari direktori stack, atau merotasi\n"
670 "    stack, membuah top baru dari stack dari working direktori saat ini.\n"
671 "    Tanpa argumen, menukar top dari dua direktori.\n"
672 "    \n"
673 "    Pilihan:\n"
674 "    -n\tmenekan perubahan normal dari direktori ketika menambahkan "
675 "direktori\n"
676 "    \tke stack, jadi hanya stack yang dimanipulasi.\n"
677 "    \n"
678 "    Argumen:\n"
679 "    +N\tMerotasi stack sehingga direktori ke N (dihitung\n"
680 "    \tdari kiri dari daftar yang terlihat oleh `dirs', dimulai dengan\n"
681 "    \tnol) adalah di top.\n"
682 "    \n"
683 "    -N\tMerotasi stack sehingga direktori ke N (dihitung\n"
684 "    \tdari kanan dari daftar yang terliha oleh `dirs', dimulai dengan\n"
685 "    \tnol) adalah di top.\n"
686 "    \n"
687 "    dir\tenambahkan DIR ke direktori stack di puncak, membuatnya\n"
688 "    \tcurrent working directory.\n"
689 "    \n"
690 "    Builtin `dirs' menampilkan direktori stack."
691
692 #: builtins/pushd.def:730
693 msgid ""
694 "Removes entries from the directory stack.  With no arguments, removes\n"
695 "    the top directory from the stack, and changes to the new top directory.\n"
696 "    \n"
697 "    Options:\n"
698 "      -n\tSuppresses the normal change of directory when removing\n"
699 "    \tdirectories from the stack, so only the stack is manipulated.\n"
700 "    \n"
701 "    Arguments:\n"
702 "      +N\tRemoves the Nth entry counting from the left of the list\n"
703 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
704 "    \tremoves the first directory, `popd +1' the second.\n"
705 "    \n"
706 "      -N\tRemoves the Nth entry counting from the right of the list\n"
707 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
708 "    \tremoves the last directory, `popd -1' the next to last.\n"
709 "    \n"
710 "    The `dirs' builtin displays the directory stack."
711 msgstr ""
712 "Manghapus masukan dalam direktori stack. Tanpa argumen,\n"
713 "    menghapus top direktori dari stack, dan cd's ke top\n"
714 "    direktori baru.\n"
715 "    \n"
716 "    Pilihan:\n"
717 "    -n\tmenekan perubahan normal dari direktori ketika menghapus direktori\n"
718 "    \tdari stack, jadi hanya stack yang dimanipulasi.\n"
719 "    \n"
720 "    Argumen:\n"
721 "    -N\tmenghapus masukan ke N dihitung dari kiri dari daftar\n"
722 "    \tyang ditampilkan oleh `dirs', dimulai dari nol. Sebagai contoh: `popd "
723 "+0'\n"
724 "    \tmenghapus direktori terakhir, `popd -1' sebelum terakhir.\n"
725 "    \n"
726 "    Builtin `dirs' menampilkan direktori stack."
727
728 #: builtins/read.def:252
729 #, c-format
730 msgid "%s: invalid timeout specification"
731 msgstr "%s: spesifikasi timeout tidak valid"
732
733 #: builtins/read.def:588
734 #, c-format
735 msgid "read error: %d: %s"
736 msgstr "error baca: %d: %s"
737
738 #: builtins/return.def:73
739 msgid "can only `return' from a function or sourced script"
740 msgstr "hanya dapat `return' dari sebuah fungsi atau script yang disource"
741
742 #: builtins/set.def:771
743 msgid "cannot simultaneously unset a function and a variable"
744 msgstr "tidak dapat secara simultan unset sebuah fungsi dan sebuah variable"
745
746 #: builtins/set.def:808
747 #, c-format
748 msgid "%s: cannot unset"
749 msgstr "%s: tidak dapat unset"
750
751 #: builtins/set.def:815
752 #, c-format
753 msgid "%s: cannot unset: readonly %s"
754 msgstr "%s: tidak dapat unset: baca-saja %s"
755
756 #: builtins/set.def:826
757 #, c-format
758 msgid "%s: not an array variable"
759 msgstr "%s: bukan sebuah variabel array"
760
761 #: builtins/setattr.def:186
762 #, c-format
763 msgid "%s: not a function"
764 msgstr "%s: bukan sebuah fungsi"
765
766 #: builtins/shift.def:71 builtins/shift.def:77
767 msgid "shift count"
768 msgstr "shift terhitung"
769
770 #: builtins/shopt.def:264
771 msgid "cannot set and unset shell options simultaneously"
772 msgstr "tidak dapat menset dan menunset pilihan shell secara bersamaan"
773
774 #: builtins/shopt.def:329
775 #, c-format
776 msgid "%s: invalid shell option name"
777 msgstr "%s: nama pilihan shell tidak valid"
778
779 #: builtins/source.def:130
780 msgid "filename argument required"
781 msgstr "argumen nama file dibutuhkan"
782
783 #: builtins/source.def:155
784 #, c-format
785 msgid "%s: file not found"
786 msgstr "%s: berkas tidak ditemukan"
787
788 #: builtins/suspend.def:101
789 msgid "cannot suspend"
790 msgstr "tidak dapat suspend"
791
792 #: builtins/suspend.def:111
793 msgid "cannot suspend a login shell"
794 msgstr "tidak dapat suspend sebuah login shell"
795
796 #: builtins/type.def:234
797 #, c-format
798 msgid "%s is aliased to `%s'\n"
799 msgstr "%s sudah dialiasi ke `%s'\n"
800
801 #: builtins/type.def:255
802 #, c-format
803 msgid "%s is a shell keyword\n"
804 msgstr "%s adalah sebuah shell dengan kata kunci\n"
805
806 #: builtins/type.def:274
807 #, c-format
808 msgid "%s is a function\n"
809 msgstr "%s adalah sebuah fungsi\n"
810
811 #: builtins/type.def:296
812 #, c-format
813 msgid "%s is a shell builtin\n"
814 msgstr "%s adalah sebuah shell builtin\n"
815
816 #: builtins/type.def:317 builtins/type.def:391
817 #, c-format
818 msgid "%s is %s\n"
819 msgstr "%s adalah %s\n"
820
821 #: builtins/type.def:337
822 #, c-format
823 msgid "%s is hashed (%s)\n"
824 msgstr "%s memiliki hash (%s)\n"
825
826 #: builtins/ulimit.def:376
827 #, c-format
828 msgid "%s: invalid limit argument"
829 msgstr "%s: argumen limit tidak valid"
830
831 #: builtins/ulimit.def:402
832 #, c-format
833 msgid "`%c': bad command"
834 msgstr "`%c': perintah buruk"
835
836 #: builtins/ulimit.def:431
837 #, c-format
838 msgid "%s: cannot get limit: %s"
839 msgstr "%s: tidak dapat get limit: %s"
840
841 #: builtins/ulimit.def:457
842 msgid "limit"
843 msgstr "batas"
844
845 #: builtins/ulimit.def:469 builtins/ulimit.def:769
846 #, c-format
847 msgid "%s: cannot modify limit: %s"
848 msgstr "%s: tidak dapat memodifikasi batas: %s"
849
850 #: builtins/umask.def:118
851 msgid "octal number"
852 msgstr "nomor oktal"
853
854 #: builtins/umask.def:231
855 #, c-format
856 msgid "`%c': invalid symbolic mode operator"
857 msgstr "`%c': operator mode symbolic tidak valid"
858
859 #: builtins/umask.def:286
860 #, c-format
861 msgid "`%c': invalid symbolic mode character"
862 msgstr "`%c': mode karakter symbolic tidak valid"
863
864 #: error.c:90 error.c:321 error.c:323 error.c:325
865 msgid " line "
866 msgstr " baris "
867
868 #: error.c:165
869 #, c-format
870 msgid "last command: %s\n"
871 msgstr "perintah terakhir: %s\n"
872
873 #: error.c:173
874 #, c-format
875 msgid "Aborting..."
876 msgstr "membatalkan..."
877
878 #: error.c:406
879 msgid "unknown command error"
880 msgstr "perintah error tidak diketahui"
881
882 #: error.c:407
883 msgid "bad command type"
884 msgstr "tipe perintah buruk"
885
886 #: error.c:408
887 msgid "bad connector"
888 msgstr "konektor buruk"
889
890 #: error.c:409
891 msgid "bad jump"
892 msgstr "lompat buruk"
893
894 #: error.c:447
895 #, c-format
896 msgid "%s: unbound variable"
897 msgstr "%s: variabel tidak terikat"
898
899 #: eval.c:181
900 #, c-format
901 msgid "\atimed out waiting for input: auto-logout\n"
902 msgstr "kehabisan waktu menunggu masukan: otomatis-keluar\n"
903
904 #: execute_cmd.c:504
905 #, c-format
906 msgid "cannot redirect standard input from /dev/null: %s"
907 msgstr "tidak dapat menyalurkan masukan standar dari /dev/null: %s"
908
909 #: execute_cmd.c:1168
910 #, c-format
911 msgid "TIMEFORMAT: `%c': invalid format character"
912 msgstr "TIMEFORMAT: `%c': karakter format tidak valid"
913
914 #: execute_cmd.c:2121
915 msgid "pipe error"
916 msgstr "pipe error"
917
918 #: execute_cmd.c:4640
919 #, c-format
920 msgid "%s: restricted: cannot specify `/' in command names"
921 msgstr ""
922 "%s: dibatasi: tidak dapat menspesifikasikan '/' dalam nama nama perintah"
923
924 #: execute_cmd.c:4735
925 #, c-format
926 msgid "%s: command not found"
927 msgstr "%s: perintah tidak ditemukan"
928
929 #: execute_cmd.c:4959
930 #, fuzzy, c-format
931 msgid "%s: %s"
932 msgstr "%s adalah %s\n"
933
934 #: execute_cmd.c:4995
935 #, c-format
936 msgid "%s: %s: bad interpreter"
937 msgstr "%s: %s: interpreter buruk"
938
939 #: execute_cmd.c:5144
940 #, c-format
941 msgid "cannot duplicate fd %d to fd %d"
942 msgstr "tidak dapat menduplikasikan fd %d ke fd %d"
943
944 #: expr.c:256
945 msgid "expression recursion level exceeded"
946 msgstr "expresi level rekursi terlewati"
947
948 #: expr.c:280
949 msgid "recursion stack underflow"
950 msgstr "rekursi stack underflow"
951
952 #: expr.c:422
953 msgid "syntax error in expression"
954 msgstr "syntax error dalam expresi"
955
956 #: expr.c:463
957 msgid "attempted assignment to non-variable"
958 msgstr "mencoba menempatkan ke bukan sebuah variabel"
959
960 #: expr.c:486 expr.c:491 expr.c:807
961 msgid "division by 0"
962 msgstr "dibagi oleh 0"
963
964 #: expr.c:517
965 msgid "bug: bad expassign token"
966 msgstr "bug: tanda expassign buruk"
967
968 #: expr.c:564
969 msgid "`:' expected for conditional expression"
970 msgstr "`:' diharapkan untuk sebuah pernyataan kondisional"
971
972 #: expr.c:832
973 msgid "exponent less than 0"
974 msgstr "eksponen kurang dari 0"
975
976 #: expr.c:887
977 msgid "identifier expected after pre-increment or pre-decrement"
978 msgstr "idenfier diharapkan setelah pre-increment atau pre-decrement"
979
980 #: expr.c:910
981 msgid "missing `)'"
982 msgstr "hilang `)'"
983
984 #: expr.c:959 expr.c:1282
985 msgid "syntax error: operand expected"
986 msgstr "syntax error: operand diharapkan"
987
988 #: expr.c:1284
989 msgid "syntax error: invalid arithmetic operator"
990 msgstr "syntax error: operator arithmetic tidak valid"
991
992 #: expr.c:1308
993 #, c-format
994 msgid "%s%s%s: %s (error token is \"%s\")"
995 msgstr "%s%s%s: %s (error token adalah \"%s\")"
996
997 #: expr.c:1366
998 msgid "invalid arithmetic base"
999 msgstr "basis arithmetic tidak valid"
1000
1001 #: expr.c:1386
1002 msgid "value too great for base"
1003 msgstr "nilai terlalu besar untuk basis"
1004
1005 #: expr.c:1435
1006 #, c-format
1007 msgid "%s: expression error\n"
1008 msgstr "%s: expresi error\n"
1009
1010 #: general.c:61
1011 msgid "getcwd: cannot access parent directories"
1012 msgstr "getcwd: tidak dapat mengakses direktori orang tua"
1013
1014 #: input.c:94 subst.c:5082
1015 #, c-format
1016 msgid "cannot reset nodelay mode for fd %d"
1017 msgstr "tidak dapat mereset mode nodelay untuk fd %d"
1018
1019 #: input.c:260
1020 #, c-format
1021 msgid "cannot allocate new file descriptor for bash input from fd %d"
1022 msgstr ""
1023 "tidak dapat mengalokasikan berkas deskripsi bari untuk masukan bash dari fd %"
1024 "d"
1025
1026 #: input.c:268
1027 #, c-format
1028 msgid "save_bash_input: buffer already exists for new fd %d"
1029 msgstr "simpan bash_input: buffer telah ada untuk fd %d baru"
1030
1031 #: jobs.c:468
1032 msgid "start_pipeline: pgrp pipe"
1033 msgstr "start_pipeline: pgrp pipe"
1034
1035 #: jobs.c:889
1036 #, c-format
1037 msgid "forked pid %d appears in running job %d"
1038 msgstr "forked pid %d terlihat dalam pekerjaan yang sedang berjalan %d"
1039
1040 #: jobs.c:1007
1041 #, c-format
1042 msgid "deleting stopped job %d with process group %ld"
1043 msgstr "menghapus pekerjaan yang terhenti %d dengan proses grup %ld"
1044
1045 #: jobs.c:1112
1046 #, c-format
1047 msgid "add_process: process %5ld (%s) in the_pipeline"
1048 msgstr "add_process: process %5ld (%s) dalam the_pipeline"
1049
1050 #: jobs.c:1115
1051 #, c-format
1052 msgid "add_process: pid %5ld (%s) marked as still alive"
1053 msgstr "add_process: pid %5ld (%s) ditandai dengan tetap hidup"
1054
1055 #: jobs.c:1430
1056 #, c-format
1057 msgid "describe_pid: %ld: no such pid"
1058 msgstr "describe_pid: %ld: tidak ada pid seperti itu"
1059
1060 #: jobs.c:1445
1061 #, c-format
1062 msgid "Signal %d"
1063 msgstr "sinyal %d"
1064
1065 #: jobs.c:1459 jobs.c:1484
1066 msgid "Done"
1067 msgstr "Selesai"
1068
1069 #: jobs.c:1464 siglist.c:123
1070 msgid "Stopped"
1071 msgstr "Terhenti"
1072
1073 #: jobs.c:1468
1074 #, c-format
1075 msgid "Stopped(%s)"
1076 msgstr "Terhenti(%s)"
1077
1078 #: jobs.c:1472
1079 msgid "Running"
1080 msgstr "Berjalan"
1081
1082 #: jobs.c:1486
1083 #, c-format
1084 msgid "Done(%d)"
1085 msgstr "Selesai(%d)"
1086
1087 #: jobs.c:1488
1088 #, c-format
1089 msgid "Exit %d"
1090 msgstr "Keluar %d"
1091
1092 #: jobs.c:1491
1093 msgid "Unknown status"
1094 msgstr "Status tidak diketahui"
1095
1096 #: jobs.c:1578
1097 #, c-format
1098 msgid "(core dumped) "
1099 msgstr "(core didump) "
1100
1101 #: jobs.c:1597
1102 #, c-format
1103 msgid "  (wd: %s)"
1104 msgstr "  (wd: %s)"
1105
1106 #: jobs.c:1805
1107 #, c-format
1108 msgid "child setpgid (%ld to %ld)"
1109 msgstr "anak setpgid (%ld ke %ld)"
1110
1111 #: jobs.c:2133 nojobs.c:585
1112 #, c-format
1113 msgid "wait: pid %ld is not a child of this shell"
1114 msgstr "wait: pid %ld bukan sebuah anak dari shell ini"
1115
1116 #: jobs.c:2360
1117 #, c-format
1118 msgid "wait_for: No record of process %ld"
1119 msgstr "wait_for: Tidak ada catatan untuk proses %ld"
1120
1121 #: jobs.c:2637
1122 #, c-format
1123 msgid "wait_for_job: job %d is stopped"
1124 msgstr "wait_for_job: pekerjaan %d terhenti"
1125
1126 #: jobs.c:2859
1127 #, c-format
1128 msgid "%s: job has terminated"
1129 msgstr "%s: pekerjaan telah selesai"
1130
1131 #: jobs.c:2868
1132 #, c-format
1133 msgid "%s: job %d already in background"
1134 msgstr "%s: pekerjaan %d sudah berjalan di belakang (background)"
1135
1136 #: jobs.c:3089
1137 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1138 msgstr "waitchld: mengaktifkan WNOHANG untuk menghindari blok tak terhingga"
1139
1140 #: jobs.c:3538
1141 #, c-format
1142 msgid "%s: line %d: "
1143 msgstr "%s: baris %d: "
1144
1145 #: jobs.c:3552 nojobs.c:814
1146 #, c-format
1147 msgid " (core dumped)"
1148 msgstr " (core didump)"
1149
1150 #: jobs.c:3564 jobs.c:3577
1151 #, c-format
1152 msgid "(wd now: %s)\n"
1153 msgstr "(wd sekarang: %s)\n"
1154
1155 #: jobs.c:3609
1156 msgid "initialize_job_control: getpgrp failed"
1157 msgstr "initialize_job_control: getpgrp gagal"
1158
1159 #: jobs.c:3669
1160 msgid "initialize_job_control: line discipline"
1161 msgstr "initialize_job_control: baris disiplin"
1162
1163 #: jobs.c:3679
1164 msgid "initialize_job_control: setpgid"
1165 msgstr "initialize_job_control: setpgid"
1166
1167 #: jobs.c:3707
1168 #, c-format
1169 msgid "cannot set terminal process group (%d)"
1170 msgstr "tidak dapat menset terminal proses grup (%d)"
1171
1172 #: jobs.c:3712
1173 msgid "no job control in this shell"
1174 msgstr "tidak ada pengontrol pekerjaan dalam shell ini"
1175
1176 #: lib/malloc/malloc.c:296
1177 #, c-format
1178 msgid "malloc: failed assertion: %s\n"
1179 msgstr "malloc: gagal assertion: %s\n"
1180
1181 #: lib/malloc/malloc.c:312
1182 #, c-format
1183 msgid ""
1184 "\r\n"
1185 "malloc: %s:%d: assertion botched\r\n"
1186 msgstr ""
1187 "\r\n"
1188 "malloc: %s:%d: assertion rusak\r\n"
1189
1190 #: lib/malloc/malloc.c:313
1191 msgid "unknown"
1192 msgstr "tidak diketahui"
1193
1194 #: lib/malloc/malloc.c:797
1195 msgid "malloc: block on free list clobbered"
1196 msgstr "malloc: blok dalam daftar bebas clobbered"
1197
1198 #: lib/malloc/malloc.c:874
1199 msgid "free: called with already freed block argument"
1200 msgstr "free: dipanggil dengan argumen blok yang sudah dibebaskan"
1201
1202 #: lib/malloc/malloc.c:877
1203 msgid "free: called with unallocated block argument"
1204 msgstr "free: dipanggil dengan argumen blok yang tidak dialokasikan"
1205
1206 #: lib/malloc/malloc.c:896
1207 msgid "free: underflow detected; mh_nbytes out of range"
1208 msgstr "free: underflow terdeteksi; mh_nbytes diluar dari jangkauan"
1209
1210 #: lib/malloc/malloc.c:902
1211 msgid "free: start and end chunk sizes differ"
1212 msgstr "free: awal dan akhir dari ukuran potongan berbeda"
1213
1214 #: lib/malloc/malloc.c:1001
1215 msgid "realloc: called with unallocated block argument"
1216 msgstr "realloc: dipanggil dengan argumen blok yang tidak teralokasikan"
1217
1218 #: lib/malloc/malloc.c:1016
1219 msgid "realloc: underflow detected; mh_nbytes out of range"
1220 msgstr "realloc: underflow terdeteksi; my_nbytes diluar dari jangkauan"
1221
1222 #: lib/malloc/malloc.c:1022
1223 msgid "realloc: start and end chunk sizes differ"
1224 msgstr "realloc: awal dan akhir dari ukuran potongan berbeda"
1225
1226 #: lib/malloc/table.c:177
1227 #, c-format
1228 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1229 msgstr "register_alloc: tabel alokasi penuh dengan FIND_ALLOC?\n"
1230
1231 #: lib/malloc/table.c:184
1232 #, c-format
1233 msgid "register_alloc: %p already in table as allocated?\n"
1234 msgstr ""
1235 "register_alloc: %p sudah berada dalam tabel sepertinya sudah dialokasikan?\n"
1236
1237 #: lib/malloc/table.c:220
1238 #, c-format
1239 msgid "register_free: %p already in table as free?\n"
1240 msgstr "register_free: %p sudah berada dalam tabel sebagai bebas?\n"
1241
1242 #: lib/sh/fmtulong.c:101
1243 msgid "invalid base"
1244 msgstr "basis tidak valid"
1245
1246 #: lib/sh/netopen.c:168
1247 #, c-format
1248 msgid "%s: host unknown"
1249 msgstr "%s: host tidak diketahui"
1250
1251 #: lib/sh/netopen.c:175
1252 #, c-format
1253 msgid "%s: invalid service"
1254 msgstr "%s: layanan tidak valid"
1255
1256 #: lib/sh/netopen.c:306
1257 #, c-format
1258 msgid "%s: bad network path specification"
1259 msgstr "%s: spesifikasi jalur network buruk"
1260
1261 #: lib/sh/netopen.c:346
1262 msgid "network operations not supported"
1263 msgstr "operasi jaringan tidak dilayani"
1264
1265 #: locale.c:192
1266 #, c-format
1267 msgid "setlocale: LC_ALL: cannot change locale (%s)"
1268 msgstr "setlocale: LC_ALL: tidak dapat mengubah lokal (%s)"
1269
1270 #: locale.c:194
1271 #, c-format
1272 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1273 msgstr "setlocale: LC_ALL: tidak dapat mengubah local (%s): %s"
1274
1275 #: locale.c:247
1276 #, c-format
1277 msgid "setlocale: %s: cannot change locale (%s)"
1278 msgstr "setlocale: %s: tidak dapat mengubah lokal (%s)"
1279
1280 #: locale.c:249
1281 #, c-format
1282 msgid "setlocale: %s: cannot change locale (%s): %s"
1283 msgstr "setlocale: %s: tidak dapat mengubah lokal (%s): %s"
1284
1285 #: mailcheck.c:433
1286 msgid "You have mail in $_"
1287 msgstr "Anda memiliki surat dalam $_"
1288
1289 #: mailcheck.c:458
1290 msgid "You have new mail in $_"
1291 msgstr "Anda memiliki surat baru dalam $_"
1292
1293 #: mailcheck.c:474
1294 #, c-format
1295 msgid "The mail in %s has been read\n"
1296 msgstr "Surat dalam %s telah dibaca\n"
1297
1298 #: make_cmd.c:323
1299 msgid "syntax error: arithmetic expression required"
1300 msgstr "syntax error: membutuhkan ekspresi arithmetic"
1301
1302 #: make_cmd.c:325
1303 msgid "syntax error: `;' unexpected"
1304 msgstr "syntax error: `;' tidak terduga"
1305
1306 #: make_cmd.c:326
1307 #, c-format
1308 msgid "syntax error: `((%s))'"
1309 msgstr "syntax error: `((%s))'"
1310
1311 #: make_cmd.c:575
1312 #, c-format
1313 msgid "make_here_document: bad instruction type %d"
1314 msgstr "make_here_document: tipe instruksi buruk %d"
1315
1316 #: make_cmd.c:659
1317 #, c-format
1318 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1319 msgstr ""
1320 "dokumen-disini di baris %d dibatasi oleh akhir-dari-berkas (diinginkan `%s')"
1321
1322 #: make_cmd.c:756
1323 #, c-format
1324 msgid "make_redirection: redirection instruction `%d' out of range"
1325 msgstr "make_redirection: instruksi redireksi `%d' diluar dari jangkauan"
1326
1327 #: parse.y:3173 parse.y:3444
1328 #, c-format
1329 msgid "unexpected EOF while looking for matching `%c'"
1330 msgstr "EOF tidak terduga ketika mencari untuk pencocokan `%c'"
1331
1332 #: parse.y:4025
1333 msgid "unexpected EOF while looking for `]]'"
1334 msgstr "EOF tidak terduga ketika mencari untuk `]]'"
1335
1336 #: parse.y:4030
1337 #, c-format
1338 msgid "syntax error in conditional expression: unexpected token `%s'"
1339 msgstr "syntax error dalam ekspresi kondisional: tanda `%s' tidak terduga"
1340
1341 #: parse.y:4034
1342 msgid "syntax error in conditional expression"
1343 msgstr "syntax error dalam ekspresi kondisional"
1344
1345 #: parse.y:4112
1346 #, c-format
1347 msgid "unexpected token `%s', expected `)'"
1348 msgstr "tanda `%s' tidak terduga, diduga `)'"
1349
1350 #: parse.y:4116
1351 msgid "expected `)'"
1352 msgstr "diduga `)'"
1353
1354 #: parse.y:4144
1355 #, c-format
1356 msgid "unexpected argument `%s' to conditional unary operator"
1357 msgstr "argumen tidak terduga `%s' ke operator kondisional unary"
1358
1359 #: parse.y:4148
1360 msgid "unexpected argument to conditional unary operator"
1361 msgstr "argumen tidak terduga untuk operasi unary kondisional"
1362
1363 #: parse.y:4194
1364 #, c-format
1365 msgid "unexpected token `%s', conditional binary operator expected"
1366 msgstr "tanda `%s' tidak terduga, operator binary kondisional diduga"
1367
1368 #: parse.y:4198
1369 msgid "conditional binary operator expected"
1370 msgstr "operator binary kondisional diduga"
1371
1372 #: parse.y:4220
1373 #, c-format
1374 msgid "unexpected argument `%s' to conditional binary operator"
1375 msgstr "argumen `%s' tidak terduga ke operator binary kondisional"
1376
1377 #: parse.y:4224
1378 msgid "unexpected argument to conditional binary operator"
1379 msgstr "argumen tidak terduga ke operasi binary kondisional"
1380
1381 #: parse.y:4235
1382 #, c-format
1383 msgid "unexpected token `%c' in conditional command"
1384 msgstr "tanda `%c' tidak terduga dalam perintah kondisional"
1385
1386 #: parse.y:4238
1387 #, c-format
1388 msgid "unexpected token `%s' in conditional command"
1389 msgstr "tanda `%s' tidak terduga dalam perintah kondisional"
1390
1391 #: parse.y:4242
1392 #, c-format
1393 msgid "unexpected token %d in conditional command"
1394 msgstr "tanda %d tidak terduga dalam perintah kondisional"
1395
1396 #: parse.y:5566
1397 #, c-format
1398 msgid "syntax error near unexpected token `%s'"
1399 msgstr "syntax error didekat tanda `%s' yang tidak terduga"
1400
1401 #: parse.y:5584
1402 #, c-format
1403 msgid "syntax error near `%s'"
1404 msgstr "syntax error didekat `%s'"
1405
1406 #: parse.y:5594
1407 msgid "syntax error: unexpected end of file"
1408 msgstr "syntax error: tidak terduga diakhir dari berkas"
1409
1410 #: parse.y:5594
1411 msgid "syntax error"
1412 msgstr "syntax error"
1413
1414 #: parse.y:5656
1415 #, c-format
1416 msgid "Use \"%s\" to leave the shell.\n"
1417 msgstr "Gunakan \"%s\" untuk meninggalkan shell.\n"
1418
1419 #: parse.y:5818
1420 msgid "unexpected EOF while looking for matching `)'"
1421 msgstr "EOF tidak terduga ketika mencari untuk pencocokan ')'"
1422
1423 #: pcomplete.c:1030
1424 #, c-format
1425 msgid "completion: function `%s' not found"
1426 msgstr "completion: fungsi `%s' tidak ditemukan"
1427
1428 #: pcomplib.c:182
1429 #, c-format
1430 msgid "progcomp_insert: %s: NULL COMPSPEC"
1431 msgstr "progcomp_insert: %s: NULL COMPSPEC"
1432
1433 #: print_cmd.c:296
1434 #, c-format
1435 msgid "print_command: bad connector `%d'"
1436 msgstr "print_command: konektor buruk `%d'"
1437
1438 #: print_cmd.c:368
1439 #, c-format
1440 msgid "xtrace_set: %d: invalid file descriptor"
1441 msgstr "xtrace_set: %d: berkas pendeskripsi tidak valid"
1442
1443 #: print_cmd.c:373
1444 msgid "xtrace_set: NULL file pointer"
1445 msgstr "xtrace_set: berkas penunjuk KOSONG"
1446
1447 #: print_cmd.c:377
1448 #, c-format
1449 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1450 msgstr "xtrace fd (%d) != fileno xtrace fp (%d)"
1451
1452 #: print_cmd.c:1478
1453 #, c-format
1454 msgid "cprintf: `%c': invalid format character"
1455 msgstr "cprintf: '%c': format karakter tidak valid"
1456
1457 #: redir.c:122
1458 msgid "file descriptor out of range"
1459 msgstr "berkas deskripsi diluar dari jangkauan"
1460
1461 #: redir.c:178
1462 #, c-format
1463 msgid "%s: ambiguous redirect"
1464 msgstr "%s: redirect ambigu"
1465
1466 #: redir.c:182
1467 #, c-format
1468 msgid "%s: cannot overwrite existing file"
1469 msgstr "%s: tidak dapat menulis berkas yang sudah ada"
1470
1471 #: redir.c:187
1472 #, c-format
1473 msgid "%s: restricted: cannot redirect output"
1474 msgstr "%s: restricted: tidak dapat meredirect keluaran"
1475
1476 #: redir.c:192
1477 #, c-format
1478 msgid "cannot create temp file for here-document: %s"
1479 msgstr "tidak dapat membuat berkas sementara untuk dokumen disini: %s"
1480
1481 #: redir.c:196
1482 #, c-format
1483 msgid "%s: cannot assign fd to variable"
1484 msgstr "%s: tidak dapat meng-'assign' fd ke variabel"
1485
1486 #: redir.c:548
1487 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1488 msgstr "/dev/(tcp|udp)/host/port tidak dilayani tanpa jaringan"
1489
1490 #: redir.c:818 redir.c:930 redir.c:993 redir.c:1136
1491 msgid "redirection error: cannot duplicate fd"
1492 msgstr "redirection error: tidak dapat menduplikasi fd"
1493
1494 #: shell.c:333
1495 msgid "could not find /tmp, please create!"
1496 msgstr "tidak dapat menemukan /tmp, tolong buat!"
1497
1498 #: shell.c:337
1499 msgid "/tmp must be a valid directory name"
1500 msgstr "/tmp harus berupa sebuah nama direktori yang valid"
1501
1502 #: shell.c:884
1503 #, c-format
1504 msgid "%c%c: invalid option"
1505 msgstr "%c%c: pilihan tidak valid"
1506
1507 #: shell.c:1652
1508 msgid "I have no name!"
1509 msgstr "Aku tidak memiliki nama!"
1510
1511 #: shell.c:1795
1512 #, c-format
1513 msgid "GNU bash, version %s-(%s)\n"
1514 msgstr "GNU bash, versi %s-(%s)\n"
1515
1516 #: shell.c:1796
1517 #, c-format
1518 msgid ""
1519 "Usage:\t%s [GNU long option] [option] ...\n"
1520 "\t%s [GNU long option] [option] script-file ...\n"
1521 msgstr ""
1522 "Penggunaan:\t%s [GNU pilihan panjang] [pilihan] ...\n"
1523 "\t%s [GNU pilihan panjang] [pilihan] berkas-script ...\n"
1524
1525 #: shell.c:1798
1526 msgid "GNU long options:\n"
1527 msgstr "GNU pilihan panjang:\n"
1528
1529 #: shell.c:1802
1530 msgid "Shell options:\n"
1531 msgstr "Pilihan shell:\n"
1532
1533 #: shell.c:1803
1534 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1535 msgstr "\t-irsD atau -c perintah atau -O shopt_option\t\t(hanya pemanggilan)\n"
1536
1537 #: shell.c:1818
1538 #, c-format
1539 msgid "\t-%s or -o option\n"
1540 msgstr "\t-%s atau pilihan -o\n"
1541
1542 #: shell.c:1824
1543 #, c-format
1544 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1545 msgstr ""
1546 "Ketik `%s -c \"help set\"' untuk informasi lebih lanjut mengenai pilihan "
1547 "shell.\n"
1548
1549 #: shell.c:1825
1550 #, c-format
1551 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1552 msgstr ""
1553 "Ketik `%s -c help' untuk informasi lebih lanjut mengenai perintah builting "
1554 "shell.\n"
1555
1556 #: shell.c:1826
1557 #, c-format
1558 msgid "Use the `bashbug' command to report bugs.\n"
1559 msgstr "Gunakan perintah 'bashbug' untuk melaporkan bugs.\n"
1560
1561 #: sig.c:638
1562 #, c-format
1563 msgid "sigprocmask: %d: invalid operation"
1564 msgstr "sigprocmask: %d: operasi tidak valid"
1565
1566 #: siglist.c:48
1567 msgid "Bogus signal"
1568 msgstr "Sinyal palsu"
1569
1570 #: siglist.c:51
1571 msgid "Hangup"
1572 msgstr "Hangup"
1573
1574 #: siglist.c:55
1575 msgid "Interrupt"
1576 msgstr "Interupsi"
1577
1578 #: siglist.c:59
1579 msgid "Quit"
1580 msgstr "Berhenti"
1581
1582 #: siglist.c:63
1583 msgid "Illegal instruction"
1584 msgstr "Instruksi ilegal"
1585
1586 #: siglist.c:67
1587 msgid "BPT trace/trap"
1588 msgstr "BPT trace/trap"
1589
1590 #: siglist.c:75
1591 msgid "ABORT instruction"
1592 msgstr "Instruksi ABORT"
1593
1594 #: siglist.c:79
1595 msgid "EMT instruction"
1596 msgstr "Instruksi EMT"
1597
1598 #: siglist.c:83
1599 msgid "Floating point exception"
1600 msgstr "Floating point exception"
1601
1602 #: siglist.c:87
1603 msgid "Killed"
1604 msgstr "Dibunuh"
1605
1606 #: siglist.c:91
1607 msgid "Bus error"
1608 msgstr "Bus error"
1609
1610 #: siglist.c:95
1611 msgid "Segmentation fault"
1612 msgstr "Kesalahan segmentasi"
1613
1614 #: siglist.c:99
1615 msgid "Bad system call"
1616 msgstr "Pemanggilan sistem buruk"
1617
1618 #: siglist.c:103
1619 msgid "Broken pipe"
1620 msgstr "Pipe rusak"
1621
1622 #: siglist.c:107
1623 msgid "Alarm clock"
1624 msgstr "Alarm clock"
1625
1626 #: siglist.c:111
1627 msgid "Terminated"
1628 msgstr "Selesai"
1629
1630 #: siglist.c:115
1631 msgid "Urgent IO condition"
1632 msgstr "Kodisi IO penting"
1633
1634 #: siglist.c:119
1635 msgid "Stopped (signal)"
1636 msgstr "Terhenti (sinyal)"
1637
1638 #: siglist.c:127
1639 msgid "Continue"
1640 msgstr "Melanjutkan"
1641
1642 #: siglist.c:135
1643 msgid "Child death or stop"
1644 msgstr "Anak tewas atau berhenti"
1645
1646 #: siglist.c:139
1647 msgid "Stopped (tty input)"
1648 msgstr "Terhenti (tty input)"
1649
1650 #: siglist.c:143
1651 msgid "Stopped (tty output)"
1652 msgstr "Terhenti (tty output)"
1653
1654 #: siglist.c:147
1655 msgid "I/O ready"
1656 msgstr "I/O siap"
1657
1658 #: siglist.c:151
1659 msgid "CPU limit"
1660 msgstr "Batas CPU"
1661
1662 #: siglist.c:155
1663 msgid "File limit"
1664 msgstr "Batas berkas"
1665
1666 #: siglist.c:159
1667 msgid "Alarm (virtual)"
1668 msgstr "Alarm (virtual)"
1669
1670 #: siglist.c:163
1671 msgid "Alarm (profile)"
1672 msgstr "Alarm (profile)"
1673
1674 #: siglist.c:167
1675 msgid "Window changed"
1676 msgstr "Window berubah"
1677
1678 #: siglist.c:171
1679 msgid "Record lock"
1680 msgstr "Catatan terkunci"
1681
1682 #: siglist.c:175
1683 msgid "User signal 1"
1684 msgstr "Sinyal pengguna 1"
1685
1686 #: siglist.c:179
1687 msgid "User signal 2"
1688 msgstr "Sinyal pengguna 2"
1689
1690 #: siglist.c:183
1691 msgid "HFT input data pending"
1692 msgstr "HFT masukan data tertunda"
1693
1694 #: siglist.c:187
1695 msgid "power failure imminent"
1696 msgstr "Kelihatannya akan terjadi kegagalan power suply"
1697
1698 #: siglist.c:191
1699 msgid "system crash imminent"
1700 msgstr "Kelihatannya akan terjadi kerusakan sistem"
1701
1702 #: siglist.c:195
1703 msgid "migrate process to another CPU"
1704 msgstr "pindahkan proses ke CPU lain"
1705
1706 #: siglist.c:199
1707 msgid "programming error"
1708 msgstr "error dalam pemrograman"
1709
1710 #: siglist.c:203
1711 msgid "HFT monitor mode granted"
1712 msgstr "HFT mode monitoring diberikan"
1713
1714 #: siglist.c:207
1715 msgid "HFT monitor mode retracted"
1716 msgstr "HFT mode monitoring ditarik"
1717
1718 #: siglist.c:211
1719 msgid "HFT sound sequence has completed"
1720 msgstr "HFTP sound sequence telah selesai"
1721
1722 #: siglist.c:215
1723 msgid "Information request"
1724 msgstr "Permintaan informasi"
1725
1726 #: siglist.c:223
1727 msgid "Unknown Signal #"
1728 msgstr "Sinyal tidak diketahui #"
1729
1730 #: siglist.c:225
1731 #, c-format
1732 msgid "Unknown Signal #%d"
1733 msgstr "Sinyal tidak diketahui #%d"
1734
1735 #: subst.c:1333 subst.c:1502
1736 #, c-format
1737 msgid "bad substitution: no closing `%s' in %s"
1738 msgstr "substitusi buruk: tidak ada penutupan `%s' dalam %s"
1739
1740 #: subst.c:2795
1741 #, c-format
1742 msgid "%s: cannot assign list to array member"
1743 msgstr "%s: tidak dapat meng-assign daftar kedalam anggoya array"
1744
1745 #: subst.c:4979 subst.c:4995
1746 msgid "cannot make pipe for process substitution"
1747 msgstr "tidak dapat membuat pipe untuk proses substitusi"
1748
1749 #: subst.c:5027
1750 msgid "cannot make child for process substitution"
1751 msgstr "tidak dapat membuat anak untuk proses substitusi"
1752
1753 #: subst.c:5072
1754 #, c-format
1755 msgid "cannot open named pipe %s for reading"
1756 msgstr "tidak dapat membuka named pipe %s untuk membaca"
1757
1758 #: subst.c:5074
1759 #, c-format
1760 msgid "cannot open named pipe %s for writing"
1761 msgstr "tidak dapat membukan named pipe %s untuk menulis"
1762
1763 #: subst.c:5092
1764 #, c-format
1765 msgid "cannot duplicate named pipe %s as fd %d"
1766 msgstr "tidak dapat menduplikasi nama pipe %s sebagai fd %d"
1767
1768 #: subst.c:5284
1769 msgid "cannot make pipe for command substitution"
1770 msgstr "tidak dapat membuat pipe untuk perintah substitusi"
1771
1772 #: subst.c:5322
1773 msgid "cannot make child for command substitution"
1774 msgstr "tidak dapat membuat anak untuk perintah substitusi"
1775
1776 #: subst.c:5339
1777 msgid "command_substitute: cannot duplicate pipe as fd 1"
1778 msgstr "command_substitute: tidak dapat menduplikasikan pipe sebagi fd 1"
1779
1780 #: subst.c:5859
1781 #, c-format
1782 msgid "%s: parameter null or not set"
1783 msgstr "%s: parameter kosong atau tidak diset"
1784
1785 #: subst.c:6125 subst.c:6140
1786 #, c-format
1787 msgid "%s: substring expression < 0"
1788 msgstr "%s: substring expresi < 0"
1789
1790 #: subst.c:7271
1791 #, c-format
1792 msgid "%s: bad substitution"
1793 msgstr "%s: substitusi buruk"
1794
1795 #: subst.c:7347
1796 #, c-format
1797 msgid "$%s: cannot assign in this way"
1798 msgstr "$%s: tidak dapat meng-assign dengan cara ini"
1799
1800 #: subst.c:7684
1801 msgid ""
1802 "future versions of the shell will force evaluation as an arithmetic "
1803 "substitution"
1804 msgstr ""
1805 "versi selanjutnya dari shell akan memaksa evaluasi dari sebuah penggantian "
1806 "aritmetika"
1807
1808 #: subst.c:8149
1809 #, c-format
1810 msgid "bad substitution: no closing \"`\" in %s"
1811 msgstr "substitusi buruk: tidak ada penutupan \"\" dalam %s"
1812
1813 #: subst.c:9036
1814 #, c-format
1815 msgid "no match: %s"
1816 msgstr "tidak cocok: %s"
1817
1818 #: test.c:146
1819 msgid "argument expected"
1820 msgstr "argumen diharapkan"
1821
1822 #: test.c:155
1823 #, c-format
1824 msgid "%s: integer expression expected"
1825 msgstr "%s: expresi integer diduga"
1826
1827 #: test.c:263
1828 msgid "`)' expected"
1829 msgstr "')' diduga"
1830
1831 #: test.c:265
1832 #, c-format
1833 msgid "`)' expected, found %s"
1834 msgstr "`)' diduga, ditemukan %s"
1835
1836 #: test.c:280 test.c:698 test.c:701
1837 #, c-format
1838 msgid "%s: unary operator expected"
1839 msgstr "%s: operator unary diduga"
1840
1841 #: test.c:449 test.c:741
1842 #, c-format
1843 msgid "%s: binary operator expected"
1844 msgstr "%s: operator binary diduga"
1845
1846 #: test.c:816
1847 msgid "missing `]'"
1848 msgstr "hilang `]'"
1849
1850 #: trap.c:207
1851 msgid "invalid signal number"
1852 msgstr "nomor sinyal tidak valid"
1853
1854 #: trap.c:337
1855 #, c-format
1856 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1857 msgstr "run_pending_traps: nilai buruk dalam trap_list[%d]: %p"
1858
1859 #: trap.c:341
1860 #, c-format
1861 msgid ""
1862 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1863 msgstr ""
1864 "run_pending_traps: sinyal handler adalah SIG_DFL, mengirimkan kembali %d (%"
1865 "s) kediri sendiri"
1866
1867 #: trap.c:393
1868 #, c-format
1869 msgid "trap_handler: bad signal %d"
1870 msgstr "trap_handler: sinyal buruk %d"
1871
1872 #: variables.c:363
1873 #, c-format
1874 msgid "error importing function definition for `%s'"
1875 msgstr "error mengimpor definisi fungsi untuk `%s'"
1876
1877 #: variables.c:755
1878 #, c-format
1879 msgid "shell level (%d) too high, resetting to 1"
1880 msgstr "level shell (%d) terlalu tinggi, mereset ke 1"
1881
1882 #: variables.c:1932
1883 msgid "make_local_variable: no function context at current scope"
1884 msgstr "make_local_variable: tidak ada context fungsi di scope ini"
1885
1886 #: variables.c:3182
1887 msgid "all_local_variables: no function context at current scope"
1888 msgstr "all_local_variables: tidak ada context fungsi dalam scope ini"
1889
1890 #: variables.c:3427
1891 #, c-format
1892 msgid "%s has null exportstr"
1893 msgstr "%s memiliki exportstr kosong"
1894
1895 #: variables.c:3432 variables.c:3441
1896 #, c-format
1897 msgid "invalid character %d in exportstr for %s"
1898 msgstr "karakter %d tidak valid dalam exporstr untuk %s"
1899
1900 #: variables.c:3447
1901 #, c-format
1902 msgid "no `=' in exportstr for %s"
1903 msgstr "bukan `=' dalam exportstr untuk %s"
1904
1905 #: variables.c:3891
1906 msgid "pop_var_context: head of shell_variables not a function context"
1907 msgstr ""
1908 "pop_var_context: kepala dari shell_variables bukan sebuah fungsi cbntext"
1909
1910 #: variables.c:3904
1911 msgid "pop_var_context: no global_variables context"
1912 msgstr "pop_var_context: bukan global_variable context"
1913
1914 #: variables.c:3978
1915 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1916 msgstr ""
1917 "pop_scope: kepala dari shell_variables bukan sebuah scope lingkungan "
1918 "sementara"
1919
1920 #: variables.c:4786
1921 #, c-format
1922 msgid "%s: %s: cannot open as FILE"
1923 msgstr "%s: %s: tidak dapat membuka sebagai BERKAS"
1924
1925 #: variables.c:4791
1926 #, c-format
1927 msgid "%s: %s: invalid value for trace file descriptor"
1928 msgstr "%s: %s: nilai dari berkas pendeskripsi penelusur tidak valid"
1929
1930 #: version.c:46
1931 #, fuzzy
1932 msgid "Copyright (C) 2011 Free Software Foundation, Inc."
1933 msgstr "Hak Cipta (C) 2009 Free Software Foundation, Inc."
1934
1935 #: version.c:47
1936 msgid ""
1937 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1938 "html>\n"
1939 msgstr ""
1940 "Lisensi GPLv3+: GNU GPL versi 3 atau sesudahnya <http://gnu.org/licenses/gpl."
1941 "html>\n"
1942
1943 #: version.c:86 version2.c:83
1944 #, c-format
1945 msgid "GNU bash, version %s (%s)\n"
1946 msgstr "GNU bash, versi %s (%s)\n"
1947
1948 #: version.c:91 version2.c:88
1949 #, c-format
1950 msgid "This is free software; you are free to change and redistribute it.\n"
1951 msgstr ""
1952 "Ini adalah perangkat lunak bebas; anda bebas untuk mengubah dan "
1953 "mendistribusikannya.\n"
1954
1955 #: version.c:92 version2.c:89
1956 #, c-format
1957 msgid "There is NO WARRANTY, to the extent permitted by law.\n"
1958 msgstr "TIDAK ADA GARANSI, selama masih diijinkan oleh hukum yang berlaku.\n"
1959
1960 #: version2.c:86
1961 #, c-format
1962 msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
1963 msgstr "Hak Cipta (C) 2009 Free Software Foundation, Inc.\n"
1964
1965 #: version2.c:87
1966 #, c-format
1967 msgid ""
1968 "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
1969 "html>\n"
1970 msgstr ""
1971 "Lisensi GPLv2+: GNU GPL versi 2 atau sesudahnya <http://gnu.org/licenses/gpl."
1972 "html>\n"
1973
1974 #: xmalloc.c:91
1975 #, c-format
1976 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
1977 msgstr "%s: tidak dapat mengalokasikan %lu bytes (%lu bytes teralokasi)"
1978
1979 #: xmalloc.c:93
1980 #, c-format
1981 msgid "%s: cannot allocate %lu bytes"
1982 msgstr "%s: tidak dapat mengalokasikan %lu bytes"
1983
1984 #: xmalloc.c:163
1985 #, c-format
1986 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1987 msgstr "%s: %s:%d: tidak dapat mengalokasikan %lu bytes (%lu bytes teralokasi)"
1988
1989 #: xmalloc.c:165
1990 #, c-format
1991 msgid "%s: %s:%d: cannot allocate %lu bytes"
1992 msgstr "%s: %s: %d: tidak dapat teralokasi %lu bytes"
1993
1994 #: builtins.c:43
1995 msgid "alias [-p] [name[=value] ... ]"
1996 msgstr "alias [-p] [name[=nilai] ... ]"
1997
1998 #: builtins.c:47
1999 msgid "unalias [-a] name [name ...]"
2000 msgstr "unalias [-a] name [nama ...]"
2001
2002 #: builtins.c:51
2003 msgid ""
2004 "bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2005 "x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2006 msgstr ""
2007 "bind [-lpvsPVS] [-m keymap] [-f nama berkas] [-q nama] [-u nama] [-r keyseq] "
2008 "[-x keyseq:perintah-shell] [keyseq:readline-function atau readline-command]"
2009
2010 #: builtins.c:54
2011 msgid "break [n]"
2012 msgstr "break [n]"
2013
2014 #: builtins.c:56
2015 msgid "continue [n]"
2016 msgstr "continue [n]"
2017
2018 #: builtins.c:58
2019 msgid "builtin [shell-builtin [arg ...]]"
2020 msgstr "builtin [shell-builtin [arg ...]]"
2021
2022 #: builtins.c:61
2023 msgid "caller [expr]"
2024 msgstr "pemanggil [expr]"
2025
2026 #: builtins.c:64
2027 #, fuzzy
2028 msgid "cd [-L|[-P [-e]]] [dir]"
2029 msgstr "cd [-L|-P] [direktori]"
2030
2031 #: builtins.c:66
2032 msgid "pwd [-LP]"
2033 msgstr "pwd [-LP]"
2034
2035 #: builtins.c:68
2036 msgid ":"
2037 msgstr ":"
2038
2039 #: builtins.c:70
2040 msgid "true"
2041 msgstr "benar"
2042
2043 #: builtins.c:72
2044 msgid "false"
2045 msgstr "salah"
2046
2047 #: builtins.c:74
2048 msgid "command [-pVv] command [arg ...]"
2049 msgstr "perintah [-pVv] perintah [argumen ...]"
2050
2051 #: builtins.c:76
2052 #, fuzzy
2053 msgid "declare [-aAfFgilrtux] [-p] [name[=value] ...]"
2054 msgstr "declare [-aAfFilrtux] [-p] [name[=nilai] ...]"
2055
2056 #: builtins.c:78
2057 #, fuzzy
2058 msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
2059 msgstr "typeset [-aAfFilrtux] [-p] name[=nilai] ..."
2060
2061 #: builtins.c:80
2062 msgid "local [option] name[=value] ..."
2063 msgstr "local [pilihan] name[=nilai] ..."
2064
2065 #: builtins.c:83
2066 msgid "echo [-neE] [arg ...]"
2067 msgstr "echo [-neE] [arg ...]"
2068
2069 #: builtins.c:87
2070 msgid "echo [-n] [arg ...]"
2071 msgstr "echo [-n] [arg ...]"
2072
2073 #: builtins.c:90
2074 msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2075 msgstr "enable [-a] [-dnps] [-f nama berkas] [name ...]"
2076
2077 #: builtins.c:92
2078 msgid "eval [arg ...]"
2079 msgstr "eval [argumen ...]"
2080
2081 #: builtins.c:94
2082 msgid "getopts optstring name [arg]"
2083 msgstr "getopts nama optstring [arg]"
2084
2085 #: builtins.c:96
2086 msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2087 msgstr "exec [-cl] [-a nama] [perintah [argumen ...]] [redireksi ...]"
2088
2089 #: builtins.c:98
2090 msgid "exit [n]"
2091 msgstr "exit [n]"
2092
2093 #: builtins.c:100
2094 msgid "logout [n]"
2095 msgstr "logout [n]"
2096
2097 #: builtins.c:103
2098 msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2099 msgstr ""
2100 "fc [-e ename] [-lnr] [pertama] [terakhir] atau fc -s [pat=rep] [perintah]"
2101
2102 #: builtins.c:107
2103 msgid "fg [job_spec]"
2104 msgstr "fg [spesifikasi pekerjaan]"
2105
2106 #: builtins.c:111
2107 msgid "bg [job_spec ...]"
2108 msgstr "bg [spesifikasi pekerjaan ...]"
2109
2110 #: builtins.c:114
2111 msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2112 msgstr "hash [-lr] [-p nama jalur] [-dt] [nama ...]"
2113
2114 #: builtins.c:117
2115 msgid "help [-dms] [pattern ...]"
2116 msgstr "bantuan [-dms] [pola ...]"
2117
2118 #: builtins.c:121
2119 msgid ""
2120 "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2121 "[arg...]"
2122 msgstr ""
2123 "sejarah [-c] [-d ofset] [n] atau history -anrw [nama berkas] atau history -"
2124 "ps arg [arg...]"
2125
2126 #: builtins.c:125
2127 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2128 msgstr "jobs [-lnprs] [spesifikasi pekerjaan ...] atau jobs -x perintah [args]"
2129
2130 #: builtins.c:129
2131 msgid "disown [-h] [-ar] [jobspec ...]"
2132 msgstr "disown [-h] [-ar] [spesifikasi pekerjaan ...]"
2133
2134 #: builtins.c:132
2135 msgid ""
2136 "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2137 "[sigspec]"
2138 msgstr ""
2139 "kill [-s spesifikasi sinyal | -n nomor sinyal | -sigspec] pid | jobsepc ... "
2140 "atau kill -l [sigspec]"
2141
2142 #: builtins.c:134
2143 msgid "let arg [arg ...]"
2144 msgstr "biarkan arg [argumen ...]"
2145
2146 #: builtins.c:136
2147 msgid ""
2148 "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2149 "prompt] [-t timeout] [-u fd] [name ...]"
2150 msgstr ""
2151 "read [-ers] [-a array] [-d pembatas] [-i text] [-n nchars] [-N nchars] [-p "
2152 "prompt] [-t timeout] [-u fd] [name ...]"
2153
2154 #: builtins.c:138
2155 msgid "return [n]"
2156 msgstr "return [n]"
2157
2158 #: builtins.c:140
2159 #, fuzzy
2160 msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2161 msgstr "set [-abefhkmnptuvxBCHP] [-o nama-pilihan] [argumen ...]"
2162
2163 #: builtins.c:142
2164 msgid "unset [-f] [-v] [name ...]"
2165 msgstr "unset [-f] [-v] [name ...]"
2166
2167 #: builtins.c:144
2168 msgid "export [-fn] [name[=value] ...] or export -p"
2169 msgstr "export [-fn] [name[=nilai] ...] atau export -p"
2170
2171 #: builtins.c:146
2172 #, fuzzy
2173 msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2174 msgstr "readonly [-af] [name[=nilai] ...] atau readonly -p"
2175
2176 #: builtins.c:148
2177 msgid "shift [n]"
2178 msgstr "shift [n]"
2179
2180 #: builtins.c:150
2181 msgid "source filename [arguments]"
2182 msgstr "source nama berkas [argumen]"
2183
2184 #: builtins.c:152
2185 msgid ". filename [arguments]"
2186 msgstr ". nama berkas [argumen]"
2187
2188 #: builtins.c:155
2189 msgid "suspend [-f]"
2190 msgstr "suspend [-f]"
2191
2192 #: builtins.c:158
2193 msgid "test [expr]"
2194 msgstr "test [expr]"
2195
2196 #: builtins.c:160
2197 msgid "[ arg... ]"
2198 msgstr "[ arg... ]"
2199
2200 #: builtins.c:162
2201 msgid "times"
2202 msgstr "kali"
2203
2204 #: builtins.c:164
2205 msgid "trap [-lp] [[arg] signal_spec ...]"
2206 msgstr "trap [-lp] [[arg] spesifikasi sinyal ...]"
2207
2208 #: builtins.c:166
2209 msgid "type [-afptP] name [name ...]"
2210 msgstr "type [-afptP] nama [name ...]"
2211
2212 #: builtins.c:169
2213 msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2214 msgstr "ulimit [-SHacdefilmnpqrstuvx] [batas]"
2215
2216 #: builtins.c:172
2217 msgid "umask [-p] [-S] [mode]"
2218 msgstr "umask [-p] [-S] [mode]"
2219
2220 #: builtins.c:175
2221 msgid "wait [id]"
2222 msgstr "wait [id]"
2223
2224 #: builtins.c:179
2225 msgid "wait [pid]"
2226 msgstr "wait [pid]"
2227
2228 #: builtins.c:182
2229 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2230 msgstr "for NAMA [in WORDS ...] ; do PERINTAH; done"
2231
2232 #: builtins.c:184
2233 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2234 msgstr "for (( exp1; exp2; exp3 )); do PERINTAH; done"
2235
2236 #: builtins.c:186
2237 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2238 msgstr "select NAMA [ in WORDS ... ;] do PERINTAH; done"
2239
2240 #: builtins.c:188
2241 msgid "time [-p] pipeline"
2242 msgstr "time [-p] pipeline"
2243
2244 #: builtins.c:190
2245 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2246 msgstr "case WORD in [POLA [| POLA]...) PERINTAH ;;]... esac"
2247
2248 #: builtins.c:192
2249 msgid ""
2250 "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2251 "COMMANDS; ] fi"
2252 msgstr ""
2253 "if PERINTAH; then PERINTAH; [ elif PERINTAH; then PERINTAH; ]... [ else "
2254 "PERINTAH; ] fi"
2255
2256 #: builtins.c:194
2257 msgid "while COMMANDS; do COMMANDS; done"
2258 msgstr "while PERINTAH; do PERINTAH; done"
2259
2260 #: builtins.c:196
2261 msgid "until COMMANDS; do COMMANDS; done"
2262 msgstr "until PERINTAH; do PERINTAH; done"
2263
2264 #: builtins.c:198
2265 msgid "coproc [NAME] command [redirections]"
2266 msgstr "coproc [NAMA] perintah [redireksi]"
2267
2268 #: builtins.c:200
2269 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2270 msgstr "function name { PERINTAH; } atau name () { PERINTAH ; }"
2271
2272 #: builtins.c:202
2273 msgid "{ COMMANDS ; }"
2274 msgstr "{ PERINTAH ; }"
2275
2276 #: builtins.c:204
2277 msgid "job_spec [&]"
2278 msgstr "job_spec [&]"
2279
2280 #: builtins.c:206
2281 msgid "(( expression ))"
2282 msgstr "(( expressi ))"
2283
2284 #: builtins.c:208
2285 msgid "[[ expression ]]"
2286 msgstr "[[ expressi ]]"
2287
2288 #: builtins.c:210
2289 msgid "variables - Names and meanings of some shell variables"
2290 msgstr "variabel - Nama dan arti dari beberapa shell variabel"
2291
2292 #: builtins.c:213
2293 msgid "pushd [-n] [+N | -N | dir]"
2294 msgstr "pushd [-n] [+N | -N | dir]"
2295
2296 #: builtins.c:217
2297 msgid "popd [-n] [+N | -N]"
2298 msgstr "popd [-n] [+N | -N]"
2299
2300 #: builtins.c:221
2301 msgid "dirs [-clpv] [+N] [-N]"
2302 msgstr "dirs [-clpv] [+N] [-N]"
2303
2304 #: builtins.c:224
2305 msgid "shopt [-pqsu] [-o] [optname ...]"
2306 msgstr "shopt [-pqsu] [-o] [optname ...]"
2307
2308 #: builtins.c:226
2309 msgid "printf [-v var] format [arguments]"
2310 msgstr "printf [-v var] format [argumen]"
2311
2312 #: builtins.c:229
2313 msgid ""
2314 "complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2315 "W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2316 "suffix] [name ...]"
2317 msgstr ""
2318 "complete [-abcdefgjksuv] [-pr] [-DE] [-o pilihan] [-A action] [-G globpat] [-"
2319 "W daftar kata] [-F fungsi] [-C perintah] [-X filterpat] [-P prefix] [-S "
2320 "suffix] [name ...]"
2321
2322 #: builtins.c:233
2323 msgid ""
2324 "compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
2325 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2326 msgstr ""
2327 "compgen [-abcdefgjksuv] [-o pilihan] [-A aksi] [-G globpat] [-W wordlist] [-"
2328 "F fungsi] [-C perintah] [-X filterpat] [-P prefix] [-S suffix] [word]"
2329
2330 #: builtins.c:237
2331 msgid "compopt [-o|+o option] [-DE] [name ...]"
2332 msgstr "compopt [-o|+o pilihan] [-DE] [nama ...]"
2333
2334 #: builtins.c:240
2335 msgid ""
2336 "mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2337 "quantum] [array]"
2338 msgstr ""
2339 "mapfile [-n jumlah] [-O asal] [-s jumlah] [-t] [-u fd] [-C callback] [-c "
2340 "quantum] [array]"
2341
2342 #: builtins.c:242
2343 msgid ""
2344 "readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2345 "quantum] [array]"
2346 msgstr ""
2347 "readarray [-n jumlah] [-O asal] [-s jumlah] [-t] [-u fd] [-C callback] [-c "
2348 "quantum] [array]"
2349
2350 #: builtins.c:254
2351 msgid ""
2352 "Define or display aliases.\n"
2353 "    \n"
2354 "    Without arguments, `alias' prints the list of aliases in the reusable\n"
2355 "    form `alias NAME=VALUE' on standard output.\n"
2356 "    \n"
2357 "    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2358 "    A trailing space in VALUE causes the next word to be checked for\n"
2359 "    alias substitution when the alias is expanded.\n"
2360 "    \n"
2361 "    Options:\n"
2362 "      -p\tPrint all defined aliases in a reusable format\n"
2363 "    \n"
2364 "    Exit Status:\n"
2365 "    alias returns true unless a NAME is supplied for which no alias has "
2366 "been\n"
2367 "    defined."
2368 msgstr ""
2369 "Definisikan atau tampilkan aliases.\n"
2370 "    \n"
2371 "    `alias' dengan tanpa argumen atau dengan pilihan -p menampilkan daftar\n"
2372 "    dari aliases dalam bentuk alias NAMA=NILAI di keluaran standar.\n"
2373 "    \n"
2374 "    Jika tidak, sebuah alias didefinisikan untuk setiap NAMA yang NILAI-nya "
2375 "diberikan.\n"
2376 "    sebuah tambahan spasi dalam NILAI menyebabkan kata selanjutnyan untuk "
2377 "diperikasi untuk\n"
2378 "    pengganti alias ketika alias diexpand.\n"
2379 "    \n"
2380 "    Pilihan:\n"
2381 "      -p\tTampilkan seluruh alias yang terdefinisi dalam format yang "
2382 "berguna\n"
2383 "    \n"
2384 "    Status Keluar:\n"
2385 "    alias mengembalikan true sampai sebuah NAMA diberikan yang mana belum "
2386 "ada alias yang\n"
2387 "    terdefinisi."
2388
2389 #: builtins.c:276
2390 msgid ""
2391 "Remove each NAME from the list of defined aliases.\n"
2392 "    \n"
2393 "    Options:\n"
2394 "      -a\tremove all alias definitions.\n"
2395 "    \n"
2396 "    Return success unless a NAME is not an existing alias."
2397 msgstr ""
2398 "Hapus setiap NAMA dari daftar yang mendefinisikan aliases.\n"
2399 "    \n"
2400 "    Pilihan:\n"
2401 "      -a\thapus semua definisi alias.\n"
2402 "    \n"
2403 "    Mengembalikan sukses kecuali sebuah NAMA bukan alias yang sudah ada."
2404
2405 #: builtins.c:289
2406 msgid ""
2407 "Set Readline key bindings and variables.\n"
2408 "    \n"
2409 "    Bind a key sequence to a Readline function or a macro, or set a\n"
2410 "    Readline variable.  The non-option argument syntax is equivalent to\n"
2411 "    that found in ~/.inputrc, but must be passed as a single argument:\n"
2412 "    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2413 "    \n"
2414 "    Options:\n"
2415 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2416 "                         command.  Acceptable keymap names are emacs,\n"
2417 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2418 "move,\n"
2419 "                         vi-command, and vi-insert.\n"
2420 "      -l                 List names of functions.\n"
2421 "      -P                 List function names and bindings.\n"
2422 "      -p                 List functions and bindings in a form that can be\n"
2423 "                         reused as input.\n"
2424 "      -S                 List key sequences that invoke macros and their "
2425 "values\n"
2426 "      -s                 List key sequences that invoke macros and their "
2427 "values\n"
2428 "                         in a form that can be reused as input.\n"
2429 "      -V                 List variable names and values\n"
2430 "      -v                 List variable names and values in a form that can\n"
2431 "                         be reused as input.\n"
2432 "      -q  function-name  Query about which keys invoke the named function.\n"
2433 "      -u  function-name  Unbind all keys which are bound to the named "
2434 "function.\n"
2435 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
2436 "      -f  filename       Read key bindings from FILENAME.\n"
2437 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2438 "    \t\t\t\tKEYSEQ is entered.\n"
2439 "    \n"
2440 "    Exit Status:\n"
2441 "    bind returns 0 unless an unrecognized option is given or an error occurs."
2442 msgstr ""
2443 "Set Readline kunci pengikat dan variabel.\n"
2444 "    \n"
2445 "    Ikat sebuah urutan kunci ke fungsi readline atau sebuah macro, atau set\n"
2446 "    sebuah variabel readline. Argumen bukan-pilihan syntax yang equivalent\n"
2447 "    yang ditemukan dalam ~/.inputrc, tetapi harus dilewatkan sebagai sebuah "
2448 "argumen tunggal:\n"
2449 "    yang terikat '\"\\C-x\\C-r\": membaca kembali berkas inisialisasi.\n"
2450 "    \n"
2451 "    Pilihan:\n"
2452 "        -m keymap        Gunakan `keymap' sebagai keymap untuk durasi dari "
2453 "perintah\n"
2454 "                         ini. Nama keymap yang diterima adalah emacs,\n"
2455 "                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2456 "move,\n"
2457 "                         vi-command, dan vi-insert.\n"
2458 "        -l               Daftar dari nama fungsi.\n"
2459 "        -p               Daftar dari nama fungsi dan bindings.\n"
2460 "        -p               Daftar dari fungsi dan bindings dalam bentuk yang "
2461 "dapat digunakan sebagai\n"
2462 "                         masukan.\n"
2463 "        -S               Daftar urutan kunci yang memanggil macros "
2464 "dannilainya\n"
2465 "        -s               Daftar urutan kunci yang memanggil macros "
2466 "dannilainya\n"
2467 "                         dalam sebuah bentuk yang dapat digunakan sebagai "
2468 "sebuah masukan.        -V               Daftar nama variabel dan nilai\n"
2469 "        -v               Daftar nama variabel dan nilai dalam bentuk yang "
2470 "dapat digunakan\n"
2471 "                         sebagai masukan.\n"
2472 "        -q nama-fungsi   Minta tentang kunci mana yang dipanggil oleh fungsi "
2473 "yang disebut.\n"
2474 "        -u nama-fungsi   Unbind semua kunci yang terikat dengan nama-"
2475 "fungsi.\n"
2476 "        -r keyseq        Hapus binding untuk KEYSEQ.\n"
2477 "        -f namafile      Baca kunci bindings dari NAMAFILE.\n"
2478 "        -x keyseq:shell-command\tMenyebabkan SHELL-COMMAND untuk dijalankan "
2479 "ketika\n"
2480 "      \t\t\t\tKEYSEQ dimasuki.\n"
2481 "      \n"
2482 "      Status Keluar:\n"
2483 "      bind memberikan kembalian 0 kecuali sebuah pilihan tidak dikenal "
2484 "diberikan atau sebuah error terjadi."
2485
2486 #: builtins.c:326
2487 msgid ""
2488 "Exit for, while, or until loops.\n"
2489 "    \n"
2490 "    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2491 "    loops.\n"
2492 "    \n"
2493 "    Exit Status:\n"
2494 "    The exit status is 0 unless N is not greater than or equal to 1."
2495 msgstr ""
2496 "Keluar dari for, while, atau until loops.\n"
2497 "    \n"
2498 "    Keluar untuk FOR, WHILE atau UNTIL loop. Jika N dispesifikasikan, keluar "
2499 "N yang melingkupi\n"
2500 "    loops.\n"
2501 "    \n"
2502 "    Status Keluar:\n"
2503 "    Status keluar adalah 0 kecuali N tidak lebih besar atau sama dengan 1."
2504
2505 #: builtins.c:338
2506 msgid ""
2507 "Resume for, while, or until loops.\n"
2508 "    \n"
2509 "    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2510 "    If N is specified, resumes the Nth enclosing loop.\n"
2511 "    \n"
2512 "    Exit Status:\n"
2513 "    The exit status is 0 unless N is not greater than or equal to 1."
2514 msgstr ""
2515 "Melanjutkan for, while, atau until loops.\n"
2516 "    \n"
2517 "    Melanjutkan ke iterasi selanjutnya dari loop yang dilingkupi oleh FOR, "
2518 "WHILE, atau UNTIL.\n"
2519 "    Jika N dispesifikasikan, melanjutkan di posisi ke N dari loop yang "
2520 "dilingkupi.    \n"
2521 "    Status Keluar:\n"
2522 "    Status keluar adalah 0 kecuali N tidak lebih besar atau sama dengan 1."
2523
2524 #: builtins.c:350
2525 msgid ""
2526 "Execute shell builtins.\n"
2527 "    \n"
2528 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2529 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2530 "    as a shell function, but need to execute the builtin within the "
2531 "function.\n"
2532 "    \n"
2533 "    Exit Status:\n"
2534 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2535 "    not a shell builtin.."
2536 msgstr ""
2537 "Menjalankan shell builtins.\n"
2538 "    \n"
2539 "    Menjalankan SHELL-BUILTIN dengan argumen ARGs tanpa menjalankan "
2540 "pencarian\n"
2541 "    perintah. Ini berguna ketika anda menginginkan untuk mengimplementasikan "
2542 "sebuah shell builtin\n"
2543 "    sebagai sebuah fungsi shell, tetapi butuh untuk menjalankan builtin "
2544 "dalah fungsi.\n"
2545 "    \n"
2546 "    Status Keluar:\n"
2547 "    Mengembalikan status keluar dari SHELL-BUILTIN, atau salah jika SHELL-"
2548 "BUILTIN adalah\n"
2549 "    bukan sebuah shell builtin.."
2550
2551 #: builtins.c:365
2552 msgid ""
2553 "Return the context of the current subroutine call.\n"
2554 "    \n"
2555 "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2556 "    \"$line $subroutine $filename\"; this extra information can be used to\n"
2557 "    provide a stack trace.\n"
2558 "    \n"
2559 "    The value of EXPR indicates how many call frames to go back before the\n"
2560 "    current one; the top frame is frame 0.\n"
2561 "    \n"
2562 "    Exit Status:\n"
2563 "    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2564 "    is invalid."
2565 msgstr ""
2566 "Mengembalikan context dari panggilan subroutine saat ini.\n"
2567 "    \n"
2568 "    Tanpa EXPR, mengembalikan \"$line $filename\". Dengan EXPR,\n"
2569 "    mengembalikan \"$line $subroutine $filename\"; informasi extra ini\n"
2570 "    dapat digunakan untuk menyediakan jejak stack.\n"
2571 "    \n"
2572 "    Nilai dari EXPR mengindikasikan bagaimana banyak panggilan frames "
2573 "kembali sebelum\n"
2574 "    yang ada; Top frame adalah frame 0.    \n"
2575 "    Status Keluar:\n"
2576 "    Mengembalikan 0 kecuali shell sedang tidak menjalankan sebuah fungsi "
2577 "shell atau EXPR\n"
2578 "    tidak valid."
2579
2580 #: builtins.c:383
2581 #, fuzzy
2582 msgid ""
2583 "Change the shell working directory.\n"
2584 "    \n"
2585 "    Change the current directory to DIR.  The default DIR is the value of "
2586 "the\n"
2587 "    HOME shell variable.\n"
2588 "    \n"
2589 "    The variable CDPATH defines the search path for the directory "
2590 "containing\n"
2591 "    DIR.  Alternative directory names in CDPATH are separated by a colon "
2592 "(:).\n"
2593 "    A null directory name is the same as the current directory.  If DIR "
2594 "begins\n"
2595 "    with a slash (/), then CDPATH is not used.\n"
2596 "    \n"
2597 "    If the directory is not found, and the shell option `cdable_vars' is "
2598 "set,\n"
2599 "    the word is assumed to be  a variable name.  If that variable has a "
2600 "value,\n"
2601 "    its value is used for DIR.\n"
2602 "    \n"
2603 "    Options:\n"
2604 "        -L\tforce symbolic links to be followed\n"
2605 "        -P\tuse the physical directory structure without following symbolic\n"
2606 "    \tlinks\n"
2607 "        -e\tif the -P option is supplied, and the current working directory\n"
2608 "    \tcannot be determined successfully, exit with a non-zero status\n"
2609 "    \n"
2610 "    The default is to follow symbolic links, as if `-L' were specified.\n"
2611 "    \n"
2612 "    Exit Status:\n"
2613 "    Returns 0 if the directory is changed, and if $PWD is set successfully "
2614 "when\n"
2615 "    -P is used; non-zero otherwise."
2616 msgstr ""
2617 "Pindah direktori kerja shell.\n"
2618 "    \n"
2619 "    Pindah direktori saat ini ke DIR. Variabel $HOME adalah\n"
2620 "    default DIR.\n"
2621 "    \n"
2622 "    Variabel CDPATH mendefinisikan jalur pencarian untuk\n"
2623 "    direktori yang berisi DIR. Alternatif nama direktori dalam CDPATH\n"
2624 "    dipisahkan oleh sebuah colon (:). Sebuah nama direktori kosong adalah "
2625 "sama dengan\n"
2626 "    direktori saat ini. i.e. `.'. Jika DIR dimulai dengan sebuah slash (/),\n"
2627 "    maka CDPATH tidak digunakan.\n"
2628 "    \n"
2629 "    Jika direktori tidak ditemukan, dan\n"
2630 "    pilihan shell cdable_vars' diset, maka coba kata sebagai sebuah nama\n"
2631 "    variabel. Jika variabel itu memiliki sebuah nilai, maka  nilai dari "
2632 "variabel itu yang digunakan\n"
2633 "    \n"
2634 "    Pilihan:\n"
2635 "      -L\tmemaksa link simbolik untuk diikuti\n"
2636 "      -P\tgunakan struktur physical direktori tanpa mengikuti link\n"
2637 "    symbolik\n"
2638 "    \n"
2639 "    Default adalah mengikuti link simbolik, seperti dalam `-L' "
2640 "dispesifikasikan.\n"
2641 "    \n"
2642 "    Status Keluar:\n"
2643 "    Mengembalikan 0 jika direktori berubah; bukan nol jika tidak."
2644
2645 #: builtins.c:414
2646 msgid ""
2647 "Print the name of the current working directory.\n"
2648 "    \n"
2649 "    Options:\n"
2650 "      -L\tprint the value of $PWD if it names the current working\n"
2651 "    \tdirectory\n"
2652 "      -P\tprint the physical directory, without any symbolic links\n"
2653 "    \n"
2654 "    By default, `pwd' behaves as if `-L' were specified.\n"
2655 "    \n"
2656 "    Exit Status:\n"
2657 "    Returns 0 unless an invalid option is given or the current directory\n"
2658 "    cannot be read."
2659 msgstr ""
2660 "Menampilkan nama dari direktori yang digunakan sekarang.\n"
2661 "    \n"
2662 "    Pilihan:\n"
2663 "      -L\tmenampilkan nilai dari $PWD jika ini nama dari direktori\n"
2664 "    \tyang digunakan sekarang\n"
2665 "      -P\tmenampilkan direktori pisik, tanpa link simbolik apapun\n"
2666 "    \n"
2667 "    Secara default, `pwd' berlaku seperi jika pilihan `-L' "
2668 "dispesifikasikan.\n"
2669 "    \n"
2670 "    Status Keluar:\n"
2671 "    Mengembalikan 0 kecuali jika sebuah pilihan tidak valid diberikan atau "
2672 "direktori sekarang\n"
2673 "    tidak bisa dibaca."
2674
2675 #: builtins.c:431
2676 msgid ""
2677 "Null command.\n"
2678 "    \n"
2679 "    No effect; the command does nothing.\n"
2680 "    \n"
2681 "    Exit Status:\n"
2682 "    Always succeeds."
2683 msgstr ""
2684 "Perintah kosong.\n"
2685 "    \n"
2686 "    Tidak ada efek; perintah tidak melakukan apa-apa.\n"
2687 "    \n"
2688 "    Status Keluar:\n"
2689 "    Selalu sukses."
2690
2691 #: builtins.c:442
2692 msgid ""
2693 "Return a successful result.\n"
2694 "    \n"
2695 "    Exit Status:\n"
2696 "    Always succeeds."
2697 msgstr ""
2698 "Mengembalikan sebuah hasil yang sukses.\n"
2699 "    \n"
2700 "    Status Keluar:\n"
2701 "    Selalu sukses."
2702
2703 #: builtins.c:451
2704 msgid ""
2705 "Return an unsuccessful result.\n"
2706 "    \n"
2707 "    Exit Status:\n"
2708 "    Always fails."
2709 msgstr ""
2710 "Mengembalikan sebuah kembaliah yang tidak sukses.\n"
2711 "    \n"
2712 "    Status Keluar:\n"
2713 "    Selalu gagal."
2714
2715 #: builtins.c:460
2716 msgid ""
2717 "Execute a simple command or display information about commands.\n"
2718 "    \n"
2719 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2720 "    information about the specified COMMANDs.  Can be used to invoke "
2721 "commands\n"
2722 "    on disk when a function with the same name exists.\n"
2723 "    \n"
2724 "    Options:\n"
2725 "      -p\tuse a default value for PATH that is guaranteed to find all of\n"
2726 "    \tthe standard utilities\n"
2727 "      -v\tprint a description of COMMAND similar to the `type' builtin\n"
2728 "      -V\tprint a more verbose description of each COMMAND\n"
2729 "    \n"
2730 "    Exit Status:\n"
2731 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
2732 msgstr ""
2733 "Menjalankan sebuah perintah sederhana atau menampilkan informasi mengenai "
2734 "perintah.\n"
2735 "    \n"
2736 "    Menjalankan PERINTAH tanpa ARGS menekan fungsi pencarian shell, atau "
2737 "menampilkan\n"
2738 "    informasi mengenasi PERINTAH tertentu. Dapat digunakan untuk memanggil "
2739 "perintah\n"
2740 "    dalam disk ketika sebuah fungsi dengan nama yang sama ada.\n"
2741 "    \n"
2742 "    Pilihan:\n"
2743 "      -p\tgunakan sebuah nilai default untuk PATH yang menjamin untuk "
2744 "mencari seluruh\n"
2745 "    \tpenggunaan stadar\n"
2746 "      -v\tmenampilkan deskripsi dari PERINTAH sama dengan `type' builtin\n"
2747 "      -V\tmenampilkan lebih jelas deskripsi dari setiap PERINTAH\n"
2748 "    \n"
2749 "    Status Keluar:\n"
2750 "    Mengembalikan status keluar dari PERINTAH, atau gagal jika PERINTAH "
2751 "tidak ditemukan."
2752
2753 #: builtins.c:479
2754 #, fuzzy
2755 msgid ""
2756 "Set variable values and attributes.\n"
2757 "    \n"
2758 "    Declare variables and give them attributes.  If no NAMEs are given,\n"
2759 "    display the attributes and values of all variables.\n"
2760 "    \n"
2761 "    Options:\n"
2762 "      -f\trestrict action or display to function names and definitions\n"
2763 "      -F\trestrict display to function names only (plus line number and\n"
2764 "    \tsource file when debugging)\n"
2765 "      -g\tcreate global variables when used in a shell function; otherwise\n"
2766 "    \tignored\n"
2767 "      -p\tdisplay the attributes and value of each NAME\n"
2768 "    \n"
2769 "    Options which set attributes:\n"
2770 "      -a\tto make NAMEs indexed arrays (if supported)\n"
2771 "      -A\tto make NAMEs associative arrays (if supported)\n"
2772 "      -i\tto make NAMEs have the `integer' attribute\n"
2773 "      -l\tto convert NAMEs to lower case on assignment\n"
2774 "      -r\tto make NAMEs readonly\n"
2775 "      -t\tto make NAMEs have the `trace' attribute\n"
2776 "      -u\tto convert NAMEs to upper case on assignment\n"
2777 "      -x\tto make NAMEs export\n"
2778 "    \n"
2779 "    Using `+' instead of `-' turns off the given attribute.\n"
2780 "    \n"
2781 "    Variables with the integer attribute have arithmetic evaluation (see\n"
2782 "    the `let' command) performed when the variable is assigned a value.\n"
2783 "    \n"
2784 "    When used in a function, `declare' makes NAMEs local, as with the "
2785 "`local'\n"
2786 "    command.  The `-g' option suppresses this behavior.\n"
2787 "    \n"
2788 "    Exit Status:\n"
2789 "    Returns success unless an invalid option is supplied or an error occurs."
2790 msgstr ""
2791 "Menset nilai variabel dan atribut.\n"
2792 "    \n"
2793 "    Variabel deklarasi dan memberikan atribut untuknya. Jika tidak ada NAMA "
2794 "yang diberikan,\n"
2795 "    tampilkan atribut dan nilai dari seluruh variabel.\n"
2796 "    \n"
2797 "    Pilihan:\n"
2798 "      -f\tbatasi aksi atau tampilkan nama fungsi dan definisi\n"
2799 "      -F\tbatasi tampilan ke nama fungsi saja (tambahkan nomor baris dan\n"
2800 "    \tsumber berkas ketika debugging)\n"
2801 "      -p\ttampilkan atribut dan nilai dari setiap NAMA\n"
2802 "    \n"
2803 "    Pilihan yang menset atribut:\n"
2804 "      -a\tuntuk membuat NAMA idex array (jika didukung)\n"
2805 "      -A\tuntuk membuat NAMA assosiasi array (jika didukung)\n"
2806 "      -i\tuntuk membuat NAMA memiliki atribut `integer'\n"
2807 "      -l\tuntuk mengubah NAMA ke huruf kecil dalam assignment\n"
2808 "      -r\tuntuk membuah NAMA baca-saja\n"
2809 "      -u\tuntuk mengubah NAMA ke huruf besar dalam penempatan\n"
2810 "      -x\tuntuk membuah NAMA export\n"
2811 "    \n"
2812 "    Menggunakan `+' daripada `-' menonaktifkan atribut yang diberikan.\n"
2813 "    \n"
2814 "    Variabel dengan atribut integer memiliki evaluasi aritmetic (lihat\n"
2815 "    perintah `let') ditampilkan ketika variabel diberi sebuah nilai.\n"
2816 "    \n"
2817 "    Ketika digunakan dalam sebuah fungsi, `declare' membuat NAMA lokal, "
2818 "seperti dengan\n"
2819 "    perintah `local'.\n"
2820 "    \n"
2821 "    Status Keluar:\n"
2822 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
2823 "sebuah error terjadi."
2824
2825 #: builtins.c:517
2826 msgid ""
2827 "Set variable values and attributes.\n"
2828 "    \n"
2829 "    Obsolete.  See `help declare'."
2830 msgstr ""
2831 "Menset nilai variabel dan atribut.\n"
2832 "    \n"
2833 "    Kadaluarsa. Lihat `help declare'."
2834
2835 #: builtins.c:525
2836 msgid ""
2837 "Define local variables.\n"
2838 "    \n"
2839 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
2840 "    be any option accepted by `declare'.\n"
2841 "    \n"
2842 "    Local variables can only be used within a function; they are visible\n"
2843 "    only to the function where they are defined and its children.\n"
2844 "    \n"
2845 "    Exit Status:\n"
2846 "    Returns success unless an invalid option is supplied, an error occurs,\n"
2847 "    or the shell is not executing a function."
2848 msgstr ""
2849 "Mendefinisikan variabel lokal.\n"
2850 "    \n"
2851 "    Membuat sebuah variabel locak dipanggil NAMA, dan memberikan kepadanya "
2852 "NILAI. OPSI dapat\n"
2853 "    berupa semua pilihan yang diterima oleh `declare'.\n"
2854 "    \n"
2855 "    Variabel lokal hanya dapat digunakan dalam sebuah fungsi; mereka hanya\n"
2856 "    dapat dilihat ke fungsi dimana mereka terdefinisi dan anaknya.\n"
2857 "    \n"
2858 "    Status Keluar:\n"
2859 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan, "
2860 "sebuah error terjadi.\n"
2861 "    atau shell tidak menjalankan sebuah fungsi."
2862
2863 #: builtins.c:542
2864 msgid ""
2865 "Write arguments to the standard output.\n"
2866 "    \n"
2867 "    Display the ARGs on the standard output followed by a newline.\n"
2868 "    \n"
2869 "    Options:\n"
2870 "      -n\tdo not append a newline\n"
2871 "      -e\tenable interpretation of the following backslash escapes\n"
2872 "      -E\texplicitly suppress interpretation of backslash escapes\n"
2873 "    \n"
2874 "    `echo' interprets the following backslash-escaped characters:\n"
2875 "      \\a\talert (bell)\n"
2876 "      \\b\tbackspace\n"
2877 "      \\c\tsuppress further output\n"
2878 "      \\e\tescape character\n"
2879 "      \\f\tform feed\n"
2880 "      \\n\tnew line\n"
2881 "      \\r\tcarriage return\n"
2882 "      \\t\thorizontal tab\n"
2883 "      \\v\tvertical tab\n"
2884 "      \\\\\tbackslash\n"
2885 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
2886 "    \t0 to 3 octal digits\n"
2887 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
2888 "    \tcan be one or two hex digits\n"
2889 "    \n"
2890 "    Exit Status:\n"
2891 "    Returns success unless a write error occurs."
2892 msgstr ""
2893 "Tulis argumen ke standar keluaran.\n"
2894 "    \n"
2895 "    Menampilkan ARG ke standar keluaran diikuti oleh baris baru.\n"
2896 "    \n"
2897 "    Pilihan:\n"
2898 "      -n\tjangan menambahkan sebuah baris baru\n"
2899 "      -e\taktifkan interpretasi dari karakter backslash\n"
2900 "      -E\tsecara eksplisit tekan interpretasi dari karakter backslash\n"
2901 "    \n"
2902 "    `echo' menginterpretasikan karakter backslash-escaped berikut:\n"
2903 "      \\a\talert (bell)\n"
2904 "      \\b\tbackspace\n"
2905 "      \\c\tsuppress karakter baris baru yang tersisa\n"
2906 "      \\E\tescape karakter\n"
2907 "      \\f\tform feed\n"
2908 "      \\n\tnew line\n"
2909 "      \\r\tcarriage return\n"
2910 "      \\t\thorizontal tab\n"
2911 "      \\\\\tbackslash\n"
2912 "      \\0nnn\tkarakter yang memiliki kode ASCII NNN (oktal). NNN dapat "
2913 "berupa\n"
2914 "    \t0 sampai 3 oktal digit\n"
2915 "      \\xHH\tdelapan-bit karakter yang nilainya adalah HH (hexadesimal). HH\n"
2916 "    \tdapat satu dari dua bilangan hex\n"
2917 "    \n"
2918 "    Status Keluar:\n"
2919 "    Mengembalikan sukses kecuali sebuah penulisan error terjadi."
2920
2921 #: builtins.c:576
2922 msgid ""
2923 "Write arguments to the standard output.\n"
2924 "    \n"
2925 "    Display the ARGs on the standard output followed by a newline.\n"
2926 "    \n"
2927 "    Options:\n"
2928 "      -n\tdo not append a newline\n"
2929 "    \n"
2930 "    Exit Status:\n"
2931 "    Returns success unless a write error occurs."
2932 msgstr ""
2933 "Menulis argumen ke standar output.\n"
2934 "    \n"
2935 "    Menampilkan ARG ke standard keluaran diikuti dengan sebuah baris baru.\n"
2936 "    \n"
2937 "    Pilihan:\n"
2938 "      -n\tjangan menambahkan sebuah baris baru\n"
2939 "    \n"
2940 "    Status Keluar:\n"
2941 "    Mengembalikan sukses kecuali sebuah penulisan error terjadi."
2942
2943 #: builtins.c:591
2944 msgid ""
2945 "Enable and disable shell builtins.\n"
2946 "    \n"
2947 "    Enables and disables builtin shell commands.  Disabling allows you to\n"
2948 "    execute a disk command which has the same name as a shell builtin\n"
2949 "    without using a full pathname.\n"
2950 "    \n"
2951 "    Options:\n"
2952 "      -a\tprint a list of builtins showing whether or not each is enabled\n"
2953 "      -n\tdisable each NAME or display a list of disabled builtins\n"
2954 "      -p\tprint the list of builtins in a reusable format\n"
2955 "      -s\tprint only the names of Posix `special' builtins\n"
2956 "    \n"
2957 "    Options controlling dynamic loading:\n"
2958 "      -f\tLoad builtin NAME from shared object FILENAME\n"
2959 "      -d\tRemove a builtin loaded with -f\n"
2960 "    \n"
2961 "    Without options, each NAME is enabled.\n"
2962 "    \n"
2963 "    To use the `test' found in $PATH instead of the shell builtin\n"
2964 "    version, type `enable -n test'.\n"
2965 "    \n"
2966 "    Exit Status:\n"
2967 "    Returns success unless NAME is not a shell builtin or an error occurs."
2968 msgstr ""
2969 "Aktifkan dan non-aktifkan shell builtins.\n"
2970 "    \n"
2971 "    Aktifkan dan non-aktifkan perintah builtin shell. Menonaktifkan "
2972 "membolehkan anda untuk\n"
2973 "    menjalankan sebuah perintah disk yang memiliki nama yang sama dengan "
2974 "shell builtin\n"
2975 "    tanpa menggunakan sebuah nama jalur yang lengkap.\n"
2976 "    \n"
2977 "    Pilihan:\n"
2978 "      -a\ttampilkan daftar dari builtins memperlihatkan aktif atau tidak "
2979 "setiap diaktifkan\n"
2980 "      -n\tmenonaktifkan setiap NAMA atau tampilkan daftar dari builtin yang "
2981 "tidak aktif\n"
2982 "      -p\ttampilkan daftar dari builtins dalam format yang berguna\n"
2983 "      -s\ttampilkan yang nama dari Posix `special' builtins\n"
2984 "   \n"
2985 "   Pilihan mengontrol dynamic loading:\n"
2986 "      -f\tLoad builtin NAMA dari shared object NAMA BERKAS\n"
2987 "      -d\tHapus sebuah builtin diload dengan -f\n"
2988 "   \n"
2989 "   Tanpa pilihan, untuk setiap NAMA di aktifkan.\n"
2990 "   \n"
2991 "   Untuk menggunakan `test' ditemukan dalam $PATH daripada dalam shell "
2992 "builtin\n"
2993 "   versi, ketik `enable -n test'.\n"
2994 "   \n"
2995 "   Status Keluar:\n"
2996 "   Mengembalikan sukses kecuali NAMA bukan sebuah shell builtin atau sebuah "
2997 "error terjadi."
2998
2999 #: builtins.c:619
3000 msgid ""
3001 "Execute arguments as a shell command.\n"
3002 "    \n"
3003 "    Combine ARGs into a single string, use the result as input to the "
3004 "shell,\n"
3005 "    and execute the resulting commands.\n"
3006 "    \n"
3007 "    Exit Status:\n"
3008 "    Returns exit status of command or success if command is null."
3009 msgstr ""
3010 "Menjalankan argumen sebagai sebuah perintah shell.\n"
3011 "    \n"
3012 "    Mengkombinasikan ARG dalam sebuah string tunggal, gunakan hasil sebagai "
3013 "masukan dalam shell,\n"
3014 "    dan jalankan hasil dari perintah.\n"
3015 "    \n"
3016 "    Status Keluar:\n"
3017 "    Mengembalikan status keluar dari perintah atau sukses jika perintah "
3018 "adalah kosong."
3019
3020 #: builtins.c:631
3021 msgid ""
3022 "Parse option arguments.\n"
3023 "    \n"
3024 "    Getopts is used by shell procedures to parse positional parameters\n"
3025 "    as options.\n"
3026 "    \n"
3027 "    OPTSTRING contains the option letters to be recognized; if a letter\n"
3028 "    is followed by a colon, the option is expected to have an argument,\n"
3029 "    which should be separated from it by white space.\n"
3030 "    \n"
3031 "    Each time it is invoked, getopts will place the next option in the\n"
3032 "    shell variable $name, initializing name if it does not exist, and\n"
3033 "    the index of the next argument to be processed into the shell\n"
3034 "    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
3035 "    a shell script is invoked.  When an option requires an argument,\n"
3036 "    getopts places that argument into the shell variable OPTARG.\n"
3037 "    \n"
3038 "    getopts reports errors in one of two ways.  If the first character\n"
3039 "    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
3040 "    this mode, no error messages are printed.  If an invalid option is\n"
3041 "    seen, getopts places the option character found into OPTARG.  If a\n"
3042 "    required argument is not found, getopts places a ':' into NAME and\n"
3043 "    sets OPTARG to the option character found.  If getopts is not in\n"
3044 "    silent mode, and an invalid option is seen, getopts places '?' into\n"
3045 "    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
3046 "    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
3047 "    printed.\n"
3048 "    \n"
3049 "    If the shell variable OPTERR has the value 0, getopts disables the\n"
3050 "    printing of error messages, even if the first character of\n"
3051 "    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
3052 "    \n"
3053 "    Getopts normally parses the positional parameters ($0 - $9), but if\n"
3054 "    more arguments are given, they are parsed instead.\n"
3055 "    \n"
3056 "    Exit Status:\n"
3057 "    Returns success if an option is found; fails if the end of options is\n"
3058 "    encountered or an error occurs."
3059 msgstr ""
3060 "Ambil argumen pilihan.\n"
3061 "    \n"
3062 "    Getops digunakan oleh shell procedures untuk memparse parameter posisi.\n"
3063 "    \n"
3064 "    OPTSTRING berisi huruf pilihan yang dikenali; jika sebuah huruf\n"
3065 "    diikuti oleh sebuah colon, pilihan diduga akan berupa argumen,\n"
3066 "    yang seharusnya dipisahkan dari itu oleh spasi.\n"
3067 "    \n"
3068 "    Setiap waktu ini dipanggil, getopts akan menempatkan pilihan selanjutnya "
3069 "dalam\n"
3070 "    $name shell variabel, menginisialisasi nama jiki ini tidak ada, dan\n"
3071 "    index dari argumen selanjutnya untuk diproses kedalam shell\n"
3072 "    variabel OPTIND. OPTIND diinisialisasi ke 1 setiap shell atau\n"
3073 "    sebuah shell script dipanggil. Ketika sebuah pilihan membutuhkan sebuah "
3074 "argumen,\n"
3075 "    getopts menempatkan argumen itu kedalam variabel shell OPTARG.\n"
3076 "    \n"
3077 "    getopts melaporkan error dalam satu dari dua cara. Jika karakter "
3078 "pertama\n"
3079 "    dari OPTSTRING adalah sebuah colon, getopts menggunakan silent error "
3080 "laporan. Dalam\n"
3081 "    Mode ini, tidak ada pesan error yang ditampilkan. Jika sebuah pilihan "
3082 "tidak valid terlihat\n"
3083 "    getops menempatkan karakter pilihan yang ditemukan ke OPTARG. Jika "
3084 "sebuah\n"
3085 "    argumen yang dibutuhkan tidak ditemukan, getopts menempatkan sebuah ':' "
3086 "kedalam NAME dan\n"
3087 "    menset OPTARG ke pilihan karakter yang ditemukan. Jika getopts tidak "
3088 "dalam\n"
3089 "    mode silent, dan sebuah pilihan tidak valid terlihat getopts menempatkan "
3090 "'?' kedalam\n"
3091 "    variabel NAME, OPTARG tidak diset, dan sebuah pesan analisis\n"
3092 "    tampilkan.\n"
3093 "    \n"
3094 "    Jika sebuah variabel shell OPTERR memiliki sebuah nilai 0, getopts "
3095 "mendisable\n"
3096 "    pencetakan dari pesan error, bahkan jika karakter pertama dari\n"
3097 "    OPTSTRING bukan sebuah colon. OPTERR memiliki nilai 1 secara default.\n"
3098 "    \n"
3099 "    Getopts secara normal memparse parameter posisi ($0 - $9), tetapi jika\n"
3100 "    lebih dari satu argumen diberikan, mereka diparse.    \n"
3101 "    Status Keluar:\n"
3102 "    Mengembalikan sukses jika sebuah pilihan ditemukan; gagal jika akhir "
3103 "dari pilihan\n"
3104 "    ditemui atau sebuah error terjadi."
3105
3106 #: builtins.c:673
3107 msgid ""
3108 "Replace the shell with the given command.\n"
3109 "    \n"
3110 "    Execute COMMAND, replacing this shell with the specified program.\n"
3111 "    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
3112 "specified,\n"
3113 "    any redirections take effect in the current shell.\n"
3114 "    \n"
3115 "    Options:\n"
3116 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
3117 "      -c\t\texecute COMMAND with an empty environment\n"
3118 "      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
3119 "    \n"
3120 "    If the command cannot be executed, a non-interactive shell exits, "
3121 "unless\n"
3122 "    the shell option `execfail' is set.\n"
3123 "    \n"
3124 "    Exit Status:\n"
3125 "    Returns success unless COMMAND is not found or a redirection error "
3126 "occurs."
3127 msgstr ""
3128 "Mengganti shell dengan perintah yang diberikan.\n"
3129 "    \n"
3130 "    Jalankan PERINTAH, ganti shell ini dengan aplikasi yang "
3131 "dispesifikaskan.\n"
3132 "    ARGUMEN menjadi argumen dari PERINTAH. Jika PERINTAH tidak "
3133 "dispesifikasikan,\n"
3134 "    setiap redireksi akan memiliki afek dalam shell sekarang.\n"
3135 "    \n"
3136 "    Pilihan:\n"
3137 "      -a nama\tlewatkan NAMA sebagai argumen ke nol ke PERINTAH\n"
3138 "      -c\t\tjalankan PERINTAH dengan sebuah environment kosong\n"
3139 "      -l\t\ttempatkan sebuah dash dalam argumen ke nol ke PERINTAH\n"
3140 "    \n"
3141 "    Jika perintah tidak dapat dijalankan, sebuah non-interaktif shell "
3142 "keluar, kecuali\n"
3143 "    pilihan shell `execfail' diset.\n"
3144 "    \n"
3145 "    Status Keluar:\n"
3146 "    Mengembalikan sukses kecuali PERINTAH tidak ditemukan atau sebuah "
3147 "redireksi error terjadi."
3148
3149 #: builtins.c:694
3150 msgid ""
3151 "Exit the shell.\n"
3152 "    \n"
3153 "    Exits the shell with a status of N.  If N is omitted, the exit status\n"
3154 "    is that of the last command executed."
3155 msgstr ""
3156 "Keluar dari shell.\n"
3157 "    \n"
3158 "    Keluar dari shell dengan status dari N. Jika N diabaikan, status "
3159 "keluaran\n"
3160 "    adalah status dari perintah terakhir yang dijalankan."
3161
3162 #: builtins.c:703
3163 msgid ""
3164 "Exit a login shell.\n"
3165 "    \n"
3166 "    Exits a login shell with exit status N.  Returns an error if not "
3167 "executed\n"
3168 "    in a login shell."
3169 msgstr ""
3170 "Keluar dari sebuah login shell.\n"
3171 "    \n"
3172 "    Keluar sebuah login shell dengan status keluar N. Mengembalikan sebuah "
3173 "error jika tidak dijalankan\n"
3174 "    dalam sebuah login shell."
3175
3176 #: builtins.c:713
3177 msgid ""
3178 "Display or execute commands from the history list.\n"
3179 "    \n"
3180 "    fc is used to list or edit and re-execute commands from the history "
3181 "list.\n"
3182 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3183 "    string, which means the most recent command beginning with that\n"
3184 "    string.\n"
3185 "    \n"
3186 "    Options:\n"
3187 "      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
3188 "EDITOR,\n"
3189 "    \t\tthen vi\n"
3190 "      -l \tlist lines instead of editing\n"
3191 "      -n\tomit line numbers when listing\n"
3192 "      -r\treverse the order of the lines (newest listed first)\n"
3193 "    \n"
3194 "    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3195 "    re-executed after the substitution OLD=NEW is performed.\n"
3196 "    \n"
3197 "    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3198 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
3199 "    the last command.\n"
3200 "    \n"
3201 "    Exit Status:\n"
3202 "    Returns success or status of executed command; non-zero if an error "
3203 "occurs."
3204 msgstr ""
3205 "Tampilkan atau jalankan perintah dari daftar sejarah.\n"
3206 "    \n"
3207 "    fc biasa digunakan untuk mendaftar atau mengubah dan menjalankan "
3208 "perintah dari daftar sejarah.\n"
3209 "    PERTAMA dan TERAKHIR dapat berupa nomor yang menspesifikasikan "
3210 "jangkauan, atau PERTAMA dapat berupa sebuah\n"
3211 "    string, yang berarti adalah perintah yang berawal dengan string.\n"
3212 "    \n"
3213 "    Pilihan:\n"
3214 "       -e ENAME\tmemilih editor yang akan digunakan. Default adalah FCEDIT, "
3215 "kemudian EDITOR,\n"
3216 "    \t\tkemudian vi.\n"
3217 "       -l \tdaftar baris daripada mengubahnya.\n"
3218 "       -n \tabaikan nomor baris ketika MENDAFTAR.\n"
3219 "       -r \tmembalik urutan dari baris (membuat yang terbaru terdaftar "
3220 "pertama).\n"
3221 "    \n"
3222 "    Dengan `fc -s [pat=rep ...] [perintah]' format, perintah\n"
3223 "    dijalankan setelah substitusi OLD=NEW dilakukan.\n"
3224 "    \n"
3225 "    Sebuah alias yang berguna yang digunakan dengan ini r='fc -s', jadi "
3226 "mengetikan `r cc'\n"
3227 "    menjalankan perintah terakhir yang diawali dengan `cc' dan mengetikan "
3228 "'r' menjalankan kembali\n"
3229 "    perintah terakhir.\n"
3230 "    \n"
3231 "    Status Keluar:\n"
3232 "    Mengembalikan sukses atau status dari perintah yang dijalankan; tidak-"
3233 "nol jika sebuah error terjadi."
3234
3235 #: builtins.c:743
3236 msgid ""
3237 "Move job to the foreground.\n"
3238 "    \n"
3239 "    Place the job identified by JOB_SPEC in the foreground, making it the\n"
3240 "    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
3241 "    current job is used.\n"
3242 "    \n"
3243 "    Exit Status:\n"
3244 "    Status of command placed in foreground, or failure if an error occurs."
3245 msgstr ""
3246 "Pindahkan pekerjaan di foreground.\n"
3247 "    \n"
3248 "    Tempatkan JOB_SPEC di foreground, dan buat ini pekerjaan saat ini. Jika\n"
3249 "    JOB_SPEC tidak ada, shell notion dari pekerjaan saat ini\n"
3250 "    yang digunakan.\n"
3251 "    \n"
3252 "    Status Keluar:\n"
3253 "    Status dari perintah yang ditempatkan di foreground, atau gagal jika "
3254 "sebuah error terjadi."
3255
3256 #: builtins.c:758
3257 msgid ""
3258 "Move jobs to the background.\n"
3259 "    \n"
3260 "    Place the jobs identified by each JOB_SPEC in the background, as if "
3261 "they\n"
3262 "    had been started with `&'.  If JOB_SPEC is not present, the shell's "
3263 "notion\n"
3264 "    of the current job is used.\n"
3265 "    \n"
3266 "    Exit Status:\n"
3267 "    Returns success unless job control is not enabled or an error occurs."
3268 msgstr ""
3269 "Pindahkan pekerjaan ke background.\n"
3270 "    \n"
3271 "    Tempatkan setiap JOB_SPEC dalam background, seperti jika ini telah "
3272 "dimulai dengan\n"
3273 "    `&'. Jika JOB_SPEC tidak ada, notion shell's dari pekerjaan\n"
3274 "    yang saat berjalan digunakan.\n"
3275 "    \n"
3276 "    Status Keluar:\n"
3277 "    Mengembalikan sukses kecuali pengontrol pekerjaan tidak aktif atau "
3278 "sebuah error terjadi."
3279
3280 #: builtins.c:772
3281 msgid ""
3282 "Remember or display program locations.\n"
3283 "    \n"
3284 "    Determine and remember the full pathname of each command NAME.  If\n"
3285 "    no arguments are given, information about remembered commands is "
3286 "displayed.\n"
3287 "    \n"
3288 "    Options:\n"
3289 "      -d\t\tforget the remembered location of each NAME\n"
3290 "      -l\t\tdisplay in a format that may be reused as input\n"
3291 "      -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3292 "      -r\t\tforget all remembered locations\n"
3293 "      -t\t\tprint the remembered location of each NAME, preceding\n"
3294 "    \t\teach location with the corresponding NAME if multiple\n"
3295 "    \t\tNAMEs are given\n"
3296 "    Arguments:\n"
3297 "      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3298 "    \t\tof remembered commands.\n"
3299 "    \n"
3300 "    Exit Status:\n"
3301 "    Returns success unless NAME is not found or an invalid option is given."
3302 msgstr ""
3303 "Ingat atau tampilkan lokasi aplikasi.\n"
3304 "    \n"
3305 "    Tentukan dan ingat nama jalur lengkap dari setiap NAMA perintah. Jika\n"
3306 "    tidak ada argumen yang diberikan, informasi mengenai perintah yang "
3307 "diingat akan ditampilkan.\n"
3308 "    \n"
3309 "    Pilihan:\n"
3310 "      -d\t\tlupakan lokasi yang diingat untuk setiap NAMA\n"
3311 "      -l\t\ttampilkan dalam format yang bisa digunakan sebagai masukan\n"
3312 "      -p pathname\tgunakan NAMA JALUR yang nama jalur lengkap dari NAMA\n"
3313 "      -r\t\tlupakan semua lokasi yang diingat\n"
3314 "      -t\t\ttampilkan lokasi yang diingat untuk setiap NAMA, diawali\n"
3315 "   \t\tuntuk setiap lokasi diberikan NAMA yang sesuai jika multiple\n"
3316 "   \t\tNAMA diberikan\n"
3317 "   Argumen:\n"
3318 "      NAMA\t\tSetiap NAMA yang ditemukan dalam $PATH dan ditambahkan dalam "
3319 "daftar\n"
3320 "   \t\tdari perintah yang diingat.\n"
3321 "   \n"
3322 "   Status Keluar:\n"
3323 "   Mengembalikan sukses kecuali NAMA tidak ditemukan atau sebuah pilihan "
3324 "tidak valid telah diberikan."
3325
3326 #: builtins.c:797
3327 msgid ""
3328 "Display information about builtin commands.\n"
3329 "    \n"
3330 "    Displays brief summaries of builtin commands.  If PATTERN is\n"
3331 "    specified, gives detailed help on all commands matching PATTERN,\n"
3332 "    otherwise the list of help topics is printed.\n"
3333 "    \n"
3334 "    Options:\n"
3335 "      -d\toutput short description for each topic\n"
3336 "      -m\tdisplay usage in pseudo-manpage format\n"
3337 "      -s\toutput only a short usage synopsis for each topic matching\n"
3338 "    \tPATTERN\n"
3339 "    \n"
3340 "    Arguments:\n"
3341 "      PATTERN\tPattern specifiying a help topic\n"
3342 "    \n"
3343 "    Exit Status:\n"
3344 "    Returns success unless PATTERN is not found or an invalid option is "
3345 "given."
3346 msgstr ""
3347 "Tampilkan informasi mengenai perintah builtin.\n"
3348 "    \n"
3349 "    Tampilkan ringkasan singkat dari perintah builtin. Jika POLA\n"
3350 "    dispesifikasikan, tampilkan bantuan lengkap di seluruh perintah yang "
3351 "cocok dengan POLA,\n"
3352 "    jika tidak daftar dari topik bantuan ditampilkan.\n"
3353 "    \n"
3354 "    Pilihan:\n"
3355 "      -d\tkeluarkan deskripsi singkat untuk setiap topik\n"
3356 "      -m\ttampilkan penggunaan dalam format pseudo-manpage\n"
3357 "      -s\tkeluarkan hanya penggunaan singkat untuk setiap topik yang cocok\n"
3358 "    \tdengan POLA\n"
3359 "    \n"
3360 "    Argumen:\n"
3361 "      POLA\tPola menspesifikasikan topik bantuan\n"
3362 "    \n"
3363 "    Status Keluar:\n"
3364 "    Mengembalikan sukses kecuali POLA tidak ditemukan atau pilihan tidak "
3365 "valid diberikan."
3366
3367 #: builtins.c:821
3368 msgid ""
3369 "Display or manipulate the history list.\n"
3370 "    \n"
3371 "    Display the history list with line numbers, prefixing each modified\n"
3372 "    entry with a `*'.  An argument of N lists only the last N entries.\n"
3373 "    \n"
3374 "    Options:\n"
3375 "      -c\tclear the history list by deleting all of the entries\n"
3376 "      -d offset\tdelete the history entry at offset OFFSET.\n"
3377 "    \n"
3378 "      -a\tappend history lines from this session to the history file\n"
3379 "      -n\tread all history lines not already read from the history file\n"
3380 "      -r\tread the history file and append the contents to the history\n"
3381 "    \tlist\n"
3382 "      -w\twrite the current history to the history file\n"
3383 "    \tand append them to the history list\n"
3384 "    \n"
3385 "      -p\tperform history expansion on each ARG and display the result\n"
3386 "    \twithout storing it in the history list\n"
3387 "      -s\tappend the ARGs to the history list as a single entry\n"
3388 "    \n"
3389 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
3390 "    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
3391 "    \n"
3392 "    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3393 "    as a format string for strftime(3) to print the time stamp associated\n"
3394 "    with each displayed history entry.  No time stamps are printed "
3395 "otherwise.\n"
3396 "    \n"
3397 "    Exit Status:\n"
3398 "    Returns success unless an invalid option is given or an error occurs."
3399 msgstr ""
3400 "Menampilkan atau memanipulasi daftar sejarah.\n"
3401 "    \n"
3402 "    Menampilkan daftar sejarah dengan nomor baris. Baris yang ditampilkan "
3403 "dengan\n"
3404 "    sebuah `*' telah diubah. Argumen dari N mengatakan untuk menampilkan "
3405 "hanya\n"
3406 "    N baris terakhir.\n"
3407 "    \n"
3408 "    Pilihan:\n"
3409 "      -c\tmenghapus daftar sejarah dengan cara menghapus seluruh masukan\n"
3410 "      -d menghapus masukan sejarah di offset OFFSET.\n"
3411 "    \n"
3412 "      -a\tmenambahkan ke daftar sejarah dari sesi ini ke berkas sejarah.\n"
3413 "      -n\tmembaca seluruh baris sejarah yang belum dibaca dari berkas "
3414 "sejarah\n"
3415 "      -r\tmembaca berkas sejarah dan menambahkan isinya ke daftar\n"
3416 "    \tsejarah\n"
3417 "      -w menulis sejarah sekarang ke berkas sejarah\n"
3418 "    \tdan menambahkannya kedalam daftar sejarah\n"
3419 "    \n"
3420 "      -p\tjalankan expansi sejarah untuk setiap ARG dan tampilkan hasilnya\n"
3421 "    \ttanpa menyimpannya kedalam daftar sejarah\n"
3422 "      -s\ttambahkan ARG ke daftar sejarah sebagai sebuah masukan tunggal\n"
3423 "    \n"
3424 "    \n"
3425 "    Jika NAMAFILE diberikan, maka itu digunakan sebagai berkas sejarah "
3426 "selain itu\n"
3427 "    jika $HISTFILE memiliki nilai, maka itu digunakan, selain itu ~/."
3428 "bash_history.\n"
3429 "    \n"
3430 "    \n"
3431 "    Jika variabel $HISTTIMEFORMAT diset dan tidak kosong, nilai ini yang "
3432 "akan digunakan\n"
3433 "    sebagai format untuk string untuk strftime(3) untuk mencetak timestamp "
3434 "yang berhubungan\n"
3435 "    dengan setiap masukan sejarah yang ditampilkan. Tidak ada time stamp "
3436 "yang ditampilkan jika tidak.\n"
3437 "    \n"
3438 "    Status Keluar:\n"
3439 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
3440 "sebuah error terjadi."
3441
3442 #: builtins.c:857
3443 msgid ""
3444 "Display status of jobs.\n"
3445 "    \n"
3446 "    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
3447 "    Without options, the status of all active jobs is displayed.\n"
3448 "    \n"
3449 "    Options:\n"
3450 "      -l\tlists process IDs in addition to the normal information\n"
3451 "      -n\tlist only processes that have changed status since the last\n"
3452 "    \tnotification\n"
3453 "      -p\tlists process IDs only\n"
3454 "      -r\trestrict output to running jobs\n"
3455 "      -s\trestrict output to stopped jobs\n"
3456 "    \n"
3457 "    If -x is supplied, COMMAND is run after all job specifications that\n"
3458 "    appear in ARGS have been replaced with the process ID of that job's\n"
3459 "    process group leader.\n"
3460 "    \n"
3461 "    Exit Status:\n"
3462 "    Returns success unless an invalid option is given or an error occurs.\n"
3463 "    If -x is used, returns the exit status of COMMAND."
3464 msgstr ""
3465 "Menampilkan status dari pekerjaan.\n"
3466 "    \n"
3467 "    Tampilkan pekerjaan yang aktif.  JOBSPEC membatasi keluaran ke pekerjaan "
3468 "itu.\n"
3469 "    Tanpa pilihan, status dari seluruh aktif job ditampilkan.\n"
3470 "    \n"
3471 "    Pilihan:\n"
3472 "      -l menampilkan daftar dari proses id sebagai informasi tambahan.\n"
3473 "      -n diberikan, hanya proses yang sudah berubah status saja sejak\n"
3474 "    \tnotifikasi terakhir yang ditampilkan.\n"
3475 "      -p hanya menampilkan proses id saja.\n"
3476 "      -r membatasi keluaran ke pekerjaan yang sedang jalan\n"
3477 "      -s membatasi keluaran ke pekerjaan yang berhenti\n"
3478 "    \n"
3479 "    Jika pilihan -x diberikan, PERINTAH dijalankan setelah semua spesifikasi "
3480 "pekerjaan\n"
3481 "    yang tampil di ARGS telah diganti dengan proses ID dari proses "
3482 "pekerjaan\n"
3483 "    grup leader.\n"
3484 "    \n"
3485 "    Status Keluar:\n"
3486 "    Mengembalikan sukses kecualis sebuah pilihan tidak valid diberikan atau "
3487 "sebuah error terjadi.\n"
3488 "    Jika -x digunakan, mengembalikan status keluar dari PERINTAH."
3489
3490 #: builtins.c:884
3491 msgid ""
3492 "Remove jobs from current shell.\n"
3493 "    \n"
3494 "    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
3495 "    any JOBSPECs, the shell uses its notion of the current job.\n"
3496 "    \n"
3497 "    Options:\n"
3498 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
3499 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3500 "    \tshell receives a SIGHUP\n"
3501 "      -r\tremove only running jobs\n"
3502 "    \n"
3503 "    Exit Status:\n"
3504 "    Returns success unless an invalid option or JOBSPEC is given."
3505 msgstr ""
3506 "Hapus pekerjaan dari shell sekarang.\n"
3507 "    \n"
3508 "    Hapus setiap JOBSPEC argumen dari tabel dari pekerjaan aktif. Tanpa\n"
3509 "    JOBSPEC apapun, shell menggunakan indikasi ini dari pekerjaan sekarang.\n"
3510 "    \n"
3511 "    Pilihan:\n"
3512 "      -a\thapus seluruh pekerjaan jika JOBSPEC tidak diberikan\n"
3513 "      -h\ttandai setiap JOBSPEC sehingga SIGHUP tidak dikirim ke pekerjaan "
3514 "jika\n"
3515 "    \tshell menerima sebuah SIGHUP\n"
3516 "      -r\thapus hanya pekerjaan yang sedang berjalan\n"
3517 "    \n"
3518 "    Status Keluar:\n"
3519 "    Mengembalikan sukses kecuali ada sebuah pilihan tidak valid atau JOBSPEC "
3520 "diberikan."
3521
3522 #: builtins.c:903
3523 msgid ""
3524 "Send a signal to a job.\n"
3525 "    \n"
3526 "    Send the processes identified by PID or JOBSPEC the signal named by\n"
3527 "    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
3528 "    SIGTERM is assumed.\n"
3529 "    \n"
3530 "    Options:\n"
3531 "      -s sig\tSIG is a signal name\n"
3532 "      -n sig\tSIG is a signal number\n"
3533 "      -l\tlist the signal names; if arguments follow `-l' they are\n"
3534 "    \tassumed to be signal numbers for which names should be listed\n"
3535 "    \n"
3536 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3537 "    instead of process IDs, and allows processes to be killed if the limit\n"
3538 "    on processes that you can create is reached.\n"
3539 "    \n"
3540 "    Exit Status:\n"
3541 "    Returns success unless an invalid option is given or an error occurs."
3542 msgstr ""
3543 "Mengirim sebuah sinyal ke sebuah pekerjaan.\n"
3544 "    \n"
3545 "    Mengirim ke sebuah proses yang diidentifikasikan oleh PID atau JOBSPEC "
3546 "dengan sinyal yang diberi name\n"
3547 "    oleh SIGSPEC atau SIGNUM. Jika SIGSPEC atau SIGNUM tidak ada, maka\n"
3548 "    SIGTERM diasumsikan.\n"
3549 "    \n"
3550 "    Pilihan:\n"
3551 "      -s sig\tSIG adalah sebuah nama sinyal\n"
3552 "      -n sig\tSIG adalah sebuah nomor sinyal\n"
3553 "      -l\tdaftar dari nama sinyal; jika argumen diikuti dengan `-l' mereka "
3554 "mengasumsikan ke\n"
3555 "    \tnomor sinyal yang namanya ditampilkan.\n"
3556 "    Kill adalah sebuah shell builtin untuk dua alasan; ini membolehkan "
3557 "sebuah jobs ID untuk digunakan dari pada\n"
3558 "    proses IDs, dan memperbolehkan proses untuk dimatikan jika batas\n"
3559 "    dari proses yang dibuat tercapai.\n"
3560 "    \n"
3561 "    Status Keluar:\n"
3562 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
3563 "sebuah error terjadi."
3564
3565 #: builtins.c:926
3566 #, fuzzy
3567 msgid ""
3568 "Evaluate arithmetic expressions.\n"
3569 "    \n"
3570 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
3571 "    fixed-width integers with no check for overflow, though division by 0\n"
3572 "    is trapped and flagged as an error.  The following list of operators is\n"
3573 "    grouped into levels of equal-precedence operators.  The levels are "
3574 "listed\n"
3575 "    in order of decreasing precedence.\n"
3576 "    \n"
3577 "    \tid++, id--\tvariable post-increment, post-decrement\n"
3578 "    \t++id, --id\tvariable pre-increment, pre-decrement\n"
3579 "    \t-, +\t\tunary minus, plus\n"
3580 "    \t!, ~\t\tlogical and bitwise negation\n"
3581 "    \t**\t\texponentiation\n"
3582 "    \t*, /, %\t\tmultiplication, division, remainder\n"
3583 "    \t+, -\t\taddition, subtraction\n"
3584 "    \t<<, >>\t\tleft and right bitwise shifts\n"
3585 "    \t<=, >=, <, >\tcomparison\n"
3586 "    \t==, !=\t\tequality, inequality\n"
3587 "    \t&\t\tbitwise AND\n"
3588 "    \t^\t\tbitwise XOR\n"
3589 "    \t|\t\tbitwise OR\n"
3590 "    \t&&\t\tlogical AND\n"
3591 "    \t||\t\tlogical OR\n"
3592 "    \texpr ? expr : expr\n"
3593 "    \t\t\tconditional operator\n"
3594 "    \t=, *=, /=, %=,\n"
3595 "    \t+=, -=, <<=, >>=,\n"
3596 "    \t&=, ^=, |=\tassignment\n"
3597 "    \n"
3598 "    Shell variables are allowed as operands.  The name of the variable\n"
3599 "    is replaced by its value (coerced to a fixed-width integer) within\n"
3600 "    an expression.  The variable need not have its integer attribute\n"
3601 "    turned on to be used in an expression.\n"
3602 "    \n"
3603 "    Operators are evaluated in order of precedence.  Sub-expressions in\n"
3604 "    parentheses are evaluated first and may override the precedence\n"
3605 "    rules above.\n"
3606 "    \n"
3607 "    Exit Status:\n"
3608 "    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3609 msgstr ""
3610 "Evaluasi ekspresi arithmetic.\n"
3611 "    \n"
3612 "    Setiap ARG adalah sebuah ekspresi arithmetic yang dievaluasi. Evaluasi\n"
3613 "    dilakukan dalam fixed-width integers dengan tidak ada pemeriksaan untuk "
3614 "overflow, walaupun\n"
3615 "    pembagian dengan 0 ditangkap dan ditandai sebagai error. Berikut\n"
3616 "    daftar dari operator yang dikelompokkan dalam tingkat tingkat dari equal "
3617 "precedence operators.\n"
3618 "    Tingkat yang ditampilkan dalam urutan dari decreasing precedence.\n"
3619 "    \n"
3620 "    \tid++, id--\tvariabel post-increment, post-decrement\n"
3621 "    \t++id, --id\tvariabel pre-increment, pre-decrement\n"
3622 "    \t-, +\t\tunary minus, plus\n"
3623 "    \t!, ~\t\tlogical dan bitwise negasi\n"
3624 "    \t**\t\texponential\n"
3625 "    \t*, /, %\t\tmultiplication, division, remainder\n"
3626 "    \t+. -\t\taddition, subtraction\n"
3627 "    \t<<, >>\t\tleft and right bitwise shift\n"
3628 "    \t<=. >=, <, >\tperbandingan\n"
3629 "    \t==, !=\t\tpersamaan, dan ketidak samaan\n"
3630 "    \t&\t\tbitwise AND\n"
3631 "    \t^\t\tbitwise XOR\n"
3632 "    \t|\t\tbitwise OR\n"
3633 "    \t&&\t\tlogical AND\n"
3634 "    \t||\t\tlogical OR\n"
3635 "    \texpr ? expr : expr\n"
3636 "    \t\t\toperator kondisional\n"
3637 "    \t=, *=, /=, %=,\n"
3638 "    \t+=. -=. <<=, >>=,\n"
3639 "    \t&=, ^=, |=\tassignment\n"
3640 "    \n"
3641 "    Variabel shell dibolehkan sebagai operand. Nama dari variabel\n"
3642 "    digantikan oleh nilainya (coerced ke fixed-width integer) dalam\n"
3643 "    sebuah expresi. Variabel tidak butuh atribut integer\n"
3644 "    dinyalakan untuk digunakan dalam sebuah expresi.\n"
3645 "    \n"
3646 "    Operator yang dievaluasi dalam urutan precedence. Sub-expresi dalam\n"
3647 "    parentheses dievaluasi terlebih dahulu dan boleh dioverride precedence\n"
3648 "    aturan diatasnya.\n"
3649 "    \n"
3650 "    Status Keluar:\n"
3651 "    Jika ARG terakhir dievaluasi ke 0, membiarkan kembali ke 1; 0 "
3652 "dikembalikan Jika tidak."
3653
3654 #: builtins.c:971
3655 msgid ""
3656 "Read a line from the standard input and split it into fields.\n"
3657 "    \n"
3658 "    Reads a single line from the standard input, or from file descriptor FD\n"
3659 "    if the -u option is supplied.  The line is split into fields as with "
3660 "word\n"
3661 "    splitting, and the first word is assigned to the first NAME, the second\n"
3662 "    word to the second NAME, and so on, with any leftover words assigned to\n"
3663 "    the last NAME.  Only the characters found in $IFS are recognized as "
3664 "word\n"
3665 "    delimiters.\n"
3666 "    \n"
3667 "    If no NAMEs are supplied, the line read is stored in the REPLY "
3668 "variable.\n"
3669 "    \n"
3670 "    Options:\n"
3671 "      -a array\tassign the words read to sequential indices of the array\n"
3672 "    \t\tvariable ARRAY, starting at zero\n"
3673 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
3674 "    \t\tthan newline\n"
3675 "      -e\t\tuse Readline to obtain the line in an interactive shell\n"
3676 "      -i text\tUse TEXT as the initial text for Readline\n"
3677 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3678 "    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3679 "    \t\tcharacters are read before the delimiter\n"
3680 "      -N nchars\treturn only after reading exactly NCHARS characters, "
3681 "unless\n"
3682 "    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
3683 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
3684 "    \t\tattempting to read\n"
3685 "      -r\t\tdo not allow backslashes to escape any characters\n"
3686 "      -s\t\tdo not echo input coming from a terminal\n"
3687 "      -t timeout\ttime out and return failure if a complete line of input "
3688 "is\n"
3689 "    \t\tnot read withint TIMEOUT seconds.  The value of the TMOUT\n"
3690 "    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
3691 "    \t\tfractional number.  If TIMEOUT is 0, read returns success only\n"
3692 "    \t\tif input is available on the specified file descriptor.  The\n"
3693 "    \t\texit status is greater than 128 if the timeout is exceeded\n"
3694 "      -u fd\t\tread from file descriptor FD instead of the standard input\n"
3695 "    \n"
3696 "    Exit Status:\n"
3697 "    The return code is zero, unless end-of-file is encountered, read times "
3698 "out,\n"
3699 "    or an invalid file descriptor is supplied as the argument to -u."
3700 msgstr ""
3701 "Membaca sebuah baris dari standar masukan dan membaginya dalam bagian "
3702 "bagian.\n"
3703 "    \n"
3704 "    Satu baris dibaca dari masukan standar, atau dari berkas deskripsi FD "
3705 "jika\n"
3706 "    pilihan -u diberikan, dan kata pertama diberikan ke NAMA pertama,\n"
3707 "    kata kedua ke NAMA kedua, dan seterusnya. dengan kata yang tersisa "
3708 "ditempatkan\n"
3709 "    ke NAMA terakhir. Hanya karakter yang ditemukan dalam $IFS yang dikenal "
3710 "sebagai pembatas\n"
3711 "    kata.\n"
3712 "   \n"
3713 "    Jika tidak ada NAMA yang diberikan, baris yang dibaca disimpan dalam "
3714 "variabel BALASAN\n"
3715 "    \n"
3716 "    Pilihan:\n"
3717 "      -a array\tditempatkan kata dibaca secara berurutan indice dari array\n"
3718 "    \t\tvariabel ARRAY, dimulai dari nol\n"
3719 "      -d delim\tdilanjutkan sampai karakter pertama dari PEMBATAS dibaca, "
3720 "daripada\n"
3721 "    \t\tbaris baru\n"
3722 "      -e\t\tgunakan Readline untuk memperoleh baris dalam sebuah shell "
3723 "interaktif\n"
3724 "      -i text\tGunakan TEXT sebagai text inisial untuk Readline\n"
3725 "      -n nchars\tkembali setelah membaca NCHARS characters daripada "
3726 "menunggu\n"
3727 "    \t\tuntuk sebuah baris baru\n"
3728 "      -N nchars\thanya kembali setelah membaca tepat NCHARS karakter, "
3729 "kecuali\n"
3730 "    \t\tEOF ditemui atau waktu habis dalam pembacaan, abaikan pembatas "
3731 "apapun\n"
3732 "      -p prompt\tkeluarkan string PROMPT tanpa tambahan baris baru sebelum\n"
3733 "    \t\tmencoba untuk membaca\n"
3734 "      -r\t\tjangan ijinkan backslash untuk mengeluarkan karakter apapun\n"
3735 "      -s\t\tjangan echo masukan yang datang dari sebuah terminal\n"
3736 "      -t menyebabkan pembacaan untuk time out dan kembali gagal jika sebuah "
3737 "baris lengkap\n"
3738 "    \t\tdari masukan tidak dibaca dalam TIMEOUT detik. Jika variabel TMOUT "
3739 "terset,\n"
3740 "    \t\tnilai ini akan menjadi nilai default timeout. TIMEOUT mungkin "
3741 "sebuah\n"
3742 "    \t\tbilangan fraksional. Status keluaran lebih besar dari 128 jika\n"
3743 "    \t\ttimeout dilewati\n"
3744 "      -u fd\t\tbaca dari berkas deskripsi FD daripada standar masukan\n"
3745 "    \n"
3746 "    Status Keluar:\n"
3747 "    Kode kembali adalah nol, kecuali akhir-dari-berkas ditemui, baca "
3748 "kehabisan waktu,\n"
3749 "    atau sebuah berkas deskripsi disupply sebagai sebuah argumen ke pilihan -"
3750 "u."
3751
3752 #: builtins.c:1014
3753 msgid ""
3754 "Return from a shell function.\n"
3755 "    \n"
3756 "    Causes a function or sourced script to exit with the return value\n"
3757 "    specified by N.  If N is omitted, the return status is that of the\n"
3758 "    last command executed within the function or script.\n"
3759 "    \n"
3760 "    Exit Status:\n"
3761 "    Returns N, or failure if the shell is not executing a function or script."
3762 msgstr ""
3763 "Kembali dari sebuah fungsi shell.\n"
3764 "    \n"
3765 "    Menyebabkan sebuah fungsi atau sebuah script untuk keluar dengan nilai "
3766 "kembali\n"
3767 "    yang dispesifikasikan oleh N. Jika N diabaikan, status kembalian adalah\n"
3768 "    perintah terakhir yang dijalankan dalam fungsi atau script.\n"
3769 "    \n"
3770 "    Status Keluar:\n"
3771 "    Mengembalikan N, atau gagal jika shell tidak menjalan sebuah fungsi atau "
3772 "script."
3773
3774 #: builtins.c:1027
3775 #, fuzzy
3776 msgid ""
3777 "Set or unset values of shell options and positional parameters.\n"
3778 "    \n"
3779 "    Change the value of shell attributes and positional parameters, or\n"
3780 "    display the names and values of shell variables.\n"
3781 "    \n"
3782 "    Options:\n"
3783 "      -a  Mark variables which are modified or created for export.\n"
3784 "      -b  Notify of job termination immediately.\n"
3785 "      -e  Exit immediately if a command exits with a non-zero status.\n"
3786 "      -f  Disable file name generation (globbing).\n"
3787 "      -h  Remember the location of commands as they are looked up.\n"
3788 "      -k  All assignment arguments are placed in the environment for a\n"
3789 "          command, not just those that precede the command name.\n"
3790 "      -m  Job control is enabled.\n"
3791 "      -n  Read commands but do not execute them.\n"
3792 "      -o option-name\n"
3793 "          Set the variable corresponding to option-name:\n"
3794 "              allexport    same as -a\n"
3795 "              braceexpand  same as -B\n"
3796 "              emacs        use an emacs-style line editing interface\n"
3797 "              errexit      same as -e\n"
3798 "              errtrace     same as -E\n"
3799 "              functrace    same as -T\n"
3800 "              hashall      same as -h\n"
3801 "              histexpand   same as -H\n"
3802 "              history      enable command history\n"
3803 "              ignoreeof    the shell will not exit upon reading EOF\n"
3804 "              interactive-comments\n"
3805 "                           allow comments to appear in interactive commands\n"
3806 "              keyword      same as -k\n"
3807 "              monitor      same as -m\n"
3808 "              noclobber    same as -C\n"
3809 "              noexec       same as -n\n"
3810 "              noglob       same as -f\n"
3811 "              nolog        currently accepted but ignored\n"
3812 "              notify       same as -b\n"
3813 "              nounset      same as -u\n"
3814 "              onecmd       same as -t\n"
3815 "              physical     same as -P\n"
3816 "              pipefail     the return value of a pipeline is the status of\n"
3817 "                           the last command to exit with a non-zero status,\n"
3818 "                           or zero if no command exited with a non-zero "
3819 "status\n"
3820 "              posix        change the behavior of bash where the default\n"
3821 "                           operation differs from the Posix standard to\n"
3822 "                           match the standard\n"
3823 "              privileged   same as -p\n"
3824 "              verbose      same as -v\n"
3825 "              vi           use a vi-style line editing interface\n"
3826 "              xtrace       same as -x\n"
3827 "      -p  Turned on whenever the real and effective user ids do not match.\n"
3828 "          Disables processing of the $ENV file and importing of shell\n"
3829 "          functions.  Turning this option off causes the effective uid and\n"
3830 "          gid to be set to the real uid and gid.\n"
3831 "      -t  Exit after reading and executing one command.\n"
3832 "      -u  Treat unset variables as an error when substituting.\n"
3833 "      -v  Print shell input lines as they are read.\n"
3834 "      -x  Print commands and their arguments as they are executed.\n"
3835 "      -B  the shell will perform brace expansion\n"
3836 "      -C  If set, disallow existing regular files to be overwritten\n"
3837 "          by redirection of output.\n"
3838 "      -E  If set, the ERR trap is inherited by shell functions.\n"
3839 "      -H  Enable ! style history substitution.  This flag is on\n"
3840 "          by default when the shell is interactive.\n"
3841 "      -P  If set, do not follow symbolic links when executing commands\n"
3842 "          such as cd which change the current directory.\n"
3843 "      -T  If set, the DEBUG trap is inherited by shell functions.\n"
3844 "      --  Assign any remaining arguments to the positional parameters.\n"
3845 "          If there are no remaining arguments, the positional parameters\n"
3846 "          are unset.\n"
3847 "      -   Assign any remaining arguments to the positional parameters.\n"
3848 "          The -x and -v options are turned off.\n"
3849 "    \n"
3850 "    Using + rather than - causes these flags to be turned off.  The\n"
3851 "    flags can also be used upon invocation of the shell.  The current\n"
3852 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3853 "    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3854 "    ARGs are given, all shell variables are printed.\n"
3855 "    \n"
3856 "    Exit Status:\n"
3857 "    Returns success unless an invalid option is given."
3858 msgstr ""
3859 "Set atau unset nilai dari pilihan shell dan parameter posisi.\n"
3860 "    \n"
3861 "    Ubah nilai dari atribut shell dan parameter posisi, atau\n"
3862 "    tampilkan nama dan nilai dari variabel shell.\n"
3863 "    \n"
3864 "    Pilihan:\n"
3865 "         -a Tandai variabel yang telah termodifikasi atau dibuat untuk "
3866 "export.\n"
3867 "         -b Notifikasi penyelesaian pekerjaan secara langsung.\n"
3868 "         -e Keluar langsung jika sebuah perintah keluar dengan status tidak "
3869 "nol.\n"
3870 "         -f Menonaktifkan pembuatan nama berkas (globbing).\n"
3871 "         -h Ingat lokasi dari perintah sebagai mereka dicari.\n"
3872 "         -k Semua argumen assignment ditempatkan dalam environment untuk "
3873 "sebuah\n"
3874 "            perintah, tidak hanya mengawali nama perintah.\n"
3875 "         -m Pengendali pekerjaan diaktifkan.\n"
3876 "         -n Baca perintah tapi jangan menjalankan perintah tersebut.\n"
3877 "         -o nama-pilihan\n"
3878 "            Set variabel menurut nama-pilihan:\n"
3879 "              allexport   sama seperti -a\n"
3880 "              braceexpand sama seperti -B\n"
3881 "              emacs       gunakan gaya emacs dalam line editing interface\n"
3882 "              errexit     sama seperti -e\n"
3883 "              errtrace    sama seperti -E\n"
3884 "              functrace   sama seperti -T\n"
3885 "              hashall     sama seperti -h\n"
3886 "              histexpand  sama seperti -H\n"
3887 "              history     aktifkan sejarah perintah\n"
3888 "              ignoreeof   shell tidak akan keluar ketika membaca EOF\n"
3889 "              interactive-comments\n"
3890 "                          membolehkan komentar ada dalam perintah "
3891 "interaktif\n"
3892 "              keyword     sama seperti -k\n"
3893 "              monitor     sama seperti -m\n"
3894 "              noclobber   sama seperti -C\n"
3895 "              noexec      sama seperti -n\n"
3896 "              noglob      sama seperti -f\n"
3897 "              nolog       saat ini diterima tetapi diabaikan\n"
3898 "              notify      sama seperti -b\n"
3899 "              nounset     sama seperti -u\n"
3900 "              onecmd      sama seperti -t\n"
3901 "              physical    sama seperti -P\n"
3902 "              pipefail    nilai kembalian dari sebuah pipelie adalah status "
3903 "dari\n"
3904 "                          perintah terakhir yang keluar dengan sebuah status "
3905 "tidak nol,\n"
3906 "                          atau nol jika tidak ada perintah yang keluar "
3907 "dengan status tidak nol\n"
3908 "              posix       ubah perilaku dari bash dimana operasi\n"
3909 "                          default berbeda dari 1003.2 standar ke\n"
3910 "                          sesuai dengan standar\n"
3911 "              privileged  sama seperti -p\n"
3912 "              verbose     sama seperti -v\n"
3913 "              vi          gunakan sebuah gaya vi dalam line editing "
3914 "interface.\n"
3915 "              xtrace      sama seperti -x\n"
3916 "         -p Aktif ketika real dan efektif id pengguna tidak cocok.\n"
3917 "            Menonaktifkan pemrosesan dari berkas $ENV dan mengimpor dari "
3918 "fungsi\n"
3919 "            shell. Mengubah pilihan ini off menyebabkan efektif uid dan\n"
3920 "            gid untuk diset ke real uid dan gid.\n"
3921 "         -t Keluar setelah  membaca dan menjalankan satu perintah.\n"
3922 "         -u Perlakukan variabel yang tidak diset sebagai error ketika "
3923 "mensubstitusi.\n"
3924 "         -v Tampilkan baris masukan shell seperti ketika dibaca.\n"
3925 "         -x Tampilkan perintah dan argumennya ketika menjalankan perintah "
3926 "tersebut.\n"
3927 "         -B Shell akan melakukan expansi brace\n"
3928 "         -C Jika diset, melarang berkas regular yang telah ada untuk "
3929 "ditulis\n"
3930 "            oleh keluaran redirection.\n"
3931 "         -E Jika diset, trap ERR diturunkan oleh fungsi shell.\n"
3932 "         -H Mengaktifkan ! gaya pengubahan sejarah.  Tanda ini aktif\n"
3933 "            secara default ketika shell interaktif.\n"
3934 "         -P Jika diset, jangan ikuti symbolic link ketika menjalankan "
3935 "perintah\n"
3936 "            seperti cd ketika mengubah direktori kerja sekarang.\n"
3937 "         -T Jika diset, Debug trap diturunkan oleh fungsi shell.\n"
3938 "         -  Assign argumen yang tersisa ke parameter posisi.\n"
3939 "            Pilihan -x dan -v akan dimatikan.\n"
3940 "    \n"
3941 "    Menggunakan + daripada - akan menyebabkan tanda untuk dimatikan. Tanda\n"
3942 "    juga bisa digunakan dalam pemanggilan shell. Tanda yang terset\n"
3943 "    saat ini dapat ditemukan dalam $-. ARG n yang tersisa adalah parameter\n"
3944 "    posisi dan ditempatkan, dalam urutan, ke $1, $2, ... $n. Jika tidak ada\n"
3945 "    ARG yang diberikan, semua shell variabel ditampilkan.\n"
3946 "    \n"
3947 "    Status Keluar:\n"
3948 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan."
3949
3950 #: builtins.c:1112
3951 msgid ""
3952 "Unset values and attributes of shell variables and functions.\n"
3953 "    \n"
3954 "    For each NAME, remove the corresponding variable or function.\n"
3955 "    \n"
3956 "    Options:\n"
3957 "      -f\ttreat each NAME as a shell function\n"
3958 "      -v\ttreat each NAME as a shell variable\n"
3959 "    \n"
3960 "    Without options, unset first tries to unset a variable, and if that "
3961 "fails,\n"
3962 "    tries to unset a function.\n"
3963 "    \n"
3964 "    Some variables cannot be unset; also see `readonly'.\n"
3965 "    \n"
3966 "    Exit Status:\n"
3967 "    Returns success unless an invalid option is given or a NAME is read-only."
3968 msgstr ""
3969 "Unset nilai dan atribut dari variabel shell dan fungsi.\n"
3970 "    \n"
3971 "    Untuk setiap NAMA, hapus variabel atau fungsi yang berhubungan.\n"
3972 "    \n"
3973 "    Pilihan:\n"
3974 "      -f\tperlakukan setiap NAMA sebagai sebuah fungsi shell\n"
3975 "      -v\tperlakukan setiap NAMA sebagai sebuah variabel shell\n"
3976 "    \n"
3977 "    Tanpa pilihan, unset pertama mencoba untuk menunset sebuah variabel, dan "
3978 "jika itu gagal,\n"
3979 "    mencoba untuk menunset sebuah fungsi.\n"
3980 "    \n"
3981 "    Beberapa variabel tidak dapat diunset; Lihat juga `readonly'.\n"
3982 "    \n"
3983 "    Status Keluar:\n"
3984 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
3985 "sebuah NAMA adalah baca-saja."
3986
3987 #: builtins.c:1132
3988 msgid ""
3989 "Set export attribute for shell variables.\n"
3990 "    \n"
3991 "    Marks each NAME for automatic export to the environment of subsequently\n"
3992 "    executed commands.  If VALUE is supplied, assign VALUE before "
3993 "exporting.\n"
3994 "    \n"
3995 "    Options:\n"
3996 "      -f\trefer to shell functions\n"
3997 "      -n\tremove the export property from each NAME\n"
3998 "      -p\tdisplay a list of all exported variables and functions\n"
3999 "    \n"
4000 "    An argument of `--' disables further option processing.\n"
4001 "    \n"
4002 "    Exit Status:\n"
4003 "    Returns success unless an invalid option is given or NAME is invalid."
4004 msgstr ""
4005 "Set export atribut untuk variabel shell.\n"
4006 "    \n"
4007 "    Tandai setiap NAMA untuk otomatis export ke environment setelah\n"
4008 "    perintah dijalankan. Jika NILAI diberikan, berikan NILAI sebelum "
4009 "export.\n"
4010 "    \n"
4011 "    Pilihan:\n"
4012 "      -f\tmerujuk ke fungsi shell\n"
4013 "      -n\thapus properti export dari setiap NAMA\n"
4014 "      -p\ttampilkan daftar dari seluruh variabel dan fungsi yang terexport\n"
4015 "    \n"
4016 "    Sebuah argumen dari `--' menonaktifkan pemrosesan pilihan selanjutnya.\n"
4017 "    \n"
4018 "    Status Keluar:\n"
4019 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
4020 "NAMA tidak valid."
4021
4022 #: builtins.c:1151
4023 msgid ""
4024 "Mark shell variables as unchangeable.\n"
4025 "    \n"
4026 "    Mark each NAME as read-only; the values of these NAMEs may not be\n"
4027 "    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
4028 "    before marking as read-only.\n"
4029 "    \n"
4030 "    Options:\n"
4031 "      -a\trefer to indexed array variables\n"
4032 "      -A\trefer to associative array variables\n"
4033 "      -f\trefer to shell functions\n"
4034 "      -p\tdisplay a list of all readonly variables and functions\n"
4035 "    \n"
4036 "    An argument of `--' disables further option processing.\n"
4037 "    \n"
4038 "    Exit Status:\n"
4039 "    Returns success unless an invalid option is given or NAME is invalid."
4040 msgstr ""
4041 "Tandai variabel shell sebagai tidak bisa diubah.\n"
4042 "    \n"
4043 "    Tandai setiap NAMA sebagai baca-saja; nilai dari NAMA ini tidak boleh\n"
4044 "    diubah untuk penggunaan selanjutnya. Jika NILAI diberikan, berikan "
4045 "NILAI\n"
4046 "    sebelum menandainya sebagai baca-saja.\n"
4047 "    \n"
4048 "    Pilihan:\n"
4049 "      -a\tmerujuk ke aray index variabel\n"
4050 "      -A\tmerujuk ke variabel aray assosiasi\n"
4051 "      -f\tmerujuk ke fungsi shell\n"
4052 "      -p\tmenampilkan sebuah daftar dari seluruh variabel dan fungsi baca-"
4053 "saja\n"
4054 "    \n"
4055 "    Sebuah argumen dari `--' menonaktifkan pemrosesan pilihan selanjutnya.\n"
4056 "    \n"
4057 "    Status Keluar:\n"
4058 "    Mengembalikan sukses kecual sebuah pilihan tidak valid diberikan atau "
4059 "NAMA tidak valid."
4060
4061 #: builtins.c:1172
4062 msgid ""
4063 "Shift positional parameters.\n"
4064 "    \n"
4065 "    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
4066 "    not given, it is assumed to be 1.\n"
4067 "    \n"
4068 "    Exit Status:\n"
4069 "    Returns success unless N is negative or greater than $#."
4070 msgstr ""
4071 "Geser parameter posisi.\n"
4072 "    \n"
4073 "    Ubah nama parameter posisi $N+1,$N+2 ... ke $1,$2 ... Jika N\n"
4074 "    tidak diberikan, N diasumsikan 1.\n"
4075 "    \n"
4076 "    Status Keluar:\n"
4077 "    Mengembalikan sukses kecuali N adalah negatif atau lebih besar dari $#."
4078
4079 #: builtins.c:1184 builtins.c:1199
4080 msgid ""
4081 "Execute commands from a file in the current shell.\n"
4082 "    \n"
4083 "    Read and execute commands from FILENAME in the current shell.  The\n"
4084 "    entries in $PATH are used to find the directory containing FILENAME.\n"
4085 "    If any ARGUMENTS are supplied, they become the positional parameters\n"
4086 "    when FILENAME is executed.\n"
4087 "    \n"
4088 "    Exit Status:\n"
4089 "    Returns the status of the last command executed in FILENAME; fails if\n"
4090 "    FILENAME cannot be read."
4091 msgstr ""
4092 "Jalankan perintah dari sebuah berkas dalam shell sekarang.\n"
4093 "    \n"
4094 "    Baca dan jalankan perintah dari FILENAME dan kembali. Nama jalur dalam\n"
4095 "    $PATH digunakan untuk mencari direktori yang berisi NAMABERKAS. Jika "
4096 "salah satu\n"
4097 "    dari ARGUMENTS diberikan, mereka menjadi parameter posisi ketika\n"
4098 "    NAMABERKAS dijalankan.\n"
4099 "    \n"
4100 "    Status Keluar:\n"
4101 "    Mengembalikan status dari perintah terakhir yang dijalankan dalam NAMA "
4102 "BERKAS; gagal jika\n"
4103 "    NAMA BERKAS tidak dapat dibaca."
4104
4105 #: builtins.c:1215
4106 msgid ""
4107 "Suspend shell execution.\n"
4108 "    \n"
4109 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
4110 "    Unless forced, login shells cannot be suspended.\n"
4111 "    \n"
4112 "    Options:\n"
4113 "      -f\tforce the suspend, even if the shell is a login shell\n"
4114 "    \n"
4115 "    Exit Status:\n"
4116 "    Returns success unless job control is not enabled or an error occurs."
4117 msgstr ""
4118 "Suspend eksekusi shell.\n"
4119 "    \n"
4120 "    Suspend eksekusi dari shell ini sampai menerima sebuah sinyal SIGCONT.\n"
4121 "    Kecuali dipaksa, login shell tidak dapat disuspend.\n"
4122 "    \n"
4123 "    Pilihan:\n"
4124 "      -f\tpaksa untuk suspend, walaupun jika shell adalah sebuah login "
4125 "shell\n"
4126 "    \n"
4127 "    Status Keluar:\n"
4128 "    Mengembalikan sukses kecuali pengontrol pekerjaan tidak aktif atau "
4129 "sebuah error terjadi."
4130
4131 #: builtins.c:1231
4132 #, fuzzy
4133 msgid ""
4134 "Evaluate conditional expression.\n"
4135 "    \n"
4136 "    Exits with a status of 0 (true) or 1 (false) depending on\n"
4137 "    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
4138 "    expressions are often used to examine the status of a file.  There\n"
4139 "    are string operators and numeric comparison operators as well.\n"
4140 "    \n"
4141 "    The behavior of test depends on the number of arguments.  Read the\n"
4142 "    bash manual page for the complete specification.\n"
4143 "    \n"
4144 "    File operators:\n"
4145 "    \n"
4146 "      -a FILE        True if file exists.\n"
4147 "      -b FILE        True if file is block special.\n"
4148 "      -c FILE        True if file is character special.\n"
4149 "      -d FILE        True if file is a directory.\n"
4150 "      -e FILE        True if file exists.\n"
4151 "      -f FILE        True if file exists and is a regular file.\n"
4152 "      -g FILE        True if file is set-group-id.\n"
4153 "      -h FILE        True if file is a symbolic link.\n"
4154 "      -L FILE        True if file is a symbolic link.\n"
4155 "      -k FILE        True if file has its `sticky' bit set.\n"
4156 "      -p FILE        True if file is a named pipe.\n"
4157 "      -r FILE        True if file is readable by you.\n"
4158 "      -s FILE        True if file exists and is not empty.\n"
4159 "      -S FILE        True if file is a socket.\n"
4160 "      -t FD          True if FD is opened on a terminal.\n"
4161 "      -u FILE        True if the file is set-user-id.\n"
4162 "      -w FILE        True if the file is writable by you.\n"
4163 "      -x FILE        True if the file is executable by you.\n"
4164 "      -O FILE        True if the file is effectively owned by you.\n"
4165 "      -G FILE        True if the file is effectively owned by your group.\n"
4166 "      -N FILE        True if the file has been modified since it was last "
4167 "read.\n"
4168 "    \n"
4169 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
4170 "                       modification date).\n"
4171 "    \n"
4172 "      FILE1 -ot FILE2  True if file1 is older than file2.\n"
4173 "    \n"
4174 "      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
4175 "    \n"
4176 "    String operators:\n"
4177 "    \n"
4178 "      -z STRING      True if string is empty.\n"
4179 "    \n"
4180 "      -n STRING\n"
4181 "         STRING      True if string is not empty.\n"
4182 "    \n"
4183 "      STRING1 = STRING2\n"
4184 "                     True if the strings are equal.\n"
4185 "      STRING1 != STRING2\n"
4186 "                     True if the strings are not equal.\n"
4187 "      STRING1 < STRING2\n"
4188 "                     True if STRING1 sorts before STRING2 "
4189 "lexicographically.\n"
4190 "      STRING1 > STRING2\n"
4191 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
4192 "    \n"
4193 "    Other operators:\n"
4194 "    \n"
4195 "      -o OPTION      True if the shell option OPTION is enabled.\n"
4196 "      -v VAR\t True if the shell variable VAR is set\n"
4197 "      ! EXPR         True if expr is false.\n"
4198 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
4199 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
4200 "    \n"
4201 "      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
4202 "                     -lt, -le, -gt, or -ge.\n"
4203 "    \n"
4204 "    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
4205 "    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
4206 "    than ARG2.\n"
4207 "    \n"
4208 "    Exit Status:\n"
4209 "    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
4210 "    false or an invalid argument is given."
4211 msgstr ""
4212 "Evaluasi ekspresi kondisi.\n"
4213 "    \n"
4214 "    Keluar dengan sebuah status dari 0 (benar) atau 1 (salah) tergantung "
4215 "dari\n"
4216 "    evaluasi dari EXPR. Expresi dapat berupa unary atau binary. Unary\n"
4217 "    expresi sering digunakan untuk memeriksa status dari sebuah berkas.\n"
4218 "    Terdapat operator string juga, dan operator pembanding numerik.\n"
4219 "    \n"
4220 "    Operator berkas:\n"
4221 "    \n"
4222 "        -a BERKAS       Benar jika berkas ada.\n"
4223 "        -b BERKAS       Benar jika berkas berupa blok spesial.\n"
4224 "        -c BERKAS       Benar jika berkas adalah karakter spesial.\n"
4225 "        -d BERKAS       Benar jika berkas adalah sebuah direktori.\n"
4226 "        -e BERKAS       Benar jika berkas ada.\n"
4227 "        -f BERKAS       Benar jika berkas ada dan berupa sebuah berkas "
4228 "regular.\n"
4229 "        -g BERKAS       Benar jika berkas memiliki set-grup-id.\n"
4230 "        -h BERKAS       Benar jika berkas adalah symbolic link.\n"
4231 "        -L BERKAS       Benar jika berkas adalah symbolic link.\n"
4232 "        -k BERKAS       Benar jika berkas memiliki `sticky' bit diset.\n"
4233 "        -p BERKAS       Benar jika berkas adalah named pipe.\n"
4234 "        -r BERKAS       Benar jika berkas dapat dibaca oleh anda.\n"
4235 "        -s BERKAS       Benar jika berkas ada dan tidak kosong.\n"
4236 "        -S BERKAS       Benar jika berkas adalah socket.\n"
4237 "        -t FD           Benar jika FD dibuka dalam sebuah terminal.\n"
4238 "        -u BERKAS       Benar jika berkas memiliki set-user-id.\n"
4239 "        -w BERKAS       Benar jika berkas dapat ditulis oleh anda.\n"
4240 "        -x BERKAS       Benar jika berkas dapat dijalankan oleh anda.\n"
4241 "        -O BERKAS       Benar jika berkas secara efektif dimiliki oleh "
4242 "anda.\n"
4243 "        -G BERKAS       Benar jika berkas secara efektif dimiliki oleh grup "
4244 "anda.\n"
4245 "        -N BERKAS       Benar jika berkas telah dimodifikasi sejak terakhir  "
4246 "ini dibaca.\n"
4247 "      \n"
4248 "        FILE1 -nt FILE2 Benar jika file1 lebih baru dari file2 (menurut \n"
4249 "                        tanggal modifikasi).\n"
4250 "      \n"
4251 "        FILE1 -ot FILE2 Benar jika file1 lebih lama dari file2.\n"
4252 "      \n"
4253 "        FILE1 -ef FILE2 Benar jika file1 adalah hard link ke file2.\n"
4254 "      \n"
4255 "      String operators:\n"
4256 "      \n"
4257 "           -z STRING    Benar jika string kosong.\n"
4258 "      \n"
4259 "           -n STRING\n"
4260 "           STRING       Benar jika string tidak kosong.\n"
4261 "      \n"
4262 "           STRING1 = STRING2\n"
4263 "                        Benar jika string sama.\n"
4264 "           STRING1 != STRING2\n"
4265 "                        Benar jika string tidak sama.\n"
4266 "           STRING1 < STRING2\n"
4267 "                        Benar jika STRING1 sorts sebelum STRING2 "
4268 "lexicographically.\n"
4269 "           STRING1 > STRING2\n"
4270 "                        Benar jika STRING1 sorts sesudah STRING2 "
4271 "lexicographically.\n"
4272 "       \n"
4273 "       Operator lain:\n"
4274 "       \n"
4275 "         -o Pilihan        Benar jika pilihan shell OPSI diaktifkan.\n"
4276 "         ! EXPR         Benar jika expr salah.\n"
4277 "         EXPR1 -a EXPR2 Benar jika kedua expr1 dan expr2 adalah benar.\n"
4278 "         EXPR1 -o EXPR2 Benar jika salah satu dari expr1 atau expr2 adalah "
4279 "benar.\n"
4280 "       \n"
4281 "         arg1 OP arg2   Pemeriksaan arithmetik. OP adalah salah satu dari -"
4282 "eq, -ne,\n"
4283 "                        -lt, -le, -gt, atau -ge.\n"
4284 "       \n"
4285 "       Arithmetic binary operator mengembalikan benar jika ARG1 adalah "
4286 "equal, not-equal,\n"
4287 "       less-than, less-than-or-equal, greater-than, atau greater-than-or-"
4288 "equal\n"
4289 "       than ARG2.\n"
4290 "       \n"
4291 "       Status Keluar:\n"
4292 "       Mengembalikan sukses jika EKSPR mengevaluasi ke benar; gagal jika "
4293 "EXPR mengevaluasi ke\n"
4294 "       salah atau sebuah argumen tidak valid diberikan."
4295
4296 #: builtins.c:1311
4297 msgid ""
4298 "Evaluate conditional expression.\n"
4299 "    \n"
4300 "    This is a synonym for the \"test\" builtin, but the last argument must\n"
4301 "    be a literal `]', to match the opening `['."
4302 msgstr ""
4303 "Evaluasi expresi kondisional.\n"
4304 "    \n"
4305 "    Ini sinonim untuk \"test\" builtin, tetapi argumen terakhir\n"
4306 "    harus berupa sebuah literal `]', untuk mencocokan dengan pembukaan `['."
4307
4308 #: builtins.c:1320
4309 msgid ""
4310 "Display process times.\n"
4311 "    \n"
4312 "    Prints the accumulated user and system times for the shell and all of "
4313 "its\n"
4314 "    child processes.\n"
4315 "    \n"
4316 "    Exit Status:\n"
4317 "    Always succeeds."
4318 msgstr ""
4319 "Tampilkan waktu pemrosesan.\n"
4320 "    \n"
4321 "    Tampilkan akumulasi waktu penggunaan pengguna dan sistem untuk shell dan "
4322 "seluruh proses dari\n"
4323 "    anaknya.\n"
4324 "    \n"
4325 "    Status Keluar:\n"
4326 "    Selalu sukses."
4327
4328 #: builtins.c:1332
4329 #, fuzzy
4330 msgid ""
4331 "Trap signals and other events.\n"
4332 "    \n"
4333 "    Defines and activates handlers to be run when the shell receives "
4334 "signals\n"
4335 "    or other conditions.\n"
4336 "    \n"
4337 "    ARG is a command to be read and executed when the shell receives the\n"
4338 "    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
4339 "    is supplied) or `-', each specified signal is reset to its original\n"
4340 "    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
4341 "    shell and by the commands it invokes.\n"
4342 "    \n"
4343 "    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
4344 "If\n"
4345 "    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.  "
4346 "If\n"
4347 "    a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
4348 "a\n"
4349 "    script run by the . or source builtins finishes executing.  A "
4350 "SIGNAL_SPEC\n"
4351 "    of ERR means to execute ARG each time a command's failure would cause "
4352 "the\n"
4353 "    shell to exit when the -e option is enabled.\n"
4354 "    \n"
4355 "    If no arguments are supplied, trap prints the list of commands "
4356 "associated\n"
4357 "    with each signal.\n"
4358 "    \n"
4359 "    Options:\n"
4360 "      -l\tprint a list of signal names and their corresponding numbers\n"
4361 "      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
4362 "    \n"
4363 "    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4364 "number.\n"
4365 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
4366 "    signal may be sent to the shell with \"kill -signal $$\".\n"
4367 "    \n"
4368 "    Exit Status:\n"
4369 "    Returns success unless a SIGSPEC is invalid or an invalid option is "
4370 "given."
4371 msgstr ""
4372 "Tangkap sinyal dan even lainnya.\n"
4373 "    \n"
4374 "    Definisikan dan aktivasi handlers yang harus dijalankan ketika shell "
4375 "menerima sinyal\n"
4376 "    atau kondisi lain.\n"
4377 "    \n"
4378 "    ARG perintah dibaca dan dijalankan ketika shell menerima\n"
4379 "    sinyal SIGNAL_SPEC. Jika ARG tidak ada (dan sebuah sinyal SIGNAL_SPEC\n"
4380 "    diberikan) atau `-', setiap sinyal yang dispesifikasikan akan direset "
4381 "kenilai\n"
4382 "    original. Jika ARG adalah string kosong untuk setiap SIGNAL_SPEC "
4383 "diabaikan oleh\n"
4384 "    shell dan oleh perintah yang dipanggil.\n"
4385 "    \n"
4386 "    Jika sebuah SIGNAL_SPEC adalah EXIT(0) perintah ARG dijalankan pada saat "
4387 "keluar dari shell. Jika\n"
4388 "    sebuah SIGNAL_SPEC adalah DEBUG, ARG dijalankan setiap perintah "
4389 "sederhana.\n"
4390 "    \n"
4391 "    Jika tidak ada argumen yang diberikan, trap menampilkan daftar dari "
4392 "perintah yang berasosiasi\n"
4393 "    dengan setiap sinyal.\n"
4394 "    \n"
4395 "    Pilihan:\n"
4396 "      -l\tmenampilkan sebuah daftar dari nama sinyal dan nomor yang "
4397 "berhubungan\n"
4398 "      -p\tmenampilkan perintah trap yang berasosiasi dengan setiap "
4399 "SIGNAL_SPEC\n"
4400 "    \n"
4401 "    Setiap SIGNAL_SPEC yang ada di nama sinyal dalam <signal.h> atau nomor "
4402 "sinyal. Nama sinyal\n"
4403 "    adalah case insensitive dan SIG prefix adalah opsional. sebuah\n"
4404 "    sinyal dapat dikirim ke sebuah shell dengan \"kill -signal $$\".\n"
4405 "    \n"
4406 "    Status Keluar:\n"
4407 "    Mengembalikan sukses kecuali sebuah SIGSPEC adalah tidak valid atau "
4408 "sebuah pilihan tidak valid diberikan."
4409
4410 #: builtins.c:1368
4411 msgid ""
4412 "Display information about command type.\n"
4413 "    \n"
4414 "    For each NAME, indicate how it would be interpreted if used as a\n"
4415 "    command name.\n"
4416 "    \n"
4417 "    Options:\n"
4418 "      -a\tdisplay all locations containing an executable named NAME;\n"
4419 "    \tincludes aliases, builtins, and functions, if and only if\n"
4420 "    \tthe `-p' option is not also used\n"
4421 "      -f\tsuppress shell function lookup\n"
4422 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4423 "    \tbuiltin, or function, and returns the name of the disk file\n"
4424 "    \tthat would be executed\n"
4425 "      -p\treturns either the name of the disk file that would be executed,\n"
4426 "    \tor nothing if `type -t NAME' would not return `file'.\n"
4427 "      -t\toutput a single word which is one of `alias', `keyword',\n"
4428 "    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
4429 "    \treserved word, shell function, shell builtin, disk file, or not\n"
4430 "    \tfound, respectively\n"
4431 "    \n"
4432 "    Arguments:\n"
4433 "      NAME\tCommand name to be interpreted.\n"
4434 "    \n"
4435 "    Exit Status:\n"
4436 "    Returns success if all of the NAMEs are found; fails if any are not "
4437 "found."
4438 msgstr ""
4439 "Tampilkan informasi tentang perintah yang diketik.\n"
4440 "    \n"
4441 "    Untuk setiap NAMA, indikasikan bagaimana ini akan diinterpretasikan jika "
4442 "digunakan sebagai sebuah\n"
4443 "    nama perintah.\n"
4444 "    \n"
4445 "    Pilihan:\n"
4446 "      -a\tmenampilkan seluruh lokasi yang berisi sebuah nama NAMA yang dapat "
4447 "dijalankan;\n"
4448 "    \tmeliputi aliases, builtins, dan fungsi, jika dan hanya jika\n"
4449 "    \tpilihan `-p' juga sedang tidak digunakan\n"
4450 "      -f\tmenekan pencarian fungsi shell\n"
4451 "      -P\tmemaksa sebuah JALUR pencarian untuk setiap NAMA, bahkan jika ini "
4452 "adalah sebuah alias,\n"
4453 "    \tbuiltin, atau fungsi, dan mengembalikan nama dari berkas disk\n"
4454 "    \tyang akan dijalankan\n"
4455 "      -p\tmengembalikan baik nama dari berkas disk yang akan dijalankan,\n"
4456 "    \tatau tidak sama sekali jika `type -t NAME' akan mengembalikan "
4457 "`berkas'.\n"
4458 "      -t\tkeluarkan sebuah kata tunggal yang merupakan salah satu dari "
4459 "`alias', `keyword',\n"
4460 "    \t`fungsi', `builtin', `berkas', atau `', jika NAMA adalah sebuah alias, "
4461 "shell\n"
4462 "    \treserved word, fungsi shell, builtin shell, berkas disk, atau\n"
4463 "    \ttidak ditemukan\n"
4464 "    \n"
4465 "    Argumen:\n"
4466 "      NAMA\tNama perintah yang akan diinterpretasikan.\n"
4467 "    \n"
4468 "    Status Keluar:\n"
4469 "    Mengembalikan sukses jika seluruh dari NAMA ditemukan; gagal jika ada "
4470 "yang tidak ditemukan."
4471
4472 #: builtins.c:1399
4473 msgid ""
4474 "Modify shell resource limits.\n"
4475 "    \n"
4476 "    Provides control over the resources available to the shell and "
4477 "processes\n"
4478 "    it creates, on systems that allow such control.\n"
4479 "    \n"
4480 "    Options:\n"
4481 "      -S\tuse the `soft' resource limit\n"
4482 "      -H\tuse the `hard' resource limit\n"
4483 "      -a\tall current limits are reported\n"
4484 "      -b\tthe socket buffer size\n"
4485 "      -c\tthe maximum size of core files created\n"
4486 "      -d\tthe maximum size of a process's data segment\n"
4487 "      -e\tthe maximum scheduling priority (`nice')\n"
4488 "      -f\tthe maximum size of files written by the shell and its children\n"
4489 "      -i\tthe maximum number of pending signals\n"
4490 "      -l\tthe maximum size a process may lock into memory\n"
4491 "      -m\tthe maximum resident set size\n"
4492 "      -n\tthe maximum number of open file descriptors\n"
4493 "      -p\tthe pipe buffer size\n"
4494 "      -q\tthe maximum number of bytes in POSIX message queues\n"
4495 "      -r\tthe maximum real-time scheduling priority\n"
4496 "      -s\tthe maximum stack size\n"
4497 "      -t\tthe maximum amount of cpu time in seconds\n"
4498 "      -u\tthe maximum number of user processes\n"
4499 "      -v\tthe size of virtual memory\n"
4500 "      -x\tthe maximum number of file locks\n"
4501 "    \n"
4502 "    If LIMIT is given, it is the new value of the specified resource; the\n"
4503 "    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4504 "    current soft limit, the current hard limit, and no limit, respectively.\n"
4505 "    Otherwise, the current value of the specified resource is printed.  If\n"
4506 "    no option is given, then -f is assumed.\n"
4507 "    \n"
4508 "    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4509 "    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4510 "    number of processes.\n"
4511 "    \n"
4512 "    Exit Status:\n"
4513 "    Returns success unless an invalid option is supplied or an error occurs."
4514 msgstr ""
4515 "Modifikasi batas sumber daya shell.\n"
4516 "    \n"
4517 "    memberikan kontrol terhadap sarana yang tersedia untuk proses\n"
4518 "    yang dimulai oleh shell, dalam sistem yang mengijinkan untuk kontrol "
4519 "tersebut.\n"
4520 "    \n"
4521 "    Pilihan:\n"
4522 "        -S\tgunakan `soft' batas sarana\n"
4523 "        -H\tgunakan `hard' batas sarana\n"
4524 "        -a\tsemua batas ditampilkan\n"
4525 "        -c\tukuram maksimum untuk berkas cores yang dibuat\n"
4526 "        -d\tukuran maksimum untuk sebuah proses data segment\n"
4527 "        -e\tprioritas antrian maksimum ('nice')\n"
4528 "        -f\tukuran maksimum berkas yang ditulis oleh shell dan anaknya\n"
4529 "        -l\tjumlah maksimum dari sinyal tertunda\n"
4530 "        -m\tukuran maksimum dari resident\n"
4531 "        -n\tjumlah maksimum dari berkas deskriptor yang terbuka\n"
4532 "        -p\tukuran pipe buffer\n"
4533 "        -q\tjumlah maksimum dari bytes dalam POSIX pesan antrian\n"
4534 "        -r\tprioritas maksimum dari real-time scheduling\n"
4535 "        -s\tukuran maksimum dari stack\n"
4536 "        -t\tjumlah maksimum dari waktu cpu dalam detik\n"
4537 "        -u\tjumlah maksimum dari proses pengguna\n"
4538 "        -v\tukuran dari memori virtual\n"
4539 "        -x\tjumlah maksimum dari berkas pengunci\n"
4540 "    \n"
4541 "    Jika BATAS diberikan, maka nilai baru yang dispesifikasikan untuk "
4542 "sarana;\n"
4543 "    nilai spesial LIMIT `soft', `hard', dan `unlimited' berarti untuk\n"
4544 "    soft limit saat ini, jika hard limit saat ini dan no limit, "
4545 "respectively.\n"
4546 "    Jika tidak, nilai sekarang dari sarana yang dispesifikasikan "
4547 "ditampilkan.\n"
4548 "    Jika tidak ada pilihan yang diberikan, maka -f diasumsikan.\n"
4549 "    \n"
4550 "    Nilai adalah dalam 1024-byte increments, kecuali untuk -t, yang berarti "
4551 "dalam detik\n"
4552 "    -p, yang berarti increment dalam 512 bytes, dan -u, yang berarti "
4553 "unscaled dari\n"
4554 "    jumlah proses.\n"
4555 "    \n"
4556 "    Status Keluar:\n"
4557 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
4558 "sebuah error terjadi."
4559
4560 #: builtins.c:1444
4561 msgid ""
4562 "Display or set file mode mask.\n"
4563 "    \n"
4564 "    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
4565 "    the current value of the mask.\n"
4566 "    \n"
4567 "    If MODE begins with a digit, it is interpreted as an octal number;\n"
4568 "    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4569 "    \n"
4570 "    Options:\n"
4571 "      -p\tif MODE is omitted, output in a form that may be reused as input\n"
4572 "      -S\tmakes the output symbolic; otherwise an octal number is output\n"
4573 "    \n"
4574 "    Exit Status:\n"
4575 "    Returns success unless MODE is invalid or an invalid option is given."
4576 msgstr ""
4577 "Tampilkan atau set mask mode dari berkas.\n"
4578 "    \n"
4579 "    Set pembuatan berkas pengguna mask dengan MODE. Jika MODE diabaikan, "
4580 "tampilkan\n"
4581 "    nilai dari mask sekarang.\n"
4582 "    \n"
4583 "    Jika MODE diawali dengan sebuah digit, ini diinterpretasikan sebagai "
4584 "sebuah bilangan oktal;\n"
4585 "    jika tidak ini adalah sebuah mode simbolik seperti yang diterima oleh "
4586 "chmod(1).\n"
4587 "    \n"
4588 "    Pilihan:\n"
4589 "      -p\tjika MODE diabaikan, keluarkan dalam sebuah format yang bisa "
4590 "digunakan sebagai masukan\n"
4591 "      -S\tmembuat keluaran simbolik; jika tidak sebuah bilangan oktal adalah "
4592 "keluarannya\n"
4593 "    \n"
4594 "    Status Keluar:\n"
4595 "    Mengembalikan sukses kecuali MODE tidak valid atau sebuah pilihan tidak "
4596 "valid diberikan."
4597
4598 #: builtins.c:1464
4599 msgid ""
4600 "Wait for job completion and return exit status.\n"
4601 "    \n"
4602 "    Waits for the process identified by ID, which may be a process ID or a\n"
4603 "    job specification, and reports its termination status.  If ID is not\n"
4604 "    given, waits for all currently active child processes, and the return\n"
4605 "    status is zero.  If ID is a a job specification, waits for all "
4606 "processes\n"
4607 "    in the job's pipeline.\n"
4608 "    \n"
4609 "    Exit Status:\n"
4610 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4611 "is\n"
4612 "    given."
4613 msgstr ""
4614 "Tunggu untuk penyelesaian pekerjaan dan kembalikan status keluar.\n"
4615 "    \n"
4616 "    Tunggu untuk proses yang diidentifikasikan oleh ID, yang mungkin sebuah "
4617 "proses ID atau sebuah\n"
4618 "    spesifikasi pekerjaan, dan laporkan status selesainya. Jika ID tidak\n"
4619 "    diberikan, tunggu untuk seluruh proses anak yang aktif, dan status "
4620 "kembalian\n"
4621 "    adalah nol. Jika ID adalah sebuah spesifikasi pekerjaan, tunggu untuk "
4622 "seluruh proses\n"
4623 "    dalam pipeline pekerjaan.\n"
4624 "    \n"
4625 "    Status Keluar:\n"
4626 "    Mengembalikan status dari ID; gagal jika ID tidak valid atau sebuah "
4627 "pilihan tidak\n"
4628 "    valid diberikan."
4629
4630 #: builtins.c:1482
4631 msgid ""
4632 "Wait for process completion and return exit status.\n"
4633 "    \n"
4634 "    Waits for the specified process and reports its termination status.  If\n"
4635 "    PID is not given, all currently active child processes are waited for,\n"
4636 "    and the return code is zero.  PID must be a process ID.\n"
4637 "    \n"
4638 "    Exit Status:\n"
4639 "    Returns the status of ID; fails if ID is invalid or an invalid option "
4640 "is\n"
4641 "    given."
4642 msgstr ""
4643 "Tunggu untuk penyelesaian proses dan kembalikan status keluar.\n"
4644 "    \n"
4645 "    Tunggu untuk proses yang dispesifikasikan dan laporkan status "
4646 "selesainya. Jika\n"
4647 "    PID tidak diberikan, maka semua aktif proses anak ditunggu,\n"
4648 "    dan kode kembalian adalah nol. PID dapat berupa proses ID.\n"
4649 "    \n"
4650 "    Status Keluar:\n"
4651 "    Mengembalikan status dari ID; gagal jika ID tidak valid atau sebuah "
4652 "pilihan tidak valid\n"
4653 "    diberikan."
4654
4655 #: builtins.c:1497
4656 msgid ""
4657 "Execute commands for each member in a list.\n"
4658 "    \n"
4659 "    The `for' loop executes a sequence of commands for each member in a\n"
4660 "    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4661 "    assumed.  For each element in WORDS, NAME is set to that element, and\n"
4662 "    the COMMANDS are executed.\n"
4663 "    \n"
4664 "    Exit Status:\n"
4665 "    Returns the status of the last command executed."
4666 msgstr ""
4667 "Jalankan perintah untuk setiap anggota dalam sebuah daftar.\n"
4668 "    \n"
4669 "    `for' loop menjalankan urutan dari perintah untuk setiap anggota dalam "
4670 "sebuah\n"
4671 "    daftar dari items. Jika `in KATA ...;' tidak ada, maka `in \"$@\"' yang\n"
4672 "    menjadi asumsi. Untuk setiap elemen dalam KATA, NAMA di set untuk elemen "
4673 "tersebut, dan\n"
4674 "    PERINTAH dijalankan.\n"
4675 "    \n"
4676 "    Status Keluar:\n"
4677 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4678
4679 #: builtins.c:1511
4680 msgid ""
4681 "Arithmetic for loop.\n"
4682 "    \n"
4683 "    Equivalent to\n"
4684 "    \t(( EXP1 ))\n"
4685 "    \twhile (( EXP2 )); do\n"
4686 "    \t\tCOMMANDS\n"
4687 "    \t\t(( EXP3 ))\n"
4688 "    \tdone\n"
4689 "    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
4690 "    omitted, it behaves as if it evaluates to 1.\n"
4691 "    \n"
4692 "    Exit Status:\n"
4693 "    Returns the status of the last command executed."
4694 msgstr ""
4695 "Arithmetic untuk loop.\n"
4696 "    \n"
4697 "    Sama dengan\n"
4698 "    \t(( EXP1 ))\n"
4699 "    \twhile (( EXP2 )); do\n"
4700 "    \t\tPERINTAH\n"
4701 "    \t\t(( EXP3 ))\n"
4702 "    \tdone\n"
4703 "    EXP1, EXP2, dan EXP3 adalah expresi arithmetic. Jika setiap expresi\n"
4704 "    diabaikan, ini berjalan seperti jika dievaluasi ke 1.\n"
4705 "    \n"
4706 "    Status Keluar:\n"
4707 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4708
4709 #: builtins.c:1529
4710 msgid ""
4711 "Select words from a list and execute commands.\n"
4712 "    \n"
4713 "    The WORDS are expanded, generating a list of words.  The\n"
4714 "    set of expanded words is printed on the standard error, each\n"
4715 "    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
4716 "    is assumed.  The PS3 prompt is then displayed and a line read\n"
4717 "    from the standard input.  If the line consists of the number\n"
4718 "    corresponding to one of the displayed words, then NAME is set\n"
4719 "    to that word.  If the line is empty, WORDS and the prompt are\n"
4720 "    redisplayed.  If EOF is read, the command completes.  Any other\n"
4721 "    value read causes NAME to be set to null.  The line read is saved\n"
4722 "    in the variable REPLY.  COMMANDS are executed after each selection\n"
4723 "    until a break command is executed.\n"
4724 "    \n"
4725 "    Exit Status:\n"
4726 "    Returns the status of the last command executed."
4727 msgstr ""
4728 "Pilih kata dari sebuah daftar dan jalankan perintah.\n"
4729 "    \n"
4730 "    WORDS diexpand, menghasilkan daftar dari kata.\n"
4731 "    set dari kata yang diexpand ditampilkan dalam standar error, setiap\n"
4732 "    keluaran diawali dengan sebuah nomor. Jika `in WORDS' tidak ada, `in \"$@"
4733 "\"'\n"
4734 "    diasumsikan. Kemudian PS3 prompt ditampilkan dan sebuah baris dibaca\n"
4735 "    dari standar masukan. Jika baris berisi dari nomor yang\n"
4736 "    berhubungan dengan salah sata kata yang ditampilkan, maka NAMA diset\n"
4737 "    ke WORD tersebut. Jika baris kosong, WORDS dan prompt\n"
4738 "    ditampilkan kembali. Jika EOF dibaca, perintah selesai. Baris yang "
4739 "dibaca disimpan\n"
4740 "    dalam variabel REPLY. PERINTAH dijalankan setelah setiap seleksi\n"
4741 "    sampai perintah break dijalankan.\n"
4742 "    \n"
4743 "    Status Keluar:\n"
4744 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4745
4746 #: builtins.c:1550
4747 msgid ""
4748 "Report time consumed by pipeline's execution.\n"
4749 "    \n"
4750 "    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
4751 "    and system CPU time spent executing PIPELINE when it terminates.\n"
4752 "    \n"
4753 "    Options:\n"
4754 "      -p\tprint the timing summary in the portable Posix format\n"
4755 "    \n"
4756 "    The value of the TIMEFORMAT variable is used as the output format.\n"
4757 "    \n"
4758 "    Exit Status:\n"
4759 "    The return status is the return status of PIPELINE."
4760 msgstr ""
4761 "Melaporkan waktu yang dihabiskan dalam menjalan eksekusi pipeline.\n"
4762 "    \n"
4763 "    Jalankan PIPELINE dan tampilkan ringkasan dari real time, user CPU "
4764 "time,\n"
4765 "    dan sistem CPU time yang dihabiskan dalam menjalankan PIPELINE ketika "
4766 "ini selesai.\n"
4767 "    \n"
4768 "    Pilihan:\n"
4769 "      -p\tmenampilkan ringkasan waktu dalam format portable Posix\n"
4770 "    \n"
4771 "    Status Keluar:\n"
4772 "    Status kembali adalah status kembali dari PIPELINE."
4773
4774 #: builtins.c:1567
4775 msgid ""
4776 "Execute commands based on pattern matching.\n"
4777 "    \n"
4778 "    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
4779 "    `|' is used to separate multiple patterns.\n"
4780 "    \n"
4781 "    Exit Status:\n"
4782 "    Returns the status of the last command executed."
4783 msgstr ""
4784 "Menjalankan perintah berdasarkan pencocokan pola.\n"
4785 "    \n"
4786 "    Secara selektif menjalankan PERINTAH berdasarkan dari KATA yang cocok "
4787 "dengan POLA.\n"
4788 "    `|' digunakan untuk memisahkan beberapa pola.    \n"
4789 "    Status Keluar:\n"
4790 "    Mengembalikan setatus dari perintah terakhir yang dijalankan."
4791
4792 #: builtins.c:1579
4793 msgid ""
4794 "Execute commands based on conditional.\n"
4795 "    \n"
4796 "    The `if COMMANDS' list is executed.  If its exit status is zero, then "
4797 "the\n"
4798 "    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
4799 "is\n"
4800 "    executed in turn, and if its exit status is zero, the corresponding\n"
4801 "    `then COMMANDS' list is executed and the if command completes.  "
4802 "Otherwise,\n"
4803 "    the `else COMMANDS' list is executed, if present.  The exit status of "
4804 "the\n"
4805 "    entire construct is the exit status of the last command executed, or "
4806 "zero\n"
4807 "    if no condition tested true.\n"
4808 "    \n"
4809 "    Exit Status:\n"
4810 "    Returns the status of the last command executed."
4811 msgstr ""
4812 "Menjalankan perintah berdasarkan kondisi.\n"
4813 "    \n"
4814 "    Daftar `if PERINTAH' dijalankan. Jika ini memberikan status keluaran "
4815 "nol, maka\n"
4816 "    daftar `then PERINTAH' dijalankan. Jika tidak, setiap daftar dari `elif "
4817 "PERINTAH'    \n"
4818 "    dijalankan satu satu, dan jika ini memberikan status keluaran nol, untuk "
4819 "setiap\n"
4820 "    daftar dari `then PERINTAH' yang dijalankan maka perintah `if' selesai. "
4821 "Jika tidak,\n"
4822 "    daftar `else PERINTAH' dijalankan, jika ada. Status keluaran dari    \n"
4823 "    seluruh construct adalah status keluaran dari perintah terakhir yang "
4824 "dijalankan, atau nol\n"
4825 "    jika tidak ada kondisi yang diperiksa benar.\n"
4826 "    \n"
4827 "    Status Keluar:\n"
4828 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4829
4830 #: builtins.c:1596
4831 msgid ""
4832 "Execute commands as long as a test succeeds.\n"
4833 "    \n"
4834 "    Expand and execute COMMANDS as long as the final command in the\n"
4835 "    `while' COMMANDS has an exit status of zero.\n"
4836 "    \n"
4837 "    Exit Status:\n"
4838 "    Returns the status of the last command executed."
4839 msgstr ""
4840 "Menjalankan perintah sepanjang pemeriksaan sukses.\n"
4841 "    \n"
4842 "    Expand dan jalankan PERINTAH sepanjang akhir perintah dari\n"
4843 "    PERINTAH `while' telah memberikan status keluaran nol.\n"
4844 "    \n"
4845 "    Status Keluar:\n"
4846 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4847
4848 #: builtins.c:1608
4849 msgid ""
4850 "Execute commands as long as a test does not succeed.\n"
4851 "    \n"
4852 "    Expand and execute COMMANDS as long as the final command in the\n"
4853 "    `until' COMMANDS has an exit status which is not zero.\n"
4854 "    \n"
4855 "    Exit Status:\n"
4856 "    Returns the status of the last command executed."
4857 msgstr ""
4858 "Menjalankan perintah sepanjang pemeriksaan tidak sukses.\n"
4859 "    \n"
4860 "    Expand dan jalankan PERINTAH sepanjang akhir perintah dari\n"
4861 "    PERINTAH `until' telah memberikan status keluaran bukan nol.    \n"
4862 "    Status Keluar:\n"
4863 "    Mengembalikan status dari perintah terakhir yang dijalankan."
4864
4865 #: builtins.c:1620
4866 msgid ""
4867 "Create a coprocess named NAME.\n"
4868 "    \n"
4869 "    Execute COMMAND asynchronously, with the standard output and standard\n"
4870 "    input of the command connected via a pipe to file descriptors assigned\n"
4871 "    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
4872 "    The default NAME is \"COPROC\".\n"
4873 "    \n"
4874 "    Exit Status:\n"
4875 "    Returns the exit status of COMMAND."
4876 msgstr ""
4877 "Buat sebuah koproses dengan nama NAMA.\n"
4878 "    \n"
4879 "    Jalankan PERINTAH secara tidak sinkron, dengan standar keluaran dan\n"
4880 "    standar masukan dari perintah terhubung melalui sebuah pipa berkas\n"
4881 "    pipa deskripsi yang ditandai dengan 0 dan 1 dari sebuah susunan NAMA\n"
4882 "    variabel dalam shell yang dijalankan.\n"
4883 "    Nama baku adalah \"COPROC\".\n"
4884 "    \n"
4885 "    Status Keluar:\n"
4886 "    Mengembalikan status keluar dari PERINTAH."
4887
4888 #: builtins.c:1634
4889 msgid ""
4890 "Define shell function.\n"
4891 "    \n"
4892 "    Create a shell function named NAME.  When invoked as a simple command,\n"
4893 "    NAME runs COMMANDs in the calling shell's context.  When NAME is "
4894 "invoked,\n"
4895 "    the arguments are passed to the function as $1...$n, and the function's\n"
4896 "    name is in $FUNCNAME.\n"
4897 "    \n"
4898 "    Exit Status:\n"
4899 "    Returns success unless NAME is readonly."
4900 msgstr ""
4901 "Definisikan fungsi shell.\n"
4902 "    \n"
4903 "    Buat sebuah fungsi shell dengan nama NAMA. Ketika dipanggil sebagai "
4904 "sebuah perintah sederhana,\n"
4905 "    NAMA menjalankan PERINTAH dalam context shell pemanggil. Ketika NAMA "
4906 "dipanggil,\n"
4907 "    argumen dilewatkan ke fungsi sebagai $1...$n, dan nama fungsi\n"
4908 "    dalam $FUNCNAME.\n"
4909 "    \n"
4910 "    Status Keluar:\n"
4911 "    Mengembalikan sukses kecuali NAMA adalah baca-saja."
4912
4913 #: builtins.c:1648
4914 msgid ""
4915 "Group commands as a unit.\n"
4916 "    \n"
4917 "    Run a set of commands in a group.  This is one way to redirect an\n"
4918 "    entire set of commands.\n"
4919 "    \n"
4920 "    Exit Status:\n"
4921 "    Returns the status of the last command executed."
4922 msgstr ""
4923 "Grup perintah sebagai sebuah unit.\n"
4924 "    \n"
4925 "    Jalankan sebuah set dari perintah dalam grup. Ini adalah salah satu cara "
4926 "untuk meredirect\n"
4927 "    seluruh set dari perintah.\n"
4928 "    \n"
4929 "    Status Keluar:\n"
4930 "    Mengembalikan status dari perintah terakhir yang dieksekusi."
4931
4932 #: builtins.c:1660
4933 msgid ""
4934 "Resume job in foreground.\n"
4935 "    \n"
4936 "    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
4937 "    stopped or background job.  JOB_SPEC can specify either a job name\n"
4938 "    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
4939 "    the background, as if the job specification had been supplied as an\n"
4940 "    argument to `bg'.\n"
4941 "    \n"
4942 "    Exit Status:\n"
4943 "    Returns the status of the resumed job."
4944 msgstr ""
4945 "Melanjutkan pekerjaan dalam foreground.\n"
4946 "    \n"
4947 "    Sama dengan JOB_SPEC argumen untuk perintah `fg'. Melanjutkan sebuah\n"
4948 "    pekerjaan yang telah berhenti atau menjadi background. JOB_SPEC dapat "
4949 "dispesifikasikan dengan nama job\n"
4950 "    atau nomor job. JOB_SPEC diikuti dengan sebuah `&' menempatkan job "
4951 "dalam\n"
4952 "    background, seperti dalam spesifikasi pekerjaan yang telah "
4953 "dispesifikasikan sebagai sebuah\n"
4954 "    argumen untuk `bg'.\n"
4955 "    \n"
4956 "    Status Keluar:\n"
4957 "    Mengembalikan status dari pekerjaan yang dilanjutkan."
4958
4959 #: builtins.c:1675
4960 msgid ""
4961 "Evaluate arithmetic expression.\n"
4962 "    \n"
4963 "    The EXPRESSION is evaluated according to the rules for arithmetic\n"
4964 "    evaluation.  Equivalent to \"let EXPRESSION\".\n"
4965 "    \n"
4966 "    Exit Status:\n"
4967 "    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
4968 msgstr ""
4969 "Evaluasi ekspresi arithmetic.\n"
4970 "    \n"
4971 "    EXPRESI dievaluasi berdasarkan dalam aturan evaluasi\n"
4972 "    arithmetic. Sama dengan \"let EXPRESI\".\n"
4973 "    \n"
4974 "    Status Keluar:\n"
4975 "    Mengembalikan 1 jika EXPRESI dievaluasi ke 0; mengembalikan 0 jika tidak."
4976
4977 #: builtins.c:1687
4978 msgid ""
4979 "Execute conditional command.\n"
4980 "    \n"
4981 "    Returns a status of 0 or 1 depending on the evaluation of the "
4982 "conditional\n"
4983 "    expression EXPRESSION.  Expressions are composed of the same primaries "
4984 "used\n"
4985 "    by the `test' builtin, and may be combined using the following "
4986 "operators:\n"
4987 "    \n"
4988 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4989 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4990 "      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4991 "      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
4992 "    \n"
4993 "    When the `==' and `!=' operators are used, the string to the right of\n"
4994 "    the operator is used as a pattern and pattern matching is performed.\n"
4995 "    When the `=~' operator is used, the string to the right of the operator\n"
4996 "    is matched as a regular expression.\n"
4997 "    \n"
4998 "    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4999 "    determine the expression's value.\n"
5000 "    \n"
5001 "    Exit Status:\n"
5002 "    0 or 1 depending on value of EXPRESSION."
5003 msgstr ""
5004 "Menjalankan perintah kondisional.\n"
5005 "    \n"
5006 "    Mengembalikan sebuah status dari 0 atau 1 tergantung dari evaluasi dari\n"
5007 "    kondisi expresi EXPRESI. Expresi disusun dari primari yang sama dari "
5008 "yang digunakan\n"
5009 "    oleh `test' builtin, dan boleh dikombinasikan dengan menggunakan "
5010 "operator berikut\n"
5011 "    \n"
5012 "      ( EXPRESI )\tMengembalikan nilai dari EXPRESI\n"
5013 "      ! EXPRESI\t\tBenar jika kedua EXPR1 dan EXPR2 adalah benar; selain itu "
5014 "salah\n"
5015 "      EXPR1 && EXPR2\tBenar jika kedua EXPR1 dan EXPR2 adalah benar; selain "
5016 "itu salah\n"
5017 "      EXPR1 || EXPR2\tBenar jika salah satu EXPR1 atau EXPR2 adalah benar; "
5018 "selain itu salah\n"
5019 "    \n"
5020 "    Ketika operator `==' dan `!=' digunakan, string yang disebelah kanan "
5021 "dari     \n"
5022 "    operator yang digunakan sebagai sebuah pola dan pencocokan pola "
5023 "dilakukan.\n"
5024 "    Ketika operator `=~' digunakan, string yang dikanan dari operator\n"
5025 "    dicocokan sebagai sebuah ekspresi regular.\n"
5026 "    \n"
5027 "    Operator && dan || tidak mengevaluasi EXPR2 jika EXPR1 tidak mencukupi "
5028 "untuk\n"
5029 "    menentukan nilai dari expresi.\n"
5030 "    \n"
5031 "    Status Keluar:\n"
5032 "    0 atau 1 tergantun dari nilai dari EKSPRESI."
5033
5034 #: builtins.c:1713
5035 msgid ""
5036 "Common shell variable names and usage.\n"
5037 "    \n"
5038 "    BASH_VERSION\tVersion information for this Bash.\n"
5039 "    CDPATH\tA colon-separated list of directories to search\n"
5040 "    \t\tfor directories given as arguments to `cd'.\n"
5041 "    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
5042 "    \t\tbe ignored by pathname expansion.\n"
5043 "    HISTFILE\tThe name of the file where your command history is stored.\n"
5044 "    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
5045 "    HISTSIZE\tThe maximum number of history lines that a running\n"
5046 "    \t\tshell can access.\n"
5047 "    HOME\tThe complete pathname to your login directory.\n"
5048 "    HOSTNAME\tThe name of the current host.\n"
5049 "    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
5050 "    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
5051 "    \t\tcharacter as the sole input.  If set, then the value\n"
5052 "    \t\tof it is the number of EOF characters that can be seen\n"
5053 "    \t\tin a row on an empty line before the shell will exit\n"
5054 "    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
5055 "    MACHTYPE\tA string describing the current system Bash is running on.\n"
5056 "    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
5057 "    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
5058 "    \t\tfor new mail.\n"
5059 "    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
5060 "    PATH\tA colon-separated list of directories to search when\n"
5061 "    \t\tlooking for commands.\n"
5062 "    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
5063 "    \t\tprimary prompt.\n"
5064 "    PS1\t\tThe primary prompt string.\n"
5065 "    PS2\t\tThe secondary prompt string.\n"
5066 "    PWD\t\tThe full pathname of the current directory.\n"
5067 "    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
5068 "    TERM\tThe name of the current terminal type.\n"
5069 "    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
5070 "    \t\t`time' reserved word.\n"
5071 "    auto_resume\tNon-null means a command word appearing on a line by\n"
5072 "    \t\titself is first looked for in the list of currently\n"
5073 "    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
5074 "    \t\tA value of `exact' means that the command word must\n"
5075 "    \t\texactly match a command in the list of stopped jobs.  A\n"
5076 "    \t\tvalue of `substring' means that the command word must\n"
5077 "    \t\tmatch a substring of the job.  Any other value means that\n"
5078 "    \t\tthe command must be a prefix of a stopped job.\n"
5079 "    histchars\tCharacters controlling history expansion and quick\n"
5080 "    \t\tsubstitution.  The first character is the history\n"
5081 "    \t\tsubstitution character, usually `!'.  The second is\n"
5082 "    \t\tthe `quick substitution' character, usually `^'.  The\n"
5083 "    \t\tthird is the `history comment' character, usually `#'.\n"
5084 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
5085 "    \t\tcommands should be saved on the history list.\n"
5086 msgstr ""
5087 "Nama variabel shell umum dan penggunaannya.\n"
5088 "    \n"
5089 "    BASH_VERSION\tInformasi versi dari Bash ini.\n"
5090 "    CDPATH\tSebuah daftar yang dipisahkan oleh titik dua dari direktori "
5091 "untuk mencari\n"
5092 "    \t\tdirektori yang diberikan sebagai argumen untuk `cd'.\n"
5093 "    GLOBIGNORE\tSebuah daftar pola yang dipisahkan dengan titik dua "
5094 "menjelaskan nama berkas yang\n"
5095 "    \t\tdiabaikan oleh pathname expansion.\n"
5096 "    HISTFILE\tNama dari berkas dimana sejara perintah anda disimpan.\n"
5097 "    HISTFILESIZE\tJumlah maksimum dari baris dimana berkas ini berisi.\n"
5098 "    HISTSIZE\tJumlah maksimum dari baris sejarah yang sedang berjalan\n"
5099 "    \t\tketika shell sedang menaksesnya.\n"
5100 "    HOME\tNama jalur lengkap ke direktori login anda.\n"
5101 "    HOSTNAME\tNama dari host saat ini.\n"
5102 "    HOSTTYPE\tTipe dari CPU dari veri Bash yang sedang berjalan.\n"
5103 "    IGNOREEOF\tKendalikan aksi dari shell ketika menerima sebuah EOF\n"
5104 "    \t\tkarakter sebagai masukan. Jika diset, maka nilai\n"
5105 "    \t\tdari jumlah karakter EOF yang bisa diterima\n"
5106 "    \t\tdalam sebuah baris dalam baris kosong sebelum shell keluar\n"
5107 "    \t\t(default 10). Ketika diunset, EOF menandakan akhir dari masukan.\n"
5108 "    MACHTYPE\tSebuah kata yang menjelaskan system yang berjalan ketika Bash "
5109 "berjalan.\n"
5110 "    MAILCHECK\tSeberapa sering, dalam detik, Bash memeriksa pesan baru.\n"
5111 "    MAILPATH\tDaftar dari nama berkas yang dipisahkan oleh titik-dua dimana "
5112 "Bash memeriksa\n"
5113 "    \t\tpesan baru.\n"
5114 "    OSTYPE\tVersi Unix dari Versi Bash yang sedang berjalan.\n"
5115 "    PATH\tDaftar direktori yang dipisahkan oleh titik-dua untuk mencari "
5116 "ketika\n"
5117 "    \t\tmencari perintah.\n"
5118 "    PROMPT_COMMAND\tSebuah perintah yang dijalankan sebelum menampilkan "
5119 "setiap\n"
5120 "    \t\tmasukan utama.\n"
5121 "    PS1\t\tKata prompt utama.\n"
5122 "    PS2\t\tKata prompt kedua.\n"
5123 "    PWD\t\tNama jalur lengkat dari direktori sekarang.\n"
5124 "    SHELLOPTS\tDaftar dari shell pilihan yang dipisahkan oleh titik-dua.\n"
5125 "    TERM\tNama dari tipe terminal sekarang.\n"
5126 "    TIMEFORMAT\tFormat keluaran dari statistik waktu yang ditampilkan oleh\n"
5127 "    \t\t`time' kata yang direserved.\n"
5128 "    auto_resume\tTidak kosong berarti sebuah kata perintah akan munncul di "
5129 "sebuah baris dengan\n"
5130 "    \t\tsendirinya adalah pertama dicari dalam daftar dari\n"
5131 "    \t\tpekerjaan yang terhenti sekarang. Jika ditemukan disana, maka "
5132 "pekerjaan intu di foregroundkan.\n"
5133 "    \t\tNila dari  `exact' berarti kata perintah harus\n"
5134 "    \t\tcocok secara tepat dalam daftar  dari pekerjaan yang terhenti. "
5135 "Sebuah\n"
5136 "    \t\tNila dari `substring' berarti bahwa kata perintah harus cocok\n"
5137 "    \t\tdengan substring dari pekerjaan. Nilai yang lain berarti\n"
5138 "    \t\tperintah harus diawali dari sebuah pekerjaan yang terhenti.\n"
5139 "    histchars\tKarakter pengendali history expansion dan pensubstitusi\n"
5140 "    \t\tcepat. Karakter pertama adalah karakter\n"
5141 "    \t\tpengganti sejarah, biasanya `!'. Karakter kedua\n"
5142 "    \t\tdari `quick substitution', biasanya `^'. Karakter\n"
5143 "    \t\tketiga adalah karakter `history comment'. biasanya `#',\n"
5144 "    HISTIGNORE\tSebuah daftar pola yang dipisahkan oleh titik dua yang "
5145 "digunakan untuk menentukan dimana\n"
5146 "    \t\tperintah seharusnya disimpan dalam daftar sejarah.\n"
5147
5148 #: builtins.c:1770
5149 msgid ""
5150 "Add directories to stack.\n"
5151 "    \n"
5152 "    Adds a directory to the top of the directory stack, or rotates\n"
5153 "    the stack, making the new top of the stack the current working\n"
5154 "    directory.  With no arguments, exchanges the top two directories.\n"
5155 "    \n"
5156 "    Options:\n"
5157 "      -n\tSuppresses the normal change of directory when adding\n"
5158 "    \tdirectories to the stack, so only the stack is manipulated.\n"
5159 "    \n"
5160 "    Arguments:\n"
5161 "      +N\tRotates the stack so that the Nth directory (counting\n"
5162 "    \tfrom the left of the list shown by `dirs', starting with\n"
5163 "    \tzero) is at the top.\n"
5164 "    \n"
5165 "      -N\tRotates the stack so that the Nth directory (counting\n"
5166 "    \tfrom the right of the list shown by `dirs', starting with\n"
5167 "    \tzero) is at the top.\n"
5168 "    \n"
5169 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
5170 "    \tnew current working directory.\n"
5171 "    \n"
5172 "    The `dirs' builtin displays the directory stack.\n"
5173 "    \n"
5174 "    Exit Status:\n"
5175 "    Returns success unless an invalid argument is supplied or the directory\n"
5176 "    change fails."
5177 msgstr ""
5178 "Menambahkan direktori ke stack.\n"
5179 "    \n"
5180 "    Menambahkan sebuah direktori ke top dari direktori stack, atau merotasi\n"
5181 "    stack, membuah top baru dari stack dari working direktori saat ini.\n"
5182 "    Tanpa argumen, menukar top dari dua direktori.\n"
5183 "    \n"
5184 "    Pilihan:\n"
5185 "    -n\tmenekan perubahan normal dari direktori ketika menambahkan "
5186 "direktori\n"
5187 "    \tke stack, jadi hanya stack yang dimanipulasi.\n"
5188 "    \n"
5189 "    Argumen:\n"
5190 "    +N\tMerotasi stack sehingga direktori ke N (dihitung\n"
5191 "    \tdari kiri dari daftar yang terlihat oleh `dirs', dimulai dengan\n"
5192 "    \tnol) adalah di top.\n"
5193 "    \n"
5194 "    -N\tMerotasi stack sehingga direktori ke N (dihitung\n"
5195 "    \tdari kanan dari daftar yang terliha oleh `dirs', dimulai dengan\n"
5196 "    \tnol) adalah di top.\n"
5197 "    \n"
5198 "    dir\tenambahkan DIR ke direktori stack di puncak, membuatnya\n"
5199 "    \tdirektori kerja sekarang.\n"
5200 "    \n"
5201 "    Builtin `dirs' menampilkan direktori stack.\n"
5202 "    \n"
5203 "    Status Keluar:\n"
5204 "    Mengembalikan sukses kecuali ada sebuah argumen tidak valid diberikan "
5205 "atau pemindahan\n"
5206 "    direktori gagal."
5207
5208 #: builtins.c:1804
5209 msgid ""
5210 "Remove directories from stack.\n"
5211 "    \n"
5212 "    Removes entries from the directory stack.  With no arguments, removes\n"
5213 "    the top directory from the stack, and changes to the new top directory.\n"
5214 "    \n"
5215 "    Options:\n"
5216 "      -n\tSuppresses the normal change of directory when removing\n"
5217 "    \tdirectories from the stack, so only the stack is manipulated.\n"
5218 "    \n"
5219 "    Arguments:\n"
5220 "      +N\tRemoves the Nth entry counting from the left of the list\n"
5221 "    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
5222 "    \tremoves the first directory, `popd +1' the second.\n"
5223 "    \n"
5224 "      -N\tRemoves the Nth entry counting from the right of the list\n"
5225 "    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
5226 "    \tremoves the last directory, `popd -1' the next to last.\n"
5227 "    \n"
5228 "    The `dirs' builtin displays the directory stack.\n"
5229 "    \n"
5230 "    Exit Status:\n"
5231 "    Returns success unless an invalid argument is supplied or the directory\n"
5232 "    change fails."
5233 msgstr ""
5234 "Hapus direktori dari stack.\n"
5235 "    \n"
5236 "    Manghapus masukan dalam direktori stack. Tanpa argumen,\n"
5237 "    menghapus top direktori dari stack, dan cd's ke top\n"
5238 "    direktori baru.\n"
5239 "    \n"
5240 "    Pilihan:\n"
5241 "      -n\tmenekan perubahan normal dari direktori ketika menghapus "
5242 "direktori\n"
5243 "    \tdari stack, jadi hanya stack yang dimanipulasi.\n"
5244 "    \n"
5245 "    Argumen:\n"
5246 "      +N\tmenghapus masukan ke N dihitung dari kiri dari daftar\n"
5247 "    \tyang ditampilkan oleh `dirs', dimulai dari nol. Sebagai contoh: `popd "
5248 "+0'\n"
5249 "    \tmenghapus direktori terakhir, `popd +1' sebelum terakhir.\n"
5250 "    \n"
5251 "      -N\tmenghapus masukan ke N dihitung dari kanan dari daftar\n"
5252 "    \tyang ditampilkan oleh `dirs', dimulai dari nol. Sebagai contoh: `popd -"
5253 "0'\n"
5254 "    \tmenghapus direktori terakhir, `popd -1' sebelum terakhir.\n"
5255 "    \n"
5256 "    Builtin `dirs' menampilkan direktori stack.\n"
5257 "    \n"
5258 "    Status Keluar:\n"
5259 "    Mengembalikan sukses kecuali ada sebuah argumen tidak valid diberikan "
5260 "atau pemindahan\n"
5261 "    direktori gagal."
5262
5263 #: builtins.c:1834
5264 msgid ""
5265 "Display directory stack.\n"
5266 "    \n"
5267 "    Display the list of currently remembered directories.  Directories\n"
5268 "    find their way onto the list with the `pushd' command; you can get\n"
5269 "    back up through the list with the `popd' command.\n"
5270 "    \n"
5271 "    Options:\n"
5272 "      -c\tclear the directory stack by deleting all of the elements\n"
5273 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
5274 "    \tto your home directory\n"
5275 "      -p\tprint the directory stack with one entry per line\n"
5276 "      -v\tprint the directory stack with one entry per line prefixed\n"
5277 "    \twith its position in the stack\n"
5278 "    \n"
5279 "    Arguments:\n"
5280 "      +N\tDisplays the Nth entry counting from the left of the list shown "
5281 "by\n"
5282 "    \tdirs when invoked without options, starting with zero.\n"
5283 "    \n"
5284 "      -N\tDisplays the Nth entry counting from the right of the list shown "
5285 "by\n"
5286 "    \tdirs when invoked without options, starting with zero.\n"
5287 "    \n"
5288 "    Exit Status:\n"
5289 "    Returns success unless an invalid option is supplied or an error occurs."
5290 msgstr ""
5291 "Menampilkan direktori stack.\n"
5292 "    \n"
5293 "    Menampilkan daftar dari direktori yang diingat saat ini. Direktori\n"
5294 "    menemukan jalannya kedalam daftar dengan perintah `pushd'; anda dapat "
5295 "memperoleh\n"
5296 "    backup melalui daftar dengan perintah `popd'.\n"
5297 "    \n"
5298 "    Pilihan:\n"
5299 "      -c\tmenghapus direktori stack dengan menghapus seluruh elemen.\n"
5300 "      -l\tjangan menampilkan versi yang diawali tilde dari direktori yang "
5301 "relatif\n"
5302 "    \tke direktori rumah anda\n"
5303 "      -p\tmenampilkan direktori stack dengan satu masukan setiap baris\n"
5304 "      -v\tmenampilkan direktori stack dengan satu masukan setiap baris "
5305 "diawali\n"
5306 "    \tdengan posisinya dalam stack\n"
5307 "    Argumen:\n"
5308 "      +N\tmenampilkan masukan ke N dihitung dari kiri dari daftar yang "
5309 "ditampilkan oleh\n"
5310 "    \tdirs ketika dijalankan tanpa pilihan, dimulai dari nol.\n"
5311 "    \n"
5312 "      -N\tmenampilkan masukan ke N dihitung dari kanan dari daftar yang "
5313 "ditampilkan oleh\n"
5314 "    \tdirs ketika dijalankan tanpa pilihan, dimulai dari nol.    \n"
5315 "    Status Keluar:\n"
5316 "    Mengembalikan sukses kecuali ada sebuah pilihan tidak valid diberikan "
5317 "atau sebuah error terjadi."
5318
5319 #: builtins.c:1863
5320 msgid ""
5321 "Set and unset shell options.\n"
5322 "    \n"
5323 "    Change the setting of each shell option OPTNAME.  Without any option\n"
5324 "    arguments, list all shell options with an indication of whether or not "
5325 "each\n"
5326 "    is set.\n"
5327 "    \n"
5328 "    Options:\n"
5329 "      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
5330 "      -p\tprint each shell option with an indication of its status\n"
5331 "      -q\tsuppress output\n"
5332 "      -s\tenable (set) each OPTNAME\n"
5333 "      -u\tdisable (unset) each OPTNAME\n"
5334 "    \n"
5335 "    Exit Status:\n"
5336 "    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5337 "    given or OPTNAME is disabled."
5338 msgstr ""
5339 "Set dan unset pilihan shell.\n"
5340 "    \n"
5341 "    Ubah setting untuk setiap pilihan shell OPTNAME. Tanpa pilihan\n"
5342 "    argumen apapun, tampilkan daftar shell pilihan dengan sebuah indikasi\n"
5343 "    ya atau tidak setiap pilihan di set.\n"
5344 "    \n"
5345 "    Pilihan:\n"
5346 "      -o\tbatasi OPTNAME ke definisi untuk digunakan dengan `set -o'\n"
5347 "      -p\ttampilkan setiap pilihan shell dengan sebuah indikasi dari "
5348 "statusnya\n"
5349 "      -q\ttekan keluaran\n"
5350 "      -s\taktifkan (set) setiap OPTNAME\n"
5351 "      -u\tnonaktifkan (unset) setiap OPTNAME\n"
5352 "    \n"
5353 "    Status Keluar:\n"
5354 "    Mengembalikan sukses jika OPTNAME diaktifkan; gagal jika sebuah pilihan "
5355 "tidak valid diberikan\n"
5356 "    atau OPTNAME dinonaktifkan."
5357
5358 #: builtins.c:1884
5359 #, fuzzy
5360 msgid ""
5361 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
5362 "    \n"
5363 "    Options:\n"
5364 "      -v var\tassign the output to shell variable VAR rather than\n"
5365 "    \t\tdisplay it on the standard output\n"
5366 "    \n"
5367 "    FORMAT is a character string which contains three types of objects: "
5368 "plain\n"
5369 "    characters, which are simply copied to standard output; character "
5370 "escape\n"
5371 "    sequences, which are converted and copied to the standard output; and\n"
5372 "    format specifications, each of which causes printing of the next "
5373 "successive\n"
5374 "    argument.\n"
5375 "    \n"
5376 "    In addition to the standard format specifications described in printf"
5377 "(1)\n"
5378 "    and printf(3), printf interprets:\n"
5379 "    \n"
5380 "      %b\texpand backslash escape sequences in the corresponding argument\n"
5381 "      %q\tquote the argument in a way that can be reused as shell input\n"
5382 "      %(fmt)T output the date-time string resulting from using FMT as a "
5383 "format\n"
5384 "            string for strftime(3)\n"
5385 "    \n"
5386 "    Exit Status:\n"
5387 "    Returns success unless an invalid option is given or a write or "
5388 "assignment\n"
5389 "    error occurs."
5390 msgstr ""
5391 "Format dan tampilkan ARGUMEN dalam kontrol dari FORMAT.\n"
5392 "    \n"
5393 "    Pilihan:\n"
5394 "      -v var\tkeluaran ditempatkan dalam sebuah nilai dari variabel\n"
5395 "    shell VAR daripada dikirimkan ke keluaran standar.\n"
5396 "    \n"
5397 "    FORMAT adalah sebuah karakter string yang berisi dari tiga tipe dari "
5398 "objects: plain\n"
5399 "    karakter, yang disalin secara sederhana dari keluaran standar, karakter "
5400 "escape\n"
5401 "    sequences yang mengubah dan menyalin keluaran standar, dan\n"
5402 "    spesifikasi format, yang selalu menampilkan  argumen\n"
5403 "    \n"
5404 "    Tambahan dari spesifikasi standar printf(1) formats dan\n"
5405 "    printf(3), printf menginterprestasikan:\n"
5406 "    \n"
5407 "      %b berarti untuk menexpand backslash escape sequences dalam argumen "
5408 "yang sesuai\n"
5409 "      %q berarti meng-quote argumen dalam sebuah cara yang dapat digunakan "
5410 "sebagai masukan shell.\n"
5411 "    \n"
5412 "    Status Keluar:\n"
5413 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
5414 "sebuah penulisan atau penempatan\n"
5415 "    error terjadi."
5416
5417 #: builtins.c:1913
5418 msgid ""
5419 "Specify how arguments are to be completed by Readline.\n"
5420 "    \n"
5421 "    For each NAME, specify how arguments are to be completed.  If no "
5422 "options\n"
5423 "    are supplied, existing completion specifications are printed in a way "
5424 "that\n"
5425 "    allows them to be reused as input.\n"
5426 "    \n"
5427 "    Options:\n"
5428 "      -p\tprint existing completion specifications in a reusable format\n"
5429 "      -r\tremove a completion specification for each NAME, or, if no\n"
5430 "    \tNAMEs are supplied, all completion specifications\n"
5431 "      -D\tapply the completions and actions as the default for commands\n"
5432 "    \twithout any specific completion defined\n"
5433 "      -E\tapply the completions and actions to \"empty\" commands --\n"
5434 "    \tcompletion attempted on a blank line\n"
5435 "    \n"
5436 "    When completion is attempted, the actions are applied in the order the\n"
5437 "    uppercase-letter options are listed above.  The -D option takes\n"
5438 "    precedence over -E.\n"
5439 "    \n"
5440 "    Exit Status:\n"
5441 "    Returns success unless an invalid option is supplied or an error occurs."
5442 msgstr ""
5443 "Spesifikasikan bagaimana argumen akan diselesaikan oleh Readline.\n"
5444 "    \n"
5445 "    Untuk setiap NAMA, spesifikasikan bagaimana argumen akan diselesaikan. "
5446 "Jika tidak ada pilihan\n"
5447 "    yang diberikan, spesifikasi penyelesaian yang sudah ada akan ditampilkan "
5448 "dalam cara\n"
5449 "    yang diperbolehkan untuk digunakan sebagai masukan.\n"
5450 "    \n"
5451 "    Pilihan:\n"
5452 "      -p\ttampilkan spesifikasi penyelesaian yang telah ada dalam format "
5453 "yang berguna\n"
5454 "      -r\thapus sebuah spesifikasi penyelesaian untuk setiap NAMA, atau jika "
5455 "tidak ada\n"
5456 "    \tNAMA yang diberikan, seluruh spesifikasi penyelesaian\n"
5457 "      -D\taplikasikan pelengkapan dan aksi sebagai perintah baku tanpa "
5458 "pelengkapan\n"
5459 "    \tspesifik yang didefinisikan\n"
5460 "      -E\taplikasikan pelengkapan dan aksi ke perintah \"empty\" --\n"
5461 "    \tpelengkapan dilakukan di baris kosong\n"
5462 "    \n"
5463 "    Ketika penyelesaian dicoba, aksi yang dilakukan dalam urutan\n"
5464 "    huruf besar pilihan yang ditampilkan diatas.\n"
5465 "    \n"
5466 "    Status Keluar:\n"
5467 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
5468 "sebuah error terjadi."
5469
5470 #: builtins.c:1941
5471 msgid ""
5472 "Display possible completions depending on the options.\n"
5473 "    \n"
5474 "    Intended to be used from within a shell function generating possible\n"
5475 "    completions.  If the optional WORD argument is supplied, matches "
5476 "against\n"
5477 "    WORD are generated.\n"
5478 "    \n"
5479 "    Exit Status:\n"
5480 "    Returns success unless an invalid option is supplied or an error occurs."
5481 msgstr ""
5482 "Menampilkan kemungkinan penyelesaian tergantung dari pilihan.\n"
5483 "    \n"
5484 "    Ditujukan  untuk digunakan dari dalam sebuah fungsi shell yang "
5485 "menghasilkan kemungkinan untuk completions.\n"
5486 "    Jika argumen WORD opsional yang diberikan, cocok dengan WORD telah\n"
5487 "    dihasilkan.\n"
5488 "    \n"
5489 "    Status Keluar:\n"
5490 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
5491 "sebuah error terjadi."
5492
5493 #: builtins.c:1956
5494 #, fuzzy
5495 msgid ""
5496 "Modify or display completion options.\n"
5497 "    \n"
5498 "    Modify the completion options for each NAME, or, if no NAMEs are "
5499 "supplied,\n"
5500 "    the completion currently being executed.  If no OPTIONs are given, "
5501 "print\n"
5502 "    the completion options for each NAME or the current completion "
5503 "specification.\n"
5504 "    \n"
5505 "    Options:\n"
5506 "    \t-o option\tSet completion option OPTION for each NAME\n"
5507 "    \t-D\t\tChange options for the \"default\" command completion\n"
5508 "    \t-E\t\tChange options for the \"empty\" command completion\n"
5509 "    \n"
5510 "    Using `+o' instead of `-o' turns off the specified option.\n"
5511 "    \n"
5512 "    Arguments:\n"
5513 "    \n"
5514 "    Each NAME refers to a command for which a completion specification must\n"
5515 "    have previously been defined using the `complete' builtin.  If no NAMEs\n"
5516 "    are supplied, compopt must be called by a function currently generating\n"
5517 "    completions, and the options for that currently-executing completion\n"
5518 "    generator are modified.\n"
5519 "    \n"
5520 "    Exit Status:\n"
5521 "    Returns success unless an invalid option is supplied or NAME does not\n"
5522 "    have a completion specification defined."
5523 msgstr ""
5524 "Modifikasi atau tampilkan pilihan penyelesaian.\n"
5525 "    \n"
5526 "    Modifikasi pilihan penyelesaian untuk setiap NAMA, atau, jika tidaka ada "
5527 "NAMA yang diberikan,\n"
5528 "    penyelesaian mulai dijalankan. Jika tidak ada OPSI yang diberikan, "
5529 "tampilkan\n"
5530 "    pilihan penyelesaian untuk setiap NAMA atau spesifikasi penyelesaian "
5531 "sekarang.\n"
5532 "    \n"
5533 "    Pilihan:\n"
5534 "    \t-o option\tSet pilihan penyelesaian OPSI untuk setiap NAMA\n"
5535 "    \t-D\t\tUbah pilihan untuk perintah pelengkapan \"default\"\n"
5536 "    \t-E\t\tUbah pilihan untuk perintah pelengkapan \"empty\"\n"
5537 "    \n"
5538 "    Gunakan `+o' daripada `-o' matikan pilihan yang dispesifikasikan.\n"
5539 "    \n"
5540 "    Argumen:\n"
5541 "    \n"
5542 "    Setiap NAMA yang dirujuk dalam sebuah perintah untuk sebuah spesifikasi "
5543 "penyelesaian harus\n"
5544 "    sebelumnya telah didefinisikan dengan menggunakan builtin `complete'. "
5545 "Jika tidak ada NAMA\n"
5546 "    yang diberikan, compopt harus dipanggil oleh sebuah fungsi yang dibuat "
5547 "oleh penyelesaian sekarang,\n"
5548 "    dan pilihan untuk menjalankan penyelesaian sekarang\n"
5549 "    telah dimodifikasi.\n"
5550 "    \n"
5551 "    Status Keluar:\n"
5552 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
5553 "NAMA tidak memiliki\n"
5554 "    spesifikasi penyelesaian yang terdefinisi."
5555
5556 #: builtins.c:1986
5557 #, fuzzy
5558 msgid ""
5559 "Read lines from the standard input into an indexed array variable.\n"
5560 "    \n"
5561 "    Read lines from the standard input into the indexed array variable "
5562 "ARRAY, or\n"
5563 "    from file descriptor FD if the -u option is supplied.  The variable "
5564 "MAPFILE\n"
5565 "    is the default ARRAY.\n"
5566 "    \n"
5567 "    Options:\n"
5568 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
5569 "copied.\n"
5570 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
5571 "index is 0.\n"
5572 "      -s count \tDiscard the first COUNT lines read.\n"
5573 "      -t\t\tRemove a trailing newline from each line read.\n"
5574 "      -u fd\t\tRead lines from file descriptor FD instead of the standard "
5575 "input.\n"
5576 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
5577 "      -c quantum\tSpecify the number of lines read between each call to "
5578 "CALLBACK.\n"
5579 "    \n"
5580 "    Arguments:\n"
5581 "      ARRAY\t\tArray variable name to use for file data.\n"
5582 "    \n"
5583 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
5584 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
5585 "    element to be assigned and the line to be assigned to that element\n"
5586 "    as additional arguments.\n"
5587 "    \n"
5588 "    If not supplied with an explicit origin, mapfile will clear ARRAY "
5589 "before\n"
5590 "    assigning to it.\n"
5591 "    \n"
5592 "    Exit Status:\n"
5593 "    Returns success unless an invalid option is given or ARRAY is readonly "
5594 "or\n"
5595 "    not an indexed array."
5596 msgstr ""
5597 "Baca baris dari standar masukan kedalam sebuah susunan variabel.\n"
5598 "    \n"
5599 "    Baca baris dari standar masukan kedalam variabel array ARRAY, atau dari\n"
5600 "    berkas deskripsi FD jika pilihan -u diberikan. Variabel MAPFILE adalah\n"
5601 "    ARRAY baku.\n"
5602 "    \n"
5603 "    Pilihan:\n"
5604 "      -n count\tSalin di baris COUNT. Jika COUNT adalah 0, semua baris "
5605 "disalin.\n"
5606 "      -O origin\tAwal penempatan ke ARRAY di index ORIGIN. Indeks baku "
5607 "adalah 0.\n"
5608 "      -s count \tAbaikan baris COUNT pertama yang dibaca.\n"
5609 "      -t\t\tHapus sebuah akhiran baris baru dari setiap baris yang dibaca.\n"
5610 "      -u fd\t\tBaca baris dari berkas deskripsi FD daripada dari masukan "
5611 "standar.\n"
5612 "      -C callback\tEvaluasi CALLBACK untuk setiap waktu QUANTUM baris adalah "
5613 "baca.\n"
5614 "      -c quantum\tSpesifikasikan jumlah dari baris yang dibaca diantara "
5615 "setiap pemanggilan ke CALLBACK.\n"
5616 "    \n"
5617 "    Argumen:\n"
5618 "      ARRAY\t\tNama variabel array yang digunakan untuk berkas data.\n"
5619 "    \n"
5620 "    Jika -C Diberikan tanpa -c, default quantum adalah 5000. Ketika "
5621 "CALLBACK\n"
5622 "    dievaluasi , ini diberikan ke indeks dari element 'array' selanjutnya\n"
5623 "    untuk di-'assign' sebagai sebuah argumen tambahan.\n"
5624 "    \n"
5625 "    Jika tidak diberikan dengan asal secara eksplisit, berkas peta akan "
5626 "menghapus ARRAY sebelum\n"
5627 "    ditempatkan kepadanya\n"
5628 "    \n"
5629 "    Status Keluar:\n"
5630 "    Mengembalikan sukses kecuali sebuah pilihan tidak valid diberikan atau "
5631 "ARRAY adalah baca-saja."
5632
5633 #: builtins.c:2020
5634 msgid ""
5635 "Read lines from a file into an array variable.\n"
5636 "    \n"
5637 "    A synonym for `mapfile'."
5638 msgstr ""
5639 "Baca baris dari sebuah berkas kedalam sebuah susunan variabel.\n"
5640 "    \n"
5641 "    Sebuah sinonim untuk `mapfile'."
5642
5643 #~ msgid ""
5644 #~ ".  With EXPR, returns\n"
5645 #~ "    "
5646 #~ msgstr ""
5647 #~ ".  Dengan EXPR, kembali\n"
5648 #~ "    "
5649
5650 #~ msgid ""
5651 #~ "; this extra information can be used to\n"
5652 #~ "    provide a stack trace.\n"
5653 #~ "    \n"
5654 #~ "    The value of EXPR indicates how many call frames to go back before "
5655 #~ "the\n"
5656 #~ "    current one; the top frame is frame 0."
5657 #~ msgstr ""
5658 #~ "; informasi tambahan ini dapat digunakan untuk\n"
5659 #~ "    menyediakan penelusuran 'stack'.\n"
5660 #~ "    \n"
5661 #~ "    Nilai dari EXPR mengindikasikan berapa banyak panggilan 'frame' untuk "
5662 #~ "kembali\n"
5663 #~ "    sebelum saat ini; 'frame' paling atas adalah 'frame' 0."
5664
5665 #~ msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
5666 #~ msgstr ""
5667 #~ "xrealloc: tidak dapat menrealokasikan %lu bytes (%lu bytes teralokasikan)"
5668
5669 #~ msgid "xrealloc: cannot allocate %lu bytes"
5670 #~ msgstr "xrealloc: tidak dapat mengalokasikan %lu bytes"
5671
5672 #~ msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
5673 #~ msgstr ""
5674 #~ "xrealloc: %s: %d: tidak dapat melakukan reallokasi %lu bytes (%lu bytes "
5675 #~ "teralokasi)"
5676
5677 #~ msgid " "
5678 #~ msgstr " "
5679
5680 #~ msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
5681 #~ msgstr ""
5682 #~ "Tanpa EXPR, mengembalikan kembalian \"$line $filename\". Dengan EXPR,"
5683
5684 #~ msgid "returns \"$line $subroutine $filename\"; this extra information"
5685 #~ msgstr ""
5686 #~ "mengembalikan \"$line $subroutine $filename\"; informasi tambahan ini"
5687
5688 #~ msgid "can be used used to provide a stack trace."
5689 #~ msgstr "dapat digunakan untuk menyediakan jejak sebuah stack."
5690
5691 #~ msgid ""
5692 #~ "The value of EXPR indicates how many call frames to go back before the"
5693 #~ msgstr ""
5694 #~ "Nilai dari EXPR mengindikasikan berapa banyak call frames untuk kembali "
5695 #~ "sebelum"
5696
5697 #~ msgid "current one; the top frame is frame 0."
5698 #~ msgstr "salah satu ini; top frame adalah frame 0."
5699
5700 #~ msgid "%s: invalid number"
5701 #~ msgstr "%s: nomor invalid"
5702
5703 #~ msgid "Shell commands matching keywords `"
5704 #~ msgstr "Perintah shell cocok dengan kata kunci `"
5705
5706 #~ msgid "Display the list of currently remembered directories.  Directories"
5707 #~ msgstr "Tampilkan daftar dari direktori yang diingat sekarang. Direktori"
5708
5709 #~ msgid "find their way onto the list with the `pushd' command; you can get"
5710 #~ msgstr ""
5711 #~ "menemukan jalannya sendiri kedalam daftar dengan perintah `pushd'; anda "
5712 #~ "dapat memperoleh"
5713
5714 #~ msgid "back up through the list with the `popd' command."
5715 #~ msgstr "bantuan melalui daftar dari perintah `popd'."
5716
5717 #~ msgid ""
5718 #~ "The -l flag specifies that `dirs' should not print shorthand versions"
5719 #~ msgstr ""
5720 #~ "Flag -l menspesifikasikan bahwa `dirs' seharusnya tidak menampilkan versi "
5721 #~ "pendek"
5722
5723 #~ msgid ""
5724 #~ "of directories which are relative to your home directory.  This means"
5725 #~ msgstr "dari direktori yang relatif dari direktori home anda. Ini berarti"
5726
5727 #~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
5728 #~ msgstr ""
5729 #~ "bahwa `~/bin' mungkin ditampilkan sebagai `/homes/bfox/bin'. Pilihan -v"
5730
5731 #~ msgid "causes `dirs' to print the directory stack with one entry per line,"
5732 #~ msgstr ""
5733 #~ "menyebabkan `dirs' ditampilkan di stack direktori dengan satu masukan per "
5734 #~ "baris,"
5735
5736 #~ msgid ""
5737 #~ "prepending the directory name with its position in the stack.  The -p"
5738 #~ msgstr "mendahului nama direktori dengan posisinya dalam stack. Pilihan -p"
5739
5740 #~ msgid "flag does the same thing, but the stack position is not prepended."
5741 #~ msgstr "melakukan hal yang sama, tetapi posisi stack tidak didahului."
5742
5743 #~ msgid ""
5744 #~ "The -c flag clears the directory stack by deleting all of the elements."
5745 #~ msgstr ""
5746 #~ "Pilihan -c menghapus direktori stack dengan cara menghapus seluruh elemen."
5747
5748 #~ msgid ""
5749 #~ "+N   displays the Nth entry counting from the left of the list shown by"
5750 #~ msgstr ""
5751 #~ "+N   menampilkan masukan ke N dihitung dari kiri dari daftar yang "
5752 #~ "ditampilkan oleh"
5753
5754 #~ msgid "     dirs when invoked without options, starting with zero."
5755 #~ msgstr "     dirs ketika dipanggil tanpa pilihan, dimulai dengan nol."
5756
5757 #~ msgid ""
5758 #~ "-N   displays the Nth entry counting from the right of the list shown by"
5759 #~ msgstr ""
5760 #~ "-N   menampilkan masukan ke N dihitung dari kanan dari daftar yang "
5761 #~ "ditampilkan dengan"
5762
5763 #~ msgid "Adds a directory to the top of the directory stack, or rotates"
5764 #~ msgstr ""
5765 #~ "menambahkan sebuah direktori ke ujung atas dari direktori stack, atau "
5766 #~ "memutar"
5767
5768 #~ msgid "the stack, making the new top of the stack the current working"
5769 #~ msgstr "stack, membuat sebuah top baru dari stack direktori yang dipakai"
5770
5771 #~ msgid "directory.  With no arguments, exchanges the top two directories."
5772 #~ msgstr "saat ini. Tanpa argumen, menukar top dari dua direktori."
5773
5774 #~ msgid "+N   Rotates the stack so that the Nth directory (counting"
5775 #~ msgstr "+N   Memutar stack sehingga direktori ke N (dihitung"
5776
5777 #~ msgid "     from the left of the list shown by `dirs', starting with"
5778 #~ msgstr ""
5779 #~ "     dari kiri dari daftar yang ditampilkan oleh `dirs', dimulai dari"
5780
5781 #~ msgid "     zero) is at the top."
5782 #~ msgstr "     nol) ini dilakukan di top."
5783
5784 #~ msgid "-N   Rotates the stack so that the Nth directory (counting"
5785 #~ msgstr "-N   Memutar stact sehingga direktori ke N (dihitung"
5786
5787 #~ msgid "     from the right of the list shown by `dirs', starting with"
5788 #~ msgstr ""
5789 #~ "     dari kanan dari daftar yang ditampilkan oleh `dirs', dimulai dengan"
5790
5791 #~ msgid "-n   suppress the normal change of directory when adding directories"
5792 #~ msgstr ""
5793 #~ "-n   menekan perubahan normal dari direktori ketika menambahkan direktori"
5794
5795 #~ msgid "     to the stack, so only the stack is manipulated."
5796 #~ msgstr "     ke stack, jadi hanya stack yang dimanipulasi."
5797
5798 #~ msgid "dir  adds DIR to the directory stack at the top, making it the"
5799 #~ msgstr "dir  menambahkan DIR ke direktori stack di top, membuatnya "
5800
5801 #~ msgid "     new current working directory."
5802 #~ msgstr "     menjadi direktori baru untuk bekerja."
5803
5804 #~ msgid "You can see the directory stack with the `dirs' command."
5805 #~ msgstr "Anda dapat melihat direktori stack dengan perintah `dirs'."
5806
5807 #~ msgid "Removes entries from the directory stack.  With no arguments,"
5808 #~ msgstr "Hapus masukan dari direktori stack. Tanpa argumen,"
5809
5810 #~ msgid "removes the top directory from the stack, and cd's to the new"
5811 #~ msgstr "menghapus top direktori dari stack, dan pindah ke"
5812
5813 #~ msgid "top directory."
5814 #~ msgstr "top direktori yang baru."
5815
5816 #~ msgid "+N   removes the Nth entry counting from the left of the list"
5817 #~ msgstr "+N   menghapus masukan ke-N dihitung dari kiri dari daftar"
5818
5819 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
5820 #~ msgstr "     yang terlihat oleh `dirs', dimulai dari nol. Contoh: `popd +0'"
5821
5822 #~ msgid "     removes the first directory, `popd +1' the second."
5823 #~ msgstr "     menghapus direktori pertama, `popd +1' kedua."
5824
5825 #~ msgid "-N   removes the Nth entry counting from the right of the list"
5826 #~ msgstr "-N   menghapus masukan ke N dihitung dari kanan dari daftar"
5827
5828 #~ msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
5829 #~ msgstr "     yang terlihat oleh `dirs', dimulai dari nol. Contoh: `popd -0'"
5830
5831 #~ msgid "     removes the last directory, `popd -1' the next to last."
5832 #~ msgstr ""
5833 #~ "     menghapus direktori terakhir, `popd -1' selanjutnya ke terakhir."
5834
5835 #~ msgid ""
5836 #~ "-n   suppress the normal change of directory when removing directories"
5837 #~ msgstr ""
5838 #~ "-n   menekan perubahan normal dari direktori ketika menghapus direktori"
5839
5840 #~ msgid "     from the stack, so only the stack is manipulated."
5841 #~ msgstr "     dari stack, sehingga hanya stack yang dimanipulasi."
5842
5843 #~ msgid "allocated"
5844 #~ msgstr "teralokasi"
5845
5846 #~ msgid "freed"
5847 #~ msgstr "terbebaskan"
5848
5849 #~ msgid "requesting resize"
5850 #~ msgstr "meminta resize"
5851
5852 #~ msgid "just resized"
5853 #~ msgstr "just resized"
5854
5855 #~ msgid "bug: unknown operation"
5856 #~ msgstr "bug: operasi tidak diketahui"
5857
5858 #~ msgid "malloc: watch alert: %p %s "
5859 #~ msgstr "malloc: watch alert: %p %s "
5860
5861 #~ msgid ""
5862 #~ "Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
5863 #~ "    break N levels."
5864 #~ msgstr ""
5865 #~ "Keluar dari dalam sebuah FOR, WHILE, atau UNTIL loop. jika N "
5866 #~ "dispesifikasikan,\n"
5867 #~ "    break N levels."
5868
5869 #~ msgid ""
5870 #~ "Run a shell builtin.  This is useful when you wish to rename a\n"
5871 #~ "    shell builtin to be a function, but need the functionality of the\n"
5872 #~ "    builtin within the function itself."
5873 #~ msgstr ""
5874 #~ "Jalankan sebuah builtin shell. Ini akan  berguna ketika anda mengharapkan "
5875 #~ "untuk mengganti nama sebuah\n"
5876 #~ "    shell builting ke sebuah fungsi, tetapi membutuhkan sebuah "
5877 #~ "fungsionalitas dari\n"
5878 #~ "    sebuah fungsi builtin itu sendiri."
5879
5880 #~ msgid ""
5881 #~ "Print the current working directory.  With the -P option, pwd prints\n"
5882 #~ "    the physical directory, without any symbolic links; the -L option\n"
5883 #~ "    makes pwd follow symbolic links."
5884 #~ msgstr ""
5885 #~ "Tampilkan direktori yang sedang digunakan saat ini. Dengan pilihan -P, "
5886 #~ "pwd menampilkan\n"
5887 #~ "    direktori physical, tanpa symbolic link yang lain; dengan pilihan -L\n"
5888 #~ "    membuat pwd mengikuti symbolic links."
5889
5890 #~ msgid "Return a successful result."
5891 #~ msgstr "Mengembalikan sebuah kembalian yang sukses."
5892
5893 #~ msgid ""
5894 #~ "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
5895 #~ "    function called `ls', and you wish to call the command `ls', you can\n"
5896 #~ "    say \"command ls\".  If the -p option is given, a default value is "
5897 #~ "used\n"
5898 #~ "    for PATH that is guaranteed to find all of the standard utilities.  "
5899 #~ "If\n"
5900 #~ "    the -V or -v option is given, a string is printed describing "
5901 #~ "COMMAND.\n"
5902 #~ "    The -V option produces a more verbose description."
5903 #~ msgstr ""
5904 #~ "Menjalankan PERINTAH dengan ARGS mengabaikan fungsi shell. Jika anda "
5905 #~ "memiliki sebuah shell\n"
5906 #~ "    fungsi yang memanggil `ls', dan anda berharap untuk memanggil "
5907 #~ "perintah `ls', anda dapat\n"
5908 #~ "    mengatakan \"command ls\". Jika pilihan -p diberikan, sebuah nilai "
5909 #~ "default digunakan\n"
5910 #~ "    untuk PATH yang menjamin untuk mencari semua utilitis standar. Jika\n"
5911 #~ "    pilihan -V atau -v diberikan, sebuah string ditampilkan "
5912 #~ "mendeskripsikan PERINTAH.\n"
5913 #~ "    Pilihan -V menghasilkan deskripsi yang lebih detail."
5914
5915 #~ msgid ""
5916 #~ "Declare variables and/or give them attributes.  If no NAMEs are\n"
5917 #~ "    given, then display the values of variables instead.  The -p option\n"
5918 #~ "    will display the attributes and values of each NAME.\n"
5919 #~ "    \n"
5920 #~ "    The flags are:\n"
5921 #~ "    \n"
5922 #~ "      -a\tto make NAMEs arrays (if supported)\n"
5923 #~ "      -f\tto select from among function names only\n"
5924 #~ "      -F\tto display function names (and line number and source file name "
5925 #~ "if\n"
5926 #~ "    \tdebugging) without definitions\n"
5927 #~ "      -i\tto make NAMEs have the `integer' attribute\n"
5928 #~ "      -r\tto make NAMEs readonly\n"
5929 #~ "      -t\tto make NAMEs have the `trace' attribute\n"
5930 #~ "      -x\tto make NAMEs export\n"
5931 #~ "    \n"
5932 #~ "    Variables with the integer attribute have arithmetic evaluation (see\n"
5933 #~ "    `let') done when the variable is assigned to.\n"
5934 #~ "    \n"
5935 #~ "    When displaying values of variables, -f displays a function's name\n"
5936 #~ "    and definition.  The -F option restricts the display to function\n"
5937 #~ "    name only.\n"
5938 #~ "    \n"
5939 #~ "    Using `+' instead of `-' turns off the given attribute instead.  "
5940 #~ "When\n"
5941 #~ "    used in a function, makes NAMEs local, as with the `local' command."
5942 #~ msgstr ""
5943 #~ "Declare variabel dan/atau memberikan atribut kepada mereka. Jika tidak "
5944 #~ "ada NAMA yang\n"
5945 #~ "    diberikan, maka menampilkan nilai dari variabel. Pilihan -p\n"
5946 #~ "    akan menampilkan atribut dan nilai dari setiap NAMA.\n"
5947 #~ "    \n"
5948 #~ "    Flags adalah:\n"
5949 #~ "    \n"
5950 #~ "      -a\tuntuk membuat aray NAMA (jika disupport)\n"
5951 #~ "      -f\tuntuk memilih dari nama fungsi saja\n"
5952 #~ "      -F\tuntuk menampilkan nama fungsi (dan nomor baris dan source nama "
5953 #~ "file jika\n"
5954 #~ "     \tdebugging) tanpa definisi\n"
5955 #~ "      -i\tuntuk membuat NAMA memiliki atribut `integer'\n"
5956 #~ "      -r\tuntuk membuat NAMA baca-saja\n"
5957 #~ "      -t\tuntuk membuat NAMA memiliki atribut `trace'\n"
5958 #~ "      -x\tuntuk membuat NAME export\n"
5959 #~ "     \n"
5960 #~ "     Variabel dengan atribut integer memiliki arithmetic evaluasi (lihat\n"
5961 #~ "     `let') selesai ketika variabel diberikan ke.\n"
5962 #~ "     \n"
5963 #~ "     Ketika menampilkan nilai dari variabel, -f menampilkan sebuah nama "
5964 #~ "fungsi\n"
5965 #~ "     dan definisi. Pilihan -F menekan untuk menampikan nama\n"
5966 #~ "     fungsi saja.\n"
5967 #~ "     \n"
5968 #~ "     Menggunakan `+' daripada `-' mematikan atribut yang diberikan. "
5969 #~ "Ketika\n"
5970 #~ "     sedang digunkan dalam sebuah fungsi, membuat NAMA lokal, seperti "
5971 #~ "dalam perintah 'local'."
5972
5973 #~ msgid "Obsolete.  See `declare'."
5974 #~ msgstr "Kadaluarsa. Lihat `declare'."
5975
5976 #~ msgid ""
5977 #~ "Create a local variable called NAME, and give it VALUE.  LOCAL\n"
5978 #~ "    can only be used within a function; it makes the variable NAME\n"
5979 #~ "    have a visible scope restricted to that function and its children."
5980 #~ msgstr ""
5981 #~ "Membuat sebuah variabel lokal yang disebut NAMA, dan menampilkan NILAI-"
5982 #~ "nya. LOKAL\n"
5983 #~ "    hanya dapat digunakan dalam sebuah fungsi; ini membuat NAMA variabel\n"
5984 #~ "    memiliki scope visibel terbatas untuk fungsi itu dan anaknya."
5985
5986 #~ msgid ""
5987 #~ "Output the ARGs.  If -n is specified, the trailing newline is suppressed."
5988 #~ msgstr ""
5989 #~ "Keluaran dari ARGs. Jika pilihan -n dispesifikasikan, akhiran baris baru "
5990 #~ "dihapus."
5991
5992 #~ msgid ""
5993 #~ "Enable and disable builtin shell commands.  This allows\n"
5994 #~ "    you to use a disk command which has the same name as a shell\n"
5995 #~ "    builtin without specifying a full pathname.  If -n is used, the\n"
5996 #~ "    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
5997 #~ "    to use the `test' found in $PATH instead of the shell builtin\n"
5998 #~ "    version, type `enable -n test'.  On systems supporting dynamic\n"
5999 #~ "    loading, the -f option may be used to load new builtins from the\n"
6000 #~ "    shared object FILENAME.  The -d option will delete a builtin\n"
6001 #~ "    previously loaded with -f.  If no non-option names are given, or\n"
6002 #~ "    the -p option is supplied, a list of builtins is printed.  The\n"
6003 #~ "    -a option means to print every builtin with an indication of whether\n"
6004 #~ "    or not it is enabled.  The -s option restricts the output to the "
6005 #~ "POSIX.2\n"
6006 #~ "    `special' builtins.  The -n option displays a list of all disabled "
6007 #~ "builtins."
6008 #~ msgstr ""
6009 #~ "Enable dan disable perintah builtin shell. Ini membolehkan\n"
6010 #~ "    anda untuk menggunakan perintah disk yang memiliki nama sama seperti "
6011 #~ "sebuah NAMA\n"
6012 #~ "    shell builtin tanpa menspesifikasikan sebuah pathname full. Jika "
6013 #~ "pilihan -n digunakan,\n"
6014 #~ "    NAMA menjadi disabled; jika tidak NAMA menjadi enabled. Contoh,\n"
6015 #~ "    gunakan `test' ditemukan dalam $PATH daripada dalam builtin versi\n"
6016 #~ "    builtin shell, ketik `enable -n test'. Di system mensupport dynamic\n"
6017 #~ "    loading, pilihan -f mungkin bisa digunakan untuk menload builtin baru "
6018 #~ "dari\n"
6019 #~ "    shared object NAMAFILE. Pilihan -d akan menghapus sebuah builting\n"
6020 #~ "    yang sebelumnya diload dengan pilihan -f. Jika tidak ada nama pilihan "
6021 #~ "yang diberikan, atau\n"
6022 #~ "    pilihan -p diberikan, daftar dari builtin ditampilkan.\n"
6023 #~ "    Pilihan -a berarti menampilkan setiap builtin dengan sebuah indikasi "
6024 #~ "apakah\n"
6025 #~ "    atau tidak ini enabled. Pilihan -s membatasi keluaran ke POSIX.2\n"
6026 #~ "    `special' builtins. Pilihan -n menampilkan daftar dari semua yang "
6027 #~ "builtins yang disabled."
6028
6029 #~ msgid ""
6030 #~ "Read ARGs as input to the shell and execute the resulting command(s)."
6031 #~ msgstr ""
6032 #~ "Baca ARGs sebagai masukan ke shell dan jalankan untuk menghasilkan "
6033 #~ "perintah(s)."
6034
6035 #~ msgid ""
6036 #~ "Exec FILE, replacing this shell with the specified program.\n"
6037 #~ "    If FILE is not specified, the redirections take effect in this\n"
6038 #~ "    shell.  If the first argument is `-l', then place a dash in the\n"
6039 #~ "    zeroth arg passed to FILE, as login does.  If the `-c' option\n"
6040 #~ "    is supplied, FILE is executed with a null environment.  The `-a'\n"
6041 #~ "    option means to make set argv[0] of the executed process to NAME.\n"
6042 #~ "    If the file cannot be executed and the shell is not interactive,\n"
6043 #~ "    then the shell exits, unless the shell option `execfail' is set."
6044 #~ msgstr ""
6045 #~ "Exec FILE, menimpa shell ini dengan aplikasi yang dispesifikasikan.\n"
6046 #~ "    Jika FILE tidak dispesifikasikan, redirectiions mengambil efek dalam\n"
6047 #~ "    shell ini. Jika argumen pertama adalah `-l', maka tempatkan sebuah "
6048 #~ "dash dalam\n"
6049 #~ "    argument ke nol yang dilewatkan ke FILE, seperti yang dilakukan oleh "
6050 #~ "login. Jika pilihan `-c'\n"
6051 #~ "    diberikan, FILE dijalankan dengan environmen kosong. Jika pilihan `-"
6052 #~ "a'\n"
6053 #~ "    berarti menset argv[0] dari proses yang dijalankan ke NAMA.\n"
6054 #~ "    Jika berkas tidak dapat dijalankan dan shell bukan interaktif,\n"
6055 #~ "    maka shell keluar, unless pilihan shell `execfail' diset."
6056
6057 #~ msgid "Logout of a login shell."
6058 #~ msgstr "Logout dari sebuah login shell."
6059
6060 #~ msgid ""
6061 #~ "For each NAME, the full pathname of the command is determined and\n"
6062 #~ "    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
6063 #~ "    full pathname of NAME, and no path search is performed.  The -r\n"
6064 #~ "    option causes the shell to forget all remembered locations.  The -d\n"
6065 #~ "    option causes the shell to forget the remembered location of each "
6066 #~ "NAME.\n"
6067 #~ "    If the -t option is supplied the full pathname to which each NAME\n"
6068 #~ "    corresponds is printed.  If multiple NAME arguments are supplied "
6069 #~ "with\n"
6070 #~ "    -t, the NAME is printed before the hashed full pathname.  The -l "
6071 #~ "option\n"
6072 #~ "    causes output to be displayed in a format that may be reused as "
6073 #~ "input.\n"
6074 #~ "    If no arguments are given, information about remembered commands is "
6075 #~ "displayed."
6076 #~ msgstr ""
6077 #~ "Untuk setiap NAMA, full pathname dari perintah ditentukan dan\n"
6078 #~ "    diingat. Jika pilihan -p diberikan, PATHNAME digunakan sebagai\n"
6079 #~ "    full pathname dari NAME, dan tidak ada jalur pencarian yang "
6080 #~ "dilakukan. Pilihan -r\n"
6081 #~ "    menyebabkan shell untuk melupakan semua lokasi yang diingat. Pilihan -"
6082 #~ "d\n"
6083 #~ "    menyebabkan shell untuk melupakan lokasi dari setiap NAMA.\n"
6084 #~ "    Jika pilihan -t diberikan ful pathname ke setiap NAMA\n"
6085 #~ "    yang bersesuaian ditampilkan. Jika beberapa argumen NAMA diberikan "
6086 #~ "dengan\n"
6087 #~ "    pilihan -t, NAME ditampilkan sebelum hashed full pathname. Pilihan -"
6088 #~ "l\n"
6089 #~ "    menyebabkan keluaran untuk ditampilkan dalam format yang biasa "
6090 #~ "digunakan sebagai masukan.\n"
6091 #~ "    Jika tidak ada argumen yang diberikan, informasi mengenai perintah "
6092 #~ "yang diingat akan ditampilkan."
6093
6094 #~ msgid ""
6095 #~ "Display helpful information about builtin commands.  If PATTERN is\n"
6096 #~ "    specified, gives detailed help on all commands matching PATTERN,\n"
6097 #~ "    otherwise a list of the builtins is printed.  The -s option\n"
6098 #~ "    restricts the output for each builtin command matching PATTERN to\n"
6099 #~ "    a short usage synopsis."
6100 #~ msgstr ""
6101 #~ "Menampilkan informasi yang berharga mengenai perintah builtin. Jika "
6102 #~ "PATTERN\n"
6103 #~ "    dispesifikasikan, memberikan bantuan detail mengenail seluruh "
6104 #~ "perintah yang cocok dengan PATTERN,\n"
6105 #~ "    jika tidak sebuah daftar dari builtings akan ditampilkan. Pilihan -s\n"
6106 #~ "    membatasi keluaran dari setiap perintah builtin yang cocok dengan "
6107 #~ "PATTERN ke\n"
6108 #~ "    ringkasan penggunaan singkat."
6109
6110 #~ msgid ""
6111 #~ "By default, removes each JOBSPEC argument from the table of active jobs.\n"
6112 #~ "    If the -h option is given, the job is not removed from the table, but "
6113 #~ "is\n"
6114 #~ "    marked so that SIGHUP is not sent to the job if the shell receives a\n"
6115 #~ "    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
6116 #~ "all\n"
6117 #~ "    jobs from the job table; the -r option means to remove only running "
6118 #~ "jobs."
6119 #~ msgstr ""
6120 #~ "Secara default, menghapus setiap JOBSPEC argumen dari tabel actif jobs.\n"
6121 #~ "    Jika pilihan -n diberikan, pekerjaan tidak dihapus dari tabel, tetap "
6122 #~ "ditandai\n"
6123 #~ "    sehingga ketika SIGHUP tidak terkirim ke job ketika shell menerima "
6124 #~ "sebuah\n"
6125 #~ "    SIGHUP. Pilihan -a, ketika JOBSPEC tidak diberikan, berarti menghapus "
6126 #~ "seluruh\n"
6127 #~ "    pekerjaan dari job tabel; Pilihan -r berarti hanya menghapus "
6128 #~ "pekerjaan yang berjalan."
6129
6130 #~ msgid ""
6131 #~ "Causes a function to exit with the return value specified by N.  If N\n"
6132 #~ "    is omitted, the return status is that of the last command."
6133 #~ msgstr ""
6134 #~ "Menyebabkan sebuah fungsi untuk keluar dengan nilai kembalian "
6135 #~ "dispesifikasikan oleh N. Jika N\n"
6136 #~ "    diabaikan, maka status kembalian adalah status dari perintah terakhir."
6137
6138 #~ msgid ""
6139 #~ "For each NAME, remove the corresponding variable or function.  Given\n"
6140 #~ "    the `-v', unset will only act on variables.  Given the `-f' flag,\n"
6141 #~ "    unset will only act on functions.  With neither flag, unset first\n"
6142 #~ "    tries to unset a variable, and if that fails, then tries to unset a\n"
6143 #~ "    function.  Some variables cannot be unset; also see readonly."
6144 #~ msgstr ""
6145 #~ "Untuk setiap NAMA, hapus variabel atau fungsi yang berhubungan. Dengan\n"
6146 #~ "    pilihan `-v', unset hanya berlaku di variabel. Dengan pilihan `-f',\n"
6147 #~ "    unset hanya berlaku untuk fungsi. Dengan tidak menggunakan dua "
6148 #~ "pilihan itu,\n"
6149 #~ "    pertama akan mencoba mengunset variabel, dan jika itu gagal maka "
6150 #~ "akan\n"
6151 #~ "    mencoba untuk mengunset sebuah fungsi. Beberapa variabel tidak dapat "
6152 #~ "diunset. Lihat readonly."
6153
6154 #~ msgid ""
6155 #~ "NAMEs are marked for automatic export to the environment of\n"
6156 #~ "    subsequently executed commands.  If the -f option is given,\n"
6157 #~ "    the NAMEs refer to functions.  If no NAMEs are given, or if `-p'\n"
6158 #~ "    is given, a list of all names that are exported in this shell is\n"
6159 #~ "    printed.  An argument of `-n' says to remove the export property\n"
6160 #~ "    from subsequent NAMEs.  An argument of `--' disables further option\n"
6161 #~ "    processing."
6162 #~ msgstr ""
6163 #~ "NAMA ditandai untuk otomatis export ke environment dari\n"
6164 #~ "    perintah yang akan dijalankan selanjutnya. Jika pilihan -f "
6165 #~ "diberikan,\n"
6166 #~ "    NAMA akan menunjuk ke fungsi. Jika tidak ada NAMA diberikan, atau "
6167 #~ "jika pilihan `-p'\n"
6168 #~ "    diberikan, daftar dari seluruh nama yang diexport dalam shell ini\n"
6169 #~ "    ditampilkan. Sebuah argumen dari pilihan `-n' mengatakan untuk "
6170 #~ "menghapus expor properti\n"
6171 #~ "    dari NAMA selanjutnya. Sebuah argumen dari `--' menonaktifkan "
6172 #~ "pemrosesan\n"
6173 #~ "    pilihan selanjutnya."
6174
6175 #~ msgid ""
6176 #~ "The given NAMEs are marked readonly and the values of these NAMEs may\n"
6177 #~ "    not be changed by subsequent assignment.  If the -f option is given,\n"
6178 #~ "    then functions corresponding to the NAMEs are so marked.  If no\n"
6179 #~ "    arguments are given, or if `-p' is given, a list of all readonly "
6180 #~ "names\n"
6181 #~ "    is printed.  The `-a' option means to treat each NAME as\n"
6182 #~ "    an array variable.  An argument of `--' disables further option\n"
6183 #~ "    processing."
6184 #~ msgstr ""
6185 #~ "NAMA yang diberikan ditandai secara baca-saja dan nilai dari NAMA ini "
6186 #~ "tidak\n"
6187 #~ "    boleh diubah oleh assignmen selanjutnya. Jika pilihan -f diberikan,\n"
6188 #~ "    maka fungsi yang berhubungan dengan NAMA akan ditandai. Jika tidak\n"
6189 #~ "    ada argumen yang diberikan, atau jika pilihan `-p' diberikan, sebuah "
6190 #~ "daftar dari seluruh nama baca-saja\n"
6191 #~ "    ditampilkan. Pilihan `-a' berarti memperlakukan setiap NAMA sebagai\n"
6192 #~ "    sebuah variabel array. Sebuah argumen dari `--' menonaktifkan "
6193 #~ "pemrosesan\n"
6194 #~ "    pilihan selanjutnya."
6195
6196 #~ msgid ""
6197 #~ "The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
6198 #~ "    not given, it is assumed to be 1."
6199 #~ msgstr ""
6200 #~ "Parameter posisi dari $N+1 ... diubah namanya menjadi $1 ... Jika N\n"
6201 #~ "    tidak diberikan, ini diasumsikan untuk menjadi 1."
6202
6203 #~ msgid ""
6204 #~ "Suspend the execution of this shell until it receives a SIGCONT\n"
6205 #~ "    signal.  The `-f' if specified says not to complain about this\n"
6206 #~ "    being a login shell if it is; just suspend anyway."
6207 #~ msgstr ""
6208 #~ "Suspend eksekusi dari shell ini sampai ini menerima sebuah sinyal "
6209 #~ "SIGCONT\n"
6210 #~ "   Jika pilihan `-f' dispesifikasikan maka tidak komplain tentang ini "
6211 #~ "menjadi\n"
6212 #~ "   sebuah login shell jika emang begitu. Hanya lakukan suspend saja."
6213
6214 #~ msgid ""
6215 #~ "Print the accumulated user and system times for processes run from\n"
6216 #~ "    the shell."
6217 #~ msgstr ""
6218 #~ "Tampilkan waktu yang terakumulasi oleh pengguna dan system untuk proses "
6219 #~ "yang berjalan dari\n"
6220 #~ "    shell."
6221
6222 #~ msgid ""
6223 #~ "For each NAME, indicate how it would be interpreted if used as a\n"
6224 #~ "    command name.\n"
6225 #~ "    \n"
6226 #~ "    If the -t option is used, `type' outputs a single word which is one "
6227 #~ "of\n"
6228 #~ "    `alias', `keyword', `function', `builtin', `file' or `', if NAME is "
6229 #~ "an\n"
6230 #~ "    alias, shell reserved word, shell function, shell builtin, disk "
6231 #~ "file,\n"
6232 #~ "    or unfound, respectively.\n"
6233 #~ "    \n"
6234 #~ "    If the -p flag is used, `type' either returns the name of the disk\n"
6235 #~ "    file that would be executed, or nothing if `type -t NAME' would not\n"
6236 #~ "    return `file'.\n"
6237 #~ "    \n"
6238 #~ "    If the -a flag is used, `type' displays all of the places that "
6239 #~ "contain\n"
6240 #~ "    an executable named `file'.  This includes aliases, builtins, and\n"
6241 #~ "    functions, if and only if the -p flag is not also used.\n"
6242 #~ "    \n"
6243 #~ "    The -f flag suppresses shell function lookup.\n"
6244 #~ "    \n"
6245 #~ "    The -P flag forces a PATH search for each NAME, even if it is an "
6246 #~ "alias,\n"
6247 #~ "    builtin, or function, and returns the name of the disk file that "
6248 #~ "would\n"
6249 #~ "    be executed."
6250 #~ msgstr ""
6251 #~ "Untuk setiap NAMA, mengindikasikan bagaimana ini akan diinterpretasikan "
6252 #~ "jika digunakan sebagai sebuah\n"
6253 #~ "    nama perintah.\n"
6254 #~ "    \n"
6255 #~ "    Jika sebuah pilihan -t digunakan, `type' mengeluarkan sebuah kata "
6256 #~ "tunggal yang salah satu dari\n"
6257 #~ "    `alias', `keyword', `function', `builtin', `file', atau `', jika NAMA "
6258 #~ "adalah sebuah\n"
6259 #~ "    alias, shell kata yang dipesan, shell fungsi, shell builtin, disk "
6260 #~ "file,\n"
6261 #~ "    atau tidak ditemukan, respectively.\n"
6262 #~ "    \n"
6263 #~ "    Jika flag -p digunakan, `type' menampilkan semua dari tempat yang "
6264 #~ "berisi\n"
6265 #~ "    nama executable `file'. Ini meliputi aliases, builtings, dan\n"
6266 #~ "    fungsi, jika dan hanya jika flag -p juga tidak digunakan.\n"
6267 #~ "    \n"
6268 #~ "    Flag -f menekan seluruh fungsi shell lookup.\n"
6269 #~ "    \n"
6270 #~ "    Flag -P memaksa sebuah JALUR pencarian untuk setiap NAMA, bahkan jika "
6271 #~ "ini merupakan sebuah alias,\n"
6272 #~ "    builtin, atau fungsi, dan mengembalikan nama ke disk file yang akan\n"
6273 #~ "    dijalankan."
6274
6275 #~ msgid ""
6276 #~ "The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
6277 #~ "    `-S' is supplied, the current value of the mask is printed.  The `-"
6278 #~ "S'\n"
6279 #~ "    option makes the output symbolic; otherwise an octal number is "
6280 #~ "output.\n"
6281 #~ "    If `-p' is supplied, and MODE is omitted, the output is in a form\n"
6282 #~ "    that may be used as input.  If MODE begins with a digit, it is\n"
6283 #~ "    interpreted as an octal number, otherwise it is a symbolic mode "
6284 #~ "string\n"
6285 #~ "    like that accepted by chmod(1)."
6286 #~ msgstr ""
6287 #~ "File-creation mask pengguna diset ke MODE. Jika MODE diabaikan, atau "
6288 #~ "jika\n"
6289 #~ "    `-S' diberikan, nilai sekaran dari mask ditampilkan. Pilihan `-S'\n"
6290 #~ "    membuah keluaran symbolic; jika tidak sebuah bilangan octal "
6291 #~ "dikeluarkan.\n"
6292 #~ "    Jika pilihan `-p' diberikan, dan MODE diabaikan, keluaran adalah "
6293 #~ "dalam format\n"
6294 #~ "    yang bisa digunakan sebagai masukan. Jika MODE dimulai dengan sebuah "
6295 #~ "digit, ini\n"
6296 #~ "    diinterpretasikan sebagai sebuah bilangan octal, jika tidak ini "
6297 #~ "adalah sebuah symbolic mode string\n"
6298 #~ "    yang diterima oleh chmod(1)."
6299
6300 #~ msgid ""
6301 #~ "Wait for the specified process and report its termination status.  If\n"
6302 #~ "    N is not given, all currently active child processes are waited for,\n"
6303 #~ "    and the return code is zero.  N is a process ID; if it is not given,\n"
6304 #~ "    all child processes of the shell are waited for."
6305 #~ msgstr ""
6306 #~ "Menunggu sampai proses yang dispesifikasikan dan laporkan status "
6307 #~ "selesainya. Jika\n"
6308 #~ "    N tidak diberikan, semua proses anak yang masih aktif ditunggu "
6309 #~ "untuk,\n"
6310 #~ "    dan mengembalikan kode kembalian nol. N adalah sebuah proses ID; jika "
6311 #~ "ini tidak diberikan,\n"
6312 #~ "    semua proses anak dari shell ditunggu."
6313
6314 #~ msgid ""
6315 #~ "Create a simple command invoked by NAME which runs COMMANDS.\n"
6316 #~ "    Arguments on the command line along with NAME are passed to the\n"
6317 #~ "    function as $0 .. $n."
6318 #~ msgstr ""
6319 #~ "Buat sebuah perintah sederhana yang memanggil dengan NAMA yang "
6320 #~ "menjalankan PERINTAH.\n"
6321 #~ "    Argumen dalam baris perintah dengan NAMA dilewatkan ke\n"
6322 #~ "    fungsi sebagai $0 .. $n."
6323
6324 #~ msgid ""
6325 #~ "Toggle the values of variables controlling optional behavior.\n"
6326 #~ "    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
6327 #~ "    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
6328 #~ "    status indicates whether each OPTNAME is set or unset.  The -o\n"
6329 #~ "    option restricts the OPTNAMEs to those defined for use with\n"
6330 #~ "    `set -o'.  With no options, or with the -p option, a list of all\n"
6331 #~ "    settable options is displayed, with an indication of whether or\n"
6332 #~ "    not each is set."
6333 #~ msgstr ""
6334 #~ "Ubah nilai dari variabel yang mengontrol perilaku opsional.\n"
6335 #~ "    Pilihan -s berarti untuk mengaktifkan (set) setiap OPTNAME; pilihan -"
6336 #~ "u\n"
6337 #~ "    mengunset setiap OPTNAME. tanda -q menekan keluaran; status keluaran\n"
6338 #~ "    mengindikasikan apakah setiap OPTNAME diset atau diunset. Pilihan -o\n"
6339 #~ "    membatasi OPTNAME ke nilai yang didefinisikan untuk digunakan dengan\n"
6340 #~ "    `set -o'. Tanpa pilihan, atau dengan pilihan -p, sebuah daftar dari "
6341 #~ "seluruh\n"
6342 #~ "    pilihan yang bisa diset ditampilkan, tanpa sebuah indikasi apakah "
6343 #~ "salah satu atau\n"
6344 #~ "    bukan setiap dari variabel diset."
6345
6346 #~ msgid ""
6347 #~ "For each NAME, specify how arguments are to be completed.\n"
6348 #~ "    If the -p option is supplied, or if no options are supplied, "
6349 #~ "existing\n"
6350 #~ "    completion specifications are printed in a way that allows them to "
6351 #~ "be\n"
6352 #~ "    reused as input.  The -r option removes a completion specification "
6353 #~ "for\n"
6354 #~ "    each NAME, or, if no NAMEs are supplied, all completion "
6355 #~ "specifications."
6356 #~ msgstr ""
6357 #~ "Untuk setiap NAMA, spesifikasikan bagaimana argumen akan diselesaikan.\n"
6358 #~ "    Jika pilihan -p diberikan, atau tidak ada pilihan yang diberikan, "
6359 #~ "completion\n"
6360 #~ "    spesifikasi yang telah ada ditampilkan dalam sebuah cara yang "
6361 #~ "membolehkan mereka untuk\n"
6362 #~ "    digunakan sebagai masukan. Pilihan -r menghapus sebuah spesifikasi "
6363 #~ "completion untuk\n"
6364 #~ "    setiap NAMA, atau jika tidak ada NAMA yang diberikan, untuk semua "
6365 #~ "spesifikasi completion."