]> git.ipfire.org Git - thirdparty/bash.git/blame - po/hr.po
fix for SIGINT in sourced script
[thirdparty/bash.git] / po / hr.po
CommitLineData
ac50fbac
CR
1# Translation of bash to Croatian.
2# Copyright © 2012 Free Software Foundation, Inc.
3# This file is distributed under the same license as the bash package.
4# Tomislav Krznar <tomislav.krznar@gmail.com>, 2012, 2013.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: bash 4.2\n"
9"Report-Msgid-Bugs-To: \n"
a0c0a00f 10"POT-Creation-Date: 2016-09-10 12:42-0400\n"
ac50fbac
CR
11"PO-Revision-Date: 2013-04-18 01:00+0200\n"
12"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
13"Language-Team: Croatian <lokalizacija@linux.hr>\n"
ac50fbac
CR
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
a0c0a00f
CR
17"Language: hr\n"
18"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
19"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
ac50fbac
CR
20"X-Generator: Gtranslator 2.91.6\n"
21
a0c0a00f 22#: arrayfunc.c:54
ac50fbac
CR
23msgid "bad array subscript"
24msgstr "neispravan indeks polja"
25
a0c0a00f
CR
26#: arrayfunc.c:368 builtins/declare.def:574 variables.c:2092 variables.c:2118
27#: variables.c:2730
28#, c-format
29msgid "%s: removing nameref attribute"
30msgstr ""
31
32#: arrayfunc.c:393 builtins/declare.def:780
ac50fbac
CR
33#, c-format
34msgid "%s: cannot convert indexed to associative array"
35msgstr "%s: ne mogu pretvoriti indeksirano u asocijativno polje"
36
a0c0a00f 37#: arrayfunc.c:578
ac50fbac
CR
38#, c-format
39msgid "%s: invalid associative array key"
40msgstr "%s: neispravan ključ asocijativnog polja"
41
a0c0a00f 42#: arrayfunc.c:580
ac50fbac
CR
43#, c-format
44msgid "%s: cannot assign to non-numeric index"
45msgstr "%s: ne mogu pridružiti nenumeričkom indeksu"
46
a0c0a00f 47#: arrayfunc.c:625
ac50fbac
CR
48#, c-format
49msgid "%s: %s: must use subscript when assigning associative array"
50msgstr "%s: %s: mora koristiti indeks pri pridruživanju asocijativnog polja"
51
a0c0a00f 52#: bashhist.c:421
ac50fbac
CR
53#, c-format
54msgid "%s: cannot create: %s"
55msgstr "%s: ne mogu napraviti: %s"
56
a0c0a00f 57#: bashline.c:4091
ac50fbac
CR
58msgid "bash_execute_unix_command: cannot find keymap for command"
59msgstr "bash_execute_unix_command: ne mogu pronaći tipkovničku mapu za naredbu"
60
a0c0a00f 61#: bashline.c:4189
ac50fbac
CR
62#, c-format
63msgid "%s: first non-whitespace character is not `\"'"
64msgstr "%s: prvi znak različit od praznine nije „\"”"
65
a0c0a00f 66#: bashline.c:4218
ac50fbac
CR
67#, c-format
68msgid "no closing `%c' in %s"
69msgstr "nema zatvorene „%c” u %s"
70
a0c0a00f 71#: bashline.c:4252
ac50fbac
CR
72#, c-format
73msgid "%s: missing colon separator"
74msgstr "%s: nedostaje dvotočje za razdvajanje"
75
a0c0a00f 76#: braces.c:329
ac50fbac
CR
77#, c-format
78msgid "brace expansion: cannot allocate memory for %s"
79msgstr ""
80
a0c0a00f 81#: braces.c:427
ac50fbac
CR
82#, c-format
83msgid "brace expansion: failed to allocate memory for %d elements"
84msgstr ""
85
a0c0a00f 86#: braces.c:471
ac50fbac
CR
87#, c-format
88msgid "brace expansion: failed to allocate memory for `%s'"
89msgstr ""
90
a0c0a00f 91#: builtins/alias.def:133
ac50fbac
CR
92#, c-format
93msgid "`%s': invalid alias name"
94msgstr "„%s”: neispravno drugo ime"
95
96#: builtins/bind.def:123 builtins/bind.def:126
97msgid "line editing not enabled"
98msgstr "uređivanje redaka nije omogućeno"
99
a0c0a00f 100#: builtins/bind.def:213
ac50fbac
CR
101#, c-format
102msgid "`%s': invalid keymap name"
103msgstr "„%s”: neispravno ime tipkovničke mape"
104
a0c0a00f 105#: builtins/bind.def:253
ac50fbac
CR
106#, c-format
107msgid "%s: cannot read: %s"
108msgstr "%s: ne mogu čitati: %s"
109
a0c0a00f 110#: builtins/bind.def:270
ac50fbac
CR
111#, c-format
112msgid "`%s': cannot unbind"
113msgstr "„%s”: ne mogu ukloniti vezu"
114
a0c0a00f 115#: builtins/bind.def:308 builtins/bind.def:338
ac50fbac
CR
116#, c-format
117msgid "`%s': unknown function name"
118msgstr "„%s”: nepoznato ime funkcije"
119
a0c0a00f 120#: builtins/bind.def:316
ac50fbac
CR
121#, c-format
122msgid "%s is not bound to any keys.\n"
123msgstr "%s nije pridružen nijednoj tipki.\n"
124
a0c0a00f 125#: builtins/bind.def:320
ac50fbac
CR
126#, c-format
127msgid "%s can be invoked via "
128msgstr "%s se može pozvati pomoću "
129
a0c0a00f 130#: builtins/break.def:79 builtins/break.def:121
ac50fbac
CR
131msgid "loop count"
132msgstr "broj ponavljanja"
133
a0c0a00f 134#: builtins/break.def:141
ac50fbac
CR
135msgid "only meaningful in a `for', `while', or `until' loop"
136msgstr "ima značenje samo u petljama „for”, „while” ili „until”"
137
a0c0a00f 138#: builtins/caller.def:136
ac50fbac
CR
139msgid ""
140"Returns the context of the current subroutine call.\n"
141" \n"
142" Without EXPR, returns "
143msgstr ""
144"Vraća kontekst poziva trenutnog potprograma.\n"
145" \n"
146" Bez IZRAZA vraća "
147
a0c0a00f 148#: builtins/cd.def:321
ac50fbac
CR
149msgid "HOME not set"
150msgstr "HOME nije postavljen"
151
a0c0a00f 152#: builtins/cd.def:329 builtins/common.c:167 test.c:885
ac50fbac
CR
153msgid "too many arguments"
154msgstr "previše argumenata"
155
a0c0a00f
CR
156#: builtins/cd.def:336
157#, fuzzy
158msgid "null directory"
159msgstr "nema drugog direktorija"
160
161#: builtins/cd.def:347
ac50fbac
CR
162msgid "OLDPWD not set"
163msgstr "OLDPWD nije postavljen"
164
a0c0a00f 165#: builtins/common.c:102
ac50fbac
CR
166#, c-format
167msgid "line %d: "
168msgstr "redak %d: "
169
a0c0a00f 170#: builtins/common.c:140 error.c:265
ac50fbac
CR
171#, c-format
172msgid "warning: "
173msgstr "upozorenje: "
174
a0c0a00f 175#: builtins/common.c:154
ac50fbac
CR
176#, c-format
177msgid "%s: usage: "
178msgstr "%s: uporaba: "
179
a0c0a00f 180#: builtins/common.c:199 shell.c:514 shell.c:825
ac50fbac
CR
181#, c-format
182msgid "%s: option requires an argument"
183msgstr "%s: opcija zahtijeva argument"
184
a0c0a00f 185#: builtins/common.c:206
ac50fbac
CR
186#, c-format
187msgid "%s: numeric argument required"
188msgstr "%s: potreban je numerički argument"
189
a0c0a00f 190#: builtins/common.c:213
ac50fbac
CR
191#, c-format
192msgid "%s: not found"
193msgstr "%s: nije pronađen"
194
a0c0a00f 195#: builtins/common.c:222 shell.c:838
ac50fbac
CR
196#, c-format
197msgid "%s: invalid option"
198msgstr "%s: neispravna opcija"
199
a0c0a00f 200#: builtins/common.c:229
ac50fbac
CR
201#, c-format
202msgid "%s: invalid option name"
203msgstr "%s: neispravno ime opcije"
204
a0c0a00f 205#: builtins/common.c:236 general.c:293 general.c:298
ac50fbac
CR
206#, c-format
207msgid "`%s': not a valid identifier"
208msgstr "„%s”: nije ispravan identifikator"
209
a0c0a00f 210#: builtins/common.c:246
ac50fbac
CR
211msgid "invalid octal number"
212msgstr "neispravan oktalni broj"
213
a0c0a00f 214#: builtins/common.c:248
ac50fbac
CR
215msgid "invalid hex number"
216msgstr "neispravan heksadekadski broj"
217
a0c0a00f 218#: builtins/common.c:250 expr.c:1473
ac50fbac
CR
219msgid "invalid number"
220msgstr "neispravan broj"
221
a0c0a00f 222#: builtins/common.c:258
ac50fbac
CR
223#, c-format
224msgid "%s: invalid signal specification"
225msgstr "%s: neispravno naveden signal"
226
a0c0a00f 227#: builtins/common.c:265
ac50fbac
CR
228#, c-format
229msgid "`%s': not a pid or valid job spec"
230msgstr "„%s”: nije pid ili ispravno naveden zadatak"
231
a0c0a00f 232#: builtins/common.c:272 error.c:511
ac50fbac
CR
233#, c-format
234msgid "%s: readonly variable"
235msgstr "%s: varijabla samo za čitanje"
236
a0c0a00f 237#: builtins/common.c:280
ac50fbac
CR
238#, c-format
239msgid "%s: %s out of range"
240msgstr "%s: %s je izvan granica"
241
a0c0a00f 242#: builtins/common.c:280 builtins/common.c:282
ac50fbac
CR
243msgid "argument"
244msgstr "argument"
245
a0c0a00f 246#: builtins/common.c:282
ac50fbac
CR
247#, c-format
248msgid "%s out of range"
249msgstr "%s je izvan granica"
250
a0c0a00f 251#: builtins/common.c:290
ac50fbac
CR
252#, c-format
253msgid "%s: no such job"
254msgstr "%s: nema takvog zadatka"
255
a0c0a00f 256#: builtins/common.c:298
ac50fbac
CR
257#, c-format
258msgid "%s: no job control"
259msgstr "%s: nema kontrole zadataka"
260
a0c0a00f 261#: builtins/common.c:300
ac50fbac
CR
262msgid "no job control"
263msgstr "nema kontrole zadataka"
264
a0c0a00f 265#: builtins/common.c:310
ac50fbac
CR
266#, c-format
267msgid "%s: restricted"
268msgstr "%s: ograničeno"
269
a0c0a00f 270#: builtins/common.c:312
ac50fbac
CR
271msgid "restricted"
272msgstr "ograničeno"
273
a0c0a00f 274#: builtins/common.c:320
ac50fbac
CR
275#, c-format
276msgid "%s: not a shell builtin"
277msgstr "%s: nije ugrađen u ljusku"
278
a0c0a00f 279#: builtins/common.c:329
ac50fbac
CR
280#, c-format
281msgid "write error: %s"
282msgstr "greška pisanja: %s"
283
a0c0a00f 284#: builtins/common.c:337
ac50fbac
CR
285#, c-format
286msgid "error setting terminal attributes: %s"
287msgstr "greška pri postavljanju svojstava terminala: %s"
288
a0c0a00f 289#: builtins/common.c:339
ac50fbac
CR
290#, c-format
291msgid "error getting terminal attributes: %s"
292msgstr "greška pri preuzimanju svojstava terminala: %s"
293
a0c0a00f 294#: builtins/common.c:585
ac50fbac
CR
295#, c-format
296msgid "%s: error retrieving current directory: %s: %s\n"
297msgstr "%s: greška pri otkrivanju trenutnog direktorija: %s: %s\n"
298
a0c0a00f 299#: builtins/common.c:651 builtins/common.c:653
ac50fbac
CR
300#, c-format
301msgid "%s: ambiguous job spec"
302msgstr "%s: višeznačan navod zadatka"
303
a0c0a00f
CR
304#: builtins/common.c:918
305msgid "help not available in this version"
306msgstr ""
307
308#: builtins/complete.def:278
ac50fbac
CR
309#, c-format
310msgid "%s: invalid action name"
311msgstr "%s: neispravno ime radnje"
312
a0c0a00f
CR
313#: builtins/complete.def:452 builtins/complete.def:647
314#: builtins/complete.def:858
ac50fbac
CR
315#, c-format
316msgid "%s: no completion specification"
317msgstr "%s: nije navedeno nadopunjavanje"
318
a0c0a00f 319#: builtins/complete.def:699
ac50fbac
CR
320msgid "warning: -F option may not work as you expect"
321msgstr "upozorenje: opcija -F možda neće raditi kako želite"
322
a0c0a00f 323#: builtins/complete.def:701
ac50fbac
CR
324msgid "warning: -C option may not work as you expect"
325msgstr "upozorenje: opcija -C možda neće raditi kako želite"
326
a0c0a00f 327#: builtins/complete.def:831
ac50fbac
CR
328msgid "not currently executing completion function"
329msgstr "trenutno ne izvršavam funkciju nadopunjavanja"
330
a0c0a00f 331#: builtins/declare.def:127
ac50fbac
CR
332msgid "can only be used in a function"
333msgstr "može se koristiti samo u funkciji"
334
a0c0a00f 335#: builtins/declare.def:332 builtins/declare.def:685
ac50fbac
CR
336#, c-format
337msgid "%s: reference variable cannot be an array"
338msgstr ""
339
a0c0a00f 340#: builtins/declare.def:343 variables.c:2959
ac50fbac
CR
341#, c-format
342msgid "%s: nameref variable self references not allowed"
343msgstr ""
344
a0c0a00f
CR
345#: builtins/declare.def:348 variables.c:1928 variables.c:2877 variables.c:2889
346#: variables.c:2956
347#, c-format
348msgid "%s: circular name reference"
349msgstr ""
350
351#: builtins/declare.def:353 builtins/declare.def:691 builtins/declare.def:702
352#, fuzzy, c-format
353msgid "`%s': invalid variable name for name reference"
354msgstr "„%s”: neispravno drugo ime"
355
356#: builtins/declare.def:463
ac50fbac
CR
357msgid "cannot use `-f' to make functions"
358msgstr "ne mogu koristiti „-f” za izradu funkcija"
359
a0c0a00f 360#: builtins/declare.def:475 execute_cmd.c:5632
ac50fbac
CR
361#, c-format
362msgid "%s: readonly function"
363msgstr "%s: funkcija samo za čitanje"
364
a0c0a00f
CR
365#: builtins/declare.def:753
366#, c-format
367msgid "%s: quoted compound array assignment deprecated"
368msgstr ""
369
370#: builtins/declare.def:767
ac50fbac
CR
371#, c-format
372msgid "%s: cannot destroy array variables in this way"
373msgstr "%s: ne mogu uništiti varijable polja na ovaj način"
374
a0c0a00f 375#: builtins/declare.def:774 builtins/read.def:751
ac50fbac
CR
376#, c-format
377msgid "%s: cannot convert associative to indexed array"
378msgstr "%s: ne mogu pretvoriti asocijativno u indeksirano polje"
379
a0c0a00f 380#: builtins/enable.def:143 builtins/enable.def:151
ac50fbac
CR
381msgid "dynamic loading not available"
382msgstr "dinamičko učitavanje nije dostupno"
383
a0c0a00f 384#: builtins/enable.def:343
ac50fbac
CR
385#, c-format
386msgid "cannot open shared object %s: %s"
387msgstr "ne mogu otvoriti dijeljeni objekt %s: %s"
388
a0c0a00f 389#: builtins/enable.def:369
ac50fbac
CR
390#, c-format
391msgid "cannot find %s in shared object %s: %s"
392msgstr "ne mogu pronaći %s u dijeljenom objektu %s: %s"
393
a0c0a00f
CR
394#: builtins/enable.def:387
395#, c-format
396msgid "load function for %s returns failure (%d): not loaded"
397msgstr ""
398
399#: builtins/enable.def:512
ac50fbac
CR
400#, c-format
401msgid "%s: not dynamically loaded"
402msgstr "%s: nije dinamički učitan"
403
a0c0a00f 404#: builtins/enable.def:538
ac50fbac
CR
405#, c-format
406msgid "%s: cannot delete: %s"
407msgstr "%s: ne mogu ukloniti: %s"
408
a0c0a00f 409#: builtins/evalfile.c:144 builtins/hash.def:172 execute_cmd.c:5472
ac50fbac
CR
410#, c-format
411msgid "%s: is a directory"
412msgstr "%s: to je direktorij"
413
a0c0a00f 414#: builtins/evalfile.c:150
ac50fbac
CR
415#, c-format
416msgid "%s: not a regular file"
417msgstr "%s: nije obična datoteka"
418
a0c0a00f 419#: builtins/evalfile.c:159
ac50fbac
CR
420#, c-format
421msgid "%s: file is too large"
422msgstr "%s: datoteka je prevelika"
423
a0c0a00f 424#: builtins/evalfile.c:194 builtins/evalfile.c:212 shell.c:1578
ac50fbac
CR
425#, c-format
426msgid "%s: cannot execute binary file"
427msgstr "%s: ne mogu izvršiti binarnu datoteku"
428
a0c0a00f 429#: builtins/exec.def:156 builtins/exec.def:158 builtins/exec.def:235
ac50fbac
CR
430#, c-format
431msgid "%s: cannot execute: %s"
432msgstr "%s: ne mogu izvršiti: %s"
433
a0c0a00f 434#: builtins/exit.def:67
ac50fbac
CR
435#, c-format
436msgid "logout\n"
437msgstr "odjava\n"
438
a0c0a00f 439#: builtins/exit.def:92
ac50fbac
CR
440msgid "not login shell: use `exit'"
441msgstr "nije prijavna ljuska: koristite „exit”"
442
a0c0a00f 443#: builtins/exit.def:124
ac50fbac
CR
444#, c-format
445msgid "There are stopped jobs.\n"
446msgstr "Ima zaustavljenih zadataka.\n"
447
a0c0a00f 448#: builtins/exit.def:126
ac50fbac
CR
449#, c-format
450msgid "There are running jobs.\n"
451msgstr "Ima pokrenutih zadataka.\n"
452
a0c0a00f 453#: builtins/fc.def:269
ac50fbac
CR
454msgid "no command found"
455msgstr "naredba nije pronađena"
456
a0c0a00f 457#: builtins/fc.def:327 builtins/fc.def:376
ac50fbac
CR
458msgid "history specification"
459msgstr "specifikacija povijesti"
460
a0c0a00f 461#: builtins/fc.def:397
ac50fbac
CR
462#, c-format
463msgid "%s: cannot open temp file: %s"
464msgstr "%s: ne mogu otvoriti privremenu datoteku: %s"
465
a0c0a00f 466#: builtins/fg_bg.def:153 builtins/jobs.def:284
ac50fbac
CR
467msgid "current"
468msgstr "trenutno"
469
a0c0a00f 470#: builtins/fg_bg.def:162
ac50fbac
CR
471#, c-format
472msgid "job %d started without job control"
473msgstr "zadatak %d pokrenut bez kontrole zadataka"
474
475#: builtins/getopt.c:110
476#, c-format
477msgid "%s: illegal option -- %c\n"
478msgstr "%s: nedozvoljena opcija -- %c\n"
479
480#: builtins/getopt.c:111
481#, c-format
482msgid "%s: option requires an argument -- %c\n"
483msgstr "%s: opcija zahtijeva argument -- %c\n"
484
485#: builtins/hash.def:92
486msgid "hashing disabled"
487msgstr "raspršivanje onemogućeno"
488
a0c0a00f 489#: builtins/hash.def:139
ac50fbac
CR
490#, c-format
491msgid "%s: hash table empty\n"
492msgstr "%s: tablica raspršivanja prazna\n"
493
a0c0a00f 494#: builtins/hash.def:254
ac50fbac
CR
495#, c-format
496msgid "hits\tcommand\n"
497msgstr "pogoci\tnaredba\n"
498
a0c0a00f 499#: builtins/help.def:135
ac50fbac
CR
500#, c-format
501msgid "Shell commands matching keyword `"
502msgid_plural "Shell commands matching keywords `"
503msgstr[0] "Naredbe ljuske koje odgovaraju ključnoj riječi „"
504msgstr[1] "Naredbe ljuske koje odgovaraju ključnim riječima „"
505msgstr[2] "Naredbe ljuske koje odgovaraju ključnim riječima „"
506
a0c0a00f 507#: builtins/help.def:187
ac50fbac
CR
508#, c-format
509msgid ""
510"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
511msgstr ""
512"nisu pronađene teme pomoći za „%s”. Pokušajte „help help”, „man -k %s” ili "
513"„info %s”."
514
a0c0a00f 515#: builtins/help.def:226
ac50fbac
CR
516#, c-format
517msgid "%s: cannot open: %s"
518msgstr "%s: ne mogu otvoriti: %s"
519
a0c0a00f 520#: builtins/help.def:526
ac50fbac
CR
521#, c-format
522msgid ""
523"These shell commands are defined internally. Type `help' to see this list.\n"
524"Type `help name' to find out more about the function `name'.\n"
525"Use `info bash' to find out more about the shell in general.\n"
526"Use `man -k' or `info' to find out more about commands not in this list.\n"
527"\n"
528"A star (*) next to a name means that the command is disabled.\n"
529"\n"
530msgstr ""
531"Ove naredbe ljuske su interno definirane. Upišite „help” za prikaz popisa.\n"
532"Upišite „help ime” za više podataka o funkciji „ime”.\n"
533"Koristite „info bash” za više općenitih podataka o ljusci.\n"
534"Koristite „man -k” ili „info” za više podataka o naredbama izvan ovog "
535"popisa.\n"
536"\n"
537"Zvjezdica (*) pokraj imena označava onemogućenu naredbu.\n"
538"\n"
539
a0c0a00f 540#: builtins/history.def:155
ac50fbac
CR
541msgid "cannot use more than one of -anrw"
542msgstr "ne mogu koristiti više od jedne od opcija -anrw"
543
a0c0a00f 544#: builtins/history.def:187
ac50fbac
CR
545msgid "history position"
546msgstr "mjesto u povijesti"
547
a0c0a00f
CR
548#: builtins/history.def:264
549#, fuzzy, c-format
550msgid "%s: invalid timestamp"
551msgstr "%s: neispravan argument ograničenja"
552
553#: builtins/history.def:375
ac50fbac
CR
554#, c-format
555msgid "%s: history expansion failed"
556msgstr "%s: proširenje povijesti nije uspjelo"
557
558#: builtins/inlib.def:71
559#, c-format
560msgid "%s: inlib failed"
561msgstr "%s: inlib nije uspio"
562
563#: builtins/jobs.def:109
564msgid "no other options allowed with `-x'"
565msgstr "nisu dozvoljene druge opcije uz „-x”"
566
a0c0a00f 567#: builtins/kill.def:202
ac50fbac
CR
568#, c-format
569msgid "%s: arguments must be process or job IDs"
570msgstr "%s: argumenti moraju biti identifikatori procesa ili zadataka"
571
a0c0a00f 572#: builtins/kill.def:265
ac50fbac
CR
573msgid "Unknown error"
574msgstr "Nepoznata greška"
575
a0c0a00f 576#: builtins/let.def:97 builtins/let.def:122 expr.c:583 expr.c:598
ac50fbac
CR
577msgid "expression expected"
578msgstr "očekujem izraz"
579
a0c0a00f 580#: builtins/mapfile.def:178
ac50fbac
CR
581#, c-format
582msgid "%s: not an indexed array"
583msgstr "%s: nije indeksirano polje"
584
a0c0a00f 585#: builtins/mapfile.def:272 builtins/read.def:306
ac50fbac
CR
586#, c-format
587msgid "%s: invalid file descriptor specification"
588msgstr "%s: neispravno naveden opisnik datoteke"
589
a0c0a00f 590#: builtins/mapfile.def:280 builtins/read.def:313
ac50fbac
CR
591#, c-format
592msgid "%d: invalid file descriptor: %s"
593msgstr "%d: neispravan opisnik datoteke: %s"
594
a0c0a00f 595#: builtins/mapfile.def:289 builtins/mapfile.def:327
ac50fbac
CR
596#, c-format
597msgid "%s: invalid line count"
598msgstr "%s: neispravan broj redaka"
599
a0c0a00f 600#: builtins/mapfile.def:300
ac50fbac
CR
601#, c-format
602msgid "%s: invalid array origin"
603msgstr "%s: neispravan izvor polja"
604
a0c0a00f 605#: builtins/mapfile.def:317
ac50fbac
CR
606#, c-format
607msgid "%s: invalid callback quantum"
608msgstr "%s: neispravan element povratnog poziva"
609
a0c0a00f 610#: builtins/mapfile.def:350
ac50fbac
CR
611msgid "empty array variable name"
612msgstr "prazno ime varijable polja"
613
a0c0a00f 614#: builtins/mapfile.def:371
ac50fbac
CR
615msgid "array variable support required"
616msgstr "potrebna je podrška varijable polja"
617
a0c0a00f 618#: builtins/printf.def:412
ac50fbac
CR
619#, c-format
620msgid "`%s': missing format character"
621msgstr "„%s”: nedostaje znak oblika"
622
a0c0a00f 623#: builtins/printf.def:467
ac50fbac
CR
624#, c-format
625msgid "`%c': invalid time format specification"
626msgstr "„%c”: neispravno naveden oblik vremena"
627
a0c0a00f 628#: builtins/printf.def:669
ac50fbac
CR
629#, c-format
630msgid "`%c': invalid format character"
631msgstr "„%c”: neispravan znak oblika"
632
a0c0a00f 633#: builtins/printf.def:695
ac50fbac
CR
634#, c-format
635msgid "warning: %s: %s"
636msgstr "upozorenje: %s: %s"
637
a0c0a00f 638#: builtins/printf.def:781
ac50fbac
CR
639#, c-format
640msgid "format parsing problem: %s"
641msgstr ""
642
a0c0a00f 643#: builtins/printf.def:878
ac50fbac
CR
644msgid "missing hex digit for \\x"
645msgstr "nedostaje heksadekadska znamenka za \\x"
646
a0c0a00f 647#: builtins/printf.def:893
ac50fbac
CR
648#, c-format
649msgid "missing unicode digit for \\%c"
650msgstr "nedostaje unicode znamenka za \\%c"
651
a0c0a00f 652#: builtins/pushd.def:199
ac50fbac
CR
653msgid "no other directory"
654msgstr "nema drugog direktorija"
655
a0c0a00f 656#: builtins/pushd.def:360
ac50fbac
CR
657#, fuzzy, c-format
658msgid "%s: invalid argument"
659msgstr "%s: neispravan argument ograničenja"
660
a0c0a00f 661#: builtins/pushd.def:475
ac50fbac
CR
662msgid "<no current directory>"
663msgstr "<nema trenutnog direktorija>"
664
a0c0a00f 665#: builtins/pushd.def:519
ac50fbac
CR
666msgid "directory stack empty"
667msgstr "stog direktorija je prazan"
668
a0c0a00f 669#: builtins/pushd.def:521
ac50fbac
CR
670msgid "directory stack index"
671msgstr "indeks stoga direktorija"
672
a0c0a00f 673#: builtins/pushd.def:696
ac50fbac
CR
674msgid ""
675"Display the list of currently remembered directories. Directories\n"
676" find their way onto the list with the `pushd' command; you can get\n"
677" back up through the list with the `popd' command.\n"
678" \n"
679" Options:\n"
680" -c\tclear the directory stack by deleting all of the elements\n"
681" -l\tdo not print tilde-prefixed versions of directories relative\n"
682" \tto your home directory\n"
683" -p\tprint the directory stack with one entry per line\n"
684" -v\tprint the directory stack with one entry per line prefixed\n"
685" \twith its position in the stack\n"
686" \n"
687" Arguments:\n"
688" +N\tDisplays the Nth entry counting from the left of the list shown "
689"by\n"
690" \tdirs when invoked without options, starting with zero.\n"
691" \n"
692" -N\tDisplays the Nth entry counting from the right of the list shown "
693"by\n"
694"\tdirs when invoked without options, starting with zero."
695msgstr ""
696"Prikaži popis trenutno zapamćenih direktorija. Direktoriji se dodaju\n"
697" na popis naredbom „pushd”, kroz popis se možete vraćati naredbom\n"
698" „popd”.\n"
699" \n"
700" Opcije:\n"
701" -c\točisti stog direktorija uklanjanjem svih elemenata\n"
702" -l\tne ispisuj tildom prefiksirane inačice direktorija\n"
703" \trelativno u odnosu na početni direktorij\n"
704" -p\tispiši stog direktorija jednu stavku po retku\n"
705" -v\tispiši stog direktorija jednu stavku po retku\n"
706" \tprefiksiranu položajem u stogu\n"
707" \n"
708" Argumenti:\n"
709" +N\tPrikazuje N-tu stavku s lijeve strane popisa koju prikazuje "
710"naredba\n"
711" \t„dirs” pozvana bez opcija, počevši od nule.\n"
712" \n"
713" -N\tPrikazuje N-tu stavku s desne strane popisa koju prikazuje "
714"naredba\n"
715"\t„dirs” pozvana bez opcija, počevši od nule."
716
a0c0a00f 717#: builtins/pushd.def:718
ac50fbac
CR
718msgid ""
719"Adds a directory to the top of the directory stack, or rotates\n"
720" the stack, making the new top of the stack the current working\n"
721" directory. With no arguments, exchanges the top two directories.\n"
722" \n"
723" Options:\n"
724" -n\tSuppresses the normal change of directory when adding\n"
725" \tdirectories to the stack, so only the stack is manipulated.\n"
726" \n"
727" Arguments:\n"
728" +N\tRotates the stack so that the Nth directory (counting\n"
729" \tfrom the left of the list shown by `dirs', starting with\n"
730" \tzero) is at the top.\n"
731" \n"
732" -N\tRotates the stack so that the Nth directory (counting\n"
733" \tfrom the right of the list shown by `dirs', starting with\n"
734" \tzero) is at the top.\n"
735" \n"
736" dir\tAdds DIR to the directory stack at the top, making it the\n"
737" \tnew current working directory.\n"
738" \n"
739" The `dirs' builtin displays the directory stack."
740msgstr ""
741
a0c0a00f 742#: builtins/pushd.def:743
ac50fbac
CR
743msgid ""
744"Removes entries from the directory stack. With no arguments, removes\n"
745" the top directory from the stack, and changes to the new top directory.\n"
746" \n"
747" Options:\n"
748" -n\tSuppresses the normal change of directory when removing\n"
749" \tdirectories from the stack, so only the stack is manipulated.\n"
750" \n"
751" Arguments:\n"
752" +N\tRemoves the Nth entry counting from the left of the list\n"
753" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
754" \tremoves the first directory, `popd +1' the second.\n"
755" \n"
756" -N\tRemoves the Nth entry counting from the right of the list\n"
757" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
758" \tremoves the last directory, `popd -1' the next to last.\n"
759" \n"
760" The `dirs' builtin displays the directory stack."
761msgstr ""
762
a0c0a00f 763#: builtins/read.def:279
ac50fbac
CR
764#, c-format
765msgid "%s: invalid timeout specification"
766msgstr "%s: neispravno navedeno vremensko ograničenje"
767
a0c0a00f 768#: builtins/read.def:696
ac50fbac
CR
769#, c-format
770msgid "read error: %d: %s"
771msgstr "greška čitanja: %d: %s"
772
a0c0a00f 773#: builtins/return.def:71
ac50fbac
CR
774msgid "can only `return' from a function or sourced script"
775msgstr "pozivanje „return” je moguće samo iz funkcije ili pokrenute skripte"
776
a0c0a00f 777#: builtins/set.def:841
ac50fbac
CR
778msgid "cannot simultaneously unset a function and a variable"
779msgstr "ne mogu istovremeno poništiti funkciju i varijablu"
780
a0c0a00f 781#: builtins/set.def:888
ac50fbac
CR
782#, c-format
783msgid "%s: cannot unset"
784msgstr "%s: ne mogu poništiti"
785
a0c0a00f 786#: builtins/set.def:909 variables.c:3389
ac50fbac
CR
787#, c-format
788msgid "%s: cannot unset: readonly %s"
789msgstr "%s: ne mogu poništiti: %s je samo za čitanje"
790
a0c0a00f 791#: builtins/set.def:922
ac50fbac
CR
792#, c-format
793msgid "%s: not an array variable"
794msgstr "%s: nije varijabla polja"
795
a0c0a00f 796#: builtins/setattr.def:191
ac50fbac
CR
797#, c-format
798msgid "%s: not a function"
799msgstr "%s: nije funkcija"
800
a0c0a00f
CR
801#: builtins/setattr.def:196
802#, fuzzy, c-format
803msgid "%s: cannot export"
804msgstr "%s: ne mogu poništiti"
805
806#: builtins/shift.def:73 builtins/shift.def:79
ac50fbac
CR
807msgid "shift count"
808msgstr "broj pomaka"
809
a0c0a00f 810#: builtins/shopt.def:289
ac50fbac
CR
811msgid "cannot set and unset shell options simultaneously"
812msgstr "ne mogu istovremeno postaviti i poništiti opcije ljuske"
813
a0c0a00f 814#: builtins/shopt.def:391
ac50fbac
CR
815#, c-format
816msgid "%s: invalid shell option name"
817msgstr "%s: neispravno ime opcije ljuske"
818
a0c0a00f 819#: builtins/source.def:131
ac50fbac
CR
820msgid "filename argument required"
821msgstr "potrebno je ime datoteke kao argument"
822
a0c0a00f 823#: builtins/source.def:157
ac50fbac
CR
824#, c-format
825msgid "%s: file not found"
826msgstr "%s: datoteka nije pronađena"
827
a0c0a00f 828#: builtins/suspend.def:102
ac50fbac
CR
829msgid "cannot suspend"
830msgstr "ne mogu zaustaviti"
831
a0c0a00f 832#: builtins/suspend.def:112
ac50fbac
CR
833msgid "cannot suspend a login shell"
834msgstr "ne mogu zaustaviti prijavnu ljusku"
835
a0c0a00f 836#: builtins/type.def:236
ac50fbac
CR
837#, c-format
838msgid "%s is aliased to `%s'\n"
839msgstr "%s je drugo ime za „%s”\n"
840
a0c0a00f 841#: builtins/type.def:257
ac50fbac
CR
842#, c-format
843msgid "%s is a shell keyword\n"
844msgstr "%s je ključna riječ ljuske\n"
845
a0c0a00f 846#: builtins/type.def:276
ac50fbac
CR
847#, c-format
848msgid "%s is a function\n"
849msgstr "%s je funkcija\n"
850
a0c0a00f
CR
851#: builtins/type.def:300
852#, fuzzy, c-format
853msgid "%s is a special shell builtin\n"
854msgstr "%s je ugrađen u ljusku\n"
855
856#: builtins/type.def:302
ac50fbac
CR
857#, c-format
858msgid "%s is a shell builtin\n"
859msgstr "%s je ugrađen u ljusku\n"
860
a0c0a00f 861#: builtins/type.def:324 builtins/type.def:409
ac50fbac
CR
862#, c-format
863msgid "%s is %s\n"
864msgstr "%s je %s\n"
865
a0c0a00f 866#: builtins/type.def:344
ac50fbac
CR
867#, c-format
868msgid "%s is hashed (%s)\n"
869msgstr "%s je raspršen (%s)\n"
870
a0c0a00f 871#: builtins/ulimit.def:398
ac50fbac
CR
872#, c-format
873msgid "%s: invalid limit argument"
874msgstr "%s: neispravan argument ograničenja"
875
a0c0a00f 876#: builtins/ulimit.def:424
ac50fbac
CR
877#, c-format
878msgid "`%c': bad command"
879msgstr "„%c”: neispravna naredba"
880
a0c0a00f 881#: builtins/ulimit.def:453
ac50fbac
CR
882#, c-format
883msgid "%s: cannot get limit: %s"
884msgstr "%s: ne mogu otkriti ograničenje: %s"
885
a0c0a00f 886#: builtins/ulimit.def:479
ac50fbac
CR
887msgid "limit"
888msgstr "ograničenje"
889
a0c0a00f 890#: builtins/ulimit.def:491 builtins/ulimit.def:791
ac50fbac
CR
891#, c-format
892msgid "%s: cannot modify limit: %s"
893msgstr "%s: ne mogu urediti ograničenje: %s"
894
a0c0a00f 895#: builtins/umask.def:115
ac50fbac
CR
896msgid "octal number"
897msgstr "oktalni broj"
898
a0c0a00f 899#: builtins/umask.def:232
ac50fbac
CR
900#, c-format
901msgid "`%c': invalid symbolic mode operator"
902msgstr "„%c”: neispravan operator simboličkog načina"
903
a0c0a00f 904#: builtins/umask.def:287
ac50fbac
CR
905#, c-format
906msgid "`%c': invalid symbolic mode character"
907msgstr "„%c”: neispravan znak simboličkog načina"
908
a0c0a00f 909#: error.c:90 error.c:348 error.c:350 error.c:352
ac50fbac
CR
910msgid " line "
911msgstr " redak "
912
913#: error.c:165
914#, c-format
915msgid "last command: %s\n"
916msgstr "posljednja naredba: %s\n"
917
918#: error.c:173
919#, c-format
920msgid "Aborting..."
921msgstr "Prekidam..."
922
a0c0a00f
CR
923#. TRANSLATORS: this is a prefix for informational messages.
924#: error.c:288
925#, c-format
926msgid "INFORM: "
927msgstr ""
928
929#: error.c:463
ac50fbac
CR
930msgid "unknown command error"
931msgstr "nepoznata greška naredbe"
932
a0c0a00f 933#: error.c:464
ac50fbac
CR
934msgid "bad command type"
935msgstr "neispravna vrsta naredbe"
936
a0c0a00f 937#: error.c:465
ac50fbac
CR
938msgid "bad connector"
939msgstr "neispravno spajanje"
940
a0c0a00f 941#: error.c:466
ac50fbac
CR
942msgid "bad jump"
943msgstr "neispravan skok"
944
a0c0a00f 945#: error.c:504
ac50fbac
CR
946#, c-format
947msgid "%s: unbound variable"
948msgstr "%s: nepovezana varijabla"
949
a0c0a00f 950#: eval.c:209
ac50fbac
CR
951#, c-format
952msgid "\atimed out waiting for input: auto-logout\n"
953msgstr "\avrijeme čekanja ulaza je isteklo: automatska-odjava\n"
954
a0c0a00f 955#: execute_cmd.c:527
ac50fbac
CR
956#, c-format
957msgid "cannot redirect standard input from /dev/null: %s"
958msgstr "ne mogu preusmjeriti standardni ulaz iz /dev/null: %s"
959
a0c0a00f 960#: execute_cmd.c:1275
ac50fbac
CR
961#, c-format
962msgid "TIMEFORMAT: `%c': invalid format character"
963msgstr "TIMEFORMAT: „%c”: neispravan znak oblika"
964
a0c0a00f
CR
965#: execute_cmd.c:2273
966#, c-format
967msgid "execute_coproc: coproc [%d:%s] still exists"
968msgstr ""
969
970#: execute_cmd.c:2377
ac50fbac
CR
971msgid "pipe error"
972msgstr "greška cjevovoda"
973
a0c0a00f
CR
974#: execute_cmd.c:4496
975#, c-format
976msgid "eval: maximum eval nesting level exceeded (%d)"
977msgstr ""
978
979#: execute_cmd.c:4508
980#, c-format
981msgid "%s: maximum source nesting level exceeded (%d)"
982msgstr ""
983
984#: execute_cmd.c:4616
ac50fbac
CR
985#, c-format
986msgid "%s: maximum function nesting level exceeded (%d)"
987msgstr ""
988
a0c0a00f 989#: execute_cmd.c:5144
ac50fbac
CR
990#, c-format
991msgid "%s: restricted: cannot specify `/' in command names"
992msgstr "%s: ograničeno: ne možete navesti „/” u imenu naredbe"
993
a0c0a00f 994#: execute_cmd.c:5232
ac50fbac
CR
995#, c-format
996msgid "%s: command not found"
997msgstr "%s: naredba nije pronađena"
998
a0c0a00f 999#: execute_cmd.c:5470
ac50fbac
CR
1000#, c-format
1001msgid "%s: %s"
1002msgstr "%s: %s"
1003
a0c0a00f 1004#: execute_cmd.c:5508
ac50fbac
CR
1005#, c-format
1006msgid "%s: %s: bad interpreter"
1007msgstr "%s: %s: neispravan tumač"
1008
a0c0a00f 1009#: execute_cmd.c:5545
ac50fbac
CR
1010#, fuzzy, c-format
1011msgid "%s: cannot execute binary file: %s"
1012msgstr "%s: ne mogu izvršiti binarnu datoteku"
1013
a0c0a00f 1014#: execute_cmd.c:5623
ac50fbac
CR
1015#, fuzzy, c-format
1016msgid "`%s': is a special builtin"
1017msgstr "%s je ugrađen u ljusku\n"
1018
a0c0a00f 1019#: execute_cmd.c:5675
ac50fbac
CR
1020#, c-format
1021msgid "cannot duplicate fd %d to fd %d"
1022msgstr "ne mogu udvostručiti opisnik datoteke %d u opisnik datoteke %d"
1023
1024#: expr.c:259
1025msgid "expression recursion level exceeded"
1026msgstr "razina rekurzije izraza je prekoračena"
1027
1028#: expr.c:283
1029msgid "recursion stack underflow"
1030msgstr "podljev stoga rekurzije"
1031
1032#: expr.c:431
1033msgid "syntax error in expression"
1034msgstr "sintaksna greška u izrazu"
1035
1036#: expr.c:475
1037msgid "attempted assignment to non-variable"
1038msgstr "pokušaj pridruživanja ne-varijabli"
1039
1040#: expr.c:495 expr.c:858
1041msgid "division by 0"
1042msgstr "dijeljenje s 0"
1043
1044#: expr.c:542
1045msgid "bug: bad expassign token"
1046msgstr "greška: neispravan simbol expassign"
1047
1048#: expr.c:595
1049msgid "`:' expected for conditional expression"
1050msgstr "očekujem „:” za uvjetni izraz"
1051
1052#: expr.c:919
1053msgid "exponent less than 0"
1054msgstr "eksponent je manji od 0"
1055
1056#: expr.c:976
1057msgid "identifier expected after pre-increment or pre-decrement"
1058msgstr "očekujem identifikator nakon pred-povećanja ili pred-smanjenja"
1059
1060#: expr.c:1002
1061msgid "missing `)'"
1062msgstr "nedostaje „)”"
1063
a0c0a00f 1064#: expr.c:1053 expr.c:1393
ac50fbac
CR
1065msgid "syntax error: operand expected"
1066msgstr "sintaksna greška: očekujem operand"
1067
a0c0a00f 1068#: expr.c:1395
ac50fbac
CR
1069msgid "syntax error: invalid arithmetic operator"
1070msgstr "sintaksna greška: neispravan aritmetički operator"
1071
a0c0a00f 1072#: expr.c:1419
ac50fbac
CR
1073#, c-format
1074msgid "%s%s%s: %s (error token is \"%s\")"
1075msgstr "%s%s%s: %s (simbol greške je „%s”)"
1076
a0c0a00f 1077#: expr.c:1477
ac50fbac
CR
1078msgid "invalid arithmetic base"
1079msgstr "neispravna aritmetička baza"
1080
a0c0a00f 1081#: expr.c:1497
ac50fbac
CR
1082msgid "value too great for base"
1083msgstr "vrijednost baze je prevelika"
1084
a0c0a00f 1085#: expr.c:1546
ac50fbac
CR
1086#, c-format
1087msgid "%s: expression error\n"
1088msgstr "%s: greška izraza\n"
1089
a0c0a00f 1090#: general.c:68
ac50fbac
CR
1091msgid "getcwd: cannot access parent directories"
1092msgstr "getcwd: ne mogu pristupiti nadređenim direktorijima"
1093
a0c0a00f 1094#: input.c:102 subst.c:5858
ac50fbac
CR
1095#, c-format
1096msgid "cannot reset nodelay mode for fd %d"
1097msgstr ""
1098
1099#: input.c:271
1100#, c-format
1101msgid "cannot allocate new file descriptor for bash input from fd %d"
1102msgstr "ne mogu alocirati novi datotečni opisnik za bash ulaz iz fd %d"
1103
1104#: input.c:279
1105#, c-format
1106msgid "save_bash_input: buffer already exists for new fd %d"
1107msgstr "save_bash_input: međuspremnik već postoji za novi fd %d"
1108
a0c0a00f 1109#: jobs.c:527
ac50fbac
CR
1110msgid "start_pipeline: pgrp pipe"
1111msgstr "start_pipeline: pgrp pipe"
1112
a0c0a00f 1113#: jobs.c:1035
ac50fbac
CR
1114#, c-format
1115msgid "forked pid %d appears in running job %d"
1116msgstr "razdvojen pid %d se javlja u pokrenutom zadatku %d"
1117
a0c0a00f 1118#: jobs.c:1154
ac50fbac
CR
1119#, c-format
1120msgid "deleting stopped job %d with process group %ld"
1121msgstr "uklanjam zaustavljeni zadatak %d s grupom procesa %ld"
1122
a0c0a00f 1123#: jobs.c:1258
ac50fbac
CR
1124#, c-format
1125msgid "add_process: process %5ld (%s) in the_pipeline"
1126msgstr "add_process: proces %5ld (%s) u the_pipeline"
1127
a0c0a00f 1128#: jobs.c:1261
ac50fbac
CR
1129#, c-format
1130msgid "add_process: pid %5ld (%s) marked as still alive"
1131msgstr "add_process: pid %5ld (%s) označen kao još živ"
1132
a0c0a00f 1133#: jobs.c:1590
ac50fbac
CR
1134#, c-format
1135msgid "describe_pid: %ld: no such pid"
1136msgstr "describe_pid: %ld: ne postoji takav pid"
1137
a0c0a00f 1138#: jobs.c:1605
ac50fbac
CR
1139#, c-format
1140msgid "Signal %d"
1141msgstr "Signal %d"
1142
a0c0a00f 1143#: jobs.c:1619 jobs.c:1645
ac50fbac
CR
1144msgid "Done"
1145msgstr "Gotovo"
1146
a0c0a00f 1147#: jobs.c:1624 siglist.c:123
ac50fbac
CR
1148msgid "Stopped"
1149msgstr "Zaustavljen"
1150
a0c0a00f 1151#: jobs.c:1628
ac50fbac
CR
1152#, c-format
1153msgid "Stopped(%s)"
1154msgstr "Zaustavljen(%s)"
1155
a0c0a00f 1156#: jobs.c:1632
ac50fbac
CR
1157msgid "Running"
1158msgstr "Pokrenut"
1159
a0c0a00f 1160#: jobs.c:1649
ac50fbac
CR
1161#, c-format
1162msgid "Done(%d)"
1163msgstr "Gotovo(%d)"
1164
a0c0a00f 1165#: jobs.c:1651
ac50fbac
CR
1166#, c-format
1167msgid "Exit %d"
1168msgstr "Izlaz %d"
1169
a0c0a00f 1170#: jobs.c:1654
ac50fbac
CR
1171msgid "Unknown status"
1172msgstr "Nepoznato stanje"
1173
a0c0a00f 1174#: jobs.c:1741
ac50fbac
CR
1175#, c-format
1176msgid "(core dumped) "
1177msgstr "(jezgra izbačena) "
1178
a0c0a00f 1179#: jobs.c:1760
ac50fbac
CR
1180#, c-format
1181msgid " (wd: %s)"
1182msgstr " (wd: %s)"
1183
a0c0a00f 1184#: jobs.c:1985
ac50fbac
CR
1185#, c-format
1186msgid "child setpgid (%ld to %ld)"
1187msgstr ""
1188
a0c0a00f 1189#: jobs.c:2347 nojobs.c:654
ac50fbac
CR
1190#, c-format
1191msgid "wait: pid %ld is not a child of this shell"
1192msgstr "wait: pid %ld nije dijete ove ljuske"
1193
a0c0a00f 1194#: jobs.c:2602
ac50fbac
CR
1195#, c-format
1196msgid "wait_for: No record of process %ld"
1197msgstr "wait_for: Ne postoji zapis o procesu %ld"
1198
a0c0a00f 1199#: jobs.c:2929
ac50fbac
CR
1200#, c-format
1201msgid "wait_for_job: job %d is stopped"
1202msgstr "wait_for_job: zadatak %d je zaustavljen"
1203
a0c0a00f 1204#: jobs.c:3221
ac50fbac
CR
1205#, c-format
1206msgid "%s: job has terminated"
1207msgstr "%s: zadatak je dovršen"
1208
a0c0a00f 1209#: jobs.c:3230
ac50fbac
CR
1210#, c-format
1211msgid "%s: job %d already in background"
1212msgstr "%s: zadatak %d je već u pozadini"
1213
a0c0a00f 1214#: jobs.c:3455
ac50fbac
CR
1215msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1216msgstr ""
1217
a0c0a00f 1218#: jobs.c:3970
ac50fbac
CR
1219#, c-format
1220msgid "%s: line %d: "
1221msgstr "%s: redak %d: "
1222
a0c0a00f 1223#: jobs.c:3984 nojobs.c:897
ac50fbac
CR
1224#, c-format
1225msgid " (core dumped)"
1226msgstr " (jezgra izbačena)"
1227
a0c0a00f 1228#: jobs.c:3996 jobs.c:4009
ac50fbac
CR
1229#, c-format
1230msgid "(wd now: %s)\n"
1231msgstr "(sadašnji wd: %s)\n"
1232
a0c0a00f 1233#: jobs.c:4041
ac50fbac
CR
1234msgid "initialize_job_control: getpgrp failed"
1235msgstr "initialize_job_control: getpgrp nije uspio"
1236
a0c0a00f 1237#: jobs.c:4104
ac50fbac
CR
1238msgid "initialize_job_control: line discipline"
1239msgstr ""
1240
a0c0a00f 1241#: jobs.c:4114
ac50fbac
CR
1242msgid "initialize_job_control: setpgid"
1243msgstr "initialize_job_control: setpgid"
1244
a0c0a00f 1245#: jobs.c:4135 jobs.c:4144
ac50fbac
CR
1246#, c-format
1247msgid "cannot set terminal process group (%d)"
1248msgstr "ne mogu postaviti grupu procesa terminala (%d)"
1249
a0c0a00f 1250#: jobs.c:4149
ac50fbac
CR
1251msgid "no job control in this shell"
1252msgstr "nema kontrole zadataka u ovoj ljusci"
1253
1254#: lib/malloc/malloc.c:296
1255#, c-format
1256msgid "malloc: failed assertion: %s\n"
1257msgstr ""
1258
1259#: lib/malloc/malloc.c:312
1260#, c-format
1261msgid ""
1262"\r\n"
1263"malloc: %s:%d: assertion botched\r\n"
1264msgstr ""
1265
1266#: lib/malloc/malloc.c:313
1267msgid "unknown"
1268msgstr "nepoznato"
1269
1270#: lib/malloc/malloc.c:801
1271msgid "malloc: block on free list clobbered"
1272msgstr ""
1273
1274#: lib/malloc/malloc.c:878
1275msgid "free: called with already freed block argument"
1276msgstr "free: pozvan s argumentom već oslobođenog bloka"
1277
1278#: lib/malloc/malloc.c:881
1279msgid "free: called with unallocated block argument"
1280msgstr "free: pozvan s argumentom nealociranog bloka"
1281
1282#: lib/malloc/malloc.c:900
1283msgid "free: underflow detected; mh_nbytes out of range"
1284msgstr "free: otkriven podljev, mh_nbytes izvan granica"
1285
1286#: lib/malloc/malloc.c:906
1287msgid "free: start and end chunk sizes differ"
1288msgstr ""
1289
1290#: lib/malloc/malloc.c:1005
1291msgid "realloc: called with unallocated block argument"
1292msgstr "realloc: pozvan s argumentom nealociranog bloka"
1293
1294#: lib/malloc/malloc.c:1020
1295msgid "realloc: underflow detected; mh_nbytes out of range"
1296msgstr "realloc: otkriven podljev, mh_nbytes izvan granica"
1297
1298#: lib/malloc/malloc.c:1026
1299msgid "realloc: start and end chunk sizes differ"
1300msgstr ""
1301
a0c0a00f 1302#: lib/malloc/table.c:191
ac50fbac
CR
1303#, c-format
1304msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1305msgstr ""
1306
a0c0a00f 1307#: lib/malloc/table.c:200
ac50fbac
CR
1308#, c-format
1309msgid "register_alloc: %p already in table as allocated?\n"
1310msgstr ""
1311
a0c0a00f 1312#: lib/malloc/table.c:253
ac50fbac
CR
1313#, c-format
1314msgid "register_free: %p already in table as free?\n"
1315msgstr "register_free: %p već u tablici kao oslobođen?\n"
1316
1317#: lib/sh/fmtulong.c:102
1318msgid "invalid base"
1319msgstr "neispravna baza"
1320
1321#: lib/sh/netopen.c:168
1322#, c-format
1323msgid "%s: host unknown"
1324msgstr "%s: nepoznato računalo"
1325
1326#: lib/sh/netopen.c:175
1327#, c-format
1328msgid "%s: invalid service"
1329msgstr "%s: neispravna usluga"
1330
1331#: lib/sh/netopen.c:306
1332#, c-format
1333msgid "%s: bad network path specification"
1334msgstr "%s: neispravno navedena mrežna putanja"
1335
a0c0a00f 1336#: lib/sh/netopen.c:347
ac50fbac
CR
1337msgid "network operations not supported"
1338msgstr "mrežne operacije nisu podržane"
1339
1340#: locale.c:200
1341#, c-format
1342msgid "setlocale: LC_ALL: cannot change locale (%s)"
1343msgstr "setlocale: LC_ALL: ne mogu promijeniti lokal (%s)"
1344
1345#: locale.c:202
1346#, c-format
1347msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1348msgstr "setlocale: LC_ALL: ne mogu promijeniti lokal (%s): %s"
1349
1350#: locale.c:259
1351#, c-format
1352msgid "setlocale: %s: cannot change locale (%s)"
1353msgstr "setlocale: %s: ne mogu promijeniti lokal (%s)"
1354
1355#: locale.c:261
1356#, c-format
1357msgid "setlocale: %s: cannot change locale (%s): %s"
1358msgstr "setlocale: %s: ne mogu promijeniti lokal (%s): %s"
1359
1360#: mailcheck.c:439
1361msgid "You have mail in $_"
1362msgstr "Imate poštu u $_"
1363
1364#: mailcheck.c:464
1365msgid "You have new mail in $_"
1366msgstr "Imate novu poštu u $_"
1367
1368#: mailcheck.c:480
1369#, c-format
1370msgid "The mail in %s has been read\n"
1371msgstr "Pošta u %s je pročitana\n"
1372
a0c0a00f 1373#: make_cmd.c:329
ac50fbac
CR
1374msgid "syntax error: arithmetic expression required"
1375msgstr "sintaksna greška: potreban aritmetički izraz"
1376
a0c0a00f 1377#: make_cmd.c:331
ac50fbac
CR
1378msgid "syntax error: `;' unexpected"
1379msgstr "sintaksna greška: neočekivana „;”"
1380
a0c0a00f 1381#: make_cmd.c:332
ac50fbac
CR
1382#, c-format
1383msgid "syntax error: `((%s))'"
1384msgstr "sintaksna greška: „((%s))”"
1385
a0c0a00f 1386#: make_cmd.c:584
ac50fbac
CR
1387#, c-format
1388msgid "make_here_document: bad instruction type %d"
1389msgstr "make_here_document: neispravna vrsta instrukcije %d"
1390
a0c0a00f 1391#: make_cmd.c:669
ac50fbac
CR
1392#, c-format
1393msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1394msgstr ""
1395
a0c0a00f 1396#: make_cmd.c:768
ac50fbac
CR
1397#, c-format
1398msgid "make_redirection: redirection instruction `%d' out of range"
1399msgstr ""
1400
a0c0a00f
CR
1401#: parse.y:2324
1402#, c-format
1403msgid ""
1404"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
1405"truncated"
1406msgstr ""
1407
1408#: parse.y:2700
1409msgid "maximum here-document count exceeded"
1410msgstr ""
1411
1412#: parse.y:3390 parse.y:3748
ac50fbac
CR
1413#, c-format
1414msgid "unexpected EOF while looking for matching `%c'"
1415msgstr "neočekivani EOF pri traženju odgovarajućeg „%c”"
1416
a0c0a00f 1417#: parse.y:4410
ac50fbac
CR
1418msgid "unexpected EOF while looking for `]]'"
1419msgstr "neočekivani EOF pri traženju „]]”"
1420
a0c0a00f 1421#: parse.y:4415
ac50fbac
CR
1422#, c-format
1423msgid "syntax error in conditional expression: unexpected token `%s'"
1424msgstr "sintaksna greška u uvjetnom izrazu: neočekivani simbol „%s”"
1425
a0c0a00f 1426#: parse.y:4419
ac50fbac
CR
1427msgid "syntax error in conditional expression"
1428msgstr "sintaksna greška u uvjetnom izrazu"
1429
a0c0a00f 1430#: parse.y:4497
ac50fbac
CR
1431#, c-format
1432msgid "unexpected token `%s', expected `)'"
1433msgstr "neočekivani simbol „%s”, očekujem „)”"
1434
a0c0a00f 1435#: parse.y:4501
ac50fbac
CR
1436msgid "expected `)'"
1437msgstr "očekujem „)”"
1438
a0c0a00f 1439#: parse.y:4529
ac50fbac
CR
1440#, c-format
1441msgid "unexpected argument `%s' to conditional unary operator"
1442msgstr "neočekivani argument „%s” uvjetnom unarnom operatoru"
1443
a0c0a00f 1444#: parse.y:4533
ac50fbac
CR
1445msgid "unexpected argument to conditional unary operator"
1446msgstr "neočekivani argument uvjetnom unarnom operatoru"
1447
a0c0a00f 1448#: parse.y:4579
ac50fbac
CR
1449#, c-format
1450msgid "unexpected token `%s', conditional binary operator expected"
1451msgstr "neočekivani simbol „%s”, očekujem uvjetni binarni operator"
1452
a0c0a00f 1453#: parse.y:4583
ac50fbac
CR
1454msgid "conditional binary operator expected"
1455msgstr "očekujem uvjetni binarni operator"
1456
a0c0a00f 1457#: parse.y:4605
ac50fbac
CR
1458#, c-format
1459msgid "unexpected argument `%s' to conditional binary operator"
1460msgstr "neočekivani argument „%s” uvjetnom binarnom operatoru"
1461
a0c0a00f 1462#: parse.y:4609
ac50fbac
CR
1463msgid "unexpected argument to conditional binary operator"
1464msgstr "neočekivani argument uvjetnom binarnom operatoru"
1465
a0c0a00f 1466#: parse.y:4620
ac50fbac
CR
1467#, c-format
1468msgid "unexpected token `%c' in conditional command"
1469msgstr "neočekivani simbol „%c” u uvjetnoj naredbi"
1470
a0c0a00f 1471#: parse.y:4623
ac50fbac
CR
1472#, c-format
1473msgid "unexpected token `%s' in conditional command"
1474msgstr "neočekivani simbol „%s” u uvjetnoj naredbi"
1475
a0c0a00f 1476#: parse.y:4627
ac50fbac
CR
1477#, c-format
1478msgid "unexpected token %d in conditional command"
1479msgstr "neočekivani simbol %d u uvjetnoj naredbi"
1480
a0c0a00f 1481#: parse.y:5996
ac50fbac
CR
1482#, c-format
1483msgid "syntax error near unexpected token `%s'"
1484msgstr "sintaksna greška kod neočekivanog simbola „%s”"
1485
a0c0a00f 1486#: parse.y:6014
ac50fbac
CR
1487#, c-format
1488msgid "syntax error near `%s'"
1489msgstr "sintaksna greška kod „%s”"
1490
a0c0a00f 1491#: parse.y:6024
ac50fbac
CR
1492msgid "syntax error: unexpected end of file"
1493msgstr "sintaksna greška: neočekivani kraj datoteke"
1494
a0c0a00f 1495#: parse.y:6024
ac50fbac
CR
1496msgid "syntax error"
1497msgstr "sintaksna greška"
1498
a0c0a00f 1499#: parse.y:6086
ac50fbac
CR
1500#, c-format
1501msgid "Use \"%s\" to leave the shell.\n"
1502msgstr "Koristite „%s” za napuštanje ljuske.\n"
1503
a0c0a00f 1504#: parse.y:6248
ac50fbac
CR
1505msgid "unexpected EOF while looking for matching `)'"
1506msgstr "neočekivani EOF pri traženju odgovarajuće „)”"
1507
a0c0a00f 1508#: pcomplete.c:1126
ac50fbac
CR
1509#, c-format
1510msgid "completion: function `%s' not found"
1511msgstr "completion: funkcija „%s” nije pronađena"
1512
a0c0a00f
CR
1513#: pcomplete.c:1646
1514#, c-format
1515msgid "programmable_completion: %s: possible retry loop"
1516msgstr ""
1517
ac50fbac
CR
1518#: pcomplib.c:182
1519#, c-format
1520msgid "progcomp_insert: %s: NULL COMPSPEC"
1521msgstr "progcomp_insert: %s: NULL COMPSPEC"
1522
a0c0a00f 1523#: print_cmd.c:302
ac50fbac
CR
1524#, c-format
1525msgid "print_command: bad connector `%d'"
1526msgstr ""
1527
a0c0a00f 1528#: print_cmd.c:375
ac50fbac
CR
1529#, c-format
1530msgid "xtrace_set: %d: invalid file descriptor"
1531msgstr "xtrace_set: %d: neispravan opisnik datoteke"
1532
a0c0a00f 1533#: print_cmd.c:380
ac50fbac
CR
1534msgid "xtrace_set: NULL file pointer"
1535msgstr "xtrace_set: NULL pokazivač na datoteku"
1536
a0c0a00f 1537#: print_cmd.c:384
ac50fbac
CR
1538#, c-format
1539msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1540msgstr ""
1541
a0c0a00f 1542#: print_cmd.c:1534
ac50fbac
CR
1543#, c-format
1544msgid "cprintf: `%c': invalid format character"
1545msgstr ""
1546
a0c0a00f 1547#: redir.c:124 redir.c:171
ac50fbac
CR
1548msgid "file descriptor out of range"
1549msgstr "opisnik datoteke izvan granica"
1550
a0c0a00f 1551#: redir.c:178
ac50fbac
CR
1552#, c-format
1553msgid "%s: ambiguous redirect"
1554msgstr "%s: višeznačno preusmjeravanje"
1555
a0c0a00f 1556#: redir.c:182
ac50fbac
CR
1557#, c-format
1558msgid "%s: cannot overwrite existing file"
1559msgstr "%s: ne mogu pisati preko postojeće datoteke"
1560
a0c0a00f 1561#: redir.c:187
ac50fbac
CR
1562#, c-format
1563msgid "%s: restricted: cannot redirect output"
1564msgstr "%s: ograničeno: ne mogu preusmjeriti izlaz"
1565
a0c0a00f 1566#: redir.c:192
ac50fbac
CR
1567#, c-format
1568msgid "cannot create temp file for here-document: %s"
1569msgstr "ne mogu napraviti privremenu datoteku za here-document: %s"
1570
a0c0a00f 1571#: redir.c:196
ac50fbac
CR
1572#, c-format
1573msgid "%s: cannot assign fd to variable"
1574msgstr "%s: ne mogu pridružiti opisnik datoteke varijabli"
1575
a0c0a00f 1576#: redir.c:586
ac50fbac
CR
1577msgid "/dev/(tcp|udp)/host/port not supported without networking"
1578msgstr "/dev/(tcp|udp)/host/port nije podržan bez umrežavanja"
1579
a0c0a00f 1580#: redir.c:868 redir.c:983 redir.c:1044 redir.c:1209
ac50fbac
CR
1581msgid "redirection error: cannot duplicate fd"
1582msgstr "greška preusmjeravanja: ne mogu udvostručiti opisnik datoteke"
1583
a0c0a00f 1584#: shell.c:347
ac50fbac
CR
1585msgid "could not find /tmp, please create!"
1586msgstr "ne mogu pronaći /tmp, molim, napravite ga!"
1587
a0c0a00f 1588#: shell.c:351
ac50fbac
CR
1589msgid "/tmp must be a valid directory name"
1590msgstr "/tmp mora biti ispravno ime direktorija"
1591
a0c0a00f 1592#: shell.c:927
ac50fbac
CR
1593#, c-format
1594msgid "%c%c: invalid option"
1595msgstr "%c%c: neispravna opcija"
1596
a0c0a00f
CR
1597#: shell.c:1282
1598#, c-format
1599msgid "cannot set uid to %d: effective uid %d"
1600msgstr ""
1601
1602#: shell.c:1289
1603#, c-format
1604msgid "cannot set gid to %d: effective gid %d"
1605msgstr ""
1606
1607#: shell.c:1458
1608msgid "cannot start debugger; debugging mode disabled"
1609msgstr ""
1610
1611#: shell.c:1566
1612#, fuzzy, c-format
1613msgid "%s: Is a directory"
1614msgstr "%s: to je direktorij"
1615
1616#: shell.c:1777
ac50fbac
CR
1617msgid "I have no name!"
1618msgstr "Nemam ime!"
1619
a0c0a00f 1620#: shell.c:1930
ac50fbac
CR
1621#, c-format
1622msgid "GNU bash, version %s-(%s)\n"
1623msgstr "GNU bash, inačica %s-(%s)\n"
1624
a0c0a00f 1625#: shell.c:1931
ac50fbac
CR
1626#, c-format
1627msgid ""
1628"Usage:\t%s [GNU long option] [option] ...\n"
1629"\t%s [GNU long option] [option] script-file ...\n"
1630msgstr ""
1631"Uporaba: %s [GNU dugačka opcija] [opcija] ...\n"
1632"\t %s [GNU dugačka opcija] [opcija] skripta ...\n"
1633
a0c0a00f 1634#: shell.c:1933
ac50fbac
CR
1635msgid "GNU long options:\n"
1636msgstr "GNU dugačke opcije:\n"
1637
a0c0a00f 1638#: shell.c:1937
ac50fbac
CR
1639msgid "Shell options:\n"
1640msgstr "Opcije ljuske:\n"
1641
a0c0a00f 1642#: shell.c:1938
ac50fbac
CR
1643msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
1644msgstr ""
1645
a0c0a00f 1646#: shell.c:1953
ac50fbac
CR
1647#, c-format
1648msgid "\t-%s or -o option\n"
1649msgstr ""
1650
a0c0a00f 1651#: shell.c:1959
ac50fbac
CR
1652#, c-format
1653msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1654msgstr ""
1655
a0c0a00f 1656#: shell.c:1960
ac50fbac
CR
1657#, c-format
1658msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1659msgstr ""
1660
a0c0a00f 1661#: shell.c:1961
ac50fbac
CR
1662#, c-format
1663msgid "Use the `bashbug' command to report bugs.\n"
1664msgstr "Koristite naredbu „bashbug” za prijavljivanje grešaka.\n"
1665
a0c0a00f
CR
1666#: shell.c:1963
1667#, c-format
1668msgid "bash home page: <http://www.gnu.org/software/bash>\n"
1669msgstr ""
1670
1671#: shell.c:1964
1672#, c-format
1673msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
1674msgstr ""
1675
1676#: sig.c:707
ac50fbac
CR
1677#, c-format
1678msgid "sigprocmask: %d: invalid operation"
1679msgstr ""
1680
1681#: siglist.c:48
1682msgid "Bogus signal"
1683msgstr "Lažan signal"
1684
1685#: siglist.c:51
1686msgid "Hangup"
1687msgstr "Završetak"
1688
1689#: siglist.c:55
1690msgid "Interrupt"
1691msgstr "Prekid"
1692
1693#: siglist.c:59
1694msgid "Quit"
1695msgstr "Izlaz"
1696
1697#: siglist.c:63
1698msgid "Illegal instruction"
1699msgstr "Nedozvoljena instrukcija"
1700
1701#: siglist.c:67
1702msgid "BPT trace/trap"
1703msgstr "BPT praćenje/zamka"
1704
1705#: siglist.c:75
1706msgid "ABORT instruction"
1707msgstr "ABORT instrukcija"
1708
1709#: siglist.c:79
1710msgid "EMT instruction"
1711msgstr "EMT instrukcija"
1712
1713#: siglist.c:83
1714msgid "Floating point exception"
1715msgstr "Iznimka pomičnog zareza"
1716
1717#: siglist.c:87
1718msgid "Killed"
1719msgstr "Prekinut"
1720
1721#: siglist.c:91
1722msgid "Bus error"
1723msgstr "Sabirnička greška"
1724
1725#: siglist.c:95
1726msgid "Segmentation fault"
1727msgstr "Segmentacijska greška"
1728
1729#: siglist.c:99
1730msgid "Bad system call"
1731msgstr "Neispravan poziv sustava"
1732
1733#: siglist.c:103
1734msgid "Broken pipe"
1735msgstr "Prekinut cjevovod"
1736
1737#: siglist.c:107
1738msgid "Alarm clock"
1739msgstr "Budilica"
1740
1741#: siglist.c:111
1742msgid "Terminated"
1743msgstr "Završen"
1744
1745#: siglist.c:115
1746msgid "Urgent IO condition"
1747msgstr "Hitno U/I stanje"
1748
1749#: siglist.c:119
1750msgid "Stopped (signal)"
1751msgstr "Zaustavljen (signalom)"
1752
1753#: siglist.c:127
1754msgid "Continue"
1755msgstr "Nastavi"
1756
1757#: siglist.c:135
1758msgid "Child death or stop"
1759msgstr "Dijete je umrlo ili zaustavljeno"
1760
1761#: siglist.c:139
1762msgid "Stopped (tty input)"
1763msgstr "Zaustavljen (tty ulaz)"
1764
1765#: siglist.c:143
1766msgid "Stopped (tty output)"
1767msgstr "Zaustavljen (tty izlaz)"
1768
1769#: siglist.c:147
1770msgid "I/O ready"
1771msgstr "U/I spreman"
1772
1773#: siglist.c:151
1774msgid "CPU limit"
1775msgstr "Ograničenje procesora"
1776
1777#: siglist.c:155
1778msgid "File limit"
1779msgstr "Ograničenje datoteke"
1780
1781#: siglist.c:159
1782msgid "Alarm (virtual)"
1783msgstr "Budilica (virtualna)"
1784
1785#: siglist.c:163
1786msgid "Alarm (profile)"
1787msgstr ""
1788
1789#: siglist.c:167
1790msgid "Window changed"
1791msgstr "Promijenjen prozor"
1792
1793#: siglist.c:171
1794msgid "Record lock"
1795msgstr ""
1796
1797#: siglist.c:175
1798msgid "User signal 1"
1799msgstr "Korisnički signal 1"
1800
1801#: siglist.c:179
1802msgid "User signal 2"
1803msgstr "Korisnički signal 2"
1804
1805#: siglist.c:183
1806msgid "HFT input data pending"
1807msgstr ""
1808
1809#: siglist.c:187
1810msgid "power failure imminent"
1811msgstr "prekid napajanja je neizbježan"
1812
1813#: siglist.c:191
1814msgid "system crash imminent"
1815msgstr "rušenje sustava je neizbježno"
1816
1817#: siglist.c:195
1818msgid "migrate process to another CPU"
1819msgstr "preseli proces na drugi procesor"
1820
1821#: siglist.c:199
1822msgid "programming error"
1823msgstr "greška programiranja"
1824
1825#: siglist.c:203
1826msgid "HFT monitor mode granted"
1827msgstr ""
1828
1829#: siglist.c:207
1830msgid "HFT monitor mode retracted"
1831msgstr ""
1832
1833#: siglist.c:211
1834msgid "HFT sound sequence has completed"
1835msgstr ""
1836
1837#: siglist.c:215
1838msgid "Information request"
1839msgstr "Zahtjev za informacijom"
1840
1841#: siglist.c:223
1842msgid "Unknown Signal #"
1843msgstr "Nepoznat signal #"
1844
1845#: siglist.c:225
1846#, c-format
1847msgid "Unknown Signal #%d"
1848msgstr "Nepoznat signal #%d"
1849
a0c0a00f 1850#: subst.c:1445 subst.c:1608
ac50fbac
CR
1851#, c-format
1852msgid "bad substitution: no closing `%s' in %s"
1853msgstr "neispravna zamjena: nema zatvorene „%s” u %s"
1854
a0c0a00f 1855#: subst.c:3154
ac50fbac
CR
1856#, c-format
1857msgid "%s: cannot assign list to array member"
1858msgstr "%s: ne mogu pridružiti popis elementu polja"
1859
a0c0a00f 1860#: subst.c:5740 subst.c:5756
ac50fbac
CR
1861msgid "cannot make pipe for process substitution"
1862msgstr "ne mogu napraviti cjevovod za zamjenu procesa"
1863
a0c0a00f 1864#: subst.c:5798
ac50fbac
CR
1865msgid "cannot make child for process substitution"
1866msgstr "ne mogu napraviti dijete za zamjenu procesa"
1867
a0c0a00f 1868#: subst.c:5848
ac50fbac
CR
1869#, c-format
1870msgid "cannot open named pipe %s for reading"
1871msgstr "ne mogu otvoriti imenovani cjevovod %s za čitanje"
1872
a0c0a00f 1873#: subst.c:5850
ac50fbac
CR
1874#, c-format
1875msgid "cannot open named pipe %s for writing"
1876msgstr "ne mogu otvoriti imenovani cjevovod %s za pisanje"
1877
a0c0a00f 1878#: subst.c:5873
ac50fbac
CR
1879#, c-format
1880msgid "cannot duplicate named pipe %s as fd %d"
1881msgstr "ne mogu udvostručiti imenovani cjevovod %s kao opisnik datoteke %d"
1882
a0c0a00f
CR
1883#: subst.c:5959
1884#, fuzzy
1885msgid "command substitution: ignored null byte in input"
1886msgstr "neispravna zamjena: nema zatvorenog „`” u %s"
1887
1888#: subst.c:6083
ac50fbac
CR
1889msgid "cannot make pipe for command substitution"
1890msgstr "ne mogu napraviti cjevovod za zamjenu naredbi"
1891
a0c0a00f 1892#: subst.c:6127
ac50fbac
CR
1893msgid "cannot make child for command substitution"
1894msgstr "ne mogu napraviti dijete za zamjenu naredbi"
1895
a0c0a00f 1896#: subst.c:6153
ac50fbac
CR
1897msgid "command_substitute: cannot duplicate pipe as fd 1"
1898msgstr ""
1899"command_substitute: ne mogu udvostručiti cjevovod kao opisnik datoteke 1"
1900
a0c0a00f 1901#: subst.c:6580 subst.c:8939
ac50fbac
CR
1902#, c-format
1903msgid "%s: invalid variable name for name reference"
1904msgstr ""
1905
a0c0a00f
CR
1906#: subst.c:6666 subst.c:8351 subst.c:8371
1907#, c-format
1908msgid "%s: bad substitution"
1909msgstr "%s: neispravna zamjena"
1910
1911#: subst.c:6800
1912#, fuzzy, c-format
1913msgid "%s: invalid indirect expansion"
1914msgstr "%s: neispravan broj redaka"
1915
1916#: subst.c:6807
1917#, fuzzy, c-format
1918msgid "%s: invalid variable name"
1919msgstr "„%s”: neispravno drugo ime"
1920
1921#: subst.c:6854
ac50fbac
CR
1922#, c-format
1923msgid "%s: parameter null or not set"
1924msgstr "%s: parametar prazan ili nije postavljen"
1925
a0c0a00f 1926#: subst.c:7089 subst.c:7104
ac50fbac
CR
1927#, c-format
1928msgid "%s: substring expression < 0"
1929msgstr "%s: izraz podniza < 0"
1930
a0c0a00f 1931#: subst.c:8450
ac50fbac
CR
1932#, c-format
1933msgid "$%s: cannot assign in this way"
1934msgstr "$%s: ne mogu pridružiti na ovaj način"
1935
a0c0a00f 1936#: subst.c:8802
ac50fbac
CR
1937msgid ""
1938"future versions of the shell will force evaluation as an arithmetic "
1939"substitution"
1940msgstr "buduće inačice ljuske će prisiliti procjenu kao aritmetičku zamjenu"
1941
a0c0a00f 1942#: subst.c:9349
ac50fbac
CR
1943#, c-format
1944msgid "bad substitution: no closing \"`\" in %s"
1945msgstr "neispravna zamjena: nema zatvorenog „`” u %s"
1946
a0c0a00f 1947#: subst.c:10298
ac50fbac
CR
1948#, c-format
1949msgid "no match: %s"
1950msgstr "nema podudaranja: %s"
1951
1952#: test.c:147
1953msgid "argument expected"
1954msgstr "očekujem argument"
1955
1956#: test.c:156
1957#, c-format
1958msgid "%s: integer expression expected"
1959msgstr "%s: očekujem cjelobrojni izraz"
1960
a0c0a00f 1961#: test.c:265
ac50fbac
CR
1962msgid "`)' expected"
1963msgstr "očekujem „)”"
1964
a0c0a00f 1965#: test.c:267
ac50fbac
CR
1966#, c-format
1967msgid "`)' expected, found %s"
1968msgstr "očekujem „)”, našao %s"
1969
a0c0a00f 1970#: test.c:282 test.c:744 test.c:747
ac50fbac
CR
1971#, c-format
1972msgid "%s: unary operator expected"
1973msgstr "%s: očekujem unarni operator"
1974
a0c0a00f 1975#: test.c:469 test.c:787
ac50fbac
CR
1976#, c-format
1977msgid "%s: binary operator expected"
1978msgstr "%s: očekujem binarni operator"
1979
a0c0a00f 1980#: test.c:869
ac50fbac
CR
1981msgid "missing `]'"
1982msgstr "nedostaje „]”"
1983
a0c0a00f 1984#: trap.c:224
ac50fbac
CR
1985msgid "invalid signal number"
1986msgstr "neispravan broj signala"
1987
a0c0a00f 1988#: trap.c:387
ac50fbac
CR
1989#, c-format
1990msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1991msgstr ""
1992
a0c0a00f 1993#: trap.c:391
ac50fbac
CR
1994#, c-format
1995msgid ""
1996"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1997msgstr ""
1998
a0c0a00f 1999#: trap.c:447
ac50fbac
CR
2000#, c-format
2001msgid "trap_handler: bad signal %d"
2002msgstr "trap_handler: neispravan signal %d"
2003
a0c0a00f 2004#: variables.c:409
ac50fbac
CR
2005#, c-format
2006msgid "error importing function definition for `%s'"
2007msgstr "greška pri uvozu definicije funkcije za „%s”"
2008
a0c0a00f 2009#: variables.c:814
ac50fbac
CR
2010#, c-format
2011msgid "shell level (%d) too high, resetting to 1"
2012msgstr "razina ljuske (%d) je previsoka, vraćam na 1"
2013
a0c0a00f 2014#: variables.c:2413
ac50fbac
CR
2015msgid "make_local_variable: no function context at current scope"
2016msgstr ""
2017
a0c0a00f 2018#: variables.c:2432
ac50fbac
CR
2019#, fuzzy, c-format
2020msgid "%s: variable may not be assigned value"
2021msgstr "%s: ne mogu pridružiti opisnik datoteke varijabli"
2022
a0c0a00f
CR
2023#: variables.c:3043
2024#, c-format
2025msgid "%s: assigning integer to name reference"
2026msgstr ""
2027
2028#: variables.c:3940
ac50fbac
CR
2029msgid "all_local_variables: no function context at current scope"
2030msgstr ""
2031
a0c0a00f 2032#: variables.c:4218
ac50fbac
CR
2033#, c-format
2034msgid "%s has null exportstr"
2035msgstr "%s ima prazan exportstr"
2036
a0c0a00f 2037#: variables.c:4223 variables.c:4232
ac50fbac
CR
2038#, c-format
2039msgid "invalid character %d in exportstr for %s"
2040msgstr ""
2041
a0c0a00f 2042#: variables.c:4238
ac50fbac
CR
2043#, c-format
2044msgid "no `=' in exportstr for %s"
2045msgstr ""
2046
a0c0a00f 2047#: variables.c:4684
ac50fbac
CR
2048msgid "pop_var_context: head of shell_variables not a function context"
2049msgstr ""
2050
a0c0a00f 2051#: variables.c:4697
ac50fbac
CR
2052msgid "pop_var_context: no global_variables context"
2053msgstr ""
2054
a0c0a00f 2055#: variables.c:4772
ac50fbac
CR
2056msgid "pop_scope: head of shell_variables not a temporary environment scope"
2057msgstr ""
2058
a0c0a00f 2059#: variables.c:5619
ac50fbac
CR
2060#, c-format
2061msgid "%s: %s: cannot open as FILE"
2062msgstr "%s: %s: ne mogu otvoriti kao DATOTEKU"
2063
a0c0a00f 2064#: variables.c:5624
ac50fbac
CR
2065#, c-format
2066msgid "%s: %s: invalid value for trace file descriptor"
2067msgstr ""
2068
a0c0a00f 2069#: variables.c:5669
ac50fbac
CR
2070#, fuzzy, c-format
2071msgid "%s: %s: compatibility value out of range"
2072msgstr "%s: %s je izvan granica"
2073
a0c0a00f 2074#: version.c:46 version2.c:46
ac50fbac 2075#, fuzzy
a0c0a00f 2076msgid "Copyright (C) 2016 Free Software Foundation, Inc."
ac50fbac
CR
2077msgstr "Copyright © 2011 Free Software Foundation, Inc."
2078
2079#: version.c:47 version2.c:47
2080msgid ""
2081"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
2082"html>\n"
2083msgstr ""
2084"Licenca GPLv3+: GNU GPL inačica 3 ili novija <http://gnu.org/licenses/gpl."
2085"html>\n"
2086
2087#: version.c:86 version2.c:86
2088#, c-format
2089msgid "GNU bash, version %s (%s)\n"
2090msgstr "GNU bash, inačica %s (%s)\n"
2091
2092#: version.c:91 version2.c:91
2093#, fuzzy
2094msgid "This is free software; you are free to change and redistribute it."
2095msgstr "Ovo je slobodan softver, slobodno ga smijete mijenjati i dijeliti.\n"
2096
2097#: version.c:92 version2.c:92
2098#, fuzzy
2099msgid "There is NO WARRANTY, to the extent permitted by law."
2100msgstr "NEMA JAMSTAVA, do krajnje mjere dozvoljene zakonom.\n"
2101
ac50fbac
CR
2102#: xmalloc.c:91
2103#, c-format
2104msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2105msgstr "%s: ne mogu alocirati %lu bajtova (alocirano %lu bajtova)"
2106
2107#: xmalloc.c:93
2108#, c-format
2109msgid "%s: cannot allocate %lu bytes"
2110msgstr "%s: ne mogu alocirati %lu bajtova"
2111
2112#: xmalloc.c:163
2113#, c-format
2114msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2115msgstr "%s: %s:%d: ne mogu alocirati %lu bajtova (alocirano %lu bajtova)"
2116
2117#: xmalloc.c:165
2118#, c-format
2119msgid "%s: %s:%d: cannot allocate %lu bytes"
2120msgstr "%s: %s:%d: ne mogu alocirati %lu bajtova"
2121
a0c0a00f 2122#: builtins.c:45
ac50fbac
CR
2123msgid "alias [-p] [name[=value] ... ]"
2124msgstr "alias [-p] [ime[=vrijednost] ... ]"
2125
a0c0a00f 2126#: builtins.c:49
ac50fbac
CR
2127msgid "unalias [-a] name [name ...]"
2128msgstr "unalias [-a] ime [ime ...]"
2129
a0c0a00f 2130#: builtins.c:53
ac50fbac
CR
2131msgid ""
2132"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2133"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2134msgstr ""
2135
a0c0a00f 2136#: builtins.c:56
ac50fbac
CR
2137msgid "break [n]"
2138msgstr ""
2139
a0c0a00f 2140#: builtins.c:58
ac50fbac
CR
2141msgid "continue [n]"
2142msgstr ""
2143
a0c0a00f 2144#: builtins.c:60
ac50fbac
CR
2145msgid "builtin [shell-builtin [arg ...]]"
2146msgstr ""
2147
a0c0a00f 2148#: builtins.c:63
ac50fbac
CR
2149msgid "caller [expr]"
2150msgstr ""
2151
a0c0a00f 2152#: builtins.c:66
ac50fbac
CR
2153msgid "cd [-L|[-P [-e]] [-@]] [dir]"
2154msgstr ""
2155
a0c0a00f 2156#: builtins.c:68
ac50fbac
CR
2157msgid "pwd [-LP]"
2158msgstr "pwd [-LP]"
2159
a0c0a00f 2160#: builtins.c:76
ac50fbac
CR
2161msgid "command [-pVv] command [arg ...]"
2162msgstr ""
2163
a0c0a00f 2164#: builtins.c:78
ac50fbac
CR
2165#, fuzzy
2166msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
2167msgstr "alias [-p] [ime[=vrijednost] ... ]"
2168
ac50fbac 2169#: builtins.c:80
a0c0a00f
CR
2170#, fuzzy
2171msgid "typeset [-aAfFgilnrtux] [-p] name[=value] ..."
2172msgstr "alias [-p] [ime[=vrijednost] ... ]"
2173
2174#: builtins.c:82
ac50fbac
CR
2175msgid "local [option] name[=value] ..."
2176msgstr ""
2177
a0c0a00f 2178#: builtins.c:85
ac50fbac
CR
2179msgid "echo [-neE] [arg ...]"
2180msgstr ""
2181
a0c0a00f 2182#: builtins.c:89
ac50fbac
CR
2183msgid "echo [-n] [arg ...]"
2184msgstr ""
2185
a0c0a00f 2186#: builtins.c:92
ac50fbac
CR
2187msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2188msgstr ""
2189
a0c0a00f 2190#: builtins.c:94
ac50fbac
CR
2191msgid "eval [arg ...]"
2192msgstr ""
2193
a0c0a00f 2194#: builtins.c:96
ac50fbac
CR
2195msgid "getopts optstring name [arg]"
2196msgstr ""
2197
a0c0a00f 2198#: builtins.c:98
ac50fbac
CR
2199msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2200msgstr ""
2201
a0c0a00f 2202#: builtins.c:100
ac50fbac
CR
2203msgid "exit [n]"
2204msgstr ""
2205
a0c0a00f 2206#: builtins.c:102
ac50fbac
CR
2207msgid "logout [n]"
2208msgstr ""
2209
a0c0a00f 2210#: builtins.c:105
ac50fbac
CR
2211msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2212msgstr ""
2213
a0c0a00f 2214#: builtins.c:109
ac50fbac
CR
2215msgid "fg [job_spec]"
2216msgstr ""
2217
a0c0a00f 2218#: builtins.c:113
ac50fbac
CR
2219msgid "bg [job_spec ...]"
2220msgstr ""
2221
a0c0a00f 2222#: builtins.c:116
ac50fbac
CR
2223msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2224msgstr ""
2225
a0c0a00f 2226#: builtins.c:119
ac50fbac
CR
2227msgid "help [-dms] [pattern ...]"
2228msgstr ""
2229
a0c0a00f 2230#: builtins.c:123
ac50fbac
CR
2231msgid ""
2232"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2233"[arg...]"
2234msgstr ""
2235
a0c0a00f 2236#: builtins.c:127
ac50fbac
CR
2237msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2238msgstr ""
2239
a0c0a00f
CR
2240#: builtins.c:131
2241msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
ac50fbac
CR
2242msgstr ""
2243
a0c0a00f 2244#: builtins.c:134
ac50fbac
CR
2245msgid ""
2246"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2247"[sigspec]"
2248msgstr ""
2249
a0c0a00f 2250#: builtins.c:136
ac50fbac
CR
2251msgid "let arg [arg ...]"
2252msgstr ""
2253
a0c0a00f 2254#: builtins.c:138
ac50fbac
CR
2255msgid ""
2256"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2257"prompt] [-t timeout] [-u fd] [name ...]"
2258msgstr ""
2259
a0c0a00f 2260#: builtins.c:140
ac50fbac
CR
2261msgid "return [n]"
2262msgstr ""
2263
a0c0a00f 2264#: builtins.c:142
ac50fbac
CR
2265msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2266msgstr ""
2267
a0c0a00f 2268#: builtins.c:144
ac50fbac
CR
2269#, fuzzy
2270msgid "unset [-f] [-v] [-n] [name ...]"
2271msgstr "unalias [-a] ime [ime ...]"
2272
a0c0a00f 2273#: builtins.c:146
ac50fbac
CR
2274msgid "export [-fn] [name[=value] ...] or export -p"
2275msgstr ""
2276
a0c0a00f 2277#: builtins.c:148
ac50fbac
CR
2278msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2279msgstr ""
2280
a0c0a00f 2281#: builtins.c:150
ac50fbac
CR
2282msgid "shift [n]"
2283msgstr ""
2284
a0c0a00f 2285#: builtins.c:152
ac50fbac
CR
2286msgid "source filename [arguments]"
2287msgstr ""
2288
a0c0a00f 2289#: builtins.c:154
ac50fbac
CR
2290msgid ". filename [arguments]"
2291msgstr ""
2292
a0c0a00f 2293#: builtins.c:157
ac50fbac
CR
2294msgid "suspend [-f]"
2295msgstr ""
2296
ac50fbac 2297#: builtins.c:160
a0c0a00f 2298msgid "test [expr]"
ac50fbac
CR
2299msgstr ""
2300
2301#: builtins.c:162
a0c0a00f 2302msgid "[ arg... ]"
ac50fbac
CR
2303msgstr ""
2304
a0c0a00f 2305#: builtins.c:166
ac50fbac
CR
2306msgid "trap [-lp] [[arg] signal_spec ...]"
2307msgstr ""
2308
a0c0a00f 2309#: builtins.c:168
ac50fbac
CR
2310msgid "type [-afptP] name [name ...]"
2311msgstr ""
2312
a0c0a00f
CR
2313#: builtins.c:171
2314msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
ac50fbac
CR
2315msgstr ""
2316
a0c0a00f 2317#: builtins.c:174
ac50fbac
CR
2318msgid "umask [-p] [-S] [mode]"
2319msgstr ""
2320
a0c0a00f 2321#: builtins.c:177
ac50fbac
CR
2322msgid "wait [-n] [id ...]"
2323msgstr ""
2324
a0c0a00f 2325#: builtins.c:181
ac50fbac
CR
2326msgid "wait [pid ...]"
2327msgstr ""
2328
a0c0a00f 2329#: builtins.c:184
ac50fbac
CR
2330msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2331msgstr ""
2332
a0c0a00f 2333#: builtins.c:186
ac50fbac
CR
2334msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2335msgstr ""
2336
a0c0a00f 2337#: builtins.c:188
ac50fbac
CR
2338msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2339msgstr ""
2340
a0c0a00f 2341#: builtins.c:190
ac50fbac
CR
2342msgid "time [-p] pipeline"
2343msgstr ""
2344
a0c0a00f 2345#: builtins.c:192
ac50fbac
CR
2346msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2347msgstr ""
2348
a0c0a00f 2349#: builtins.c:194
ac50fbac
CR
2350msgid ""
2351"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2352"COMMANDS; ] fi"
2353msgstr ""
2354
a0c0a00f 2355#: builtins.c:196
ac50fbac
CR
2356msgid "while COMMANDS; do COMMANDS; done"
2357msgstr ""
2358
a0c0a00f 2359#: builtins.c:198
ac50fbac
CR
2360msgid "until COMMANDS; do COMMANDS; done"
2361msgstr ""
2362
a0c0a00f 2363#: builtins.c:200
ac50fbac
CR
2364msgid "coproc [NAME] command [redirections]"
2365msgstr ""
2366
a0c0a00f 2367#: builtins.c:202
ac50fbac
CR
2368msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2369msgstr ""
2370
a0c0a00f 2371#: builtins.c:204
ac50fbac
CR
2372msgid "{ COMMANDS ; }"
2373msgstr ""
2374
a0c0a00f 2375#: builtins.c:206
ac50fbac
CR
2376msgid "job_spec [&]"
2377msgstr ""
2378
a0c0a00f 2379#: builtins.c:208
ac50fbac
CR
2380msgid "(( expression ))"
2381msgstr "(( izraz ))"
2382
a0c0a00f 2383#: builtins.c:210
ac50fbac
CR
2384msgid "[[ expression ]]"
2385msgstr "[[ izraz ]]"
2386
a0c0a00f 2387#: builtins.c:212
ac50fbac
CR
2388msgid "variables - Names and meanings of some shell variables"
2389msgstr ""
2390
a0c0a00f 2391#: builtins.c:215
ac50fbac
CR
2392msgid "pushd [-n] [+N | -N | dir]"
2393msgstr "pushd [-n] [+N | -N | direktorij]"
2394
a0c0a00f 2395#: builtins.c:219
ac50fbac
CR
2396msgid "popd [-n] [+N | -N]"
2397msgstr "popd [-n] [+N | -N]"
2398
a0c0a00f 2399#: builtins.c:223
ac50fbac
CR
2400msgid "dirs [-clpv] [+N] [-N]"
2401msgstr ""
2402
a0c0a00f 2403#: builtins.c:226
ac50fbac
CR
2404msgid "shopt [-pqsu] [-o] [optname ...]"
2405msgstr ""
2406
a0c0a00f 2407#: builtins.c:228
ac50fbac
CR
2408msgid "printf [-v var] format [arguments]"
2409msgstr ""
2410
a0c0a00f 2411#: builtins.c:231
ac50fbac
CR
2412msgid ""
2413"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2414"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2415"suffix] [name ...]"
2416msgstr ""
2417
a0c0a00f 2418#: builtins.c:235
ac50fbac 2419msgid ""
a0c0a00f 2420"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
ac50fbac
CR
2421"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2422msgstr ""
2423
a0c0a00f 2424#: builtins.c:239
ac50fbac
CR
2425msgid "compopt [-o|+o option] [-DE] [name ...]"
2426msgstr ""
2427
a0c0a00f 2428#: builtins.c:242
ac50fbac 2429msgid ""
a0c0a00f
CR
2430"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2431"callback] [-c quantum] [array]"
ac50fbac
CR
2432msgstr ""
2433
a0c0a00f 2434#: builtins.c:244
ac50fbac
CR
2435msgid ""
2436"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2437"quantum] [array]"
2438msgstr ""
2439
a0c0a00f 2440#: builtins.c:256
ac50fbac
CR
2441msgid ""
2442"Define or display aliases.\n"
2443" \n"
2444" Without arguments, `alias' prints the list of aliases in the reusable\n"
2445" form `alias NAME=VALUE' on standard output.\n"
2446" \n"
2447" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2448" A trailing space in VALUE causes the next word to be checked for\n"
2449" alias substitution when the alias is expanded.\n"
2450" \n"
2451" Options:\n"
a0c0a00f 2452" -p\tprint all defined aliases in a reusable format\n"
ac50fbac
CR
2453" \n"
2454" Exit Status:\n"
2455" alias returns true unless a NAME is supplied for which no alias has "
2456"been\n"
2457" defined."
2458msgstr ""
2459
a0c0a00f 2460#: builtins.c:278
ac50fbac
CR
2461msgid ""
2462"Remove each NAME from the list of defined aliases.\n"
2463" \n"
2464" Options:\n"
a0c0a00f 2465" -a\tremove all alias definitions\n"
ac50fbac
CR
2466" \n"
2467" Return success unless a NAME is not an existing alias."
2468msgstr ""
2469
a0c0a00f 2470#: builtins.c:291
ac50fbac
CR
2471msgid ""
2472"Set Readline key bindings and variables.\n"
2473" \n"
2474" Bind a key sequence to a Readline function or a macro, or set a\n"
2475" Readline variable. The non-option argument syntax is equivalent to\n"
2476" that found in ~/.inputrc, but must be passed as a single argument:\n"
2477" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2478" \n"
2479" Options:\n"
2480" -m keymap Use KEYMAP as the keymap for the duration of this\n"
2481" command. Acceptable keymap names are emacs,\n"
2482" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2483"move,\n"
2484" vi-command, and vi-insert.\n"
2485" -l List names of functions.\n"
2486" -P List function names and bindings.\n"
2487" -p List functions and bindings in a form that can be\n"
2488" reused as input.\n"
2489" -S List key sequences that invoke macros and their "
2490"values\n"
2491" -s List key sequences that invoke macros and their "
2492"values\n"
2493" in a form that can be reused as input.\n"
2494" -V List variable names and values\n"
2495" -v List variable names and values in a form that can\n"
2496" be reused as input.\n"
2497" -q function-name Query about which keys invoke the named function.\n"
2498" -u function-name Unbind all keys which are bound to the named "
2499"function.\n"
2500" -r keyseq Remove the binding for KEYSEQ.\n"
2501" -f filename Read key bindings from FILENAME.\n"
2502" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2503" \t\t\t\tKEYSEQ is entered.\n"
a0c0a00f
CR
2504" -X List key sequences bound with -x and associated "
2505"commands\n"
ac50fbac
CR
2506" in a form that can be reused as input.\n"
2507" \n"
2508" Exit Status:\n"
2509" bind returns 0 unless an unrecognized option is given or an error occurs."
2510msgstr ""
2511
a0c0a00f 2512#: builtins.c:330
ac50fbac
CR
2513msgid ""
2514"Exit for, while, or until loops.\n"
2515" \n"
2516" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2517" loops.\n"
2518" \n"
2519" Exit Status:\n"
2520" The exit status is 0 unless N is not greater than or equal to 1."
2521msgstr ""
2522
a0c0a00f 2523#: builtins.c:342
ac50fbac
CR
2524msgid ""
2525"Resume for, while, or until loops.\n"
2526" \n"
2527" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2528" If N is specified, resumes the Nth enclosing loop.\n"
2529" \n"
2530" Exit Status:\n"
2531" The exit status is 0 unless N is not greater than or equal to 1."
2532msgstr ""
2533
a0c0a00f 2534#: builtins.c:354
ac50fbac
CR
2535msgid ""
2536"Execute shell builtins.\n"
2537" \n"
2538" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2539" lookup. This is useful when you wish to reimplement a shell builtin\n"
2540" as a shell function, but need to execute the builtin within the "
2541"function.\n"
2542" \n"
2543" Exit Status:\n"
2544" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2545" not a shell builtin.."
2546msgstr ""
2547
a0c0a00f 2548#: builtins.c:369
ac50fbac
CR
2549msgid ""
2550"Return the context of the current subroutine call.\n"
2551" \n"
2552" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2553" \"$line $subroutine $filename\"; this extra information can be used to\n"
2554" provide a stack trace.\n"
2555" \n"
2556" The value of EXPR indicates how many call frames to go back before the\n"
2557" current one; the top frame is frame 0.\n"
2558" \n"
2559" Exit Status:\n"
2560" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2561" is invalid."
2562msgstr ""
2563
a0c0a00f 2564#: builtins.c:387
ac50fbac
CR
2565msgid ""
2566"Change the shell working directory.\n"
2567" \n"
2568" Change the current directory to DIR. The default DIR is the value of "
2569"the\n"
2570" HOME shell variable.\n"
2571" \n"
2572" The variable CDPATH defines the search path for the directory "
2573"containing\n"
2574" DIR. Alternative directory names in CDPATH are separated by a colon "
2575"(:).\n"
2576" A null directory name is the same as the current directory. If DIR "
2577"begins\n"
2578" with a slash (/), then CDPATH is not used.\n"
2579" \n"
2580" If the directory is not found, and the shell option `cdable_vars' is "
2581"set,\n"
2582" the word is assumed to be a variable name. If that variable has a "
2583"value,\n"
2584" its value is used for DIR.\n"
2585" \n"
2586" Options:\n"
a0c0a00f
CR
2587" -L\tforce symbolic links to be followed: resolve symbolic\n"
2588" \t\tlinks in DIR after processing instances of `..'\n"
2589" -P\tuse the physical directory structure without following\n"
2590" \t\tsymbolic links: resolve symbolic links in DIR before\n"
2591" \t\tprocessing instances of `..'\n"
2592" -e\tif the -P option is supplied, and the current working\n"
2593" \t\tdirectory cannot be determined successfully, exit with\n"
2594" \t\ta non-zero status\n"
2595" -@\ton systems that support it, present a file with extended\n"
2596" \t\tattributes as a directory containing the file attributes\n"
ac50fbac
CR
2597" \n"
2598" The default is to follow symbolic links, as if `-L' were specified.\n"
2599" `..' is processed by removing the immediately previous pathname "
2600"component\n"
2601" back to a slash or the beginning of DIR.\n"
2602" \n"
2603" Exit Status:\n"
2604" Returns 0 if the directory is changed, and if $PWD is set successfully "
2605"when\n"
2606" -P is used; non-zero otherwise."
2607msgstr ""
2608
a0c0a00f 2609#: builtins.c:425
ac50fbac
CR
2610msgid ""
2611"Print the name of the current working directory.\n"
2612" \n"
2613" Options:\n"
2614" -L\tprint the value of $PWD if it names the current working\n"
a0c0a00f 2615" \t\tdirectory\n"
ac50fbac
CR
2616" -P\tprint the physical directory, without any symbolic links\n"
2617" \n"
2618" By default, `pwd' behaves as if `-L' were specified.\n"
2619" \n"
2620" Exit Status:\n"
2621" Returns 0 unless an invalid option is given or the current directory\n"
2622" cannot be read."
2623msgstr ""
2624
a0c0a00f 2625#: builtins.c:442
ac50fbac
CR
2626msgid ""
2627"Null command.\n"
2628" \n"
2629" No effect; the command does nothing.\n"
2630" \n"
2631" Exit Status:\n"
2632" Always succeeds."
2633msgstr ""
2634"Prazna naredba.\n"
2635" \n"
2636" Nema efekta, ova naredba ne radi ništa.\n"
2637" \n"
2638" Izlazno stanje:\n"
2639" Uvijek uspješno."
2640
a0c0a00f 2641#: builtins.c:453
ac50fbac
CR
2642msgid ""
2643"Return a successful result.\n"
2644" \n"
2645" Exit Status:\n"
2646" Always succeeds."
2647msgstr ""
2648"Vrati uspješan rezultat.\n"
2649" \n"
2650" Izlazno stanje:\n"
2651" Uvijek uspješno."
2652
a0c0a00f 2653#: builtins.c:462
ac50fbac
CR
2654msgid ""
2655"Return an unsuccessful result.\n"
2656" \n"
2657" Exit Status:\n"
2658" Always fails."
2659msgstr ""
2660"Vrati neuspješan rezultat.\n"
2661" \n"
2662" Izlazno stanje:\n"
2663" Uvijek neuspješno."
2664
a0c0a00f 2665#: builtins.c:471
ac50fbac
CR
2666msgid ""
2667"Execute a simple command or display information about commands.\n"
2668" \n"
2669" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2670" information about the specified COMMANDs. Can be used to invoke "
2671"commands\n"
2672" on disk when a function with the same name exists.\n"
2673" \n"
2674" Options:\n"
a0c0a00f
CR
2675" -p use a default value for PATH that is guaranteed to find all of\n"
2676" the standard utilities\n"
2677" -v print a description of COMMAND similar to the `type' builtin\n"
2678" -V print a more verbose description of each COMMAND\n"
ac50fbac
CR
2679" \n"
2680" Exit Status:\n"
2681" Returns exit status of COMMAND, or failure if COMMAND is not found."
2682msgstr ""
2683
a0c0a00f 2684#: builtins.c:490
ac50fbac
CR
2685msgid ""
2686"Set variable values and attributes.\n"
2687" \n"
2688" Declare variables and give them attributes. If no NAMEs are given,\n"
2689" display the attributes and values of all variables.\n"
2690" \n"
2691" Options:\n"
2692" -f\trestrict action or display to function names and definitions\n"
2693" -F\trestrict display to function names only (plus line number and\n"
a0c0a00f 2694" \t\tsource file when debugging)\n"
ac50fbac 2695" -g\tcreate global variables when used in a shell function; otherwise\n"
a0c0a00f 2696" \t\tignored\n"
ac50fbac
CR
2697" -p\tdisplay the attributes and value of each NAME\n"
2698" \n"
2699" Options which set attributes:\n"
2700" -a\tto make NAMEs indexed arrays (if supported)\n"
2701" -A\tto make NAMEs associative arrays (if supported)\n"
2702" -i\tto make NAMEs have the `integer' attribute\n"
2703" -l\tto convert NAMEs to lower case on assignment\n"
2704" -n\tmake NAME a reference to the variable named by its value\n"
2705" -r\tto make NAMEs readonly\n"
2706" -t\tto make NAMEs have the `trace' attribute\n"
2707" -u\tto convert NAMEs to upper case on assignment\n"
2708" -x\tto make NAMEs export\n"
2709" \n"
2710" Using `+' instead of `-' turns off the given attribute.\n"
2711" \n"
2712" Variables with the integer attribute have arithmetic evaluation (see\n"
2713" the `let' command) performed when the variable is assigned a value.\n"
2714" \n"
2715" When used in a function, `declare' makes NAMEs local, as with the "
2716"`local'\n"
2717" command. The `-g' option suppresses this behavior.\n"
2718" \n"
2719" Exit Status:\n"
2720" Returns success unless an invalid option is supplied or a variable\n"
2721" assignment error occurs."
2722msgstr ""
2723
a0c0a00f
CR
2724#: builtins.c:530
2725#, fuzzy
ac50fbac
CR
2726msgid ""
2727"Set variable values and attributes.\n"
2728" \n"
a0c0a00f 2729" A synonym for `declare'. See `help declare'."
ac50fbac
CR
2730msgstr ""
2731"Postavi vrijednosti i svojstva varijabli.\n"
2732" \n"
2733" Zastarjelo. Pogledajte „help declare”."
2734
a0c0a00f 2735#: builtins.c:538
ac50fbac
CR
2736msgid ""
2737"Define local variables.\n"
2738" \n"
2739" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2740" be any option accepted by `declare'.\n"
2741" \n"
2742" Local variables can only be used within a function; they are visible\n"
2743" only to the function where they are defined and its children.\n"
2744" \n"
2745" Exit Status:\n"
2746" Returns success unless an invalid option is supplied, a variable\n"
2747" assignment error occurs, or the shell is not executing a function."
2748msgstr ""
2749
a0c0a00f 2750#: builtins.c:555
ac50fbac
CR
2751msgid ""
2752"Write arguments to the standard output.\n"
2753" \n"
2754" Display the ARGs, separated by a single space character and followed by "
2755"a\n"
2756" newline, on the standard output.\n"
2757" \n"
2758" Options:\n"
2759" -n\tdo not append a newline\n"
2760" -e\tenable interpretation of the following backslash escapes\n"
2761" -E\texplicitly suppress interpretation of backslash escapes\n"
2762" \n"
2763" `echo' interprets the following backslash-escaped characters:\n"
2764" \\a\talert (bell)\n"
2765" \\b\tbackspace\n"
2766" \\c\tsuppress further output\n"
2767" \\e\tescape character\n"
2768" \\E\tescape character\n"
2769" \\f\tform feed\n"
2770" \\n\tnew line\n"
2771" \\r\tcarriage return\n"
2772" \\t\thorizontal tab\n"
2773" \\v\tvertical tab\n"
2774" \\\\\tbackslash\n"
2775" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
a0c0a00f 2776" \t\t0 to 3 octal digits\n"
ac50fbac 2777" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
a0c0a00f 2778" \t\tcan be one or two hex digits\n"
ac50fbac
CR
2779" \n"
2780" Exit Status:\n"
2781" Returns success unless a write error occurs."
2782msgstr ""
2783
a0c0a00f 2784#: builtins.c:591
ac50fbac
CR
2785msgid ""
2786"Write arguments to the standard output.\n"
2787" \n"
2788" Display the ARGs on the standard output followed by a newline.\n"
2789" \n"
2790" Options:\n"
2791" -n\tdo not append a newline\n"
2792" \n"
2793" Exit Status:\n"
2794" Returns success unless a write error occurs."
2795msgstr ""
2796
a0c0a00f 2797#: builtins.c:606
ac50fbac
CR
2798msgid ""
2799"Enable and disable shell builtins.\n"
2800" \n"
2801" Enables and disables builtin shell commands. Disabling allows you to\n"
2802" execute a disk command which has the same name as a shell builtin\n"
2803" without using a full pathname.\n"
2804" \n"
2805" Options:\n"
2806" -a\tprint a list of builtins showing whether or not each is enabled\n"
2807" -n\tdisable each NAME or display a list of disabled builtins\n"
2808" -p\tprint the list of builtins in a reusable format\n"
2809" -s\tprint only the names of Posix `special' builtins\n"
2810" \n"
2811" Options controlling dynamic loading:\n"
2812" -f\tLoad builtin NAME from shared object FILENAME\n"
2813" -d\tRemove a builtin loaded with -f\n"
2814" \n"
2815" Without options, each NAME is enabled.\n"
2816" \n"
2817" To use the `test' found in $PATH instead of the shell builtin\n"
2818" version, type `enable -n test'.\n"
2819" \n"
2820" Exit Status:\n"
2821" Returns success unless NAME is not a shell builtin or an error occurs."
2822msgstr ""
2823
a0c0a00f 2824#: builtins.c:634
ac50fbac
CR
2825msgid ""
2826"Execute arguments as a shell command.\n"
2827" \n"
2828" Combine ARGs into a single string, use the result as input to the "
2829"shell,\n"
2830" and execute the resulting commands.\n"
2831" \n"
2832" Exit Status:\n"
2833" Returns exit status of command or success if command is null."
2834msgstr ""
2835
a0c0a00f 2836#: builtins.c:646
ac50fbac
CR
2837msgid ""
2838"Parse option arguments.\n"
2839" \n"
2840" Getopts is used by shell procedures to parse positional parameters\n"
2841" as options.\n"
2842" \n"
2843" OPTSTRING contains the option letters to be recognized; if a letter\n"
2844" is followed by a colon, the option is expected to have an argument,\n"
2845" which should be separated from it by white space.\n"
2846" \n"
2847" Each time it is invoked, getopts will place the next option in the\n"
2848" shell variable $name, initializing name if it does not exist, and\n"
2849" the index of the next argument to be processed into the shell\n"
2850" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2851" a shell script is invoked. When an option requires an argument,\n"
2852" getopts places that argument into the shell variable OPTARG.\n"
2853" \n"
2854" getopts reports errors in one of two ways. If the first character\n"
2855" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2856" this mode, no error messages are printed. If an invalid option is\n"
2857" seen, getopts places the option character found into OPTARG. If a\n"
2858" required argument is not found, getopts places a ':' into NAME and\n"
2859" sets OPTARG to the option character found. If getopts is not in\n"
2860" silent mode, and an invalid option is seen, getopts places '?' into\n"
2861" NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2862" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2863" printed.\n"
2864" \n"
2865" If the shell variable OPTERR has the value 0, getopts disables the\n"
2866" printing of error messages, even if the first character of\n"
2867" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2868" \n"
2869" Getopts normally parses the positional parameters ($0 - $9), but if\n"
2870" more arguments are given, they are parsed instead.\n"
2871" \n"
2872" Exit Status:\n"
2873" Returns success if an option is found; fails if the end of options is\n"
2874" encountered or an error occurs."
2875msgstr ""
2876
a0c0a00f 2877#: builtins.c:688
ac50fbac
CR
2878msgid ""
2879"Replace the shell with the given command.\n"
2880" \n"
2881" Execute COMMAND, replacing this shell with the specified program.\n"
2882" ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
2883"specified,\n"
2884" any redirections take effect in the current shell.\n"
2885" \n"
2886" Options:\n"
2887" -a name\tpass NAME as the zeroth argument to COMMAND\n"
a0c0a00f
CR
2888" -c\texecute COMMAND with an empty environment\n"
2889" -l\tplace a dash in the zeroth argument to COMMAND\n"
ac50fbac
CR
2890" \n"
2891" If the command cannot be executed, a non-interactive shell exits, "
2892"unless\n"
2893" the shell option `execfail' is set.\n"
2894" \n"
2895" Exit Status:\n"
2896" Returns success unless COMMAND is not found or a redirection error "
2897"occurs."
2898msgstr ""
2899
a0c0a00f 2900#: builtins.c:709
ac50fbac
CR
2901msgid ""
2902"Exit the shell.\n"
2903" \n"
2904" Exits the shell with a status of N. If N is omitted, the exit status\n"
2905" is that of the last command executed."
2906msgstr ""
2907"Izađi iz ljuske.\n"
2908" \n"
2909" Izlazi iz ljuske sa stanjem N. Ako N nije naveden, izlazno stanje je\n"
2910" isto kao i stanje zadnje izvršene naredbe."
2911
a0c0a00f 2912#: builtins.c:718
ac50fbac
CR
2913msgid ""
2914"Exit a login shell.\n"
2915" \n"
2916" Exits a login shell with exit status N. Returns an error if not "
2917"executed\n"
2918" in a login shell."
2919msgstr ""
2920"Izađi iz prijavne ljuske.\n"
2921" \n"
2922" Izlazi iz prijavne ljuske s izlaznim stanjem N. Vraća grešku ako nije\n"
2923" izvršeno u prijavnoj ljusci."
2924
a0c0a00f 2925#: builtins.c:728
ac50fbac
CR
2926msgid ""
2927"Display or execute commands from the history list.\n"
2928" \n"
2929" fc is used to list or edit and re-execute commands from the history "
2930"list.\n"
2931" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2932" string, which means the most recent command beginning with that\n"
2933" string.\n"
2934" \n"
2935" Options:\n"
2936" -e ENAME\tselect which editor to use. Default is FCEDIT, then "
2937"EDITOR,\n"
2938" \t\tthen vi\n"
2939" -l \tlist lines instead of editing\n"
2940" -n\tomit line numbers when listing\n"
2941" -r\treverse the order of the lines (newest listed first)\n"
2942" \n"
2943" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2944" re-executed after the substitution OLD=NEW is performed.\n"
2945" \n"
2946" A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2947" runs the last command beginning with `cc' and typing `r' re-executes\n"
2948" the last command.\n"
2949" \n"
2950" Exit Status:\n"
2951" Returns success or status of executed command; non-zero if an error "
2952"occurs."
2953msgstr ""
2954
a0c0a00f 2955#: builtins.c:758
ac50fbac
CR
2956msgid ""
2957"Move job to the foreground.\n"
2958" \n"
2959" Place the job identified by JOB_SPEC in the foreground, making it the\n"
2960" current job. If JOB_SPEC is not present, the shell's notion of the\n"
2961" current job is used.\n"
2962" \n"
2963" Exit Status:\n"
2964" Status of command placed in foreground, or failure if an error occurs."
2965msgstr ""
2966
a0c0a00f 2967#: builtins.c:773
ac50fbac
CR
2968msgid ""
2969"Move jobs to the background.\n"
2970" \n"
2971" Place the jobs identified by each JOB_SPEC in the background, as if "
2972"they\n"
2973" had been started with `&'. If JOB_SPEC is not present, the shell's "
2974"notion\n"
2975" of the current job is used.\n"
2976" \n"
2977" Exit Status:\n"
2978" Returns success unless job control is not enabled or an error occurs."
2979msgstr ""
2980
a0c0a00f 2981#: builtins.c:787
ac50fbac
CR
2982msgid ""
2983"Remember or display program locations.\n"
2984" \n"
2985" Determine and remember the full pathname of each command NAME. If\n"
2986" no arguments are given, information about remembered commands is "
2987"displayed.\n"
2988" \n"
2989" Options:\n"
a0c0a00f
CR
2990" -d\tforget the remembered location of each NAME\n"
2991" -l\tdisplay in a format that may be reused as input\n"
ac50fbac 2992" -p pathname\tuse PATHNAME as the full pathname of NAME\n"
a0c0a00f
CR
2993" -r\tforget all remembered locations\n"
2994" -t\tprint the remembered location of each NAME, preceding\n"
ac50fbac
CR
2995" \t\teach location with the corresponding NAME if multiple\n"
2996" \t\tNAMEs are given\n"
2997" Arguments:\n"
a0c0a00f 2998" NAME\tEach NAME is searched for in $PATH and added to the list\n"
ac50fbac
CR
2999" \t\tof remembered commands.\n"
3000" \n"
3001" Exit Status:\n"
3002" Returns success unless NAME is not found or an invalid option is given."
3003msgstr ""
3004
a0c0a00f 3005#: builtins.c:812
ac50fbac
CR
3006msgid ""
3007"Display information about builtin commands.\n"
3008" \n"
3009" Displays brief summaries of builtin commands. If PATTERN is\n"
3010" specified, gives detailed help on all commands matching PATTERN,\n"
3011" otherwise the list of help topics is printed.\n"
3012" \n"
3013" Options:\n"
3014" -d\toutput short description for each topic\n"
3015" -m\tdisplay usage in pseudo-manpage format\n"
3016" -s\toutput only a short usage synopsis for each topic matching\n"
a0c0a00f 3017" \t\tPATTERN\n"
ac50fbac
CR
3018" \n"
3019" Arguments:\n"
3020" PATTERN\tPattern specifiying a help topic\n"
3021" \n"
3022" Exit Status:\n"
3023" Returns success unless PATTERN is not found or an invalid option is "
3024"given."
3025msgstr ""
3026
a0c0a00f 3027#: builtins.c:836
ac50fbac
CR
3028msgid ""
3029"Display or manipulate the history list.\n"
3030" \n"
3031" Display the history list with line numbers, prefixing each modified\n"
3032" entry with a `*'. An argument of N lists only the last N entries.\n"
3033" \n"
3034" Options:\n"
3035" -c\tclear the history list by deleting all of the entries\n"
a0c0a00f 3036" -d offset\tdelete the history entry at position OFFSET.\n"
ac50fbac
CR
3037" \n"
3038" -a\tappend history lines from this session to the history file\n"
3039" -n\tread all history lines not already read from the history file\n"
a0c0a00f 3040" \t\tand append them to the history list\n"
ac50fbac 3041" -r\tread the history file and append the contents to the history\n"
a0c0a00f 3042" \t\tlist\n"
ac50fbac 3043" -w\twrite the current history to the history file\n"
ac50fbac
CR
3044" \n"
3045" -p\tperform history expansion on each ARG and display the result\n"
a0c0a00f 3046" \t\twithout storing it in the history list\n"
ac50fbac
CR
3047" -s\tappend the ARGs to the history list as a single entry\n"
3048" \n"
3049" If FILENAME is given, it is used as the history file. Otherwise,\n"
a0c0a00f 3050" if HISTFILE has a value, that is used, else ~/.bash_history.\n"
ac50fbac 3051" \n"
a0c0a00f 3052" If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
ac50fbac
CR
3053" as a format string for strftime(3) to print the time stamp associated\n"
3054" with each displayed history entry. No time stamps are printed "
3055"otherwise.\n"
3056" \n"
3057" Exit Status:\n"
3058" Returns success unless an invalid option is given or an error occurs."
3059msgstr ""
3060
a0c0a00f 3061#: builtins.c:872
ac50fbac
CR
3062msgid ""
3063"Display status of jobs.\n"
3064" \n"
3065" Lists the active jobs. JOBSPEC restricts output to that job.\n"
3066" Without options, the status of all active jobs is displayed.\n"
3067" \n"
3068" Options:\n"
3069" -l\tlists process IDs in addition to the normal information\n"
3070" -n\tlists only processes that have changed status since the last\n"
a0c0a00f 3071" \t\tnotification\n"
ac50fbac
CR
3072" -p\tlists process IDs only\n"
3073" -r\trestrict output to running jobs\n"
3074" -s\trestrict output to stopped jobs\n"
3075" \n"
3076" If -x is supplied, COMMAND is run after all job specifications that\n"
3077" appear in ARGS have been replaced with the process ID of that job's\n"
3078" process group leader.\n"
3079" \n"
3080" Exit Status:\n"
3081" Returns success unless an invalid option is given or an error occurs.\n"
3082" If -x is used, returns the exit status of COMMAND."
3083msgstr ""
3084
a0c0a00f 3085#: builtins.c:899
ac50fbac
CR
3086msgid ""
3087"Remove jobs from current shell.\n"
3088" \n"
3089" Removes each JOBSPEC argument from the table of active jobs. Without\n"
3090" any JOBSPECs, the shell uses its notion of the current job.\n"
3091" \n"
3092" Options:\n"
3093" -a\tremove all jobs if JOBSPEC is not supplied\n"
3094" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
a0c0a00f 3095" \t\tshell receives a SIGHUP\n"
ac50fbac
CR
3096" -r\tremove only running jobs\n"
3097" \n"
3098" Exit Status:\n"
3099" Returns success unless an invalid option or JOBSPEC is given."
3100msgstr ""
3101
a0c0a00f 3102#: builtins.c:918
ac50fbac
CR
3103msgid ""
3104"Send a signal to a job.\n"
3105" \n"
3106" Send the processes identified by PID or JOBSPEC the signal named by\n"
3107" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3108" SIGTERM is assumed.\n"
3109" \n"
3110" Options:\n"
3111" -s sig\tSIG is a signal name\n"
3112" -n sig\tSIG is a signal number\n"
3113" -l\tlist the signal names; if arguments follow `-l' they are\n"
a0c0a00f
CR
3114" \t\tassumed to be signal numbers for which names should be listed\n"
3115" -L\tsynonym for -l\n"
ac50fbac
CR
3116" \n"
3117" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3118" instead of process IDs, and allows processes to be killed if the limit\n"
3119" on processes that you can create is reached.\n"
3120" \n"
3121" Exit Status:\n"
3122" Returns success unless an invalid option is given or an error occurs."
3123msgstr ""
3124
a0c0a00f 3125#: builtins.c:942
ac50fbac
CR
3126msgid ""
3127"Evaluate arithmetic expressions.\n"
3128" \n"
3129" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3130" fixed-width integers with no check for overflow, though division by 0\n"
3131" is trapped and flagged as an error. The following list of operators is\n"
3132" grouped into levels of equal-precedence operators. The levels are "
3133"listed\n"
3134" in order of decreasing precedence.\n"
3135" \n"
3136" \tid++, id--\tvariable post-increment, post-decrement\n"
3137" \t++id, --id\tvariable pre-increment, pre-decrement\n"
3138" \t-, +\t\tunary minus, plus\n"
3139" \t!, ~\t\tlogical and bitwise negation\n"
3140" \t**\t\texponentiation\n"
3141" \t*, /, %\t\tmultiplication, division, remainder\n"
3142" \t+, -\t\taddition, subtraction\n"
3143" \t<<, >>\t\tleft and right bitwise shifts\n"
3144" \t<=, >=, <, >\tcomparison\n"
3145" \t==, !=\t\tequality, inequality\n"
3146" \t&\t\tbitwise AND\n"
3147" \t^\t\tbitwise XOR\n"
3148" \t|\t\tbitwise OR\n"
3149" \t&&\t\tlogical AND\n"
3150" \t||\t\tlogical OR\n"
3151" \texpr ? expr : expr\n"
3152" \t\t\tconditional operator\n"
3153" \t=, *=, /=, %=,\n"
3154" \t+=, -=, <<=, >>=,\n"
3155" \t&=, ^=, |=\tassignment\n"
3156" \n"
3157" Shell variables are allowed as operands. The name of the variable\n"
3158" is replaced by its value (coerced to a fixed-width integer) within\n"
3159" an expression. The variable need not have its integer attribute\n"
3160" turned on to be used in an expression.\n"
3161" \n"
3162" Operators are evaluated in order of precedence. Sub-expressions in\n"
3163" parentheses are evaluated first and may override the precedence\n"
3164" rules above.\n"
3165" \n"
3166" Exit Status:\n"
3167" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3168msgstr ""
3169
a0c0a00f 3170#: builtins.c:987
ac50fbac
CR
3171msgid ""
3172"Read a line from the standard input and split it into fields.\n"
3173" \n"
3174" Reads a single line from the standard input, or from file descriptor FD\n"
3175" if the -u option is supplied. The line is split into fields as with "
3176"word\n"
3177" splitting, and the first word is assigned to the first NAME, the second\n"
3178" word to the second NAME, and so on, with any leftover words assigned to\n"
3179" the last NAME. Only the characters found in $IFS are recognized as "
3180"word\n"
3181" delimiters.\n"
3182" \n"
3183" If no NAMEs are supplied, the line read is stored in the REPLY "
3184"variable.\n"
3185" \n"
3186" Options:\n"
3187" -a array\tassign the words read to sequential indices of the array\n"
3188" \t\tvariable ARRAY, starting at zero\n"
3189" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3190" \t\tthan newline\n"
a0c0a00f
CR
3191" -e\tuse Readline to obtain the line in an interactive shell\n"
3192" -i text\tuse TEXT as the initial text for Readline\n"
ac50fbac 3193" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
a0c0a00f
CR
3194" \t\tfor a newline, but honor a delimiter if fewer than\n"
3195" \t\tNCHARS characters are read before the delimiter\n"
ac50fbac
CR
3196" -N nchars\treturn only after reading exactly NCHARS characters, "
3197"unless\n"
a0c0a00f
CR
3198" \t\tEOF is encountered or read times out, ignoring any\n"
3199" \t\tdelimiter\n"
ac50fbac
CR
3200" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3201" \t\tattempting to read\n"
a0c0a00f
CR
3202" -r\tdo not allow backslashes to escape any characters\n"
3203" -s\tdo not echo input coming from a terminal\n"
3204" -t timeout\ttime out and return failure if a complete line of\n"
3205" \t\tinput is not read within TIMEOUT seconds. The value of the\n"
3206" \t\tTMOUT variable is the default timeout. TIMEOUT may be a\n"
3207" \t\tfractional number. If TIMEOUT is 0, read returns\n"
3208" \t\timmediately, without trying to read any data, returning\n"
3209" \t\tsuccess only if input is available on the specified\n"
3210" \t\tfile descriptor. The exit status is greater than 128\n"
3211" \t\tif the timeout is exceeded\n"
3212" -u fd\tread from file descriptor FD instead of the standard input\n"
ac50fbac
CR
3213" \n"
3214" Exit Status:\n"
3215" The return code is zero, unless end-of-file is encountered, read times "
3216"out\n"
3217" (in which case it's greater than 128), a variable assignment error "
3218"occurs,\n"
3219" or an invalid file descriptor is supplied as the argument to -u."
3220msgstr ""
3221
a0c0a00f 3222#: builtins.c:1034
ac50fbac
CR
3223msgid ""
3224"Return from a shell function.\n"
3225" \n"
3226" Causes a function or sourced script to exit with the return value\n"
3227" specified by N. If N is omitted, the return status is that of the\n"
3228" last command executed within the function or script.\n"
3229" \n"
3230" Exit Status:\n"
3231" Returns N, or failure if the shell is not executing a function or script."
3232msgstr ""
3233
a0c0a00f 3234#: builtins.c:1047
ac50fbac
CR
3235msgid ""
3236"Set or unset values of shell options and positional parameters.\n"
3237" \n"
3238" Change the value of shell attributes and positional parameters, or\n"
3239" display the names and values of shell variables.\n"
3240" \n"
3241" Options:\n"
3242" -a Mark variables which are modified or created for export.\n"
3243" -b Notify of job termination immediately.\n"
3244" -e Exit immediately if a command exits with a non-zero status.\n"
3245" -f Disable file name generation (globbing).\n"
3246" -h Remember the location of commands as they are looked up.\n"
3247" -k All assignment arguments are placed in the environment for a\n"
3248" command, not just those that precede the command name.\n"
3249" -m Job control is enabled.\n"
3250" -n Read commands but do not execute them.\n"
3251" -o option-name\n"
3252" Set the variable corresponding to option-name:\n"
3253" allexport same as -a\n"
3254" braceexpand same as -B\n"
3255" emacs use an emacs-style line editing interface\n"
3256" errexit same as -e\n"
3257" errtrace same as -E\n"
3258" functrace same as -T\n"
3259" hashall same as -h\n"
3260" histexpand same as -H\n"
3261" history enable command history\n"
3262" ignoreeof the shell will not exit upon reading EOF\n"
3263" interactive-comments\n"
3264" allow comments to appear in interactive commands\n"
3265" keyword same as -k\n"
3266" monitor same as -m\n"
3267" noclobber same as -C\n"
3268" noexec same as -n\n"
3269" noglob same as -f\n"
3270" nolog currently accepted but ignored\n"
3271" notify same as -b\n"
3272" nounset same as -u\n"
3273" onecmd same as -t\n"
3274" physical same as -P\n"
3275" pipefail the return value of a pipeline is the status of\n"
3276" the last command to exit with a non-zero status,\n"
3277" or zero if no command exited with a non-zero "
3278"status\n"
3279" posix change the behavior of bash where the default\n"
3280" operation differs from the Posix standard to\n"
3281" match the standard\n"
3282" privileged same as -p\n"
3283" verbose same as -v\n"
3284" vi use a vi-style line editing interface\n"
3285" xtrace same as -x\n"
3286" -p Turned on whenever the real and effective user ids do not match.\n"
3287" Disables processing of the $ENV file and importing of shell\n"
3288" functions. Turning this option off causes the effective uid and\n"
3289" gid to be set to the real uid and gid.\n"
3290" -t Exit after reading and executing one command.\n"
3291" -u Treat unset variables as an error when substituting.\n"
3292" -v Print shell input lines as they are read.\n"
3293" -x Print commands and their arguments as they are executed.\n"
3294" -B the shell will perform brace expansion\n"
3295" -C If set, disallow existing regular files to be overwritten\n"
3296" by redirection of output.\n"
3297" -E If set, the ERR trap is inherited by shell functions.\n"
3298" -H Enable ! style history substitution. This flag is on\n"
3299" by default when the shell is interactive.\n"
3300" -P If set, do not resolve symbolic links when executing commands\n"
3301" such as cd which change the current directory.\n"
a0c0a00f
CR
3302" -T If set, the DEBUG and RETURN traps are inherited by shell "
3303"functions.\n"
ac50fbac
CR
3304" -- Assign any remaining arguments to the positional parameters.\n"
3305" If there are no remaining arguments, the positional parameters\n"
3306" are unset.\n"
3307" - Assign any remaining arguments to the positional parameters.\n"
3308" The -x and -v options are turned off.\n"
3309" \n"
3310" Using + rather than - causes these flags to be turned off. The\n"
3311" flags can also be used upon invocation of the shell. The current\n"
3312" set of flags may be found in $-. The remaining n ARGs are positional\n"
3313" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3314" ARGs are given, all shell variables are printed.\n"
3315" \n"
3316" Exit Status:\n"
3317" Returns success unless an invalid option is given."
3318msgstr ""
3319
a0c0a00f 3320#: builtins.c:1132
ac50fbac
CR
3321msgid ""
3322"Unset values and attributes of shell variables and functions.\n"
3323" \n"
3324" For each NAME, remove the corresponding variable or function.\n"
3325" \n"
3326" Options:\n"
3327" -f\ttreat each NAME as a shell function\n"
3328" -v\ttreat each NAME as a shell variable\n"
3329" -n\ttreat each NAME as a name reference and unset the variable itself\n"
a0c0a00f 3330" \t\trather than the variable it references\n"
ac50fbac
CR
3331" \n"
3332" Without options, unset first tries to unset a variable, and if that "
3333"fails,\n"
3334" tries to unset a function.\n"
3335" \n"
3336" Some variables cannot be unset; also see `readonly'.\n"
3337" \n"
3338" Exit Status:\n"
3339" Returns success unless an invalid option is given or a NAME is read-only."
3340msgstr ""
3341
a0c0a00f 3342#: builtins.c:1154
ac50fbac
CR
3343msgid ""
3344"Set export attribute for shell variables.\n"
3345" \n"
3346" Marks each NAME for automatic export to the environment of subsequently\n"
3347" executed commands. If VALUE is supplied, assign VALUE before "
3348"exporting.\n"
3349" \n"
3350" Options:\n"
3351" -f\trefer to shell functions\n"
3352" -n\tremove the export property from each NAME\n"
3353" -p\tdisplay a list of all exported variables and functions\n"
3354" \n"
3355" An argument of `--' disables further option processing.\n"
3356" \n"
3357" Exit Status:\n"
3358" Returns success unless an invalid option is given or NAME is invalid."
3359msgstr ""
3360
a0c0a00f 3361#: builtins.c:1173
ac50fbac
CR
3362msgid ""
3363"Mark shell variables as unchangeable.\n"
3364" \n"
3365" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3366" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3367" before marking as read-only.\n"
3368" \n"
3369" Options:\n"
3370" -a\trefer to indexed array variables\n"
3371" -A\trefer to associative array variables\n"
3372" -f\trefer to shell functions\n"
a0c0a00f
CR
3373" -p\tdisplay a list of all readonly variables or functions,\n"
3374" \t\tdepending on whether or not the -f option is given\n"
ac50fbac
CR
3375" \n"
3376" An argument of `--' disables further option processing.\n"
3377" \n"
3378" Exit Status:\n"
3379" Returns success unless an invalid option is given or NAME is invalid."
3380msgstr ""
3381
a0c0a00f 3382#: builtins.c:1195
ac50fbac
CR
3383msgid ""
3384"Shift positional parameters.\n"
3385" \n"
3386" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3387" not given, it is assumed to be 1.\n"
3388" \n"
3389" Exit Status:\n"
3390" Returns success unless N is negative or greater than $#."
3391msgstr ""
3392
a0c0a00f 3393#: builtins.c:1207 builtins.c:1222
ac50fbac
CR
3394msgid ""
3395"Execute commands from a file in the current shell.\n"
3396" \n"
3397" Read and execute commands from FILENAME in the current shell. The\n"
3398" entries in $PATH are used to find the directory containing FILENAME.\n"
3399" If any ARGUMENTS are supplied, they become the positional parameters\n"
3400" when FILENAME is executed.\n"
3401" \n"
3402" Exit Status:\n"
3403" Returns the status of the last command executed in FILENAME; fails if\n"
3404" FILENAME cannot be read."
3405msgstr ""
3406
a0c0a00f 3407#: builtins.c:1238
ac50fbac
CR
3408msgid ""
3409"Suspend shell execution.\n"
3410" \n"
3411" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3412" Unless forced, login shells cannot be suspended.\n"
3413" \n"
3414" Options:\n"
3415" -f\tforce the suspend, even if the shell is a login shell\n"
3416" \n"
3417" Exit Status:\n"
3418" Returns success unless job control is not enabled or an error occurs."
3419msgstr ""
3420
a0c0a00f 3421#: builtins.c:1254
ac50fbac
CR
3422msgid ""
3423"Evaluate conditional expression.\n"
3424" \n"
3425" Exits with a status of 0 (true) or 1 (false) depending on\n"
3426" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3427" expressions are often used to examine the status of a file. There\n"
3428" are string operators and numeric comparison operators as well.\n"
3429" \n"
3430" The behavior of test depends on the number of arguments. Read the\n"
3431" bash manual page for the complete specification.\n"
3432" \n"
3433" File operators:\n"
3434" \n"
3435" -a FILE True if file exists.\n"
3436" -b FILE True if file is block special.\n"
3437" -c FILE True if file is character special.\n"
3438" -d FILE True if file is a directory.\n"
3439" -e FILE True if file exists.\n"
3440" -f FILE True if file exists and is a regular file.\n"
3441" -g FILE True if file is set-group-id.\n"
3442" -h FILE True if file is a symbolic link.\n"
3443" -L FILE True if file is a symbolic link.\n"
3444" -k FILE True if file has its `sticky' bit set.\n"
3445" -p FILE True if file is a named pipe.\n"
3446" -r FILE True if file is readable by you.\n"
3447" -s FILE True if file exists and is not empty.\n"
3448" -S FILE True if file is a socket.\n"
3449" -t FD True if FD is opened on a terminal.\n"
3450" -u FILE True if the file is set-user-id.\n"
3451" -w FILE True if the file is writable by you.\n"
3452" -x FILE True if the file is executable by you.\n"
3453" -O FILE True if the file is effectively owned by you.\n"
3454" -G FILE True if the file is effectively owned by your group.\n"
3455" -N FILE True if the file has been modified since it was last "
3456"read.\n"
3457" \n"
3458" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3459" modification date).\n"
3460" \n"
3461" FILE1 -ot FILE2 True if file1 is older than file2.\n"
3462" \n"
3463" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3464" \n"
3465" String operators:\n"
3466" \n"
3467" -z STRING True if string is empty.\n"
3468" \n"
3469" -n STRING\n"
3470" STRING True if string is not empty.\n"
3471" \n"
3472" STRING1 = STRING2\n"
3473" True if the strings are equal.\n"
3474" STRING1 != STRING2\n"
3475" True if the strings are not equal.\n"
3476" STRING1 < STRING2\n"
3477" True if STRING1 sorts before STRING2 "
3478"lexicographically.\n"
3479" STRING1 > STRING2\n"
3480" True if STRING1 sorts after STRING2 lexicographically.\n"
3481" \n"
3482" Other operators:\n"
3483" \n"
3484" -o OPTION True if the shell option OPTION is enabled.\n"
a0c0a00f
CR
3485" -v VAR True if the shell variable VAR is set.\n"
3486" -R VAR True if the shell variable VAR is set and is a name\n"
3487" reference.\n"
ac50fbac
CR
3488" ! EXPR True if expr is false.\n"
3489" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3490" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3491" \n"
3492" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3493" -lt, -le, -gt, or -ge.\n"
3494" \n"
3495" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3496" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3497" than ARG2.\n"
3498" \n"
3499" Exit Status:\n"
3500" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3501" false or an invalid argument is given."
3502msgstr ""
3503
a0c0a00f 3504#: builtins.c:1336
ac50fbac
CR
3505msgid ""
3506"Evaluate conditional expression.\n"
3507" \n"
3508" This is a synonym for the \"test\" builtin, but the last argument must\n"
3509" be a literal `]', to match the opening `['."
3510msgstr ""
3511
a0c0a00f 3512#: builtins.c:1345
ac50fbac
CR
3513msgid ""
3514"Display process times.\n"
3515" \n"
3516" Prints the accumulated user and system times for the shell and all of "
3517"its\n"
3518" child processes.\n"
3519" \n"
3520" Exit Status:\n"
3521" Always succeeds."
3522msgstr ""
3523
a0c0a00f 3524#: builtins.c:1357
ac50fbac
CR
3525msgid ""
3526"Trap signals and other events.\n"
3527" \n"
3528" Defines and activates handlers to be run when the shell receives "
3529"signals\n"
3530" or other conditions.\n"
3531" \n"
3532" ARG is a command to be read and executed when the shell receives the\n"
3533" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
3534" is supplied) or `-', each specified signal is reset to its original\n"
3535" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3536" shell and by the commands it invokes.\n"
3537" \n"
3538" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
3539"If\n"
3540" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
3541"If\n"
3542" a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
3543"a\n"
3544" script run by the . or source builtins finishes executing. A "
3545"SIGNAL_SPEC\n"
3546" of ERR means to execute ARG each time a command's failure would cause "
3547"the\n"
3548" shell to exit when the -e option is enabled.\n"
3549" \n"
3550" If no arguments are supplied, trap prints the list of commands "
3551"associated\n"
3552" with each signal.\n"
3553" \n"
3554" Options:\n"
3555" -l\tprint a list of signal names and their corresponding numbers\n"
3556" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3557" \n"
3558" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3559"number.\n"
3560" Signal names are case insensitive and the SIG prefix is optional. A\n"
3561" signal may be sent to the shell with \"kill -signal $$\".\n"
3562" \n"
3563" Exit Status:\n"
3564" Returns success unless a SIGSPEC is invalid or an invalid option is "
3565"given."
3566msgstr ""
3567
a0c0a00f 3568#: builtins.c:1393
ac50fbac
CR
3569msgid ""
3570"Display information about command type.\n"
3571" \n"
3572" For each NAME, indicate how it would be interpreted if used as a\n"
3573" command name.\n"
3574" \n"
3575" Options:\n"
3576" -a\tdisplay all locations containing an executable named NAME;\n"
a0c0a00f
CR
3577" \t\tincludes aliases, builtins, and functions, if and only if\n"
3578" \t\tthe `-p' option is not also used\n"
ac50fbac
CR
3579" -f\tsuppress shell function lookup\n"
3580" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
a0c0a00f
CR
3581" \t\tbuiltin, or function, and returns the name of the disk file\n"
3582" \t\tthat would be executed\n"
ac50fbac 3583" -p\treturns either the name of the disk file that would be executed,\n"
a0c0a00f 3584" \t\tor nothing if `type -t NAME' would not return `file'\n"
ac50fbac 3585" -t\toutput a single word which is one of `alias', `keyword',\n"
a0c0a00f
CR
3586" \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
3587" \t\tshell reserved word, shell function, shell builtin, disk file,\n"
3588" \t\tor not found, respectively\n"
ac50fbac
CR
3589" \n"
3590" Arguments:\n"
3591" NAME\tCommand name to be interpreted.\n"
3592" \n"
3593" Exit Status:\n"
3594" Returns success if all of the NAMEs are found; fails if any are not "
3595"found."
3596msgstr ""
3597
a0c0a00f 3598#: builtins.c:1424
ac50fbac
CR
3599msgid ""
3600"Modify shell resource limits.\n"
3601" \n"
3602" Provides control over the resources available to the shell and "
3603"processes\n"
3604" it creates, on systems that allow such control.\n"
3605" \n"
3606" Options:\n"
3607" -S\tuse the `soft' resource limit\n"
3608" -H\tuse the `hard' resource limit\n"
3609" -a\tall current limits are reported\n"
3610" -b\tthe socket buffer size\n"
3611" -c\tthe maximum size of core files created\n"
3612" -d\tthe maximum size of a process's data segment\n"
3613" -e\tthe maximum scheduling priority (`nice')\n"
3614" -f\tthe maximum size of files written by the shell and its children\n"
3615" -i\tthe maximum number of pending signals\n"
a0c0a00f 3616" -k\tthe maximum number of kqueues allocated for this process\n"
ac50fbac
CR
3617" -l\tthe maximum size a process may lock into memory\n"
3618" -m\tthe maximum resident set size\n"
3619" -n\tthe maximum number of open file descriptors\n"
3620" -p\tthe pipe buffer size\n"
3621" -q\tthe maximum number of bytes in POSIX message queues\n"
3622" -r\tthe maximum real-time scheduling priority\n"
3623" -s\tthe maximum stack size\n"
3624" -t\tthe maximum amount of cpu time in seconds\n"
3625" -u\tthe maximum number of user processes\n"
3626" -v\tthe size of virtual memory\n"
3627" -x\tthe maximum number of file locks\n"
a0c0a00f
CR
3628" -P\tthe maximum number of pseudoterminals\n"
3629" -T\tthe maximum number of threads\n"
ac50fbac
CR
3630" \n"
3631" Not all options are available on all platforms.\n"
3632" \n"
3633" If LIMIT is given, it is the new value of the specified resource; the\n"
3634" special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3635" current soft limit, the current hard limit, and no limit, respectively.\n"
3636" Otherwise, the current value of the specified resource is printed. If\n"
3637" no option is given, then -f is assumed.\n"
3638" \n"
3639" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3640" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3641" number of processes.\n"
3642" \n"
3643" Exit Status:\n"
3644" Returns success unless an invalid option is supplied or an error occurs."
3645msgstr ""
3646
a0c0a00f 3647#: builtins.c:1474
ac50fbac
CR
3648msgid ""
3649"Display or set file mode mask.\n"
3650" \n"
3651" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
3652" the current value of the mask.\n"
3653" \n"
3654" If MODE begins with a digit, it is interpreted as an octal number;\n"
3655" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3656" \n"
3657" Options:\n"
3658" -p\tif MODE is omitted, output in a form that may be reused as input\n"
3659" -S\tmakes the output symbolic; otherwise an octal number is output\n"
3660" \n"
3661" Exit Status:\n"
3662" Returns success unless MODE is invalid or an invalid option is given."
3663msgstr ""
3664
a0c0a00f 3665#: builtins.c:1494
ac50fbac
CR
3666msgid ""
3667"Wait for job completion and return exit status.\n"
3668" \n"
3669" Waits for each process identified by an ID, which may be a process ID or "
3670"a\n"
3671" job specification, and reports its termination status. If ID is not\n"
3672" given, waits for all currently active child processes, and the return\n"
3673" status is zero. If ID is a a job specification, waits for all "
3674"processes\n"
3675" in that job's pipeline.\n"
3676" \n"
3677" If the -n option is supplied, waits for the next job to terminate and\n"
3678" returns its exit status.\n"
3679" \n"
3680" Exit Status:\n"
3681" Returns the status of the last ID; fails if ID is invalid or an invalid\n"
3682" option is given."
3683msgstr ""
3684
a0c0a00f 3685#: builtins.c:1515
ac50fbac
CR
3686msgid ""
3687"Wait for process completion and return exit status.\n"
3688" \n"
3689" Waits for each process specified by a PID and reports its termination "
3690"status.\n"
3691" If PID is not given, waits for all currently active child processes,\n"
3692" and the return status is zero. PID must be a process ID.\n"
3693" \n"
3694" Exit Status:\n"
3695" Returns the status of the last PID; fails if PID is invalid or an "
3696"invalid\n"
3697" option is given."
3698msgstr ""
3699
a0c0a00f 3700#: builtins.c:1530
ac50fbac
CR
3701msgid ""
3702"Execute commands for each member in a list.\n"
3703" \n"
3704" The `for' loop executes a sequence of commands for each member in a\n"
3705" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3706" assumed. For each element in WORDS, NAME is set to that element, and\n"
3707" the COMMANDS are executed.\n"
3708" \n"
3709" Exit Status:\n"
3710" Returns the status of the last command executed."
3711msgstr ""
3712
a0c0a00f 3713#: builtins.c:1544
ac50fbac
CR
3714msgid ""
3715"Arithmetic for loop.\n"
3716" \n"
3717" Equivalent to\n"
3718" \t(( EXP1 ))\n"
3719" \twhile (( EXP2 )); do\n"
3720" \t\tCOMMANDS\n"
3721" \t\t(( EXP3 ))\n"
3722" \tdone\n"
3723" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3724" omitted, it behaves as if it evaluates to 1.\n"
3725" \n"
3726" Exit Status:\n"
3727" Returns the status of the last command executed."
3728msgstr ""
3729
a0c0a00f 3730#: builtins.c:1562
ac50fbac
CR
3731msgid ""
3732"Select words from a list and execute commands.\n"
3733" \n"
3734" The WORDS are expanded, generating a list of words. The\n"
3735" set of expanded words is printed on the standard error, each\n"
3736" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
3737" is assumed. The PS3 prompt is then displayed and a line read\n"
3738" from the standard input. If the line consists of the number\n"
3739" corresponding to one of the displayed words, then NAME is set\n"
3740" to that word. If the line is empty, WORDS and the prompt are\n"
3741" redisplayed. If EOF is read, the command completes. Any other\n"
3742" value read causes NAME to be set to null. The line read is saved\n"
3743" in the variable REPLY. COMMANDS are executed after each selection\n"
3744" until a break command is executed.\n"
3745" \n"
3746" Exit Status:\n"
3747" Returns the status of the last command executed."
3748msgstr ""
3749
a0c0a00f 3750#: builtins.c:1583
ac50fbac
CR
3751msgid ""
3752"Report time consumed by pipeline's execution.\n"
3753" \n"
3754" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3755" and system CPU time spent executing PIPELINE when it terminates.\n"
3756" \n"
3757" Options:\n"
3758" -p\tprint the timing summary in the portable Posix format\n"
3759" \n"
3760" The value of the TIMEFORMAT variable is used as the output format.\n"
3761" \n"
3762" Exit Status:\n"
3763" The return status is the return status of PIPELINE."
3764msgstr ""
3765
a0c0a00f 3766#: builtins.c:1600
ac50fbac
CR
3767msgid ""
3768"Execute commands based on pattern matching.\n"
3769" \n"
3770" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
3771" `|' is used to separate multiple patterns.\n"
3772" \n"
3773" Exit Status:\n"
3774" Returns the status of the last command executed."
3775msgstr ""
3776
a0c0a00f 3777#: builtins.c:1612
ac50fbac
CR
3778msgid ""
3779"Execute commands based on conditional.\n"
3780" \n"
3781" The `if COMMANDS' list is executed. If its exit status is zero, then "
3782"the\n"
3783" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
3784"is\n"
3785" executed in turn, and if its exit status is zero, the corresponding\n"
3786" `then COMMANDS' list is executed and the if command completes. "
3787"Otherwise,\n"
3788" the `else COMMANDS' list is executed, if present. The exit status of "
3789"the\n"
3790" entire construct is the exit status of the last command executed, or "
3791"zero\n"
3792" if no condition tested true.\n"
3793" \n"
3794" Exit Status:\n"
3795" Returns the status of the last command executed."
3796msgstr ""
3797
a0c0a00f 3798#: builtins.c:1629
ac50fbac
CR
3799msgid ""
3800"Execute commands as long as a test succeeds.\n"
3801" \n"
3802" Expand and execute COMMANDS as long as the final command in the\n"
3803" `while' COMMANDS has an exit status of zero.\n"
3804" \n"
3805" Exit Status:\n"
3806" Returns the status of the last command executed."
3807msgstr ""
3808
a0c0a00f 3809#: builtins.c:1641
ac50fbac
CR
3810msgid ""
3811"Execute commands as long as a test does not succeed.\n"
3812" \n"
3813" Expand and execute COMMANDS as long as the final command in the\n"
3814" `until' COMMANDS has an exit status which is not zero.\n"
3815" \n"
3816" Exit Status:\n"
3817" Returns the status of the last command executed."
3818msgstr ""
3819
a0c0a00f 3820#: builtins.c:1653
ac50fbac
CR
3821msgid ""
3822"Create a coprocess named NAME.\n"
3823" \n"
3824" Execute COMMAND asynchronously, with the standard output and standard\n"
3825" input of the command connected via a pipe to file descriptors assigned\n"
3826" to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3827" The default NAME is \"COPROC\".\n"
3828" \n"
3829" Exit Status:\n"
a0c0a00f 3830" The coproc command returns an exit status of 0."
ac50fbac
CR
3831msgstr ""
3832
a0c0a00f 3833#: builtins.c:1667
ac50fbac
CR
3834msgid ""
3835"Define shell function.\n"
3836" \n"
3837" Create a shell function named NAME. When invoked as a simple command,\n"
3838" NAME runs COMMANDs in the calling shell's context. When NAME is "
3839"invoked,\n"
3840" the arguments are passed to the function as $1...$n, and the function's\n"
3841" name is in $FUNCNAME.\n"
3842" \n"
3843" Exit Status:\n"
3844" Returns success unless NAME is readonly."
3845msgstr ""
3846
a0c0a00f 3847#: builtins.c:1681
ac50fbac
CR
3848msgid ""
3849"Group commands as a unit.\n"
3850" \n"
3851" Run a set of commands in a group. This is one way to redirect an\n"
3852" entire set of commands.\n"
3853" \n"
3854" Exit Status:\n"
3855" Returns the status of the last command executed."
3856msgstr ""
3857
a0c0a00f 3858#: builtins.c:1693
ac50fbac
CR
3859msgid ""
3860"Resume job in foreground.\n"
3861" \n"
3862" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
3863" stopped or background job. JOB_SPEC can specify either a job name\n"
3864" or a job number. Following JOB_SPEC with a `&' places the job in\n"
3865" the background, as if the job specification had been supplied as an\n"
3866" argument to `bg'.\n"
3867" \n"
3868" Exit Status:\n"
3869" Returns the status of the resumed job."
3870msgstr ""
3871
a0c0a00f 3872#: builtins.c:1708
ac50fbac
CR
3873msgid ""
3874"Evaluate arithmetic expression.\n"
3875" \n"
3876" The EXPRESSION is evaluated according to the rules for arithmetic\n"
3877" evaluation. Equivalent to \"let EXPRESSION\".\n"
3878" \n"
3879" Exit Status:\n"
3880" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3881msgstr ""
3882
a0c0a00f 3883#: builtins.c:1720
ac50fbac
CR
3884msgid ""
3885"Execute conditional command.\n"
3886" \n"
3887" Returns a status of 0 or 1 depending on the evaluation of the "
3888"conditional\n"
3889" expression EXPRESSION. Expressions are composed of the same primaries "
3890"used\n"
3891" by the `test' builtin, and may be combined using the following "
3892"operators:\n"
3893" \n"
3894" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3895" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3896" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3897" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3898" \n"
3899" When the `==' and `!=' operators are used, the string to the right of\n"
3900" the operator is used as a pattern and pattern matching is performed.\n"
3901" When the `=~' operator is used, the string to the right of the operator\n"
3902" is matched as a regular expression.\n"
3903" \n"
3904" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3905" determine the expression's value.\n"
3906" \n"
3907" Exit Status:\n"
3908" 0 or 1 depending on value of EXPRESSION."
3909msgstr ""
3910
a0c0a00f 3911#: builtins.c:1746
ac50fbac
CR
3912msgid ""
3913"Common shell variable names and usage.\n"
3914" \n"
3915" BASH_VERSION\tVersion information for this Bash.\n"
3916" CDPATH\tA colon-separated list of directories to search\n"
3917" \t\tfor directories given as arguments to `cd'.\n"
3918" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3919" \t\tbe ignored by pathname expansion.\n"
3920" HISTFILE\tThe name of the file where your command history is stored.\n"
3921" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3922" HISTSIZE\tThe maximum number of history lines that a running\n"
3923" \t\tshell can access.\n"
3924" HOME\tThe complete pathname to your login directory.\n"
3925" HOSTNAME\tThe name of the current host.\n"
3926" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3927" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3928" \t\tcharacter as the sole input. If set, then the value\n"
3929" \t\tof it is the number of EOF characters that can be seen\n"
3930" \t\tin a row on an empty line before the shell will exit\n"
3931" \t\t(default 10). When unset, EOF signifies the end of input.\n"
3932" MACHTYPE\tA string describing the current system Bash is running on.\n"
3933" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3934" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3935" \t\tfor new mail.\n"
3936" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3937" PATH\tA colon-separated list of directories to search when\n"
3938" \t\tlooking for commands.\n"
3939" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3940" \t\tprimary prompt.\n"
3941" PS1\t\tThe primary prompt string.\n"
3942" PS2\t\tThe secondary prompt string.\n"
3943" PWD\t\tThe full pathname of the current directory.\n"
3944" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3945" TERM\tThe name of the current terminal type.\n"
3946" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3947" \t\t`time' reserved word.\n"
3948" auto_resume\tNon-null means a command word appearing on a line by\n"
3949" \t\titself is first looked for in the list of currently\n"
3950" \t\tstopped jobs. If found there, that job is foregrounded.\n"
3951" \t\tA value of `exact' means that the command word must\n"
3952" \t\texactly match a command in the list of stopped jobs. A\n"
3953" \t\tvalue of `substring' means that the command word must\n"
3954" \t\tmatch a substring of the job. Any other value means that\n"
3955" \t\tthe command must be a prefix of a stopped job.\n"
3956" histchars\tCharacters controlling history expansion and quick\n"
3957" \t\tsubstitution. The first character is the history\n"
3958" \t\tsubstitution character, usually `!'. The second is\n"
3959" \t\tthe `quick substitution' character, usually `^'. The\n"
3960" \t\tthird is the `history comment' character, usually `#'.\n"
3961" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3962" \t\tcommands should be saved on the history list.\n"
3963msgstr ""
3964
a0c0a00f 3965#: builtins.c:1803
ac50fbac
CR
3966msgid ""
3967"Add directories to stack.\n"
3968" \n"
3969" Adds a directory to the top of the directory stack, or rotates\n"
3970" the stack, making the new top of the stack the current working\n"
3971" directory. With no arguments, exchanges the top two directories.\n"
3972" \n"
3973" Options:\n"
3974" -n\tSuppresses the normal change of directory when adding\n"
a0c0a00f 3975" \t\tdirectories to the stack, so only the stack is manipulated.\n"
ac50fbac
CR
3976" \n"
3977" Arguments:\n"
3978" +N\tRotates the stack so that the Nth directory (counting\n"
a0c0a00f
CR
3979" \t\tfrom the left of the list shown by `dirs', starting with\n"
3980" \t\tzero) is at the top.\n"
ac50fbac
CR
3981" \n"
3982" -N\tRotates the stack so that the Nth directory (counting\n"
a0c0a00f
CR
3983" \t\tfrom the right of the list shown by `dirs', starting with\n"
3984" \t\tzero) is at the top.\n"
ac50fbac
CR
3985" \n"
3986" dir\tAdds DIR to the directory stack at the top, making it the\n"
a0c0a00f 3987" \t\tnew current working directory.\n"
ac50fbac
CR
3988" \n"
3989" The `dirs' builtin displays the directory stack.\n"
3990" \n"
3991" Exit Status:\n"
3992" Returns success unless an invalid argument is supplied or the directory\n"
3993" change fails."
3994msgstr ""
3995
a0c0a00f 3996#: builtins.c:1837
ac50fbac
CR
3997msgid ""
3998"Remove directories from stack.\n"
3999" \n"
4000" Removes entries from the directory stack. With no arguments, removes\n"
4001" the top directory from the stack, and changes to the new top directory.\n"
4002" \n"
4003" Options:\n"
4004" -n\tSuppresses the normal change of directory when removing\n"
a0c0a00f 4005" \t\tdirectories from the stack, so only the stack is manipulated.\n"
ac50fbac
CR
4006" \n"
4007" Arguments:\n"
4008" +N\tRemoves the Nth entry counting from the left of the list\n"
a0c0a00f
CR
4009" \t\tshown by `dirs', starting with zero. For example: `popd +0'\n"
4010" \t\tremoves the first directory, `popd +1' the second.\n"
ac50fbac
CR
4011" \n"
4012" -N\tRemoves the Nth entry counting from the right of the list\n"
a0c0a00f
CR
4013" \t\tshown by `dirs', starting with zero. For example: `popd -0'\n"
4014" \t\tremoves the last directory, `popd -1' the next to last.\n"
ac50fbac
CR
4015" \n"
4016" The `dirs' builtin displays the directory stack.\n"
4017" \n"
4018" Exit Status:\n"
4019" Returns success unless an invalid argument is supplied or the directory\n"
4020" change fails."
4021msgstr ""
4022
a0c0a00f
CR
4023#: builtins.c:1867
4024#, fuzzy
ac50fbac
CR
4025msgid ""
4026"Display directory stack.\n"
4027" \n"
4028" Display the list of currently remembered directories. Directories\n"
4029" find their way onto the list with the `pushd' command; you can get\n"
4030" back up through the list with the `popd' command.\n"
4031" \n"
4032" Options:\n"
4033" -c\tclear the directory stack by deleting all of the elements\n"
4034" -l\tdo not print tilde-prefixed versions of directories relative\n"
a0c0a00f 4035" \t\tto your home directory\n"
ac50fbac
CR
4036" -p\tprint the directory stack with one entry per line\n"
4037" -v\tprint the directory stack with one entry per line prefixed\n"
a0c0a00f 4038" \t\twith its position in the stack\n"
ac50fbac
CR
4039" \n"
4040" Arguments:\n"
a0c0a00f
CR
4041" +N\tDisplays the Nth entry counting from the left of the list\n"
4042" \t\tshown by dirs when invoked without options, starting with\n"
4043" \t\tzero.\n"
ac50fbac 4044" \n"
a0c0a00f
CR
4045" -N\tDisplays the Nth entry counting from the right of the list\n"
4046" \t\tshown by dirs when invoked without options, starting with\n"
4047" \t\tzero.\n"
ac50fbac
CR
4048" \n"
4049" Exit Status:\n"
4050" Returns success unless an invalid option is supplied or an error occurs."
4051msgstr ""
a0c0a00f
CR
4052"Prikaži popis trenutno zapamćenih direktorija. Direktoriji se dodaju\n"
4053" na popis naredbom „pushd”, kroz popis se možete vraćati naredbom\n"
4054" „popd”.\n"
4055" \n"
4056" Opcije:\n"
4057" -c\točisti stog direktorija uklanjanjem svih elemenata\n"
4058" -l\tne ispisuj tildom prefiksirane inačice direktorija\n"
4059" \trelativno u odnosu na početni direktorij\n"
4060" -p\tispiši stog direktorija jednu stavku po retku\n"
4061" -v\tispiši stog direktorija jednu stavku po retku\n"
4062" \tprefiksiranu položajem u stogu\n"
4063" \n"
4064" Argumenti:\n"
4065" +N\tPrikazuje N-tu stavku s lijeve strane popisa koju prikazuje "
4066"naredba\n"
4067" \t„dirs” pozvana bez opcija, počevši od nule.\n"
4068" \n"
4069" -N\tPrikazuje N-tu stavku s desne strane popisa koju prikazuje "
4070"naredba\n"
4071"\t„dirs” pozvana bez opcija, počevši od nule."
ac50fbac 4072
a0c0a00f 4073#: builtins.c:1898
ac50fbac
CR
4074msgid ""
4075"Set and unset shell options.\n"
4076" \n"
4077" Change the setting of each shell option OPTNAME. Without any option\n"
4078" arguments, list all shell options with an indication of whether or not "
4079"each\n"
4080" is set.\n"
4081" \n"
4082" Options:\n"
4083" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
4084" -p\tprint each shell option with an indication of its status\n"
4085" -q\tsuppress output\n"
4086" -s\tenable (set) each OPTNAME\n"
4087" -u\tdisable (unset) each OPTNAME\n"
4088" \n"
4089" Exit Status:\n"
4090" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
4091" given or OPTNAME is disabled."
4092msgstr ""
4093
a0c0a00f 4094#: builtins.c:1919
ac50fbac
CR
4095msgid ""
4096"Formats and prints ARGUMENTS under control of the FORMAT.\n"
4097" \n"
4098" Options:\n"
4099" -v var\tassign the output to shell variable VAR rather than\n"
4100" \t\tdisplay it on the standard output\n"
4101" \n"
4102" FORMAT is a character string which contains three types of objects: "
4103"plain\n"
4104" characters, which are simply copied to standard output; character "
4105"escape\n"
4106" sequences, which are converted and copied to the standard output; and\n"
4107" format specifications, each of which causes printing of the next "
4108"successive\n"
4109" argument.\n"
4110" \n"
a0c0a00f
CR
4111" In addition to the standard format specifications described in printf"
4112"(1),\n"
ac50fbac
CR
4113" printf interprets:\n"
4114" \n"
4115" %b\texpand backslash escape sequences in the corresponding argument\n"
4116" %q\tquote the argument in a way that can be reused as shell input\n"
a0c0a00f 4117" %(fmt)T\toutput the date-time string resulting from using FMT as a "
ac50fbac 4118"format\n"
a0c0a00f 4119" \t string for strftime(3)\n"
ac50fbac
CR
4120" \n"
4121" The format is re-used as necessary to consume all of the arguments. If\n"
4122" there are fewer arguments than the format requires, extra format\n"
4123" specifications behave as if a zero value or null string, as "
4124"appropriate,\n"
4125" had been supplied.\n"
4126" \n"
4127" Exit Status:\n"
4128" Returns success unless an invalid option is given or a write or "
4129"assignment\n"
4130" error occurs."
4131msgstr ""
4132
a0c0a00f 4133#: builtins.c:1953
ac50fbac
CR
4134msgid ""
4135"Specify how arguments are to be completed by Readline.\n"
4136" \n"
4137" For each NAME, specify how arguments are to be completed. If no "
4138"options\n"
4139" are supplied, existing completion specifications are printed in a way "
4140"that\n"
4141" allows them to be reused as input.\n"
4142" \n"
4143" Options:\n"
4144" -p\tprint existing completion specifications in a reusable format\n"
4145" -r\tremove a completion specification for each NAME, or, if no\n"
a0c0a00f 4146" \t\tNAMEs are supplied, all completion specifications\n"
ac50fbac 4147" -D\tapply the completions and actions as the default for commands\n"
a0c0a00f 4148" \t\twithout any specific completion defined\n"
ac50fbac 4149" -E\tapply the completions and actions to \"empty\" commands --\n"
a0c0a00f 4150" \t\tcompletion attempted on a blank line\n"
ac50fbac
CR
4151" \n"
4152" When completion is attempted, the actions are applied in the order the\n"
4153" uppercase-letter options are listed above. The -D option takes\n"
4154" precedence over -E.\n"
4155" \n"
4156" Exit Status:\n"
4157" Returns success unless an invalid option is supplied or an error occurs."
4158msgstr ""
4159
a0c0a00f 4160#: builtins.c:1981
ac50fbac
CR
4161msgid ""
4162"Display possible completions depending on the options.\n"
4163" \n"
4164" Intended to be used from within a shell function generating possible\n"
4165" completions. If the optional WORD argument is supplied, matches "
4166"against\n"
4167" WORD are generated.\n"
4168" \n"
4169" Exit Status:\n"
4170" Returns success unless an invalid option is supplied or an error occurs."
4171msgstr ""
4172
a0c0a00f 4173#: builtins.c:1996
ac50fbac
CR
4174msgid ""
4175"Modify or display completion options.\n"
4176" \n"
4177" Modify the completion options for each NAME, or, if no NAMEs are "
4178"supplied,\n"
4179" the completion currently being executed. If no OPTIONs are given, "
4180"print\n"
4181" the completion options for each NAME or the current completion "
4182"specification.\n"
4183" \n"
4184" Options:\n"
4185" \t-o option\tSet completion option OPTION for each NAME\n"
4186" \t-D\t\tChange options for the \"default\" command completion\n"
4187" \t-E\t\tChange options for the \"empty\" command completion\n"
4188" \n"
4189" Using `+o' instead of `-o' turns off the specified option.\n"
4190" \n"
4191" Arguments:\n"
4192" \n"
4193" Each NAME refers to a command for which a completion specification must\n"
4194" have previously been defined using the `complete' builtin. If no NAMEs\n"
4195" are supplied, compopt must be called by a function currently generating\n"
4196" completions, and the options for that currently-executing completion\n"
4197" generator are modified.\n"
4198" \n"
4199" Exit Status:\n"
4200" Returns success unless an invalid option is supplied or NAME does not\n"
4201" have a completion specification defined."
4202msgstr ""
4203
a0c0a00f 4204#: builtins.c:2026
ac50fbac
CR
4205msgid ""
4206"Read lines from the standard input into an indexed array variable.\n"
4207" \n"
4208" Read lines from the standard input into the indexed array variable "
4209"ARRAY, or\n"
4210" from file descriptor FD if the -u option is supplied. The variable "
4211"MAPFILE\n"
4212" is the default ARRAY.\n"
4213" \n"
4214" Options:\n"
a0c0a00f 4215" -d delim\tUse DELIM to terminate lines, instead of newline\n"
ac50fbac 4216" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
a0c0a00f 4217"copied\n"
ac50fbac 4218" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
a0c0a00f
CR
4219"index is 0\n"
4220" -s count\tDiscard the first COUNT lines read\n"
4221" -t\tRemove a trailing DELIM from each line read (default newline)\n"
4222" -u fd\tRead lines from file descriptor FD instead of the standard "
4223"input\n"
4224" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
4225" -c quantum\tSpecify the number of lines read between each call to\n"
4226" \t\t\tCALLBACK\n"
ac50fbac
CR
4227" \n"
4228" Arguments:\n"
a0c0a00f 4229" ARRAY\tArray variable name to use for file data\n"
ac50fbac
CR
4230" \n"
4231" If -C is supplied without -c, the default quantum is 5000. When\n"
4232" CALLBACK is evaluated, it is supplied the index of the next array\n"
4233" element to be assigned and the line to be assigned to that element\n"
4234" as additional arguments.\n"
4235" \n"
4236" If not supplied with an explicit origin, mapfile will clear ARRAY "
4237"before\n"
4238" assigning to it.\n"
4239" \n"
4240" Exit Status:\n"
4241" Returns success unless an invalid option is given or ARRAY is readonly "
4242"or\n"
4243" not an indexed array."
4244msgstr ""
4245
a0c0a00f 4246#: builtins.c:2062
ac50fbac
CR
4247msgid ""
4248"Read lines from a file into an array variable.\n"
4249" \n"
4250" A synonym for `mapfile'."
4251msgstr ""
4252"Učitaj retke iz datoteke u varijablu polja.\n"
4253" \n"
4254" Sinonim za „mapfile”."
4255
a0c0a00f
CR
4256#, fuzzy
4257#~ msgid "Copyright (C) 2014 Free Software Foundation, Inc."
4258#~ msgstr "Copyright © 2011 Free Software Foundation, Inc."
4259
4260#~ msgid ":"
4261#~ msgstr ":"
4262
4263#, fuzzy
4264#~ msgid "Copyright (C) 2012 Free Software Foundation, Inc."
4265#~ msgstr "Copyright © 2011 Free Software Foundation, Inc."
4266
ac50fbac
CR
4267#~ msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
4268#~ msgstr "Copyright © 2009 Free Software Foundation, Inc.\n"
4269
4270#~ msgid ""
4271#~ "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
4272#~ "html>\n"
4273#~ msgstr ""
4274#~ "Licenca GPLv2+: GNU GPL inačica 2 ili novija <http://gnu.org/licenses/gpl."
4275#~ "html>\n"