File: hr.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 (249 lines) | stat: -rw-r--r-- 18,223 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
242
243
244
245
246
247
248
249
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%E';(%)+7+; -\.ZL013iw56/6 /7-P7,~7;77%8-8!J8l8+8(888)9*?9#j9,999999(93$:X:m:3
;A;`;;;#;;;<<<!<<=L=4e==5=h=!S>u>|><>>>?,.?[?-u??@?@6
A.DA*sA&A"AAB"B9B`FBBB3B(B1'C3YCACCCD$D$>DcDDDDDDD

EE#+EOE%jE3EEEEF!/FQFkF8zFPFGGuP)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-05-01 12:00-0700
Last-Translator: Božidar Putanec <bozidarp@yahoo.com>
Language-Team: Croatian <lokalizacija@linux.hr>
Language: hr
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);
X-Generator: Poedit 3.2.2

Kontrola konteksta:
  -B, --before-context=BROJ  ispiše BROJ redaka konteksta koji prethode
  -A, --after-context=BROJ  ispiše BROJ redaka konteksta koji slijede
  -C, --context=BROJ        ispiše BROJ redaka konteksta koji prethode/slijede

Razno:
  -s, --no-messages         izostavi poruke o greškama
  -v, --invert-match        odabere redove koji se ne podudaraju
  -V, --version             informacije o inačici ovog programa
      --help                ova pomoć

Kontrola izlaza:
  -m, --max-count=BROJ      prestane nakon BROJ nađenih redaka
  -b, --byte-offset         uz retke ispiše i poziciju u bajtovima
  -n, --line-number         uz retke ispiše broj retka
      --line-buffered       izravno ispiše svaki izlazni redak
  -H, --with-filename       uz retke ispiše ime datoteke za svako podudaranje
  -h, --no-filename         bez ispisa imena datoteke za svako podudaranje
      --label=OZNAKA        rabi OZNAKU kao ime datoteke na standardnom ulazu

grep -P koristi PCRE2 %s
      --include=GLOB        pretraži samo datoteke koje se podudaraju
                              s GLOB-om (datoteka s uzorcima)
      --exclude=GLOB        preskoči sve datoteke i direktorije koji se
                              podudaraju s GLOB-om (datoteka s uzorcima)
      --exclude-from=DATOTEKA  preskoči sve datoteke koje se podudaraju s
                                 bilo kojim uzorkom u DATOTEKA
      --exclude-dir=GLOB    preskoči direktorije koji podudaraju GLOB
  -E, --extended-regexp     UZORAK je prošireni regularni izraz (ERE)
  -F, --fixed-strings       UZORAK je skup stringova odvojenih
                              znakom novog retka (\n)
  -G, --basic-regexp        UZORAK je osnovni regularni izraz (BRE)
  -P, --perl-regexp         UZORAK je Perl regularni izraz
  -I                        isto kao --binary-files=without-match
  -d, --directories=AKCIJA  kako rukovati direktorijima;
                              AKCIJA je „read“, „recurse“ ili „skip“
  -D, --devices=AKCIJA      kako rukovati uređajima, FIFO uređajima
                              i utičnicama;  AKCIJA je „read“ ili „skip“
  -r, --recursive           isto kao --directories=recurse
  -R, --dereference-recursive  jednako, ali slijedi svaku simboličku poveznicu
  -L, --files-without-match  ispiše samo imena DATOTEKA bez podudaranja
  -l, --files-with-matches  ispiše samo imena DATOTEKA s podudaranjima
  -c, --count               ispiše samo broj podudarnih redaka po DATOTECI
  -T, --initial-tab         poravna tabove (ako je potrebno)
  -Z, --null                ispiše 0-bajt nakon imena DATOTEKE
  -BROJ                     isto kao --context=BROJ
      --group-separator=SEP  ispiše SEP(arator) u retku između
                               podudaranja s kontekstom
      --no-group-separator  ne ispiše separator za podudaranja s kontektsom
      --color[=KAD],
      --colour[=KAD]       bojama istakne nađene stringove i markere;
                            KAD može biti „always“ ili „never“ ili „auto“
  -U, --binary              ne uklanja CqR znakove na EOL (MSDOS/Windows)

  -e, --regexp=UZORCI       koristi UZORKE kao regularni izraz
  -f, --file=DATOTEKA       preuzmi UZORKE iz DATOTEKE
  -i, --ignore-case         zanemari veličinu slova u uzorcima i podacima
      --no-ignore-case      ne zanemaruje veličinu slova (zadano)
  -w, --word-regexp         UZORAK podudara samo cijele riječi
  -x, --line-regexp         UZORAK podudara samo cijele redove
  -z, --null-data           redak završava s 0-bajtom, a ne sa znakom novog retka
  -o, --only-matching       prikaže samo dio retka koji se podudara
  -q, --quiet, --silent     izostavi svaki normalni izlaz (ništa ne ispiše)
      --binary-files=VRSTA  pretpostavi binarne datoteke tipa VRSTA;
                              VRSTA je „binary“, „text“ ili „without-match“
  -a, --text                isto kao --binary-files=text
Mrežna stranica za %s: <%s>
%s: PCRE je otkrio/naišao na rekurzivnu petlju%s: binarna datoteka se podudara%s: je premašio PCRE granicu broja pokušaja%s: je premašio PCRE granicu za hrpe (heap)%s: je premašio PCRE granicu broja ugniježdenih pokušaja%s: PCRE JIT stȏg je iscrpljen%s: ulazna datoteka je ujedno i izlaz%s: interna PCRE greška: %d%s: nevaljana opcija -- „%c“
%s: nema dovoljno memorije%s: opcija „%s%s“ ne dopušta argument
%s: opcija „%s%s“ nije jednoznačna
%s: opcija „%s%s“ nije jednoznačna; mogućnosti su:%s: opcija „%s%s“ zahtijeva argument
%s: opcija zahtijeva argument -- „%c“
%s: neprepoznata opcija „%s%s“
%s upozorenje: rekurzivna petlja direktorija“©(standardni ulaz)* na početku izraza+ na kraju izraza-P podržava samo unibyte i UTF-8 locale-P podržava samo unibyte locales na ovoj platformi? na početku izrazaPrimjer: %s -i 'hello world' menu.h main.c
UZORCI mogu sadržavati višestruke mustre odijeljene sa znakom za novi redak (\n).

Izbor uzorka i interpretacija:
Općenita pomoć za korištenje GNU softvera: <%s>
Nevaljana povratna referencijaNevaljano ime za klasu znakovaNevaljani znak za razvrstavanjeNevaljani sadržaj u \{\}Nevaljani prethodni regularni izrazNevaljani kraj rasponaNevaljani regularni izrazLicencija GPLv3+: GNU GPL inačica 3 ili novija <%s>.
Ovo je slobodan softver: slobodno ga mijenjajte i dijelite.
NEMA JAMSTVA do granica dopuštenih zakonom.
Nema dovoljno memorijeNema podudaranjaNema prethodnog regularnog izrazaSpakirao %s
Spakirali %s (%s)
Kompiliranje s --disable-perl-regexp ne podržava podudaranje na Perl načinNedovršeni regularni izraz (preuranjeni završetak)Preveliki regularni izrazPogreške %s javite (na engleskom, LC_ALL=C) na <%s>
Greške u programu javite na <%s>.
Primjedbe i pogreške u prijevodu javite na <lokalizacija@linux.hr>.
Traži UZORKE u svakoj DATOTECI.
UspjehZaostala obratna kosa crtaPokušajte s „%s --help“ za pomoć i više informacija.
Nepoznata greška sustava( ili \( nema odgovarajući par) ili \) nema odgovarajući par[, [^, [:, [., ili [= nema odgovarajući par\{ nema odgovarajući parUporaba: %s [OPCIJA]... UZORCI [DATOTEKA]...
Valjani argumenti su:Ako je DATOTEKA „-“ (spojnica), čita standardni ulaz. Bez DATOTEKE,
rekurzivno čita „.“, inače čita „-“ (stdin).
S manje od dvije navedene DATOTEKE implicira opciju -h.
Završi sa statusom 0 ako je nađen barem jedan redak, inače s 1;
ako ima grešaka, a nije navedena opcija -q, završi sa statusom 2.
Napisali %s i %s.
Napisali %s, %s, %s,
%s, %s, %s, %s,
%s, %s i ostali.
Napisali %s, %s, %s,
%s, %s, %s, %s,
%s i %s.
Napisali %s, %s, %s,
%s, %s, %s, %s
i %s.
Napisali %s, %s, %s,
%s, %s, %s i %s.
Napisali %s, %s, %s,
%s, %s i %s.
Napisali %s, %s, %s,
%s i %s.
Napisali %s, %s, %s
i %s.
Napisali %s, %s i %s.
Napisao %s.
Napisali Mike Haertel and others; see
<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>.„višeznačni argument %s za %ssintaksa znakovne klase je [[:space]], ne [:space:]navedeni uzorci su međusobno konfliktniprekoračeno je ograničenje duljine retka PCRE-anije se uspjelo vratiti u početni radni direktorijnije uspjelo postaviti deskriptor datoteke u tekst/binarni načinulaz je prevelik da se prebrojinevaljani argument %s za %snevaljana znakovna klasanevaljani sadržaj u \{\}nevaljani kontekst duljine argumentanevaljana sintaksa uzorka %snevaljani maksimalni brojnema dovoljno memorijesintaksa nije navedenagreška u programupreveliki regularni izrazprekoračenje stȏgazalutali \zalutali \ ispred %lczalutali \ ispred neispisivog znakazalutali \ ispred bijelineopcija -P podržava samo jedan uzoraknije moguće registrirati trenutni radni direktorij( nema odgovarajući par) nema odgovarajući par[ nema odgovarajući parnedovršena \ escape sekvencijanepoznata vrsta binarnih datotekanepoznata metoda uređajaupozorenje: %supozorenje: opcija--unix-byte-offsets (-u) je zastarjelaupozorenje: GREP_COLOR=‘%s’ je zastarjelo; koristite GREP_COLORS=‘mt=%s’greška pri pisanju{...} na startu izraza