File: id.gmo

package info (click to toggle)
grep 3.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,392 kB
  • sloc: ansic: 95,031; sh: 12,720; perl: 606; makefile: 386; awk: 71; sed: 16
file content (241 lines) | stat: -rw-r--r-- 17,660 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
ul		


U\nFZn&-!6Xt,.'!(Ir%*1,^w&/Fc$<#/Sn"&%7V)c;3/# +S ' #   !b!z!|!4!!!!-".="l""""""##)#
=#K#f#u#}#$##,#*#($5$B$O$c$}$$-$?$%%7%
''	(*8+E,<-q/y0J2][45'55"6/6,M6z6(66661
7?7$W7+|7*77-7 8"8&888K8+^83888,Y99999,9%:?:\:3;D;%W;};;F; ;<2<K<a<<</<<<=%=C=*U==#=>@>5?1O?-?)?%?!?!@?@gQ@@@:@+A"=A)`A.A$A$ABB#8B\BtBB!BBBB
B	C4 C!UC+wC+CCCCD$D>D[D*jD?DDDuP)f[UKQ
YiS$V%@!r*7F\I/Ep_qJtj<T>negH1`o(+l	,4Os'ak&ADR?]b0M#-=86NLCZ25h ";m
cWX3:BG^.9d
Context control:
  -B, --before-context=NUM  print NUM lines of leading context
  -A, --after-context=NUM   print NUM lines of trailing context
  -C, --context=NUM         print NUM lines of output context

Miscellaneous:
  -s, --no-messages         suppress error messages
  -v, --invert-match        select non-matching lines
  -V, --version             display version information and exit
      --help                display this help text and exit

Output control:
  -m, --max-count=NUM       stop after NUM selected lines
  -b, --byte-offset         print the byte offset with output lines
  -n, --line-number         print line number with output lines
      --line-buffered       flush output on every line
  -H, --with-filename       print file name with output lines
  -h, --no-filename         suppress the file name prefix on output
      --label=LABEL         use LABEL as the standard input file name prefix

grep -P uses PCRE2 %s
      --include=GLOB        search only files that match GLOB (a file pattern)
      --exclude=GLOB        skip files that match GLOB
      --exclude-from=FILE   skip files that match any file pattern from FILE
      --exclude-dir=GLOB    skip directories that match GLOB
  -E, --extended-regexp     PATTERNS are extended regular expressions
  -F, --fixed-strings       PATTERNS are strings
  -G, --basic-regexp        PATTERNS are basic regular expressions
  -P, --perl-regexp         PATTERNS are Perl regular expressions
  -I                        equivalent to --binary-files=without-match
  -d, --directories=ACTION  how to handle directories;
                            ACTION is 'read', 'recurse', or 'skip'
  -D, --devices=ACTION      how to handle devices, FIFOs and sockets;
                            ACTION is 'read' or 'skip'
  -r, --recursive           like --directories=recurse
  -R, --dereference-recursive  likewise, but follow all symlinks
  -L, --files-without-match  print only names of FILEs with no selected lines
  -l, --files-with-matches  print only names of FILEs with selected lines
  -c, --count               print only a count of selected lines per FILE
  -T, --initial-tab         make tabs line up (if needed)
  -Z, --null                print 0 byte after FILE name
  -NUM                      same as --context=NUM
      --group-separator=SEP  print SEP on line between matches with context
      --no-group-separator  do not print separator for matches with context
      --color[=WHEN],
      --colour[=WHEN]       use markers to highlight the matching strings;
                            WHEN is 'always', 'never', or 'auto'
  -U, --binary              do not strip CR characters at EOL (MSDOS/Windows)

  -e, --regexp=PATTERNS     use PATTERNS for matching
  -f, --file=FILE           take PATTERNS from FILE
  -i, --ignore-case         ignore case distinctions in patterns and data
      --no-ignore-case      do not ignore case distinctions (default)
  -w, --word-regexp         match only whole words
  -x, --line-regexp         match only whole lines
  -z, --null-data           a data line ends in 0 byte, not newline
  -o, --only-matching       show only nonempty parts of lines that match
  -q, --quiet, --silent     suppress all normal output
      --binary-files=TYPE   assume that binary files are TYPE;
                            TYPE is 'binary', 'text', or 'without-match'
  -a, --text                equivalent to --binary-files=text
%s home page: <%s>
%s: PCRE detected recurse loop%s: binary file matches%s: exceeded PCRE's backtracking limit%s: exceeded PCRE's heap limit%s: exceeded PCRE's nested backtracking limit%s: exhausted PCRE JIT stack%s: input file is also the output%s: internal PCRE error: %d%s: invalid option -- '%c'
%s: memory exhausted%s: option '%s%s' doesn't allow an argument
%s: option '%s%s' is ambiguous
%s: option '%s%s' is ambiguous; possibilities:%s: option '%s%s' requires an argument
%s: option requires an argument -- '%c'
%s: unrecognized option '%s%s'
%s: warning: recursive directory loop'(C)(standard input)* at start of expression+ at start of expression-P supports only unibyte and UTF-8 locales-P supports only unibyte locales on this platform? at start of expressionExample: %s -i 'hello world' menu.h main.c
PATTERNS can contain multiple patterns separated by newlines.

Pattern selection and interpretation:
General help using GNU software: <%s>
Invalid back referenceInvalid character class nameInvalid collation characterInvalid content of \{\}Invalid preceding regular expressionInvalid range endInvalid regular expressionLicense GPLv3+: GNU GPL version 3 or later <%s>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Memory exhaustedNo matchNo previous regular expressionPackaged by %s
Packaged by %s (%s)
Perl matching not supported in a --disable-perl-regexp buildPremature end of regular expressionRegular expression too bigReport %s bugs to: %s
Report bugs to: %s
Search for PATTERNS in each FILE.
SuccessTrailing backslashTry '%s --help' for more information.
Unknown system errorUnmatched ( or \(Unmatched ) or \)Unmatched [, [^, [:, [., or [=Unmatched \{Usage: %s [OPTION]... PATTERNS [FILE]...
Valid arguments are:When FILE is '-', read standard input.  With no FILE, read '.' if
recursive, '-' otherwise.  With fewer than two FILEs, assume -h.
Exit status is 0 if any line is selected, 1 otherwise;
if any error occurs and -q is not given, the exit status is 2.
Written by %s and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, %s, and others.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
and %s.
Written by %s, %s, %s,
%s, %s, %s, and %s.
Written by %s, %s, %s,
%s, %s, and %s.
Written by %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
and %s.
Written by %s, %s, and %s.
Written by %s.
Written by Mike Haertel and others; see
<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>.`ambiguous argument %s for %scharacter class syntax is [[:space:]], not [:space:]conflicting matchers specifiedexceeded PCRE's line length limitfailed to return to initial working directoryfailed to set file descriptor text/binary modeinput is too large to countinvalid argument %s for %sinvalid character classinvalid content of \{\}invalid context length argumentinvalid matcher %sinvalid max countmemory exhaustedno syntax specifiedprogram errorregular expression too bigstack overflowstray \stray \ before %lcstray \ before unprintable characterstray \ before white spacethe -P option only supports a single patternunable to record current working directoryunbalanced (unbalanced )unbalanced [unfinished \ escapeunknown binary-files typeunknown devices methodwarning: %swarning: --unix-byte-offsets (-u) is obsoletewarning: GREP_COLOR='%s' is deprecated; use GREP_COLORS='mt=%s'write error{...} at start of expressionProject-Id-Version: grep 3.10.12
Report-Msgid-Bugs-To: bug-grep@gnu.org
PO-Revision-Date: 2023-04-27 14:13+0700
Last-Translator: Andika Triwidada <andika@gmail.com>
Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>
Language: id
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=1; plural=0;
X-Bugs: Report translation errors to the Language-Team address.
X-Generator: Poedit 3.2.2

Kendali konteks:
  -B, --before-context=NUM  cetak NUM baris yang mendahului konteks
  -A, --after-context=NUM   cetak NUM baris yang mengikuti konteks
  -C, --context=NUM         cetak NUM baris konteks keluaran

Lain-lain:
  -s, --no-messages         sembunyikan pesan kesalahan
  -v, --invert-match        pilih baris-baris yang tidak sesuai
  -V, --version             tampilkan informasi versi dan keluar
      --help                tampilkan bantuan ini dan keluar

Kendali keluaran:
  -m, --max-count=NUM       berhenti setelah NUM kecocokan
  -b, --byte-offset         cetak ofset byte dengan baris-baris keluaran
  -n, --line-number         cetak nomor baris dengan baris-baris keluaran
      --line-buffered       gelontor keluaran pada setiap baris
  -H, --with-filename       cetak nama berkas dengan baris-baris keluaran
  -h, --no-filename         sembunyikan prefiks nama berkas pada keluaran
      --label=LABEL         pakai LABEL sebagai prefiks nama berkas masukan standar

grep -P memakai PCRE2 %s
      --include=GLOB         hanya cari berkas yang cocok dengan GLOB (suatu pola berkas)
      --exclude=GLOB         lewati berkas yang cocok dengan GLOB
      --exclude-from=BERKAS  lewati berkas yang cocok dengan sebarang pola dari BERKAS
      --exclude-dir=GLOB     lewati direktori yang cocok dengan GLOB
  -E, --extended-regexp     POLA adalah ekspresi reguler diperluas
  -F, --fixed-string        POLA adalah string
  -G, --basic-regexp        POLA adalah ekspresi reguler dasar
  -P, --perl-regexp         POLA adalah sebuah ekspresi reguler Perl
  -I                        ekuivalen dengan --binary-files=without-match
  -d, --directories=AKSI    bagaimana menangani direktori;
                            AKSI adalah 'read', 'recurse', atau 'skip'
  -D, --devices=AKSI        bagaimana menangani peranti, FIFO, dan soket;
                            AKSI adalah 'read' atau 'skip'
  -r, --recursive           seperti --directories=recurse
  -R, --dereference-recursive  serupa, tapi ikut semua symlink
  -L, --files-without-match  hanya cetak nama BERKAS yang tidak memuat baris yang cocok
  -l, --files-with-matches   hanya cetak nama BERKAS dengan baris yang cocok
  -c, --count                hanya cetak cacah baris yang cocok per BERKAS
  -T, --initial-tab          jadikan tab sejajar (bila diperlukan)
  -Z, --null                 cetak byte 0 setelah nama BERKAS
  -NUM                      sama seperti --context=NUM
      --group-separator=SEP  cetak SEP pada baris antara kecocokan dengan konteks
      --no-group-separator  jangan cetak pemisah untuk kecocokan dengan konteks
      --color[=WHEN],
      --colour[=WHEN]       gunakan penanda untuk membedakan string yang cocok
                            WHEN dapat berupa 'always', 'never', atau 'auto'
  -U, --binary              jangan hapus karakter CR di EOL (MSDOS)

  -e, --regexp=POLA         gunakan POLA untuk pencocokan
  -f, --file=BERKAS         dapatkan POLA dari BERKAS
  -i, --ignore-case         abaikan perbedaan besar kecil huruf dalam pola dan data
      --no-ignore-case      jangan abaikan perbedaan besar kecil huruf (baku)
  -w, --word-regexp         paksa POLA hanya untuk pencocokan dengan keseluruhan kata
  -x, --line-regexp         paksa POLA hanya untuk pencocokan dengan keseluruhan baris
  -z, --null-data           baris data berakhir dengan byte 0, bukan baris-baru

  -o, --only-matching       hanya tampilkan bagian dari baris yang cocok
  -q, --quiet, --silent     sembunyikan semua keluaran normal
      --binary-files=TIPE   asumsikan bahwa berkas biner adalah TIPE;
                            TIPE adalah 'binary', 'text', atau 'without-match'
  -a, --text                ekuivalen dengan --binary-files=text
Laman web %s: <%s>
%s: PCRE mendeteksi pengulangan rekursi%s: berkas biner cocok%s: melampaui batas backtrack PCRE%s: melampaui batas heap PCRE%s: melampaui batas backtrack bersarang PCRE%s: stack JIT PCRE habis%s: berkas masukan juga sebagai keluaran%s: kesalahan PCRE internal: %d%s: opsi tidak valid -- %c
%s: kehabisan memori%s: opsi '%s%s' tidak mengizinkan sebuah argumen
%s: opsi '%s%s' ambigu
%s: opsi '%s%s' ambigu; kemungkinan:%s: opsi '%s%s' membutuhkan sebuah argumen
%s: opsi membutuhkan sebuah argumen -- %c
%s: opsi tidak dikenal '%s%s'
%s: peringatan: perulangan direktori rekursif'(C)(masukan standar)* di awal ekspresi+ di awal ekspresi-P hanya mendukung unibyte dan locale UTF-8-P hanya mendukung locale unibyte pada platform ini? di awal ekspresiContoh: %s -i 'hello world' menu.h main.c
POLA bisa memuat beberapa pola yang dipisah oleh baris baru.

Seleksi dan interpretasi pola:
Bantuan umum menggunakan aplikasi GNU: <%s>
Referensi balik tidak validNama kelas karakter tidak validKarakter kolasi tidak validIsi dari \{\} tidak validEkspresi reguler yang mendahului tidak validAkhir rentang tidak validEkspresi reguler tidak validLisensi GPLv3+; GNU GPL versi 3 atau lebih lanjut <%s>.
Ini adalah aplikasi bebas; Anda bebas untuk mengubah dan meredistribusikannya.
TIDAK ADA GARANSI disini, sampai batas yang diijinkan oleh hukum yang berlaku.
Kehabisan memoriTak ada yang cocokTidak ada ekspresi reguler sebelumnyaDipaketkan oleh %s 
Dipaketkan oleh %s (%s)
Pencocokan Perl tidak didukung dalam suatu build --disable-perl-regexpAkhir dini dari ekspresi regulerEkspresi reguler terlalu besarLaporkan kutu %s ke: %s
Laporkan kutu ke: %s
Cari POLA dalam setiap BERKAS.
SuksesKelebihan backslashCoba '%s --help' untuk informasi lebih lanjut.
Kesalahan sistem tidak dikenal( atau \( tanpa pasangan) atau \) tanpa pasangan[, [^, [:, [., atau [= tanpa pasangan\{ tanpa pasanganPenggunaan: %s [OPSI]... POLA [BERKAS]...
Argumen yang valid adalah:Jika BERKAS adalah '-', baca masukan standar.  Tanpa BERKAS, baca '.'
bila rekursif, '-' jika tidak.  Dengan kurang dari dua BERKAS, asumsikan -h.
Status keluar adalah 0 jika baris apa pun dipilih, 1 jika tidak;
jika ada kesalahan apapun dan opsi -q tidak diberikan, status keluar adalah 2.
Ditulis oleh %s dan %s.
Ditulis oleh %s, %s, %s,
%s, %s, %s, %s,
%s, %s, dan yang lain.
Ditulis oleh %s, %s, %s,
%s, %s, %s, %s,
%s, dan %s.
Ditulis oleh %s, %s, %s,
%s, %s, %s, %s,
dan %s.
Ditulis oleh %s, %s, %s,
%s, %s, %s, dan %s.
Ditulis oleh %s, %s, %s,
%s, %s, dan %s.
Ditulis oleh %s, %s, %s,
%s, dan %s.
Ditulis oleh %s, %s, %s,
dan %s.
Ditulis oleh %s, %s, and %s.
Ditulis oleh %s.
Ditulis oleh Mike Haertel dan lainnya, lihat
<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>.'argumen %s ambigu untuk %ssintaks kelas karakter adalah [[:space:]], bukan [:space:]pencocok yang bertentangan dispesifikasikanmelampaui batas panjang baris PCREgagal kembali ke direktori kerja sekaranggagal menata mode teks/biner descriptor berkasmasukan terlalu besar untuk dihitungargumen %s yang tidak valid untuk %skelas karakter tidak validisi dari \{\} tidak validargumen panjang konteks tidak validpencocok tidak valid %scacah maks tidak validkehabisan memoritidak ada sintaks yang dinyatakankesalahan programekspresi reguler terlalu besarstack overflow\ tercecer\ tercecer sebelum %lc\ tercecer sebelum karakter yang tidak dapat dicetak\ tercecer sebelum keluarga spasiopsi -P hanya mendukung sebuah pola tunggaltidak bisa merekam direktori kerja sekarang( tidak seimbang) tidak seimbang[ tidak seimbangescape \ tidak selesaitipe berkas biner yang tidak dikenalmetode peranti tidak dikenalperingatan: %speringatan: --unix-byte-offsets (-u) usangperingatan: GREP_COLOR= '%s' usang; gunakan GREP_COLORS='mt=%s'kesalahan tulis{...} di awal ekspresi