480
479
msgid "others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>"
481
480
msgstr "lain, lihat <http://git.sv.gnu.org/sgit/grep.git/tree/AUTHORS>"
484
483
msgid "invalid context length argument"
485
484
msgstr "konteks panjang argumen tidak valid"
488
487
msgid "lseek failed"
489
488
msgstr "gagal lseek"
493
492
msgid "input is too large to count"
494
493
msgstr "masukan terlalu besar untuk dihitung"
498
497
msgid "Binary file %s matches\n"
499
498
msgstr "Berkas binari %s cocok\n"
503
502
msgid "warning: %s: %s"
503
msgstr "peringatan: %s: %s"
507
506
msgid "recursive directory loop"
508
507
msgstr "perulangan direktori rekursif"
512
511
msgid "input file %s is also the output"
513
512
msgstr "input (masuk) berkas %s juga keluar"
516
515
msgid "(standard input)"
517
516
msgstr "(standar masukan)"
519
#: src/grep.c:1523 src/grep.c:1530
518
#: src/grep.c:1701 src/grep.c:1708
521
520
msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
522
521
msgstr "Penggunaan: %s [OPSI]... POLA [BERKAS]...\n"
526
525
msgid "Try '%s --help' for more information.\n"
526
msgstr "Coba '%s --help' untuk informasi lebih lanjut.\n"
531
530
msgid "Search for PATTERN in each FILE or standard input.\n"
532
531
msgstr "Cari untuk POLA dalam setiap berkas atau standar masukan.\n"
537
536
"Example: %s -i 'hello world' menu.h main.c\n"
589
588
" --mmap deprecated no-op; evokes a warning\n"
597
" -m, --max-count=NUM stop after NUM matches\n"
598
" -b, --byte-offset print the byte offset with output lines\n"
599
" -n, --line-number print line number with output lines\n"
600
" --line-buffered flush output on every line\n"
601
" -H, --with-filename print the file name for each match\n"
602
" -h, --no-filename suppress the file name prefix on output\n"
603
" --label=LABEL use LABEL as the standard input file name "
610
" -o, --only-matching show only the part of a line matching PATTERN\n"
611
" -q, --quiet, --silent suppress all normal output\n"
612
" --binary-files=TYPE assume that binary files are TYPE;\n"
613
" TYPE is 'binary', 'text', or 'without-match'\n"
614
" -a, --text equivalent to --binary-files=text\n"
620
" -I equivalent to --binary-files=without-match\n"
621
" -d, --directories=ACTION how to handle directories;\n"
622
" ACTION is 'read', 'recurse', or 'skip'\n"
623
" -D, --devices=ACTION how to handle devices, FIFOs and sockets;\n"
624
" ACTION is 'read' or 'skip'\n"
625
" -r, --recursive like --directories=recurse\n"
626
" -R, --dereference-recursive likewise, but follow all symlinks\n"
632
" --include=FILE_PATTERN search only files that match FILE_PATTERN\n"
633
" --exclude=FILE_PATTERN skip files and directories matching "
635
" --exclude-from=FILE skip files matching any file pattern from FILE\n"
636
" --exclude-dir=PATTERN directories that match PATTERN will be "
643
" -L, --files-without-match print only names of FILEs containing no match\n"
644
" -l, --files-with-matches print only names of FILEs containing matches\n"
645
" -c, --count print only a count of matching lines per FILE\n"
646
" -T, --initial-tab make tabs line up (if needed)\n"
647
" -Z, --null print 0 byte after FILE name\n"
655
" -B, --before-context=NUM print NUM lines of leading context\n"
656
" -A, --after-context=NUM print NUM lines of trailing context\n"
657
" -C, --context=NUM print NUM lines of output context\n"
596
" -m, --max-count=NUM stop after NUM matches\n"
597
" -b, --byte-offset print the byte offset with output lines\n"
598
" -n, --line-number print line number with output lines\n"
599
" --line-buffered flush output on every line\n"
600
" -H, --with-filename print the file name for each match\n"
601
" -h, --no-filename suppress the file name prefix on output\n"
602
" --label=LABEL use LABEL as the standard input file name "
607
" -m, --max-count=NUM stop after NUM matches\n"
608
" -b, --byte-offset print the byte offset with output lines\n"
609
" -n, --line-number print line number with output lines\n"
610
" --line-buffered flush output on every line\n"
611
" -H, --with-filename print the file name for each match\n"
612
" -h, --no-filename suppress the file name prefix on output\n"
613
" --label=LABEL use LABEL as the standard input file name "
619
" -o, --only-matching show only the part of a line matching PATTERN\n"
620
" -q, --quiet, --silent suppress all normal output\n"
621
" --binary-files=TYPE assume that binary files are TYPE;\n"
622
" TYPE is 'binary', 'text', or 'without-match'\n"
623
" -a, --text equivalent to --binary-files=text\n"
625
" -o, --only-matching show only the part of a line matching PATTERN\n"
626
" -q, --quiet, --silent suppress all normal output\n"
627
" --binary-files=TYPE assume that binary files are TYPE;\n"
628
" TYPE is 'binary', 'text', or 'without-match'\n"
629
" -a, --text equivalent to --binary-files=text\n"
634
" -I equivalent to --binary-files=without-match\n"
635
" -d, --directories=ACTION how to handle directories;\n"
636
" ACTION is 'read', 'recurse', or 'skip'\n"
637
" -D, --devices=ACTION how to handle devices, FIFOs and sockets;\n"
638
" ACTION is 'read' or 'skip'\n"
639
" -r, --recursive like --directories=recurse\n"
640
" -R, --dereference-recursive likewise, but follow all symlinks\n"
642
" -I equivalent to --binary-files=without-match\n"
643
" -d, --directories=ACTION how to handle directories;\n"
644
" ACTION is 'read', 'recurse', or 'skip'\n"
645
" -D, --devices=ACTION how to handle devices, FIFOs and sockets;\n"
646
" ACTION is 'read' or 'skip'\n"
647
" -r, --recursive like --directories=recurse\n"
648
" -R, --dereference-recursive likewise, but follow all symlinks\n"
653
" --include=FILE_PATTERN search only files that match FILE_PATTERN\n"
654
" --exclude=FILE_PATTERN skip files and directories matching "
656
" --exclude-from=FILE skip files matching any file pattern from FILE\n"
657
" --exclude-dir=PATTERN directories that match PATTERN will be "
660
" --include=FILE_PATTERN search only files that match FILE_PATTERN\n"
661
" --exclude=FILE_PATTERN skip files and directories matching "
663
" --exclude-from=FILE skip files matching any file pattern from FILE\n"
664
" --exclude-dir=PATTERN directories that match PATTERN will be "
670
" -L, --files-without-match print only names of FILEs containing no match\n"
671
" -l, --files-with-matches print only names of FILEs containing matches\n"
672
" -c, --count print only a count of matching lines per FILE\n"
673
" -T, --initial-tab make tabs line up (if needed)\n"
674
" -Z, --null print 0 byte after FILE name\n"
676
" -L, --files-without-match print only names of FILEs containing no match\n"
677
" -l, --files-with-matches print only names of FILEs containing matches\n"
678
" -c, --count print only a count of matching lines per FILE\n"
679
" -T, --initial-tab make tabs line up (if needed)\n"
680
" -Z, --null print 0 byte after FILE name\n"
687
" -B, --before-context=NUM print NUM lines of leading context\n"
688
" -A, --after-context=NUM print NUM lines of trailing context\n"
689
" -C, --context=NUM print NUM lines of output context\n"
693
" -B, --before-context=NUM print NUM lines of leading context\n"
694
" -A, --after-context=NUM print NUM lines of trailing context\n"
695
" -C, --context=NUM print NUM lines of output context\n"
663
700
" -NUM same as --context=NUM\n"