blob: d0000ecc244c11256ac28ba7ac8319ab323aa6ba [file] [log] [blame]
Chet Ramey00018032011-11-21 20:51:19 -05001# translation of bash-4.0.po to Lithuanian
Jari Aalto31859422009-01-12 13:36:28 +00002# Copyright (C) 2008 Free Software Foundation, Inc.
3# This file is distributed under the same license as the bash package.
4#
Chet Ramey00018032011-11-21 20:51:19 -05005# Gintautas Miliauskas <gintas@akl.lt>, 2009.
Jari Aalto31859422009-01-12 13:36:28 +00006msgid ""
7msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05008"Project-Id-Version: bash-4.0\n"
Jari Aalto31859422009-01-12 13:36:28 +00009"Report-Msgid-Bugs-To: \n"
Chet Ramey00018032011-11-21 20:51:19 -050010"POT-Creation-Date: 2009-12-30 08:25-0500\n"
11"PO-Revision-Date: 2009-03-25 16:49+0200\n"
Jari Aalto31859422009-01-12 13:36:28 +000012"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
13"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"X-Generator: KBabel 1.11.4\n"
Chet Ramey00018032011-11-21 20:51:19 -050018"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
Jari Aalto31859422009-01-12 13:36:28 +000019"100<10 || n%100>=20) ? 1 : 2);\n"
20
21#: arrayfunc.c:50
22msgid "bad array subscript"
23msgstr "blogas masyvo indeksas"
24
Chet Ramey00018032011-11-21 20:51:19 -050025#: arrayfunc.c:313 builtins/declare.def:481
Jari Aalto31859422009-01-12 13:36:28 +000026#, c-format
27msgid "%s: cannot convert indexed to associative array"
28msgstr ""
29
Chet Ramey00018032011-11-21 20:51:19 -050030#: arrayfunc.c:480
Jari Aalto31859422009-01-12 13:36:28 +000031#, fuzzy, c-format
32msgid "%s: invalid associative array key"
33msgstr "%s: netaisyklingas veiksmo pavadinimas"
34
Chet Ramey00018032011-11-21 20:51:19 -050035#: arrayfunc.c:482
Jari Aalto31859422009-01-12 13:36:28 +000036#, c-format
37msgid "%s: cannot assign to non-numeric index"
38msgstr "%s: nepavyko priskirti prie neskaitinio indekso"
39
Chet Ramey00018032011-11-21 20:51:19 -050040#: arrayfunc.c:518
Jari Aalto31859422009-01-12 13:36:28 +000041#, c-format
42msgid "%s: %s: must use subscript when assigning associative array"
43msgstr ""
44
Chet Ramey00018032011-11-21 20:51:19 -050045#: bashhist.c:383
Jari Aalto31859422009-01-12 13:36:28 +000046#, c-format
47msgid "%s: cannot create: %s"
48msgstr "%s: nepavyko sukurti: %s"
49
Chet Ramey00018032011-11-21 20:51:19 -050050#: bashline.c:3457
Jari Aalto31859422009-01-12 13:36:28 +000051msgid "bash_execute_unix_command: cannot find keymap for command"
52msgstr "bash_execute_unix_command: nepavyko rasti keymapo komandai"
53
Chet Ramey00018032011-11-21 20:51:19 -050054#: bashline.c:3543
Jari Aalto31859422009-01-12 13:36:28 +000055#, c-format
56msgid "%s: first non-whitespace character is not `\"'"
57msgstr "%s: pirmas ne tarpo simbolis nėra „\"“"
58
Chet Ramey00018032011-11-21 20:51:19 -050059#: bashline.c:3572
Jari Aalto31859422009-01-12 13:36:28 +000060#, c-format
61msgid "no closing `%c' in %s"
62msgstr "nėra uždarančiojo „%c“ %s"
63
Chet Ramey00018032011-11-21 20:51:19 -050064#: bashline.c:3606
Jari Aalto31859422009-01-12 13:36:28 +000065#, c-format
66msgid "%s: missing colon separator"
67msgstr "%s: trūksta dvitaškio skirtuko"
68
Chet Ramey00018032011-11-21 20:51:19 -050069#: builtins/alias.def:132
70#, fuzzy, c-format
71msgid "`%s': invalid alias name"
72msgstr "„%s“: netaisyklingas keymap'o pavadinimas"
73
Jari Aalto31859422009-01-12 13:36:28 +000074#: builtins/bind.def:120 builtins/bind.def:123
75msgid "line editing not enabled"
Chet Ramey00018032011-11-21 20:51:19 -050076msgstr "eilutės redagavimas neįgalintas"
Jari Aalto31859422009-01-12 13:36:28 +000077
78#: builtins/bind.def:206
79#, c-format
80msgid "`%s': invalid keymap name"
81msgstr "„%s“: netaisyklingas keymap'o pavadinimas"
82
83#: builtins/bind.def:245
84#, c-format
85msgid "%s: cannot read: %s"
86msgstr "%s: nepavyko perskaityti: %s"
87
88#: builtins/bind.def:260
89#, c-format
90msgid "`%s': cannot unbind"
91msgstr "„%s“: nepavyko atjungti (unbind)"
92
93#: builtins/bind.def:295 builtins/bind.def:325
94#, c-format
95msgid "`%s': unknown function name"
96msgstr "„%s“: nežinomas funkcijos pavadinimas"
97
98#: builtins/bind.def:303
99#, c-format
100msgid "%s is not bound to any keys.\n"
101msgstr "%s nėra priskirtas jokiam klavišui.\n"
102
103#: builtins/bind.def:307
104#, c-format
105msgid "%s can be invoked via "
106msgstr "%s gali būti iškviestas su "
107
108#: builtins/break.def:77 builtins/break.def:117
109msgid "loop count"
110msgstr ""
111
112#: builtins/break.def:137
113msgid "only meaningful in a `for', `while', or `until' loop"
114msgstr "prasminga tik „for“, „while“ arba „until“ cikle"
115
116#: builtins/caller.def:133
117#, fuzzy
118msgid ""
119"Returns the context of the current subroutine call.\n"
120" \n"
121" Without EXPR, returns "
122msgstr "Grąžina esamos procedūros kontekstą."
123
Chet Ramey00018032011-11-21 20:51:19 -0500124#: builtins/caller.def:135
125msgid ""
126". With EXPR, returns\n"
127" "
128msgstr ""
129
130#: builtins/caller.def:136
131msgid ""
132"; this extra information can be used to\n"
133" provide a stack trace.\n"
134" \n"
135" The value of EXPR indicates how many call frames to go back before the\n"
136" current one; the top frame is frame 0."
137msgstr ""
138
Jari Aalto31859422009-01-12 13:36:28 +0000139#: builtins/cd.def:215
140msgid "HOME not set"
141msgstr "HOME nenustatytas"
142
143#: builtins/cd.def:227
144msgid "OLDPWD not set"
145msgstr "OLDPWD nenustatytas"
146
147#: builtins/common.c:101
148#, c-format
149msgid "line %d: "
Chet Ramey00018032011-11-21 20:51:19 -0500150msgstr "eilutė %d: "
Jari Aalto31859422009-01-12 13:36:28 +0000151
Chet Ramey00018032011-11-21 20:51:19 -0500152#: builtins/common.c:139 error.c:261
Jari Aalto17345e52009-02-19 22:21:29 +0000153#, c-format
Jari Aalto31859422009-01-12 13:36:28 +0000154msgid "warning: "
Jari Aalto17345e52009-02-19 22:21:29 +0000155msgstr "įspėjimas: "
Jari Aalto31859422009-01-12 13:36:28 +0000156
157#: builtins/common.c:153
Jari Aalto17345e52009-02-19 22:21:29 +0000158#, c-format
Jari Aalto31859422009-01-12 13:36:28 +0000159msgid "%s: usage: "
Jari Aalto17345e52009-02-19 22:21:29 +0000160msgstr "%s: naudojimas: "
Jari Aalto31859422009-01-12 13:36:28 +0000161
Chet Ramey00018032011-11-21 20:51:19 -0500162#: builtins/common.c:166 test.c:827
Jari Aalto31859422009-01-12 13:36:28 +0000163msgid "too many arguments"
164msgstr "per daug argumentų"
165
Chet Ramey00018032011-11-21 20:51:19 -0500166#: builtins/common.c:191 shell.c:499 shell.c:782
Jari Aalto31859422009-01-12 13:36:28 +0000167#, c-format
168msgid "%s: option requires an argument"
169msgstr "%s: parametrui reikia argumento"
170
171#: builtins/common.c:198
172#, c-format
173msgid "%s: numeric argument required"
174msgstr "%s: reikia skaitinio argumento"
175
176#: builtins/common.c:205
177#, c-format
178msgid "%s: not found"
179msgstr "%s: nerasta"
180
Chet Ramey00018032011-11-21 20:51:19 -0500181#: builtins/common.c:214 shell.c:795
Jari Aalto31859422009-01-12 13:36:28 +0000182#, c-format
183msgid "%s: invalid option"
Jari Aalto17345e52009-02-19 22:21:29 +0000184msgstr "%s: negalimas parametras"
Jari Aalto31859422009-01-12 13:36:28 +0000185
186#: builtins/common.c:221
187#, c-format
188msgid "%s: invalid option name"
189msgstr "%s: netaisyklingas parametro vardas"
190
191#: builtins/common.c:228 general.c:231 general.c:236
192#, c-format
193msgid "`%s': not a valid identifier"
194msgstr "`%s': netaisyklingas identifikatorius"
195
196#: builtins/common.c:238
Jari Aalto31859422009-01-12 13:36:28 +0000197msgid "invalid octal number"
Jari Aalto17345e52009-02-19 22:21:29 +0000198msgstr "netaisyklingas aštuonetainis skaičius"
Jari Aalto31859422009-01-12 13:36:28 +0000199
200#: builtins/common.c:240
Jari Aalto31859422009-01-12 13:36:28 +0000201msgid "invalid hex number"
Jari Aalto17345e52009-02-19 22:21:29 +0000202msgstr "netaisyklingas šešioliktainis skaičius"
Jari Aalto31859422009-01-12 13:36:28 +0000203
Chet Ramey00018032011-11-21 20:51:19 -0500204#: builtins/common.c:242 expr.c:1256
Jari Aalto31859422009-01-12 13:36:28 +0000205msgid "invalid number"
206msgstr "netaisyklingas skaičius"
207
208#: builtins/common.c:250
209#, c-format
210msgid "%s: invalid signal specification"
211msgstr "%s: netaisyklinga signalo specifikacija"
212
213#: builtins/common.c:257
214#, c-format
215msgid "`%s': not a pid or valid job spec"
216msgstr "„%s“: ne pid'as ar taisyklinga darbo specifikacija"
217
Chet Ramey00018032011-11-21 20:51:19 -0500218#: builtins/common.c:264 error.c:454
Jari Aalto31859422009-01-12 13:36:28 +0000219#, c-format
220msgid "%s: readonly variable"
221msgstr "%s: kintamasis tik skaitymui"
222
223#: builtins/common.c:272
224#, c-format
225msgid "%s: %s out of range"
226msgstr "%s: %s išėjo už ribų"
227
228#: builtins/common.c:272 builtins/common.c:274
229msgid "argument"
230msgstr "argumentas"
231
232#: builtins/common.c:274
233#, c-format
234msgid "%s out of range"
235msgstr "%s už ribų"
236
237#: builtins/common.c:282
238#, c-format
239msgid "%s: no such job"
240msgstr "%s: nėra tokio darbo"
241
242#: builtins/common.c:290
243#, c-format
244msgid "%s: no job control"
245msgstr "%s: nėra darbų valdymo"
246
247#: builtins/common.c:292
248msgid "no job control"
249msgstr "nėra darbų valdymo"
250
251#: builtins/common.c:302
252#, c-format
253msgid "%s: restricted"
254msgstr "%s: apribota"
255
256#: builtins/common.c:304
257msgid "restricted"
258msgstr "apribota"
259
260#: builtins/common.c:312
261#, c-format
262msgid "%s: not a shell builtin"
263msgstr "%s: ne vidinė aplinkos komanda"
264
265#: builtins/common.c:321
266#, c-format
267msgid "write error: %s"
268msgstr "rašymo klaida: %s"
269
Jari Aalto17345e52009-02-19 22:21:29 +0000270#: builtins/common.c:329
271#, c-format
272msgid "error setting terminal attributes: %s"
273msgstr ""
274
275#: builtins/common.c:331
276#, c-format
277msgid "error getting terminal attributes: %s"
278msgstr ""
279
280#: builtins/common.c:563
Jari Aalto31859422009-01-12 13:36:28 +0000281#, c-format
282msgid "%s: error retrieving current directory: %s: %s\n"
283msgstr "%s: klaida skaitant esamą aplanką: %s: %s\n"
284
Jari Aalto17345e52009-02-19 22:21:29 +0000285#: builtins/common.c:629 builtins/common.c:631
Jari Aalto31859422009-01-12 13:36:28 +0000286#, c-format
287msgid "%s: ambiguous job spec"
288msgstr "%s: dviprasmis darbo aprašymas"
289
Chet Ramey00018032011-11-21 20:51:19 -0500290#: builtins/complete.def:276
Jari Aalto31859422009-01-12 13:36:28 +0000291#, c-format
292msgid "%s: invalid action name"
293msgstr "%s: netaisyklingas veiksmo pavadinimas"
294
Chet Ramey00018032011-11-21 20:51:19 -0500295#: builtins/complete.def:449 builtins/complete.def:644
296#: builtins/complete.def:853
Jari Aalto31859422009-01-12 13:36:28 +0000297#, c-format
298msgid "%s: no completion specification"
299msgstr "%s: nėra baigimo specifikacijos"
300
Chet Ramey00018032011-11-21 20:51:19 -0500301#: builtins/complete.def:696
Jari Aalto31859422009-01-12 13:36:28 +0000302msgid "warning: -F option may not work as you expect"
303msgstr "įspėjimas: parametras -F gali neveikti taip, kaip tikitės"
304
Chet Ramey00018032011-11-21 20:51:19 -0500305#: builtins/complete.def:698
Jari Aalto31859422009-01-12 13:36:28 +0000306msgid "warning: -C option may not work as you expect"
307msgstr "įspėjimas: parametras -C gali neveikti taip, kaip tikitės"
308
Chet Ramey00018032011-11-21 20:51:19 -0500309#: builtins/complete.def:826
Jari Aalto31859422009-01-12 13:36:28 +0000310msgid "not currently executing completion function"
311msgstr ""
312
313#: builtins/declare.def:122
314msgid "can only be used in a function"
315msgstr "galima naudoti tik funkcijoje"
316
Chet Ramey00018032011-11-21 20:51:19 -0500317#: builtins/declare.def:360
Jari Aalto31859422009-01-12 13:36:28 +0000318msgid "cannot use `-f' to make functions"
319msgstr "negalima naudoti „-f“ funkcijoms kurti"
320
Chet Ramey00018032011-11-21 20:51:19 -0500321#: builtins/declare.def:372 execute_cmd.c:4937
Jari Aalto31859422009-01-12 13:36:28 +0000322#, c-format
323msgid "%s: readonly function"
324msgstr "%s: funkcija tik skaitymui"
325
Chet Ramey00018032011-11-21 20:51:19 -0500326#: builtins/declare.def:468
Jari Aalto31859422009-01-12 13:36:28 +0000327#, c-format
328msgid "%s: cannot destroy array variables in this way"
329msgstr "%s: negalima tokiu būdu sunaikinti masyvų kintamųjų"
330
Chet Ramey00018032011-11-21 20:51:19 -0500331#: builtins/declare.def:475
Jari Aalto31859422009-01-12 13:36:28 +0000332#, c-format
333msgid "%s: cannot convert associative to indexed array"
334msgstr ""
335
336#: builtins/enable.def:137 builtins/enable.def:145
337msgid "dynamic loading not available"
338msgstr "dinaminis įkrovimas negalimas"
339
340#: builtins/enable.def:312
341#, c-format
342msgid "cannot open shared object %s: %s"
343msgstr "nepavyko atverti bendrojo objekto %s: %s"
344
345#: builtins/enable.def:335
346#, c-format
347msgid "cannot find %s in shared object %s: %s"
348msgstr "nepavyko rasti %s bendrajame objekte %s: %s"
349
350#: builtins/enable.def:459
351#, c-format
352msgid "%s: not dynamically loaded"
353msgstr "%s: nedinamiškai įkrauta"
354
355#: builtins/enable.def:474
356#, c-format
357msgid "%s: cannot delete: %s"
358msgstr "%s: nepavyko ištrinti: %s"
359
Chet Ramey00018032011-11-21 20:51:19 -0500360#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
361#: shell.c:1452
Jari Aalto31859422009-01-12 13:36:28 +0000362#, c-format
363msgid "%s: is a directory"
364msgstr "%s: aplankas"
365
366#: builtins/evalfile.c:139
367#, c-format
368msgid "%s: not a regular file"
369msgstr "%s: ne paprastas failas"
370
371#: builtins/evalfile.c:147
372#, c-format
373msgid "%s: file is too large"
374msgstr "%s: failas per didelis"
375
Chet Ramey00018032011-11-21 20:51:19 -0500376#: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
377#: shell.c:1462
Jari Aalto31859422009-01-12 13:36:28 +0000378#, c-format
379msgid "%s: cannot execute binary file"
380msgstr "%s: negalima vykdyti dvejetainių failų"
381
382#: builtins/exec.def:212
383#, c-format
384msgid "%s: cannot execute: %s"
385msgstr "%s: nepavyko paleisti: %s"
386
387#: builtins/exit.def:65
388#, c-format
389msgid "logout\n"
390msgstr ""
391
392#: builtins/exit.def:88
393msgid "not login shell: use `exit'"
394msgstr "ne prisijungimo aplinka: naudokite „exit“"
395
396#: builtins/exit.def:120
397#, c-format
398msgid "There are stopped jobs.\n"
399msgstr "Yra sustabdytų darbų.\n"
400
401#: builtins/exit.def:122
Jari Aalto17345e52009-02-19 22:21:29 +0000402#, c-format
Jari Aalto31859422009-01-12 13:36:28 +0000403msgid "There are running jobs.\n"
Jari Aalto17345e52009-02-19 22:21:29 +0000404msgstr "Yra veikiančių darbų.\n"
Jari Aalto31859422009-01-12 13:36:28 +0000405
Chet Ramey00018032011-11-21 20:51:19 -0500406#: builtins/fc.def:262
Jari Aalto31859422009-01-12 13:36:28 +0000407msgid "no command found"
408msgstr "komandų nerasta"
409
Chet Ramey00018032011-11-21 20:51:19 -0500410#: builtins/fc.def:349
Jari Aalto31859422009-01-12 13:36:28 +0000411msgid "history specification"
412msgstr "istorijos specifikacija"
413
Chet Ramey00018032011-11-21 20:51:19 -0500414#: builtins/fc.def:370
Jari Aalto31859422009-01-12 13:36:28 +0000415#, c-format
416msgid "%s: cannot open temp file: %s"
417msgstr "%s: nepavyko atverti laikinojo failo: %s"
418
419#: builtins/fg_bg.def:149 builtins/jobs.def:282
420msgid "current"
421msgstr ""
422
423#: builtins/fg_bg.def:158
424#, c-format
425msgid "job %d started without job control"
426msgstr "darbas %d pradėtas be darbų valdymo"
427
428#: builtins/getopt.c:110
429#, c-format
430msgid "%s: illegal option -- %c\n"
431msgstr "%s: neleistinas parametras -- %c\n"
432
433#: builtins/getopt.c:111
434#, c-format
435msgid "%s: option requires an argument -- %c\n"
436msgstr "%s: parametrui reikia argumento -- %c\n"
437
438#: builtins/hash.def:92
439msgid "hashing disabled"
440msgstr "maiša išjungta"
441
442#: builtins/hash.def:138
443#, c-format
444msgid "%s: hash table empty\n"
445msgstr "%s: maišos lentelė tuščia\n"
446
447#: builtins/hash.def:244
448#, fuzzy, c-format
449msgid "hits\tcommand\n"
450msgstr "paskutinė komanda: %s\n"
451
452#: builtins/help.def:130
453#, fuzzy, c-format
454msgid "Shell commands matching keyword `"
455msgid_plural "Shell commands matching keywords `"
456msgstr[0] "Aplinkos komandos, atitinkančios raktažodį „"
457msgstr[1] "Aplinkos komandos, atitinkančios raktažodį „"
458msgstr[2] "Aplinkos komandos, atitinkančios raktažodį „"
459
460#: builtins/help.def:168
461#, c-format
462msgid ""
463"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
464msgstr ""
465"nėra žinyno temų, atitinkančių „%s“. Bandykite „help help“, „man -k %s“ arba "
466"„info %s“."
467
468#: builtins/help.def:185
469#, c-format
470msgid "%s: cannot open: %s"
471msgstr "%s: nepavyko atverti: %s"
472
473#: builtins/help.def:337
474#, c-format
475msgid ""
476"These shell commands are defined internally. Type `help' to see this list.\n"
477"Type `help name' to find out more about the function `name'.\n"
478"Use `info bash' to find out more about the shell in general.\n"
479"Use `man -k' or `info' to find out more about commands not in this list.\n"
480"\n"
481"A star (*) next to a name means that the command is disabled.\n"
482"\n"
483msgstr ""
484"Šios aplinkos komandos vidinės. Jei norite pamatyti šį sąrašą, įveskite "
485"„help“.\n"
486"Įveskite „help fn“, jei norite sužinoti daugiau apie funkciją „fn“.\n"
487"Įveskite „info bash“, jei norite daugiau sužinoti apie aplinką apskritai.\n"
488"Naudokite „man -k“ ir „info“, jei norite sužinoti daugiau apie komandas, "
489"nesančiasšiame sąraše.\n"
490"\n"
491"Žvaigždutė (*) prie vardo reiškia, kad komanda išjungta.\n"
492"\n"
493
494#: builtins/history.def:154
495msgid "cannot use more than one of -anrw"
496msgstr "negalima naudoti daugiau negu vieno parametro iš -anrw"
497
498#: builtins/history.def:186
499msgid "history position"
500msgstr "istorijos pozicija"
501
502#: builtins/history.def:365
503#, c-format
504msgid "%s: history expansion failed"
505msgstr "%s: istorijos išskleidimas nesėkmingas"
506
507#: builtins/inlib.def:71
508#, fuzzy, c-format
509msgid "%s: inlib failed"
510msgstr "%s: istorijos išskleidimas nesėkmingas"
511
512#: builtins/jobs.def:109
513msgid "no other options allowed with `-x'"
514msgstr "su „-x“ neleidžiama naudoti kitų parametrų"
515
Chet Ramey00018032011-11-21 20:51:19 -0500516#: builtins/kill.def:200
Jari Aalto31859422009-01-12 13:36:28 +0000517#, c-format
518msgid "%s: arguments must be process or job IDs"
519msgstr "%s: argumentai turi būti procesų arba darbų ID"
520
Chet Ramey00018032011-11-21 20:51:19 -0500521#: builtins/kill.def:263
Jari Aalto31859422009-01-12 13:36:28 +0000522msgid "Unknown error"
523msgstr "Nežinoma klaida"
524
525#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
526msgid "expression expected"
527msgstr "tikėtasi išraiškos"
528
Chet Ramey00018032011-11-21 20:51:19 -0500529#: builtins/mapfile.def:165
530#, fuzzy, c-format
531msgid "%s: not an indexed array"
532msgstr "%s: ne masyvo kintamasis"
533
534#: builtins/mapfile.def:249 builtins/read.def:279
Jari Aalto31859422009-01-12 13:36:28 +0000535#, c-format
536msgid "%s: invalid file descriptor specification"
537msgstr "%s: netaisyklinga failo deskriptoriaus specifikacija"
538
Chet Ramey00018032011-11-21 20:51:19 -0500539#: builtins/mapfile.def:257 builtins/read.def:286
Jari Aalto31859422009-01-12 13:36:28 +0000540#, c-format
541msgid "%d: invalid file descriptor: %s"
542msgstr "%d: netaisyklingas failo deskriptorius: %s"
543
Chet Ramey00018032011-11-21 20:51:19 -0500544#: builtins/mapfile.def:266 builtins/mapfile.def:304
Jari Aalto31859422009-01-12 13:36:28 +0000545#, fuzzy, c-format
546msgid "%s: invalid line count"
547msgstr "%s: nesamas parametras"
548
Chet Ramey00018032011-11-21 20:51:19 -0500549#: builtins/mapfile.def:277
Jari Aalto31859422009-01-12 13:36:28 +0000550#, fuzzy, c-format
551msgid "%s: invalid array origin"
552msgstr "%s: nesamas parametras"
553
Chet Ramey00018032011-11-21 20:51:19 -0500554#: builtins/mapfile.def:294
Jari Aalto31859422009-01-12 13:36:28 +0000555#, fuzzy, c-format
556msgid "%s: invalid callback quantum"
557msgstr "%s: netaisyklingas veiksmo pavadinimas"
558
Chet Ramey00018032011-11-21 20:51:19 -0500559#: builtins/mapfile.def:326
Jari Aalto31859422009-01-12 13:36:28 +0000560#, fuzzy
561msgid "empty array variable name"
562msgstr "%s: ne masyvo kintamasis"
563
Chet Ramey00018032011-11-21 20:51:19 -0500564#: builtins/mapfile.def:347
Jari Aalto31859422009-01-12 13:36:28 +0000565msgid "array variable support required"
566msgstr ""
567
Chet Ramey00018032011-11-21 20:51:19 -0500568#: builtins/printf.def:374
Jari Aalto31859422009-01-12 13:36:28 +0000569#, c-format
570msgid "`%s': missing format character"
571msgstr "„%s“: trūksta formato simbolio"
572
Chet Ramey00018032011-11-21 20:51:19 -0500573#: builtins/printf.def:551
Jari Aalto31859422009-01-12 13:36:28 +0000574#, c-format
575msgid "`%c': invalid format character"
576msgstr "„%c“: netaisyklingas formato simbolis"
577
Chet Ramey00018032011-11-21 20:51:19 -0500578#: builtins/printf.def:578
Jari Aalto17345e52009-02-19 22:21:29 +0000579#, c-format
Jari Aalto31859422009-01-12 13:36:28 +0000580msgid "warning: %s: %s"
Jari Aalto17345e52009-02-19 22:21:29 +0000581msgstr "įspėjimas: %s: %s"
Jari Aalto31859422009-01-12 13:36:28 +0000582
Chet Ramey00018032011-11-21 20:51:19 -0500583#: builtins/printf.def:757
Jari Aalto31859422009-01-12 13:36:28 +0000584msgid "missing hex digit for \\x"
585msgstr "trūksta šešioliktainio skaitmens išraiškoje \\x"
586
587#: builtins/pushd.def:195
588msgid "no other directory"
589msgstr "nėra kito aplanko"
590
591#: builtins/pushd.def:462
592msgid "<no current directory>"
593msgstr "<nėra esamo aplanko>"
594
595#: builtins/pushd.def:506
596msgid "directory stack empty"
597msgstr ""
598
599#: builtins/pushd.def:508
600#, fuzzy
601msgid "directory stack index"
602msgstr "rekursijos steko atvirkštinis perpildymas"
603
604#: builtins/pushd.def:683
605msgid ""
606"Display the list of currently remembered directories. Directories\n"
607" find their way onto the list with the `pushd' command; you can get\n"
608" back up through the list with the `popd' command.\n"
609" \n"
610" Options:\n"
611" -c\tclear the directory stack by deleting all of the elements\n"
612" -l\tdo not print tilde-prefixed versions of directories relative\n"
613" \tto your home directory\n"
614" -p\tprint the directory stack with one entry per line\n"
615" -v\tprint the directory stack with one entry per line prefixed\n"
616" \twith its position in the stack\n"
617" \n"
618" Arguments:\n"
619" +N\tDisplays the Nth entry counting from the left of the list shown "
620"by\n"
621" \tdirs when invoked without options, starting with zero.\n"
622" \n"
623" -N\tDisplays the Nth entry counting from the right of the list shown "
624"by\n"
625"\tdirs when invoked without options, starting with zero."
626msgstr ""
627
628#: builtins/pushd.def:705
629msgid ""
630"Adds a directory to the top of the directory stack, or rotates\n"
631" the stack, making the new top of the stack the current working\n"
632" directory. With no arguments, exchanges the top two directories.\n"
633" \n"
634" Options:\n"
635" -n\tSuppresses the normal change of directory when adding\n"
636" \tdirectories to the stack, so only the stack is manipulated.\n"
637" \n"
638" Arguments:\n"
639" +N\tRotates the stack so that the Nth directory (counting\n"
640" \tfrom the left of the list shown by `dirs', starting with\n"
641" \tzero) is at the top.\n"
642" \n"
643" -N\tRotates the stack so that the Nth directory (counting\n"
644" \tfrom the right of the list shown by `dirs', starting with\n"
645" \tzero) is at the top.\n"
646" \n"
647" dir\tAdds DIR to the directory stack at the top, making it the\n"
648" \tnew current working directory.\n"
649" \n"
650" The `dirs' builtin displays the directory stack."
651msgstr ""
652
653#: builtins/pushd.def:730
654msgid ""
655"Removes entries from the directory stack. With no arguments, removes\n"
656" the top directory from the stack, and changes to the new top directory.\n"
657" \n"
658" Options:\n"
659" -n\tSuppresses the normal change of directory when removing\n"
660" \tdirectories from the stack, so only the stack is manipulated.\n"
661" \n"
662" Arguments:\n"
663" +N\tRemoves the Nth entry counting from the left of the list\n"
664" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
665" \tremoves the first directory, `popd +1' the second.\n"
666" \n"
667" -N\tRemoves the Nth entry counting from the right of the list\n"
668" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
669" \tremoves the last directory, `popd -1' the next to last.\n"
670" \n"
671" The `dirs' builtin displays the directory stack."
672msgstr ""
673
Chet Ramey00018032011-11-21 20:51:19 -0500674#: builtins/read.def:252
Jari Aalto31859422009-01-12 13:36:28 +0000675#, c-format
676msgid "%s: invalid timeout specification"
677msgstr "%s: klaidinga laiko ribos (timeout) specifikacija"
678
Chet Ramey00018032011-11-21 20:51:19 -0500679#: builtins/read.def:588
Jari Aalto31859422009-01-12 13:36:28 +0000680#, c-format
681msgid "read error: %d: %s"
682msgstr "skaitymo klaida: %d: %s"
683
684#: builtins/return.def:73
685msgid "can only `return' from a function or sourced script"
686msgstr "galima grįžti (return) tik iš funkcijos ar scenarijaus"
687
688#: builtins/set.def:768
689msgid "cannot simultaneously unset a function and a variable"
690msgstr "negalima kartu ištrinti funkcijos ir kintamojo"
691
692#: builtins/set.def:805
693#, c-format
694msgid "%s: cannot unset"
695msgstr "%s: nepavyko ištrinti"
696
697#: builtins/set.def:812
698#, c-format
699msgid "%s: cannot unset: readonly %s"
700msgstr "%s: nepavyko ištrinti: %s tik skaitymui"
701
702#: builtins/set.def:823
703#, c-format
704msgid "%s: not an array variable"
705msgstr "%s: ne masyvo kintamasis"
706
707#: builtins/setattr.def:186
708#, c-format
709msgid "%s: not a function"
710msgstr "%s: ne funkcija"
711
712#: builtins/shift.def:71 builtins/shift.def:77
713msgid "shift count"
714msgstr "postūmių skaičius"
715
Chet Ramey00018032011-11-21 20:51:19 -0500716#: builtins/shopt.def:260
Jari Aalto31859422009-01-12 13:36:28 +0000717msgid "cannot set and unset shell options simultaneously"
718msgstr "negalima aplinkos nuostatos vienu metu įjungti ir išjungti"
719
Chet Ramey00018032011-11-21 20:51:19 -0500720#: builtins/shopt.def:325
Jari Aalto31859422009-01-12 13:36:28 +0000721#, c-format
722msgid "%s: invalid shell option name"
723msgstr "%s: netaisyklingas aplinkos nuostatos pavadinimas"
724
725#: builtins/source.def:128
726msgid "filename argument required"
727msgstr "reikia failo pavadinimo argumento"
728
729#: builtins/source.def:153
730#, c-format
731msgid "%s: file not found"
732msgstr "%s: failas nerastas"
733
734#: builtins/suspend.def:101
735msgid "cannot suspend"
736msgstr "nepavyko sustabdyti"
737
738#: builtins/suspend.def:111
739msgid "cannot suspend a login shell"
740msgstr "nepavyko sustabdyti prisijungimo aplinkos"
741
742#: builtins/type.def:234
743#, c-format
744msgid "%s is aliased to `%s'\n"
745msgstr "%s yra „%s“ sinonimas\n"
746
747#: builtins/type.def:255
748#, c-format
749msgid "%s is a shell keyword\n"
750msgstr "%s yra aplinkos raktinis žodis\n"
751
752#: builtins/type.def:274
753#, c-format
754msgid "%s is a function\n"
755msgstr "%s yra funkcija\n"
756
757#: builtins/type.def:296
758#, c-format
759msgid "%s is a shell builtin\n"
760msgstr "%s yra aplinkos vidinė komanda\n"
761
762#: builtins/type.def:317 builtins/type.def:391
763#, c-format
764msgid "%s is %s\n"
765msgstr "%s yra %s\n"
766
767#: builtins/type.def:337
768#, c-format
769msgid "%s is hashed (%s)\n"
770msgstr "%s yra hešuotas (%s)\n"
771
772#: builtins/ulimit.def:372
773#, c-format
774msgid "%s: invalid limit argument"
775msgstr "%s: netaisyklingas limito argumentas"
776
777#: builtins/ulimit.def:398
778#, c-format
779msgid "`%c': bad command"
780msgstr "`%c': bloga komanda"
781
782#: builtins/ulimit.def:427
783#, c-format
784msgid "%s: cannot get limit: %s"
785msgstr "%s: nepavyko gauti limito: %s"
786
787#: builtins/ulimit.def:453
788msgid "limit"
Chet Ramey00018032011-11-21 20:51:19 -0500789msgstr "riba"
Jari Aalto31859422009-01-12 13:36:28 +0000790
791#: builtins/ulimit.def:465 builtins/ulimit.def:765
792#, c-format
793msgid "%s: cannot modify limit: %s"
Jari Aalto17345e52009-02-19 22:21:29 +0000794msgstr "%s: nepavyko pakeisti limito: %s"
Jari Aalto31859422009-01-12 13:36:28 +0000795
796#: builtins/umask.def:118
797msgid "octal number"
798msgstr "aštuntainis skaičius"
799
800#: builtins/umask.def:231
801#, c-format
802msgid "`%c': invalid symbolic mode operator"
803msgstr "„%c“: netaisyklingas simbolinės veiksenos operatorius"
804
805#: builtins/umask.def:286
806#, c-format
807msgid "`%c': invalid symbolic mode character"
808msgstr "„%c“: netaisyklingas simbolinės veiksenos simbolis"
809
Chet Ramey00018032011-11-21 20:51:19 -0500810#: error.c:90 error.c:321 error.c:323 error.c:325
Jari Aalto31859422009-01-12 13:36:28 +0000811msgid " line "
Chet Ramey00018032011-11-21 20:51:19 -0500812msgstr " eilutė "
Jari Aalto31859422009-01-12 13:36:28 +0000813
Chet Ramey00018032011-11-21 20:51:19 -0500814#: error.c:165
Jari Aalto31859422009-01-12 13:36:28 +0000815#, c-format
816msgid "last command: %s\n"
817msgstr "paskutinė komanda: %s\n"
818
Chet Ramey00018032011-11-21 20:51:19 -0500819#: error.c:173
Jari Aalto31859422009-01-12 13:36:28 +0000820#, c-format
821msgid "Aborting..."
822msgstr "Nutraukiama..."
823
Chet Ramey00018032011-11-21 20:51:19 -0500824#: error.c:406
Jari Aalto31859422009-01-12 13:36:28 +0000825msgid "unknown command error"
826msgstr "nežinoma komandos klaida"
827
Chet Ramey00018032011-11-21 20:51:19 -0500828#: error.c:407
Jari Aalto31859422009-01-12 13:36:28 +0000829msgid "bad command type"
830msgstr "blogas komandos tipas"
831
Chet Ramey00018032011-11-21 20:51:19 -0500832#: error.c:408
Jari Aalto31859422009-01-12 13:36:28 +0000833msgid "bad connector"
834msgstr "blogas jungtukas"
835
Chet Ramey00018032011-11-21 20:51:19 -0500836#: error.c:409
Jari Aalto31859422009-01-12 13:36:28 +0000837msgid "bad jump"
838msgstr "blogas šuolis"
839
Chet Ramey00018032011-11-21 20:51:19 -0500840#: error.c:447
Jari Aalto31859422009-01-12 13:36:28 +0000841#, c-format
842msgid "%s: unbound variable"
843msgstr "%s: nepriskirtas kintamasis"
844
845#: eval.c:181
846#, c-format
Chet Ramey00018032011-11-21 20:51:19 -0500847msgid "timed out waiting for input: auto-logout\n"
848msgstr "laukiant įvedimo baigėsi laikas: automatiškai atsijungta\n"
Jari Aalto31859422009-01-12 13:36:28 +0000849
Chet Ramey00018032011-11-21 20:51:19 -0500850#: execute_cmd.c:497
Jari Aalto31859422009-01-12 13:36:28 +0000851#, c-format
852msgid "cannot redirect standard input from /dev/null: %s"
853msgstr "nepavyko peradresuoti standartinio įvedimo iš /dev/null: %s"
854
Chet Ramey00018032011-11-21 20:51:19 -0500855#: execute_cmd.c:1162
Jari Aalto31859422009-01-12 13:36:28 +0000856#, c-format
857msgid "TIMEFORMAT: `%c': invalid format character"
858msgstr "TIMEFORMAT: „%c“: netaisyklingas formato simbolis"
859
Chet Ramey00018032011-11-21 20:51:19 -0500860#: execute_cmd.c:2075
Jari Aalto31859422009-01-12 13:36:28 +0000861#, fuzzy
862msgid "pipe error"
863msgstr "rašymo klaida: %s"
864
Chet Ramey00018032011-11-21 20:51:19 -0500865#: execute_cmd.c:4481
Jari Aalto31859422009-01-12 13:36:28 +0000866#, c-format
867msgid "%s: restricted: cannot specify `/' in command names"
868msgstr "%s: apribota: negalima naudoti „/“ komandų pavadinimuose"
869
Chet Ramey00018032011-11-21 20:51:19 -0500870#: execute_cmd.c:4572
Jari Aalto31859422009-01-12 13:36:28 +0000871#, c-format
872msgid "%s: command not found"
873msgstr "%s: komanda nerasta"
874
Chet Ramey00018032011-11-21 20:51:19 -0500875#: execute_cmd.c:4827
Jari Aalto31859422009-01-12 13:36:28 +0000876#, c-format
877msgid "%s: %s: bad interpreter"
878msgstr "%s: %s: blogas interpretatorius"
879
Chet Ramey00018032011-11-21 20:51:19 -0500880#: execute_cmd.c:4976
Jari Aalto31859422009-01-12 13:36:28 +0000881#, c-format
882msgid "cannot duplicate fd %d to fd %d"
883msgstr "nepavyko dublikuoti fd %d į fd %d"
884
885#: expr.c:241
886msgid "expression recursion level exceeded"
887msgstr "viršytas išraiškos rekursijos lygis"
888
889#: expr.c:265
890msgid "recursion stack underflow"
891msgstr "rekursijos steko atvirkštinis perpildymas"
892
893#: expr.c:379
894msgid "syntax error in expression"
895msgstr "sintaksės klaida išraiškoje"
896
897#: expr.c:419
898msgid "attempted assignment to non-variable"
899msgstr "bandymas priskirti ne kintamajam"
900
901#: expr.c:440 expr.c:445 expr.c:756
902msgid "division by 0"
903msgstr "dalyba iš 0"
904
905#: expr.c:471
906msgid "bug: bad expassign token"
907msgstr "klaida: bloga expassign leksema"
908
909#: expr.c:513
910msgid "`:' expected for conditional expression"
911msgstr "sąlygos išraiškoje tikėtasi „:“"
912
913#: expr.c:781
914msgid "exponent less than 0"
Jari Aalto17345e52009-02-19 22:21:29 +0000915msgstr "eksponentė mažesnis už 0"
Jari Aalto31859422009-01-12 13:36:28 +0000916
917#: expr.c:826
918msgid "identifier expected after pre-increment or pre-decrement"
919msgstr ""
920"po prieš-didinimo ar prieš-mažinimo operatoriaus tikėtasi identifikatoriaus"
921
922#: expr.c:854
923msgid "missing `)'"
924msgstr "Trūksta „)“"
925
Chet Ramey00018032011-11-21 20:51:19 -0500926#: expr.c:897 expr.c:1176
Jari Aalto31859422009-01-12 13:36:28 +0000927msgid "syntax error: operand expected"
928msgstr "sintaksės klaida: tikėtasi operando"
929
Chet Ramey00018032011-11-21 20:51:19 -0500930#: expr.c:1178
Jari Aalto31859422009-01-12 13:36:28 +0000931msgid "syntax error: invalid arithmetic operator"
932msgstr "sintaksės klaida: netaisyklingas aritmetinis operatorius"
933
Chet Ramey00018032011-11-21 20:51:19 -0500934#: expr.c:1202
Jari Aalto31859422009-01-12 13:36:28 +0000935#, c-format
936msgid "%s%s%s: %s (error token is \"%s\")"
937msgstr ""
938
Chet Ramey00018032011-11-21 20:51:19 -0500939#: expr.c:1260
Jari Aalto31859422009-01-12 13:36:28 +0000940msgid "invalid arithmetic base"
941msgstr "netaisyklingas aritmetinis pagrindas"
942
Chet Ramey00018032011-11-21 20:51:19 -0500943#: expr.c:1280
Jari Aalto31859422009-01-12 13:36:28 +0000944msgid "value too great for base"
945msgstr "per didelė pagrindo reikšmė"
946
Chet Ramey00018032011-11-21 20:51:19 -0500947#: expr.c:1329
948#, c-format
Jari Aalto31859422009-01-12 13:36:28 +0000949msgid "%s: expression error\n"
Chet Ramey00018032011-11-21 20:51:19 -0500950msgstr "%s: išraiškos klaida\n"
Jari Aalto31859422009-01-12 13:36:28 +0000951
952#: general.c:61
953msgid "getcwd: cannot access parent directories"
954msgstr "getcwd: nepavyko pasiekti aukštesnių aplankų"
955
Chet Ramey00018032011-11-21 20:51:19 -0500956#: input.c:94 subst.c:4857
Jari Aalto31859422009-01-12 13:36:28 +0000957#, fuzzy, c-format
958msgid "cannot reset nodelay mode for fd %d"
959msgstr "nepavyko dublikuoti fd %d į fd %d"
960
961#: input.c:258
962#, c-format
963msgid "cannot allocate new file descriptor for bash input from fd %d"
964msgstr "nepavyko išskirti naujo failo deskriptoriaus bash įvedimui iš fd %d"
965
966#: input.c:266
967#, c-format
968msgid "save_bash_input: buffer already exists for new fd %d"
969msgstr "save_bash_input: naujam fd %d buferis jau egzistuoja"
970
971#: jobs.c:466
972msgid "start_pipeline: pgrp pipe"
973msgstr ""
974
Jari Aalto17345e52009-02-19 22:21:29 +0000975#: jobs.c:887
Jari Aalto31859422009-01-12 13:36:28 +0000976#, c-format
977msgid "forked pid %d appears in running job %d"
978msgstr ""
979
Jari Aalto17345e52009-02-19 22:21:29 +0000980#: jobs.c:1005
Jari Aalto31859422009-01-12 13:36:28 +0000981#, c-format
982msgid "deleting stopped job %d with process group %ld"
983msgstr "trinamas sustabdytas darbas %d procesų grupėje %ld"
984
Jari Aalto17345e52009-02-19 22:21:29 +0000985#: jobs.c:1110
Jari Aalto31859422009-01-12 13:36:28 +0000986#, c-format
987msgid "add_process: process %5ld (%s) in the_pipeline"
988msgstr ""
989
Jari Aalto17345e52009-02-19 22:21:29 +0000990#: jobs.c:1113
Jari Aalto31859422009-01-12 13:36:28 +0000991#, c-format
992msgid "add_process: pid %5ld (%s) marked as still alive"
993msgstr ""
994
Jari Aalto17345e52009-02-19 22:21:29 +0000995#: jobs.c:1401
Jari Aalto31859422009-01-12 13:36:28 +0000996#, c-format
997msgid "describe_pid: %ld: no such pid"
998msgstr "describe_pid: %ld: tokio pid nėra"
999
Jari Aalto17345e52009-02-19 22:21:29 +00001000#: jobs.c:1416
Jari Aalto31859422009-01-12 13:36:28 +00001001#, c-format
1002msgid "Signal %d"
Chet Ramey00018032011-11-21 20:51:19 -05001003msgstr "Signalas %d"
Jari Aalto31859422009-01-12 13:36:28 +00001004
Jari Aalto17345e52009-02-19 22:21:29 +00001005#: jobs.c:1430 jobs.c:1455
Jari Aalto31859422009-01-12 13:36:28 +00001006msgid "Done"
Chet Ramey00018032011-11-21 20:51:19 -05001007msgstr "Atlikta"
Jari Aalto31859422009-01-12 13:36:28 +00001008
Chet Ramey00018032011-11-21 20:51:19 -05001009#: jobs.c:1435 siglist.c:123
Jari Aalto31859422009-01-12 13:36:28 +00001010msgid "Stopped"
1011msgstr ""
1012
Jari Aalto17345e52009-02-19 22:21:29 +00001013#: jobs.c:1439
Jari Aalto31859422009-01-12 13:36:28 +00001014#, c-format
1015msgid "Stopped(%s)"
1016msgstr ""
1017
Jari Aalto17345e52009-02-19 22:21:29 +00001018#: jobs.c:1443
Jari Aalto31859422009-01-12 13:36:28 +00001019msgid "Running"
1020msgstr ""
1021
Jari Aalto17345e52009-02-19 22:21:29 +00001022#: jobs.c:1457
Jari Aalto31859422009-01-12 13:36:28 +00001023#, c-format
1024msgid "Done(%d)"
Chet Ramey00018032011-11-21 20:51:19 -05001025msgstr "Atlikta(%d)"
Jari Aalto31859422009-01-12 13:36:28 +00001026
Jari Aalto17345e52009-02-19 22:21:29 +00001027#: jobs.c:1459
Jari Aalto31859422009-01-12 13:36:28 +00001028#, c-format
1029msgid "Exit %d"
1030msgstr ""
1031
Jari Aalto17345e52009-02-19 22:21:29 +00001032#: jobs.c:1462
Jari Aalto31859422009-01-12 13:36:28 +00001033msgid "Unknown status"
Chet Ramey00018032011-11-21 20:51:19 -05001034msgstr "Nežinoma būsena"
Jari Aalto31859422009-01-12 13:36:28 +00001035
Jari Aalto17345e52009-02-19 22:21:29 +00001036#: jobs.c:1549
Jari Aalto31859422009-01-12 13:36:28 +00001037#, c-format
1038msgid "(core dumped) "
1039msgstr ""
1040
Jari Aalto17345e52009-02-19 22:21:29 +00001041#: jobs.c:1568
Jari Aalto31859422009-01-12 13:36:28 +00001042#, c-format
1043msgid " (wd: %s)"
1044msgstr ""
1045
Chet Ramey00018032011-11-21 20:51:19 -05001046#: jobs.c:1776
Jari Aalto31859422009-01-12 13:36:28 +00001047#, c-format
1048msgid "child setpgid (%ld to %ld)"
1049msgstr ""
1050
Chet Ramey00018032011-11-21 20:51:19 -05001051#: jobs.c:2104 nojobs.c:585
Jari Aalto31859422009-01-12 13:36:28 +00001052#, c-format
1053msgid "wait: pid %ld is not a child of this shell"
1054msgstr "wait: pid %ld nėra šios aplinkos dukterinis procesas"
1055
Chet Ramey00018032011-11-21 20:51:19 -05001056#: jobs.c:2331
Jari Aalto31859422009-01-12 13:36:28 +00001057#, c-format
1058msgid "wait_for: No record of process %ld"
1059msgstr "wait_for: nėra proceso %ld įrašo"
1060
Chet Ramey00018032011-11-21 20:51:19 -05001061#: jobs.c:2607
Jari Aalto31859422009-01-12 13:36:28 +00001062#, c-format
1063msgid "wait_for_job: job %d is stopped"
1064msgstr "wait_for_job: darbas %d yra sustabdytas"
1065
Chet Ramey00018032011-11-21 20:51:19 -05001066#: jobs.c:2829
Jari Aalto31859422009-01-12 13:36:28 +00001067#, c-format
1068msgid "%s: job has terminated"
1069msgstr "%s: darbas užsibaigė"
1070
Chet Ramey00018032011-11-21 20:51:19 -05001071#: jobs.c:2838
Jari Aalto31859422009-01-12 13:36:28 +00001072#, c-format
1073msgid "%s: job %d already in background"
1074msgstr "%s: darbas %d jau fone"
1075
Chet Ramey00018032011-11-21 20:51:19 -05001076#: jobs.c:3059
1077msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1078msgstr ""
1079
1080#: jobs.c:3508
Jari Aalto17345e52009-02-19 22:21:29 +00001081#, c-format
Jari Aalto31859422009-01-12 13:36:28 +00001082msgid "%s: line %d: "
Jari Aalto17345e52009-02-19 22:21:29 +00001083msgstr "%s: %d eilutė: "
Jari Aalto31859422009-01-12 13:36:28 +00001084
Chet Ramey00018032011-11-21 20:51:19 -05001085#: jobs.c:3522 nojobs.c:814
Jari Aalto31859422009-01-12 13:36:28 +00001086#, c-format
1087msgid " (core dumped)"
1088msgstr ""
1089
Chet Ramey00018032011-11-21 20:51:19 -05001090#: jobs.c:3534 jobs.c:3547
Jari Aalto31859422009-01-12 13:36:28 +00001091#, c-format
1092msgid "(wd now: %s)\n"
1093msgstr ""
1094
Chet Ramey00018032011-11-21 20:51:19 -05001095#: jobs.c:3579
Jari Aalto31859422009-01-12 13:36:28 +00001096msgid "initialize_job_control: getpgrp failed"
1097msgstr ""
1098
Chet Ramey00018032011-11-21 20:51:19 -05001099#: jobs.c:3639
Jari Aalto31859422009-01-12 13:36:28 +00001100msgid "initialize_job_control: line discipline"
1101msgstr ""
1102
Chet Ramey00018032011-11-21 20:51:19 -05001103#: jobs.c:3649
Jari Aalto31859422009-01-12 13:36:28 +00001104msgid "initialize_job_control: setpgid"
1105msgstr ""
1106
Chet Ramey00018032011-11-21 20:51:19 -05001107#: jobs.c:3677
Jari Aalto31859422009-01-12 13:36:28 +00001108#, c-format
1109msgid "cannot set terminal process group (%d)"
1110msgstr ""
1111
Chet Ramey00018032011-11-21 20:51:19 -05001112#: jobs.c:3682
Jari Aalto31859422009-01-12 13:36:28 +00001113msgid "no job control in this shell"
1114msgstr "šioje aplinkoje nėra darbų valdymo"
1115
1116#: lib/malloc/malloc.c:296
1117#, c-format
1118msgid "malloc: failed assertion: %s\n"
1119msgstr "malloc: pažeista prielaida: %s\n"
1120
1121#: lib/malloc/malloc.c:312
1122#, c-format
1123msgid ""
1124"\r\n"
1125"malloc: %s:%d: assertion botched\r\n"
1126msgstr ""
1127"\r\n"
1128"malloc: %s:%d: prielaida pažeista\r\n"
1129
1130#: lib/malloc/malloc.c:313
Jari Aalto31859422009-01-12 13:36:28 +00001131msgid "unknown"
Jari Aalto17345e52009-02-19 22:21:29 +00001132msgstr "nežinoma"
Jari Aalto31859422009-01-12 13:36:28 +00001133
1134#: lib/malloc/malloc.c:797
1135msgid "malloc: block on free list clobbered"
1136msgstr "malloc: blokas iš laisvų blokų sąrašo sugadintas"
1137
1138#: lib/malloc/malloc.c:874
1139msgid "free: called with already freed block argument"
1140msgstr "free: iškviestas su jau atlaisvintu bloku"
1141
1142#: lib/malloc/malloc.c:877
1143msgid "free: called with unallocated block argument"
1144msgstr "free: iškviestas su nerezervuotu bloku"
1145
1146#: lib/malloc/malloc.c:896
1147msgid "free: underflow detected; mh_nbytes out of range"
1148msgstr "free: atvirkštinis perpildymas (underflow); mh_nbytes už ribos"
1149
1150#: lib/malloc/malloc.c:902
1151msgid "free: start and end chunk sizes differ"
1152msgstr "free: pradžios ir pabaigos blokų (chunk) dydžiai skiriasi"
1153
1154#: lib/malloc/malloc.c:1001
1155msgid "realloc: called with unallocated block argument"
1156msgstr "realloc: iškviestas su nerezervuotu bloku"
1157
1158#: lib/malloc/malloc.c:1016
1159msgid "realloc: underflow detected; mh_nbytes out of range"
1160msgstr "realloc: atvirkštinis perpildymas (underflow); mh_nbytes už ribos"
1161
1162#: lib/malloc/malloc.c:1022
1163msgid "realloc: start and end chunk sizes differ"
1164msgstr "realloc: pradžios ir pabaigos blokų (chunk) dydžiai skiriasi"
1165
1166#: lib/malloc/table.c:177
1167#, c-format
1168msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1169msgstr "register_alloc: alloc lentelė pilna su FIND_ALLOC?\n"
1170
1171#: lib/malloc/table.c:184
1172#, c-format
1173msgid "register_alloc: %p already in table as allocated?\n"
1174msgstr "register_alloc: %p jau lentelėje kaip rezervuotas?\n"
1175
1176#: lib/malloc/table.c:220
1177#, c-format
1178msgid "register_free: %p already in table as free?\n"
1179msgstr "register_free: %p jau lentelėje kaip laisvas?\n"
1180
1181#: lib/sh/fmtulong.c:101
1182msgid "invalid base"
1183msgstr "netaisyklingas pagrindas"
1184
1185#: lib/sh/netopen.c:168
1186#, c-format
1187msgid "%s: host unknown"
1188msgstr "%s: adresas nežinomas"
1189
1190#: lib/sh/netopen.c:175
1191#, c-format
1192msgid "%s: invalid service"
1193msgstr "%s: netaisyklinga tarnyba"
1194
1195#: lib/sh/netopen.c:306
1196#, c-format
1197msgid "%s: bad network path specification"
1198msgstr "%s: netaisyklingas tinklo kelias"
1199
1200#: lib/sh/netopen.c:346
1201msgid "network operations not supported"
1202msgstr "tinklo operacijos nepalaikomos"
1203
Chet Ramey00018032011-11-21 20:51:19 -05001204#: locale.c:192
1205#, c-format
1206msgid "setlocale: LC_ALL: cannot change locale (%s)"
1207msgstr ""
1208
1209#: locale.c:194
1210#, c-format
1211msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1212msgstr ""
1213
1214#: locale.c:247
1215#, fuzzy, c-format
1216msgid "setlocale: %s: cannot change locale (%s)"
1217msgstr "xrealloc: %s:%d: nepavyko išskirti %lu baitų"
1218
1219#: locale.c:249
1220#, fuzzy, c-format
1221msgid "setlocale: %s: cannot change locale (%s): %s"
1222msgstr "xrealloc: %s:%d: nepavyko išskirti %lu baitų"
1223
Jari Aalto31859422009-01-12 13:36:28 +00001224#: mailcheck.c:433
1225msgid "You have mail in $_"
1226msgstr "Turite laiškų $_"
1227
1228#: mailcheck.c:458
1229msgid "You have new mail in $_"
1230msgstr "Turite naujų laiškų $_"
1231
1232#: mailcheck.c:474
1233#, c-format
1234msgid "The mail in %s has been read\n"
1235msgstr "Paštas %s perskaitytas\n"
1236
Chet Ramey00018032011-11-21 20:51:19 -05001237#: make_cmd.c:323
Jari Aalto31859422009-01-12 13:36:28 +00001238msgid "syntax error: arithmetic expression required"
1239msgstr "sintaksės klaida: reikia aritmetinės išraiškos"
1240
Chet Ramey00018032011-11-21 20:51:19 -05001241#: make_cmd.c:325
Jari Aalto31859422009-01-12 13:36:28 +00001242msgid "syntax error: `;' unexpected"
1243msgstr "sintaksės klaida: netikėtas „;“"
1244
Chet Ramey00018032011-11-21 20:51:19 -05001245#: make_cmd.c:326
Jari Aalto31859422009-01-12 13:36:28 +00001246#, c-format
1247msgid "syntax error: `((%s))'"
1248msgstr "sintaksės klaida: „((%s))“"
1249
Chet Ramey00018032011-11-21 20:51:19 -05001250#: make_cmd.c:575
Jari Aalto31859422009-01-12 13:36:28 +00001251#, c-format
1252msgid "make_here_document: bad instruction type %d"
1253msgstr "make_here_document: blogas instrukcijos tipas %d"
1254
Chet Ramey00018032011-11-21 20:51:19 -05001255#: make_cmd.c:659
Jari Aalto31859422009-01-12 13:36:28 +00001256#, c-format
1257msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1258msgstr ""
1259
Chet Ramey00018032011-11-21 20:51:19 -05001260#: make_cmd.c:756
Jari Aalto31859422009-01-12 13:36:28 +00001261#, c-format
1262msgid "make_redirection: redirection instruction `%d' out of range"
1263msgstr "make_redirection: nukreipimo instrukcija „%d“ už ribų"
1264
Chet Ramey00018032011-11-21 20:51:19 -05001265#: parse.y:3133 parse.y:3369
Jari Aalto31859422009-01-12 13:36:28 +00001266#, c-format
1267msgid "unexpected EOF while looking for matching `%c'"
1268msgstr "netikėta failo pabaiga ieškant atitinkamo „%c“"
1269
Chet Ramey00018032011-11-21 20:51:19 -05001270#: parse.y:3951
Jari Aalto31859422009-01-12 13:36:28 +00001271msgid "unexpected EOF while looking for `]]'"
1272msgstr "netikėta failo pabaiga ieškant „]]“"
1273
Chet Ramey00018032011-11-21 20:51:19 -05001274#: parse.y:3956
Jari Aalto31859422009-01-12 13:36:28 +00001275#, c-format
1276msgid "syntax error in conditional expression: unexpected token `%s'"
1277msgstr "sintaksės klaida sąlygos išraiškoje: netikėta leksema „%s“"
1278
Chet Ramey00018032011-11-21 20:51:19 -05001279#: parse.y:3960
Jari Aalto31859422009-01-12 13:36:28 +00001280msgid "syntax error in conditional expression"
1281msgstr "sintaksės klaida sąlygos išraiškoje"
1282
Chet Ramey00018032011-11-21 20:51:19 -05001283#: parse.y:4038
Jari Aalto31859422009-01-12 13:36:28 +00001284#, c-format
1285msgid "unexpected token `%s', expected `)'"
1286msgstr "netikėta leksema „%s“, tikėtasi „)“"
1287
Chet Ramey00018032011-11-21 20:51:19 -05001288#: parse.y:4042
Jari Aalto31859422009-01-12 13:36:28 +00001289msgid "expected `)'"
1290msgstr "tikėtasi „)“"
1291
Chet Ramey00018032011-11-21 20:51:19 -05001292#: parse.y:4070
Jari Aalto31859422009-01-12 13:36:28 +00001293#, c-format
1294msgid "unexpected argument `%s' to conditional unary operator"
1295msgstr "netikėtas argumentas „%s“ sąlygos unariniam operatoriui"
1296
Chet Ramey00018032011-11-21 20:51:19 -05001297#: parse.y:4074
Jari Aalto31859422009-01-12 13:36:28 +00001298msgid "unexpected argument to conditional unary operator"
1299msgstr "netikėtas argumentas sąlygos unariniam operatoriui"
1300
Chet Ramey00018032011-11-21 20:51:19 -05001301#: parse.y:4120
Jari Aalto31859422009-01-12 13:36:28 +00001302#, c-format
1303msgid "unexpected token `%s', conditional binary operator expected"
1304msgstr "netikėta leksema „%s“, tikėtasi sąlyginio binarinio operatoriaus"
1305
Chet Ramey00018032011-11-21 20:51:19 -05001306#: parse.y:4124
Jari Aalto31859422009-01-12 13:36:28 +00001307msgid "conditional binary operator expected"
1308msgstr "tikėtasi sąlygos binarinio operatoriaus"
1309
Chet Ramey00018032011-11-21 20:51:19 -05001310#: parse.y:4146
Jari Aalto31859422009-01-12 13:36:28 +00001311#, c-format
1312msgid "unexpected argument `%s' to conditional binary operator"
1313msgstr "netikėtas argumentas „%s“ sąlygos binariniam operatoriui"
1314
Chet Ramey00018032011-11-21 20:51:19 -05001315#: parse.y:4150
Jari Aalto31859422009-01-12 13:36:28 +00001316msgid "unexpected argument to conditional binary operator"
1317msgstr "netikėtas argumentas sąlygos binariniam operatoriui"
1318
Chet Ramey00018032011-11-21 20:51:19 -05001319#: parse.y:4161
Jari Aalto31859422009-01-12 13:36:28 +00001320#, c-format
1321msgid "unexpected token `%c' in conditional command"
1322msgstr "netikėta leksema „%c“ sąlygos komandoje"
1323
Chet Ramey00018032011-11-21 20:51:19 -05001324#: parse.y:4164
Jari Aalto31859422009-01-12 13:36:28 +00001325#, c-format
1326msgid "unexpected token `%s' in conditional command"
1327msgstr "netikėta leksema „%s“ sąlygos komandoje"
1328
Chet Ramey00018032011-11-21 20:51:19 -05001329#: parse.y:4168
Jari Aalto31859422009-01-12 13:36:28 +00001330#, c-format
1331msgid "unexpected token %d in conditional command"
1332msgstr "netikėta leksema %d sąlygos komandoje"
1333
Chet Ramey00018032011-11-21 20:51:19 -05001334#: parse.y:5459
Jari Aalto31859422009-01-12 13:36:28 +00001335#, c-format
1336msgid "syntax error near unexpected token `%s'"
1337msgstr "sintaksės klaida prie netikėtos leksemos: „%s“"
1338
Chet Ramey00018032011-11-21 20:51:19 -05001339#: parse.y:5477
Jari Aalto31859422009-01-12 13:36:28 +00001340#, c-format
1341msgid "syntax error near `%s'"
1342msgstr "sintaksės klaida prie „%s“"
1343
Chet Ramey00018032011-11-21 20:51:19 -05001344#: parse.y:5487
Jari Aalto31859422009-01-12 13:36:28 +00001345msgid "syntax error: unexpected end of file"
1346msgstr "sintaksės klaida: netikėta failo pabaiga"
1347
Chet Ramey00018032011-11-21 20:51:19 -05001348#: parse.y:5487
Jari Aalto31859422009-01-12 13:36:28 +00001349msgid "syntax error"
1350msgstr "sintaksės klaida"
1351
Chet Ramey00018032011-11-21 20:51:19 -05001352#: parse.y:5549
Jari Aalto31859422009-01-12 13:36:28 +00001353#, c-format
1354msgid "Use \"%s\" to leave the shell.\n"
1355msgstr "Naudokite „%s“, jei norite išeiti iš ap.\n"
1356
Chet Ramey00018032011-11-21 20:51:19 -05001357#: parse.y:5711
Jari Aalto31859422009-01-12 13:36:28 +00001358msgid "unexpected EOF while looking for matching `)'"
1359msgstr "netikėta failo pabaiga ieškant atitinkamo „)“"
1360
Chet Ramey00018032011-11-21 20:51:19 -05001361#: pcomplete.c:1030
Jari Aalto31859422009-01-12 13:36:28 +00001362#, c-format
1363msgid "completion: function `%s' not found"
1364msgstr "completion: funkcija „%s“ nerasta"
1365
1366#: pcomplib.c:179
1367#, c-format
1368msgid "progcomp_insert: %s: NULL COMPSPEC"
1369msgstr "progcomp_insert: %s: NULL COMPSPEC"
1370
Chet Ramey00018032011-11-21 20:51:19 -05001371#: print_cmd.c:290
Jari Aalto31859422009-01-12 13:36:28 +00001372#, c-format
1373msgid "print_command: bad connector `%d'"
1374msgstr "print_command: blogas jungtukas  „%d“"
1375
Chet Ramey00018032011-11-21 20:51:19 -05001376#: print_cmd.c:363
1377#, fuzzy, c-format
1378msgid "xtrace_set: %d: invalid file descriptor"
1379msgstr "%d: netaisyklingas failo deskriptorius: %s"
1380
1381#: print_cmd.c:368
1382msgid "xtrace_set: NULL file pointer"
1383msgstr ""
1384
1385#: print_cmd.c:372
1386#, c-format
1387msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1388msgstr ""
1389
1390#: print_cmd.c:1461
Jari Aalto31859422009-01-12 13:36:28 +00001391#, c-format
1392msgid "cprintf: `%c': invalid format character"
1393msgstr "cprintf: „%c“: netaisyklingas formato simbolis"
1394
Chet Ramey00018032011-11-21 20:51:19 -05001395#: redir.c:110
Jari Aalto31859422009-01-12 13:36:28 +00001396msgid "file descriptor out of range"
1397msgstr "failo deskriptorius už ribų"
1398
Chet Ramey00018032011-11-21 20:51:19 -05001399#: redir.c:166
Jari Aalto31859422009-01-12 13:36:28 +00001400#, c-format
1401msgid "%s: ambiguous redirect"
1402msgstr "%s: ambiguous redirect"
1403
Chet Ramey00018032011-11-21 20:51:19 -05001404#: redir.c:170
Jari Aalto31859422009-01-12 13:36:28 +00001405#, c-format
1406msgid "%s: cannot overwrite existing file"
1407msgstr "%s: negalima perrašyti egzistuojančio failo"
1408
Chet Ramey00018032011-11-21 20:51:19 -05001409#: redir.c:175
Jari Aalto31859422009-01-12 13:36:28 +00001410#, c-format
1411msgid "%s: restricted: cannot redirect output"
1412msgstr "%s: apribota: negalima peradresuoti išvedimo"
1413
Chet Ramey00018032011-11-21 20:51:19 -05001414#: redir.c:180
Jari Aalto31859422009-01-12 13:36:28 +00001415#, fuzzy, c-format
1416msgid "cannot create temp file for here-document: %s"
1417msgstr "nepavyko sukurti laikino failo „here“ dokumentui: %s"
1418
Chet Ramey00018032011-11-21 20:51:19 -05001419#: redir.c:184
1420#, fuzzy, c-format
1421msgid "%s: cannot assign fd to variable"
1422msgstr "%s: negalima priskirti sąrašo masyvo elementui"
1423
1424#: redir.c:544
Jari Aalto31859422009-01-12 13:36:28 +00001425msgid "/dev/(tcp|udp)/host/port not supported without networking"
Jari Aalto17345e52009-02-19 22:21:29 +00001426msgstr "/dev/(tcp|udp)/serveris/prievadas nepalaikoma be tinklo"
Jari Aalto31859422009-01-12 13:36:28 +00001427
Chet Ramey00018032011-11-21 20:51:19 -05001428#: redir.c:1101
Jari Aalto31859422009-01-12 13:36:28 +00001429msgid "redirection error: cannot duplicate fd"
1430msgstr "nukreipimo klaida: nepavyko dublikuoti fd"
1431
Chet Ramey00018032011-11-21 20:51:19 -05001432#: shell.c:332
Jari Aalto31859422009-01-12 13:36:28 +00001433msgid "could not find /tmp, please create!"
1434msgstr "nepavyko rasti /tmp, sukurkite šį aplanką!"
1435
Chet Ramey00018032011-11-21 20:51:19 -05001436#: shell.c:336
Jari Aalto31859422009-01-12 13:36:28 +00001437msgid "/tmp must be a valid directory name"
1438msgstr "/tmp turi būti taisyklingas aplanko pavadinimas"
1439
Chet Ramey00018032011-11-21 20:51:19 -05001440#: shell.c:884
Jari Aalto31859422009-01-12 13:36:28 +00001441#, c-format
1442msgid "%c%c: invalid option"
1443msgstr "%c%c: netaisyklingas parametras"
1444
Chet Ramey00018032011-11-21 20:51:19 -05001445#: shell.c:1651
Jari Aalto31859422009-01-12 13:36:28 +00001446msgid "I have no name!"
1447msgstr "Neturiu vardo!"
1448
Chet Ramey00018032011-11-21 20:51:19 -05001449#: shell.c:1793
Jari Aalto31859422009-01-12 13:36:28 +00001450#, c-format
1451msgid "GNU bash, version %s-(%s)\n"
Chet Ramey00018032011-11-21 20:51:19 -05001452msgstr "GNU bash, versija %s-(%s)\n"
Jari Aalto31859422009-01-12 13:36:28 +00001453
Chet Ramey00018032011-11-21 20:51:19 -05001454#: shell.c:1794
Jari Aalto31859422009-01-12 13:36:28 +00001455#, c-format
1456msgid ""
1457"Usage:\t%s [GNU long option] [option] ...\n"
1458"\t%s [GNU long option] [option] script-file ...\n"
1459msgstr ""
1460"Naudojimas:\t%s [GNU ilgas parametras] [parametras] ...\n"
1461"\t%s [GNU ilgas parametras] [parametras] scenarijaus-failas ...\n"
1462
Chet Ramey00018032011-11-21 20:51:19 -05001463#: shell.c:1796
Jari Aalto31859422009-01-12 13:36:28 +00001464msgid "GNU long options:\n"
1465msgstr "GNU ilgi parametrai:\n"
1466
Chet Ramey00018032011-11-21 20:51:19 -05001467#: shell.c:1800
Jari Aalto31859422009-01-12 13:36:28 +00001468msgid "Shell options:\n"
1469msgstr "Aplinkos parametrai:\n"
1470
Chet Ramey00018032011-11-21 20:51:19 -05001471#: shell.c:1801
Jari Aalto31859422009-01-12 13:36:28 +00001472msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1473msgstr ""
1474"\t-irsD arba -c komanda arba -O shopt_nustatymas\t\t(tik iškvietimui)\n"
1475
Chet Ramey00018032011-11-21 20:51:19 -05001476#: shell.c:1816
Jari Aalto31859422009-01-12 13:36:28 +00001477#, c-format
1478msgid "\t-%s or -o option\n"
1479msgstr "\t-%s arba -o nustatymas\n"
1480
Chet Ramey00018032011-11-21 20:51:19 -05001481#: shell.c:1822
Jari Aalto31859422009-01-12 13:36:28 +00001482#, fuzzy, c-format
1483msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1484msgstr ""
1485"Bandykite „%s --help“ arba „%s --usage“, jei norite gauti daugiau "
1486"informacijos.\n"
1487
Chet Ramey00018032011-11-21 20:51:19 -05001488#: shell.c:1823
Jari Aalto31859422009-01-12 13:36:28 +00001489#, fuzzy, c-format
1490msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1491msgstr "Bandykite „ldd --help“, jei norite daugiau informacijos."
1492
Chet Ramey00018032011-11-21 20:51:19 -05001493#: shell.c:1824
Jari Aalto31859422009-01-12 13:36:28 +00001494#, c-format
1495msgid "Use the `bashbug' command to report bugs.\n"
1496msgstr "Naudokite komandą „bashbug“ klaidoms pranešti.\n"
1497
Chet Ramey00018032011-11-21 20:51:19 -05001498#: sig.c:626
Jari Aalto31859422009-01-12 13:36:28 +00001499#, c-format
1500msgid "sigprocmask: %d: invalid operation"
1501msgstr "sigprocmask: %d: netaisyklinga operacija"
1502
Chet Ramey00018032011-11-21 20:51:19 -05001503#: siglist.c:48
Jari Aalto31859422009-01-12 13:36:28 +00001504msgid "Bogus signal"
1505msgstr ""
1506
Chet Ramey00018032011-11-21 20:51:19 -05001507#: siglist.c:51
Jari Aalto31859422009-01-12 13:36:28 +00001508msgid "Hangup"
1509msgstr ""
1510
Chet Ramey00018032011-11-21 20:51:19 -05001511#: siglist.c:55
Jari Aalto31859422009-01-12 13:36:28 +00001512msgid "Interrupt"
1513msgstr ""
1514
Chet Ramey00018032011-11-21 20:51:19 -05001515#: siglist.c:59
Jari Aalto31859422009-01-12 13:36:28 +00001516msgid "Quit"
1517msgstr ""
1518
Chet Ramey00018032011-11-21 20:51:19 -05001519#: siglist.c:63
Jari Aalto31859422009-01-12 13:36:28 +00001520msgid "Illegal instruction"
1521msgstr ""
1522
Chet Ramey00018032011-11-21 20:51:19 -05001523#: siglist.c:67
Jari Aalto31859422009-01-12 13:36:28 +00001524msgid "BPT trace/trap"
1525msgstr ""
1526
Chet Ramey00018032011-11-21 20:51:19 -05001527#: siglist.c:75
Jari Aalto31859422009-01-12 13:36:28 +00001528msgid "ABORT instruction"
Jari Aalto17345e52009-02-19 22:21:29 +00001529msgstr "ABORT instrukcija"
Jari Aalto31859422009-01-12 13:36:28 +00001530
Chet Ramey00018032011-11-21 20:51:19 -05001531#: siglist.c:79
Jari Aalto31859422009-01-12 13:36:28 +00001532msgid "EMT instruction"
1533msgstr ""
1534
Chet Ramey00018032011-11-21 20:51:19 -05001535#: siglist.c:83
Jari Aalto31859422009-01-12 13:36:28 +00001536msgid "Floating point exception"
Jari Aalto17345e52009-02-19 22:21:29 +00001537msgstr "Slankaus kablelio klaida"
Jari Aalto31859422009-01-12 13:36:28 +00001538
Chet Ramey00018032011-11-21 20:51:19 -05001539#: siglist.c:87
Jari Aalto31859422009-01-12 13:36:28 +00001540msgid "Killed"
1541msgstr ""
1542
Chet Ramey00018032011-11-21 20:51:19 -05001543#: siglist.c:91
Jari Aalto31859422009-01-12 13:36:28 +00001544#, fuzzy
1545msgid "Bus error"
1546msgstr "sintaksės klaida"
1547
Chet Ramey00018032011-11-21 20:51:19 -05001548#: siglist.c:95
Jari Aalto31859422009-01-12 13:36:28 +00001549msgid "Segmentation fault"
Jari Aalto17345e52009-02-19 22:21:29 +00001550msgstr "Segmentacijos klaida"
Jari Aalto31859422009-01-12 13:36:28 +00001551
Chet Ramey00018032011-11-21 20:51:19 -05001552#: siglist.c:99
Jari Aalto31859422009-01-12 13:36:28 +00001553msgid "Bad system call"
1554msgstr ""
1555
Chet Ramey00018032011-11-21 20:51:19 -05001556#: siglist.c:103
Jari Aalto31859422009-01-12 13:36:28 +00001557msgid "Broken pipe"
1558msgstr ""
1559
Chet Ramey00018032011-11-21 20:51:19 -05001560#: siglist.c:107
Jari Aalto31859422009-01-12 13:36:28 +00001561msgid "Alarm clock"
Jari Aalto17345e52009-02-19 22:21:29 +00001562msgstr "Žadintuvas"
Jari Aalto31859422009-01-12 13:36:28 +00001563
Chet Ramey00018032011-11-21 20:51:19 -05001564#: siglist.c:111
Jari Aalto31859422009-01-12 13:36:28 +00001565msgid "Terminated"
Jari Aalto17345e52009-02-19 22:21:29 +00001566msgstr "Nutraukta"
Jari Aalto31859422009-01-12 13:36:28 +00001567
Chet Ramey00018032011-11-21 20:51:19 -05001568#: siglist.c:115
Jari Aalto31859422009-01-12 13:36:28 +00001569msgid "Urgent IO condition"
1570msgstr ""
1571
Chet Ramey00018032011-11-21 20:51:19 -05001572#: siglist.c:119
Jari Aalto31859422009-01-12 13:36:28 +00001573msgid "Stopped (signal)"
Jari Aalto17345e52009-02-19 22:21:29 +00001574msgstr "Sustabdyta (signalas)"
Jari Aalto31859422009-01-12 13:36:28 +00001575
Chet Ramey00018032011-11-21 20:51:19 -05001576#: siglist.c:127
Jari Aalto31859422009-01-12 13:36:28 +00001577msgid "Continue"
Chet Ramey00018032011-11-21 20:51:19 -05001578msgstr "Tęsti"
Jari Aalto31859422009-01-12 13:36:28 +00001579
Chet Ramey00018032011-11-21 20:51:19 -05001580#: siglist.c:135
Jari Aalto31859422009-01-12 13:36:28 +00001581msgid "Child death or stop"
1582msgstr ""
1583
Chet Ramey00018032011-11-21 20:51:19 -05001584#: siglist.c:139
Jari Aalto31859422009-01-12 13:36:28 +00001585msgid "Stopped (tty input)"
Jari Aalto17345e52009-02-19 22:21:29 +00001586msgstr "Sustabdyta (tty įvedimas)"
Jari Aalto31859422009-01-12 13:36:28 +00001587
Chet Ramey00018032011-11-21 20:51:19 -05001588#: siglist.c:143
Jari Aalto31859422009-01-12 13:36:28 +00001589msgid "Stopped (tty output)"
Jari Aalto17345e52009-02-19 22:21:29 +00001590msgstr "Sustabdyta (tty išvedimas)"
Jari Aalto31859422009-01-12 13:36:28 +00001591
Chet Ramey00018032011-11-21 20:51:19 -05001592#: siglist.c:147
Jari Aalto31859422009-01-12 13:36:28 +00001593msgid "I/O ready"
1594msgstr ""
1595
Chet Ramey00018032011-11-21 20:51:19 -05001596#: siglist.c:151
Jari Aalto31859422009-01-12 13:36:28 +00001597msgid "CPU limit"
Jari Aalto17345e52009-02-19 22:21:29 +00001598msgstr "CPU riba"
Jari Aalto31859422009-01-12 13:36:28 +00001599
Chet Ramey00018032011-11-21 20:51:19 -05001600#: siglist.c:155
Jari Aalto31859422009-01-12 13:36:28 +00001601msgid "File limit"
Jari Aalto17345e52009-02-19 22:21:29 +00001602msgstr "Failų riba"
Jari Aalto31859422009-01-12 13:36:28 +00001603
Chet Ramey00018032011-11-21 20:51:19 -05001604#: siglist.c:159
Jari Aalto31859422009-01-12 13:36:28 +00001605msgid "Alarm (virtual)"
1606msgstr ""
1607
Chet Ramey00018032011-11-21 20:51:19 -05001608#: siglist.c:163
Jari Aalto31859422009-01-12 13:36:28 +00001609msgid "Alarm (profile)"
1610msgstr ""
1611
Chet Ramey00018032011-11-21 20:51:19 -05001612#: siglist.c:167
Jari Aalto31859422009-01-12 13:36:28 +00001613msgid "Window changed"
Jari Aalto17345e52009-02-19 22:21:29 +00001614msgstr "Langas pakeistas"
Jari Aalto31859422009-01-12 13:36:28 +00001615
Chet Ramey00018032011-11-21 20:51:19 -05001616#: siglist.c:171
Jari Aalto31859422009-01-12 13:36:28 +00001617msgid "Record lock"
1618msgstr ""
1619
Chet Ramey00018032011-11-21 20:51:19 -05001620#: siglist.c:175
Jari Aalto31859422009-01-12 13:36:28 +00001621msgid "User signal 1"
1622msgstr ""
1623
Chet Ramey00018032011-11-21 20:51:19 -05001624#: siglist.c:179
Jari Aalto31859422009-01-12 13:36:28 +00001625msgid "User signal 2"
1626msgstr ""
1627
Chet Ramey00018032011-11-21 20:51:19 -05001628#: siglist.c:183
Jari Aalto31859422009-01-12 13:36:28 +00001629msgid "HFT input data pending"
1630msgstr ""
1631
Chet Ramey00018032011-11-21 20:51:19 -05001632#: siglist.c:187
Jari Aalto31859422009-01-12 13:36:28 +00001633msgid "power failure imminent"
1634msgstr ""
1635
Chet Ramey00018032011-11-21 20:51:19 -05001636#: siglist.c:191
Jari Aalto31859422009-01-12 13:36:28 +00001637msgid "system crash imminent"
1638msgstr ""
1639
Chet Ramey00018032011-11-21 20:51:19 -05001640#: siglist.c:195
Jari Aalto31859422009-01-12 13:36:28 +00001641msgid "migrate process to another CPU"
Jari Aalto17345e52009-02-19 22:21:29 +00001642msgstr "proceso migravimas į kitą CPU"
Jari Aalto31859422009-01-12 13:36:28 +00001643
Chet Ramey00018032011-11-21 20:51:19 -05001644#: siglist.c:199
Jari Aalto31859422009-01-12 13:36:28 +00001645msgid "programming error"
Chet Ramey00018032011-11-21 20:51:19 -05001646msgstr "programavimo klaida"
Jari Aalto31859422009-01-12 13:36:28 +00001647
Chet Ramey00018032011-11-21 20:51:19 -05001648#: siglist.c:203
Jari Aalto31859422009-01-12 13:36:28 +00001649msgid "HFT monitor mode granted"
1650msgstr ""
1651
Chet Ramey00018032011-11-21 20:51:19 -05001652#: siglist.c:207
Jari Aalto31859422009-01-12 13:36:28 +00001653msgid "HFT monitor mode retracted"
1654msgstr ""
1655
Chet Ramey00018032011-11-21 20:51:19 -05001656#: siglist.c:211
Jari Aalto31859422009-01-12 13:36:28 +00001657msgid "HFT sound sequence has completed"
1658msgstr ""
1659
Chet Ramey00018032011-11-21 20:51:19 -05001660#: siglist.c:215
Jari Aalto31859422009-01-12 13:36:28 +00001661msgid "Information request"
Chet Ramey00018032011-11-21 20:51:19 -05001662msgstr "Informacijos užklausa"
Jari Aalto31859422009-01-12 13:36:28 +00001663
Chet Ramey00018032011-11-21 20:51:19 -05001664#: siglist.c:223
Jari Aalto31859422009-01-12 13:36:28 +00001665msgid "Unknown Signal #"
Chet Ramey00018032011-11-21 20:51:19 -05001666msgstr "Nežinomas signalas #"
Jari Aalto31859422009-01-12 13:36:28 +00001667
Chet Ramey00018032011-11-21 20:51:19 -05001668#: siglist.c:225
Jari Aalto31859422009-01-12 13:36:28 +00001669#, c-format
1670msgid "Unknown Signal #%d"
Chet Ramey00018032011-11-21 20:51:19 -05001671msgstr "Nežinomas signalas #%d"
Jari Aalto31859422009-01-12 13:36:28 +00001672
Chet Ramey00018032011-11-21 20:51:19 -05001673#: subst.c:1333 subst.c:1454
Jari Aalto31859422009-01-12 13:36:28 +00001674#, c-format
1675msgid "bad substitution: no closing `%s' in %s"
1676msgstr "blogas keitinys: trūksta „%s“ %s"
1677
Chet Ramey00018032011-11-21 20:51:19 -05001678#: subst.c:2735
Jari Aalto31859422009-01-12 13:36:28 +00001679#, c-format
1680msgid "%s: cannot assign list to array member"
1681msgstr "%s: negalima priskirti sąrašo masyvo elementui"
1682
Chet Ramey00018032011-11-21 20:51:19 -05001683#: subst.c:4754 subst.c:4770
Jari Aalto31859422009-01-12 13:36:28 +00001684msgid "cannot make pipe for process substitution"
1685msgstr ""
1686
Chet Ramey00018032011-11-21 20:51:19 -05001687#: subst.c:4802
Jari Aalto31859422009-01-12 13:36:28 +00001688msgid "cannot make child for process substitution"
1689msgstr ""
1690
Chet Ramey00018032011-11-21 20:51:19 -05001691#: subst.c:4847
Jari Aalto31859422009-01-12 13:36:28 +00001692#, c-format
1693msgid "cannot open named pipe %s for reading"
1694msgstr ""
1695
Chet Ramey00018032011-11-21 20:51:19 -05001696#: subst.c:4849
Jari Aalto31859422009-01-12 13:36:28 +00001697#, c-format
1698msgid "cannot open named pipe %s for writing"
1699msgstr ""
1700
Chet Ramey00018032011-11-21 20:51:19 -05001701#: subst.c:4867
Jari Aalto31859422009-01-12 13:36:28 +00001702#, c-format
1703msgid "cannot duplicate named pipe %s as fd %d"
1704msgstr ""
1705
Chet Ramey00018032011-11-21 20:51:19 -05001706#: subst.c:5063
Jari Aalto31859422009-01-12 13:36:28 +00001707msgid "cannot make pipe for command substitution"
1708msgstr ""
1709
Chet Ramey00018032011-11-21 20:51:19 -05001710#: subst.c:5097
Jari Aalto31859422009-01-12 13:36:28 +00001711msgid "cannot make child for command substitution"
1712msgstr ""
1713
Chet Ramey00018032011-11-21 20:51:19 -05001714#: subst.c:5114
Jari Aalto31859422009-01-12 13:36:28 +00001715msgid "command_substitute: cannot duplicate pipe as fd 1"
1716msgstr ""
1717
Chet Ramey00018032011-11-21 20:51:19 -05001718#: subst.c:5617
Jari Aalto31859422009-01-12 13:36:28 +00001719#, c-format
1720msgid "%s: parameter null or not set"
1721msgstr "%s: parametras tuščias arba nenustatytas"
1722
Chet Ramey00018032011-11-21 20:51:19 -05001723#: subst.c:5907
Jari Aalto31859422009-01-12 13:36:28 +00001724#, c-format
1725msgid "%s: substring expression < 0"
1726msgstr "%s: posekio išraiška < 0"
1727
Chet Ramey00018032011-11-21 20:51:19 -05001728#: subst.c:6965
Jari Aalto31859422009-01-12 13:36:28 +00001729#, c-format
1730msgid "%s: bad substitution"
1731msgstr "%s: blogas keitinys"
1732
Chet Ramey00018032011-11-21 20:51:19 -05001733#: subst.c:7045
Jari Aalto31859422009-01-12 13:36:28 +00001734#, c-format
1735msgid "$%s: cannot assign in this way"
1736msgstr "$%s: negalima tokiu būdu priskirti"
1737
Chet Ramey00018032011-11-21 20:51:19 -05001738#: subst.c:7374
1739msgid ""
1740"future versions of the shell will force evaluation as an arithmetic "
1741"substitution"
1742msgstr ""
1743
1744#: subst.c:7839
Jari Aalto31859422009-01-12 13:36:28 +00001745#, fuzzy, c-format
1746msgid "bad substitution: no closing \"`\" in %s"
1747msgstr "blogas keitinys: trūksta „%s“ %s"
1748
Chet Ramey00018032011-11-21 20:51:19 -05001749#: subst.c:8720
Jari Aalto31859422009-01-12 13:36:28 +00001750#, c-format
1751msgid "no match: %s"
1752msgstr "nėra atitikmenų: %s"
1753
Chet Ramey00018032011-11-21 20:51:19 -05001754#: test.c:146
Jari Aalto31859422009-01-12 13:36:28 +00001755msgid "argument expected"
1756msgstr "tikėtasi argumento"
1757
Chet Ramey00018032011-11-21 20:51:19 -05001758#: test.c:155
Jari Aalto31859422009-01-12 13:36:28 +00001759#, c-format
1760msgid "%s: integer expression expected"
1761msgstr "%s: tikėtasi skaitinės išraiškos"
1762
Chet Ramey00018032011-11-21 20:51:19 -05001763#: test.c:263
Jari Aalto31859422009-01-12 13:36:28 +00001764msgid "`)' expected"
1765msgstr "tikėtasi „)“"
1766
Chet Ramey00018032011-11-21 20:51:19 -05001767#: test.c:265
Jari Aalto31859422009-01-12 13:36:28 +00001768#, c-format
1769msgid "`)' expected, found %s"
1770msgstr "tikėtasi „)“, rasta %s"
1771
Chet Ramey00018032011-11-21 20:51:19 -05001772#: test.c:280 test.c:693 test.c:696
Jari Aalto31859422009-01-12 13:36:28 +00001773#, c-format
1774msgid "%s: unary operator expected"
1775msgstr "%s: tikėtasi unarinio operatoriaus"
1776
Chet Ramey00018032011-11-21 20:51:19 -05001777#: test.c:449 test.c:736
Jari Aalto31859422009-01-12 13:36:28 +00001778#, c-format
1779msgid "%s: binary operator expected"
1780msgstr "%s: tikėtasi binarinio operatoriaus"
1781
Chet Ramey00018032011-11-21 20:51:19 -05001782#: test.c:811
Jari Aalto31859422009-01-12 13:36:28 +00001783msgid "missing `]'"
1784msgstr "trūksta „]“"
1785
Chet Ramey00018032011-11-21 20:51:19 -05001786#: trap.c:203
Jari Aalto31859422009-01-12 13:36:28 +00001787msgid "invalid signal number"
1788msgstr "netaisyklingas signalo numeris"
1789
Chet Ramey00018032011-11-21 20:51:19 -05001790#: trap.c:327
Jari Aalto31859422009-01-12 13:36:28 +00001791#, c-format
1792msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1793msgstr "run_pending_traps: bloga trap_list[%d] reikšmė: %p"
1794
Chet Ramey00018032011-11-21 20:51:19 -05001795#: trap.c:331
Jari Aalto31859422009-01-12 13:36:28 +00001796#, c-format
1797msgid ""
1798"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1799msgstr "run_pending_traps: signalo doroklė yra SIG_DFL, siunčiamas %d (%s) sau"
1800
Chet Ramey00018032011-11-21 20:51:19 -05001801#: trap.c:380
Jari Aalto31859422009-01-12 13:36:28 +00001802#, c-format
1803msgid "trap_handler: bad signal %d"
1804msgstr "trap_handler: blogas signalas %d"
1805
Chet Ramey00018032011-11-21 20:51:19 -05001806#: variables.c:363
Jari Aalto31859422009-01-12 13:36:28 +00001807#, c-format
1808msgid "error importing function definition for `%s'"
1809msgstr "klaida importuojant funkcijos apibrėžimą „%s“"
1810
Chet Ramey00018032011-11-21 20:51:19 -05001811#: variables.c:748
Jari Aalto31859422009-01-12 13:36:28 +00001812#, c-format
1813msgid "shell level (%d) too high, resetting to 1"
1814msgstr "aplinkos lygmuo (%d) per aukštas, nustatoma į 1"
1815
Chet Ramey00018032011-11-21 20:51:19 -05001816#: variables.c:1915
Jari Aalto31859422009-01-12 13:36:28 +00001817msgid "make_local_variable: no function context at current scope"
1818msgstr ""
1819
Chet Ramey00018032011-11-21 20:51:19 -05001820#: variables.c:3159
Jari Aalto31859422009-01-12 13:36:28 +00001821msgid "all_local_variables: no function context at current scope"
1822msgstr ""
1823
Chet Ramey00018032011-11-21 20:51:19 -05001824#: variables.c:3376
1825#, fuzzy, c-format
1826msgid "%s has null exportstr"
1827msgstr "%s: parametras tuščias arba nenustatytas"
1828
1829#: variables.c:3381 variables.c:3390
Jari Aalto31859422009-01-12 13:36:28 +00001830#, c-format
1831msgid "invalid character %d in exportstr for %s"
1832msgstr "netaisyklingas simbolis %d %s exportstr'e"
1833
Chet Ramey00018032011-11-21 20:51:19 -05001834#: variables.c:3396
Jari Aalto31859422009-01-12 13:36:28 +00001835#, c-format
1836msgid "no `=' in exportstr for %s"
1837msgstr "%s exportstr'e trūksta „=“"
1838
Chet Ramey00018032011-11-21 20:51:19 -05001839#: variables.c:3835
Jari Aalto31859422009-01-12 13:36:28 +00001840msgid "pop_var_context: head of shell_variables not a function context"
1841msgstr ""
1842
Chet Ramey00018032011-11-21 20:51:19 -05001843#: variables.c:3848
Jari Aalto31859422009-01-12 13:36:28 +00001844msgid "pop_var_context: no global_variables context"
1845msgstr "pop_var_context: nėra global_variables konteksto"
1846
Chet Ramey00018032011-11-21 20:51:19 -05001847#: variables.c:3922
Jari Aalto31859422009-01-12 13:36:28 +00001848msgid "pop_scope: head of shell_variables not a temporary environment scope"
1849msgstr ""
1850
Chet Ramey00018032011-11-21 20:51:19 -05001851#: variables.c:4678
1852#, fuzzy, c-format
1853msgid "%s: %s: cannot open as FILE"
1854msgstr "%s: nepavyko atverti: %s"
1855
1856#: variables.c:4683
1857#, fuzzy, c-format
1858msgid "%s: %s: invalid value for trace file descriptor"
1859msgstr "%d: netaisyklingas failo deskriptorius: %s"
1860
Jari Aalto31859422009-01-12 13:36:28 +00001861#: version.c:46
Jari Aalto31859422009-01-12 13:36:28 +00001862msgid "Copyright (C) 2009 Free Software Foundation, Inc."
Chet Ramey00018032011-11-21 20:51:19 -05001863msgstr "Autorinės teisės (C) 2009 Free Software Foundation, Inc."
Jari Aalto31859422009-01-12 13:36:28 +00001864
1865#: version.c:47
1866msgid ""
1867"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1868"html>\n"
1869msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05001870"Licencija GPLv3+: GNU GPL versija 3 arba naujesnė <http://gnu.org/licenses/"
1871"gpl.html>\n"
Jari Aalto31859422009-01-12 13:36:28 +00001872
Chet Ramey00018032011-11-21 20:51:19 -05001873#: version.c:86 version2.c:83
Jari Aalto31859422009-01-12 13:36:28 +00001874#, c-format
1875msgid "GNU bash, version %s (%s)\n"
Chet Ramey00018032011-11-21 20:51:19 -05001876msgstr "GNU bash, versija %s (%s)\n"
Jari Aalto31859422009-01-12 13:36:28 +00001877
Chet Ramey00018032011-11-21 20:51:19 -05001878#: version.c:91 version2.c:88
Jari Aalto31859422009-01-12 13:36:28 +00001879#, c-format
1880msgid "This is free software; you are free to change and redistribute it.\n"
1881msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05001882"Tai yra laisva programinė įranga; jūs esate laisvas keisti ir platinti ją.\n"
Jari Aalto31859422009-01-12 13:36:28 +00001883
Chet Ramey00018032011-11-21 20:51:19 -05001884#: version.c:92 version2.c:89
Jari Aalto31859422009-01-12 13:36:28 +00001885#, c-format
1886msgid "There is NO WARRANTY, to the extent permitted by law.\n"
Chet Ramey00018032011-11-21 20:51:19 -05001887msgstr "Nėra JOKIOS GARANTIJOS, kiek tik tą leidžia įstatymas.\n"
Jari Aalto31859422009-01-12 13:36:28 +00001888
Chet Ramey00018032011-11-21 20:51:19 -05001889#: version2.c:86
1890#, fuzzy, c-format
1891msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
1892msgstr "Autorinės teisės (C) 2009 Free Software Foundation, Inc."
1893
1894#: version2.c:87
1895#, fuzzy, c-format
1896msgid ""
1897"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
1898"html>\n"
1899msgstr ""
1900"Licencija GPLv3+: GNU GPL versija 3 arba naujesnė <http://gnu.org/licenses/"
1901"gpl.html>\n"
1902
1903#: xmalloc.c:91
1904#, fuzzy, c-format
1905msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
Jari Aalto31859422009-01-12 13:36:28 +00001906msgstr "xmalloc: nepavyko išskirti %lu baitų (%lu baitų išskirta)"
1907
Chet Ramey00018032011-11-21 20:51:19 -05001908#: xmalloc.c:93
1909#, fuzzy, c-format
1910msgid "%s: cannot allocate %lu bytes"
Jari Aalto31859422009-01-12 13:36:28 +00001911msgstr "xmalloc: nepavyko išskirti %lu baitų"
1912
Chet Ramey00018032011-11-21 20:51:19 -05001913#: xmalloc.c:163
1914#, fuzzy, c-format
1915msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
Jari Aalto31859422009-01-12 13:36:28 +00001916msgstr "xmalloc: %s:%d: nepavyko išskirti %lu baitų (išskirta %lu baitų)"
1917
Chet Ramey00018032011-11-21 20:51:19 -05001918#: xmalloc.c:165
1919#, fuzzy, c-format
1920msgid "%s: %s:%d: cannot allocate %lu bytes"
Jari Aalto31859422009-01-12 13:36:28 +00001921msgstr "xmalloc: %s:%d: nepavyko išskirti %lu baitų"
1922
Jari Aalto31859422009-01-12 13:36:28 +00001923#: builtins.c:43
1924msgid "alias [-p] [name[=value] ... ]"
Chet Ramey00018032011-11-21 20:51:19 -05001925msgstr "alias [-p] [pavadinimas[=reikšmė] ... ]"
Jari Aalto31859422009-01-12 13:36:28 +00001926
1927#: builtins.c:47
1928msgid "unalias [-a] name [name ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001929msgstr "unalias [-a] pavadinimas [pavadinimas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00001930
1931#: builtins.c:51
1932msgid ""
1933"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1934"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1935msgstr ""
1936
1937#: builtins.c:54
1938msgid "break [n]"
Chet Ramey00018032011-11-21 20:51:19 -05001939msgstr "break [n]"
Jari Aalto31859422009-01-12 13:36:28 +00001940
1941#: builtins.c:56
1942msgid "continue [n]"
Chet Ramey00018032011-11-21 20:51:19 -05001943msgstr "continue [n]"
Jari Aalto31859422009-01-12 13:36:28 +00001944
1945#: builtins.c:58
1946msgid "builtin [shell-builtin [arg ...]]"
Chet Ramey00018032011-11-21 20:51:19 -05001947msgstr "builtin [aplinkos-komanda [arg ...]]"
Jari Aalto31859422009-01-12 13:36:28 +00001948
1949#: builtins.c:61
1950msgid "caller [expr]"
Chet Ramey00018032011-11-21 20:51:19 -05001951msgstr "caller [išraiška]"
Jari Aalto31859422009-01-12 13:36:28 +00001952
1953#: builtins.c:64
1954msgid "cd [-L|-P] [dir]"
Chet Ramey00018032011-11-21 20:51:19 -05001955msgstr "cd [-L|-P] [aplankas]"
Jari Aalto31859422009-01-12 13:36:28 +00001956
1957#: builtins.c:66
1958msgid "pwd [-LP]"
Chet Ramey00018032011-11-21 20:51:19 -05001959msgstr "pwd [-LP]"
Jari Aalto31859422009-01-12 13:36:28 +00001960
1961#: builtins.c:68
1962msgid ":"
Chet Ramey00018032011-11-21 20:51:19 -05001963msgstr ":"
Jari Aalto31859422009-01-12 13:36:28 +00001964
1965#: builtins.c:70
1966msgid "true"
Chet Ramey00018032011-11-21 20:51:19 -05001967msgstr "true"
Jari Aalto31859422009-01-12 13:36:28 +00001968
1969#: builtins.c:72
1970msgid "false"
Chet Ramey00018032011-11-21 20:51:19 -05001971msgstr "false"
Jari Aalto31859422009-01-12 13:36:28 +00001972
1973#: builtins.c:74
1974msgid "command [-pVv] command [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001975msgstr "command [-pVv] komanda [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00001976
1977#: builtins.c:76
1978msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001979msgstr "declare [-aAfFilrtux] [-p] [pavadinimas[=reikšmė] ...]"
Jari Aalto31859422009-01-12 13:36:28 +00001980
1981#: builtins.c:78
1982msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
Chet Ramey00018032011-11-21 20:51:19 -05001983msgstr "typeset [-aAfFilrtux] [-p] pavadinimas[=reikšmė] ..."
Jari Aalto31859422009-01-12 13:36:28 +00001984
1985#: builtins.c:80
1986msgid "local [option] name[=value] ..."
Chet Ramey00018032011-11-21 20:51:19 -05001987msgstr "local [option] pavadinimas[=reikšmė] ..."
Jari Aalto31859422009-01-12 13:36:28 +00001988
1989#: builtins.c:83
1990msgid "echo [-neE] [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001991msgstr "echo [-neE] [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00001992
1993#: builtins.c:87
1994msgid "echo [-n] [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001995msgstr "echo [-n] [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00001996
1997#: builtins.c:90
1998msgid "enable [-a] [-dnps] [-f filename] [name ...]"
Chet Ramey00018032011-11-21 20:51:19 -05001999msgstr "enable [-a] [-dnps] [-f failopavadinimas] [pavadinimas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002000
2001#: builtins.c:92
2002msgid "eval [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002003msgstr "eval [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002004
2005#: builtins.c:94
2006msgid "getopts optstring name [arg]"
Chet Ramey00018032011-11-21 20:51:19 -05002007msgstr "getopts optsekos pavadinimas [arg]"
Jari Aalto31859422009-01-12 13:36:28 +00002008
2009#: builtins.c:96
2010msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
2011msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05002012"exec [-cl] [-a pavadinimas] [komanda [argumentai ...]] [nukreipimas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002013
2014#: builtins.c:98
2015msgid "exit [n]"
Chet Ramey00018032011-11-21 20:51:19 -05002016msgstr "exit [n]"
Jari Aalto31859422009-01-12 13:36:28 +00002017
2018#: builtins.c:100
2019msgid "logout [n]"
Chet Ramey00018032011-11-21 20:51:19 -05002020msgstr "logout [n]"
Jari Aalto31859422009-01-12 13:36:28 +00002021
2022#: builtins.c:103
2023msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
Chet Ramey00018032011-11-21 20:51:19 -05002024msgstr "fc [-e evardas] [-lnr] [pirm] [pask] arba fc -s [pat=rep] [komanda]"
Jari Aalto31859422009-01-12 13:36:28 +00002025
2026#: builtins.c:107
2027msgid "fg [job_spec]"
2028msgstr ""
2029
2030#: builtins.c:111
2031msgid "bg [job_spec ...]"
2032msgstr ""
2033
2034#: builtins.c:114
2035msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2036msgstr ""
2037
2038#: builtins.c:117
Chet Ramey00018032011-11-21 20:51:19 -05002039#, fuzzy
2040msgid "help [-dms] [pattern ...]"
2041msgstr "echo [-n] [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002042
2043#: builtins.c:121
2044msgid ""
2045"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2046"[arg...]"
2047msgstr ""
2048
2049#: builtins.c:125
2050msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2051msgstr ""
2052
2053#: builtins.c:129
2054msgid "disown [-h] [-ar] [jobspec ...]"
2055msgstr ""
2056
2057#: builtins.c:132
2058msgid ""
2059"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2060"[sigspec]"
2061msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05002062"kill [-s sigspec | -n signum | -sigspec] pid | darbospec ... arba kill -l "
2063"[sigspec]"
Jari Aalto31859422009-01-12 13:36:28 +00002064
2065#: builtins.c:134
2066msgid "let arg [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002067msgstr "let arg [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002068
2069#: builtins.c:136
2070msgid ""
Chet Ramey00018032011-11-21 20:51:19 -05002071"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2072"prompt] [-t timeout] [-u fd] [name ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002073msgstr ""
2074
2075#: builtins.c:138
2076msgid "return [n]"
Chet Ramey00018032011-11-21 20:51:19 -05002077msgstr "return [n]"
Jari Aalto31859422009-01-12 13:36:28 +00002078
2079#: builtins.c:140
2080msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002081msgstr "set [--abefhkmnptuvxBCHP] [-o nustatymas] [arg ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002082
2083#: builtins.c:142
2084msgid "unset [-f] [-v] [name ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002085msgstr "unset [-f] [-v] [pavadinimas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002086
2087#: builtins.c:144
2088msgid "export [-fn] [name[=value] ...] or export -p"
Chet Ramey00018032011-11-21 20:51:19 -05002089msgstr "export [-fn] [pavadinimas[=vertė] ...] arba export -p"
Jari Aalto31859422009-01-12 13:36:28 +00002090
2091#: builtins.c:146
2092msgid "readonly [-af] [name[=value] ...] or readonly -p"
Chet Ramey00018032011-11-21 20:51:19 -05002093msgstr "readonly [-af] [pavadinimas[=vertė] ...] arba readonly -p"
Jari Aalto31859422009-01-12 13:36:28 +00002094
2095#: builtins.c:148
Jari Aalto31859422009-01-12 13:36:28 +00002096msgid "shift [n]"
Chet Ramey00018032011-11-21 20:51:19 -05002097msgstr "shift [n]"
Jari Aalto31859422009-01-12 13:36:28 +00002098
2099#: builtins.c:150
Jari Aalto31859422009-01-12 13:36:28 +00002100msgid "source filename [arguments]"
Chet Ramey00018032011-11-21 20:51:19 -05002101msgstr "source failopavadinimas [argumentai]"
Jari Aalto31859422009-01-12 13:36:28 +00002102
2103#: builtins.c:152
Jari Aalto31859422009-01-12 13:36:28 +00002104msgid ". filename [arguments]"
Chet Ramey00018032011-11-21 20:51:19 -05002105msgstr ". failopavadinimas [argumentai]"
Jari Aalto31859422009-01-12 13:36:28 +00002106
2107#: builtins.c:155
2108msgid "suspend [-f]"
Chet Ramey00018032011-11-21 20:51:19 -05002109msgstr "suspend [-f]"
Jari Aalto31859422009-01-12 13:36:28 +00002110
2111#: builtins.c:158
2112msgid "test [expr]"
Chet Ramey00018032011-11-21 20:51:19 -05002113msgstr "test [išrk]"
Jari Aalto31859422009-01-12 13:36:28 +00002114
2115#: builtins.c:160
2116msgid "[ arg... ]"
Chet Ramey00018032011-11-21 20:51:19 -05002117msgstr "[ arg... ]"
Jari Aalto31859422009-01-12 13:36:28 +00002118
2119#: builtins.c:162
2120msgid "times"
Chet Ramey00018032011-11-21 20:51:19 -05002121msgstr "times"
Jari Aalto31859422009-01-12 13:36:28 +00002122
2123#: builtins.c:164
2124msgid "trap [-lp] [[arg] signal_spec ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002125msgstr "trap [-lp] [[arg] signalo_spec ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002126
2127#: builtins.c:166
2128msgid "type [-afptP] name [name ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002129msgstr "type [-afptP] pavadinimas [pavadinimas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002130
2131#: builtins.c:169
2132msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
Chet Ramey00018032011-11-21 20:51:19 -05002133msgstr "ulimit [-SHacdefilmnpqrstuvx] [riba]"
Jari Aalto31859422009-01-12 13:36:28 +00002134
2135#: builtins.c:172
2136msgid "umask [-p] [-S] [mode]"
Chet Ramey00018032011-11-21 20:51:19 -05002137msgstr "umask [-p] [-S] [režimas]"
Jari Aalto31859422009-01-12 13:36:28 +00002138
2139#: builtins.c:175
2140msgid "wait [id]"
Chet Ramey00018032011-11-21 20:51:19 -05002141msgstr "wait [id]"
Jari Aalto31859422009-01-12 13:36:28 +00002142
2143#: builtins.c:179
2144msgid "wait [pid]"
Chet Ramey00018032011-11-21 20:51:19 -05002145msgstr "wait [pid]"
Jari Aalto31859422009-01-12 13:36:28 +00002146
2147#: builtins.c:182
2148msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
Chet Ramey00018032011-11-21 20:51:19 -05002149msgstr "for PAVADINIMAS [in ŽODŽIAI ... ] ; do KOMANDOS; done"
Jari Aalto31859422009-01-12 13:36:28 +00002150
2151#: builtins.c:184
2152msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
Chet Ramey00018032011-11-21 20:51:19 -05002153msgstr "for (( išrk1; išrk2; išrk3 )); do KOMANDOS; done"
Jari Aalto31859422009-01-12 13:36:28 +00002154
2155#: builtins.c:186
2156msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
Chet Ramey00018032011-11-21 20:51:19 -05002157msgstr "select PAVADINIMAS [in ŽODŽIAI ... ;] do KOMANDOS; done"
Jari Aalto31859422009-01-12 13:36:28 +00002158
2159#: builtins.c:188
2160msgid "time [-p] pipeline"
2161msgstr ""
2162
2163#: builtins.c:190
2164msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2165msgstr ""
2166
2167#: builtins.c:192
2168msgid ""
2169"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2170"COMMANDS; ] fi"
2171msgstr ""
Chet Ramey00018032011-11-21 20:51:19 -05002172"if KOMANDOS; then KOMANDOS; [ elif KOMANDOS; then KOMANDOS; ]... [ else "
2173"KOMANDOS; ] fi"
Jari Aalto31859422009-01-12 13:36:28 +00002174
2175#: builtins.c:194
2176msgid "while COMMANDS; do COMMANDS; done"
Chet Ramey00018032011-11-21 20:51:19 -05002177msgstr "while KOMANDOS; do KOMANDOS; done"
Jari Aalto31859422009-01-12 13:36:28 +00002178
2179#: builtins.c:196
2180msgid "until COMMANDS; do COMMANDS; done"
Chet Ramey00018032011-11-21 20:51:19 -05002181msgstr "until KOMANDOS; do KOMANDOS; done"
Jari Aalto31859422009-01-12 13:36:28 +00002182
2183#: builtins.c:198
Jari Aalto17345e52009-02-19 22:21:29 +00002184msgid "coproc [NAME] command [redirections]"
Jari Aalto31859422009-01-12 13:36:28 +00002185msgstr ""
2186
2187#: builtins.c:200
Jari Aalto17345e52009-02-19 22:21:29 +00002188msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
Chet Ramey00018032011-11-21 20:51:19 -05002189msgstr "funkcijos pavadinimas { KOMANDOS ; } arba name () { KOMANDOS ; }"
Jari Aalto31859422009-01-12 13:36:28 +00002190
2191#: builtins.c:202
Jari Aalto17345e52009-02-19 22:21:29 +00002192msgid "{ COMMANDS ; }"
Chet Ramey00018032011-11-21 20:51:19 -05002193msgstr "{ KOMANDOS ; }"
Jari Aalto31859422009-01-12 13:36:28 +00002194
2195#: builtins.c:204
Jari Aalto17345e52009-02-19 22:21:29 +00002196msgid "job_spec [&]"
Chet Ramey00018032011-11-21 20:51:19 -05002197msgstr "darbo_spec [&]"
Jari Aalto31859422009-01-12 13:36:28 +00002198
2199#: builtins.c:206
Jari Aalto17345e52009-02-19 22:21:29 +00002200msgid "(( expression ))"
2201msgstr "(( išraiška ))"
Jari Aalto31859422009-01-12 13:36:28 +00002202
2203#: builtins.c:208
Jari Aalto17345e52009-02-19 22:21:29 +00002204msgid "[[ expression ]]"
2205msgstr "[[ išraiška ]]"
2206
2207#: builtins.c:210
Jari Aalto31859422009-01-12 13:36:28 +00002208msgid "variables - Names and meanings of some shell variables"
Chet Ramey00018032011-11-21 20:51:19 -05002209msgstr "kintamieji – Kai kurių aplinkos kintamųjų pavadinimai ir reikšmės"
Jari Aalto31859422009-01-12 13:36:28 +00002210
Jari Aalto17345e52009-02-19 22:21:29 +00002211#: builtins.c:213
Jari Aalto31859422009-01-12 13:36:28 +00002212msgid "pushd [-n] [+N | -N | dir]"
Chet Ramey00018032011-11-21 20:51:19 -05002213msgstr "pushd [-n] [+N | -N | dir]"
Jari Aalto31859422009-01-12 13:36:28 +00002214
Jari Aalto17345e52009-02-19 22:21:29 +00002215#: builtins.c:217
Jari Aalto31859422009-01-12 13:36:28 +00002216msgid "popd [-n] [+N | -N]"
Chet Ramey00018032011-11-21 20:51:19 -05002217msgstr "popd [-n] [+N | -N]"
Jari Aalto31859422009-01-12 13:36:28 +00002218
Jari Aalto17345e52009-02-19 22:21:29 +00002219#: builtins.c:221
Jari Aalto31859422009-01-12 13:36:28 +00002220msgid "dirs [-clpv] [+N] [-N]"
Chet Ramey00018032011-11-21 20:51:19 -05002221msgstr "dirs [-clpv] [+N] [-N]"
Jari Aalto31859422009-01-12 13:36:28 +00002222
Jari Aalto17345e52009-02-19 22:21:29 +00002223#: builtins.c:224
Jari Aalto31859422009-01-12 13:36:28 +00002224msgid "shopt [-pqsu] [-o] [optname ...]"
Chet Ramey00018032011-11-21 20:51:19 -05002225msgstr "shopt [-pqsu] [-o] [optvardas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002226
Jari Aalto17345e52009-02-19 22:21:29 +00002227#: builtins.c:226
Jari Aalto31859422009-01-12 13:36:28 +00002228msgid "printf [-v var] format [arguments]"
Chet Ramey00018032011-11-21 20:51:19 -05002229msgstr "printf [-v kint] formatas [argumentai]"
Jari Aalto31859422009-01-12 13:36:28 +00002230
Jari Aalto17345e52009-02-19 22:21:29 +00002231#: builtins.c:229
Jari Aalto31859422009-01-12 13:36:28 +00002232msgid ""
Chet Ramey00018032011-11-21 20:51:19 -05002233"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2234"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2235"suffix] [name ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002236msgstr ""
2237
Jari Aalto17345e52009-02-19 22:21:29 +00002238#: builtins.c:233
Jari Aalto31859422009-01-12 13:36:28 +00002239msgid ""
2240"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
2241"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2242msgstr ""
2243
Jari Aalto17345e52009-02-19 22:21:29 +00002244#: builtins.c:237
Chet Ramey00018032011-11-21 20:51:19 -05002245#, fuzzy
2246msgid "compopt [-o|+o option] [-DE] [name ...]"
2247msgstr "shopt [-pqsu] [-o] [optvardas ...]"
Jari Aalto31859422009-01-12 13:36:28 +00002248
Jari Aalto17345e52009-02-19 22:21:29 +00002249#: builtins.c:240
Jari Aalto31859422009-01-12 13:36:28 +00002250msgid ""
2251"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2252"quantum] [array]"
2253msgstr ""
2254
Jari Aalto17345e52009-02-19 22:21:29 +00002255#: builtins.c:242
2256msgid ""
2257"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2258"quantum] [array]"
2259msgstr ""
2260
2261#: builtins.c:254
Jari Aalto31859422009-01-12 13:36:28 +00002262#, fuzzy
2263msgid ""
2264"Define or display aliases.\n"
2265" \n"
2266" Without arguments, `alias' prints the list of aliases in the reusable\n"
2267" form `alias NAME=VALUE' on standard output.\n"
2268" \n"
2269" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2270" A trailing space in VALUE causes the next word to be checked for\n"
2271" alias substitution when the alias is expanded.\n"
2272" \n"
2273" Options:\n"
2274" -p\tPrint all defined aliases in a reusable format\n"
2275" \n"
2276" Exit Status:\n"
2277" alias returns true unless a NAME is supplied for which no alias has "
2278"been\n"
2279" defined."
2280msgstr ""
2281"„alias“ be argumentų arba su -p nuostata išspausdina alternatyviųjų\n"
2282" vardų sąrašą formatu VARDAS=REIKŠMĖ į standartinį išvedimą.\n"
2283" Kitu atveju aprašomas alternatyvusis vardas kiekvienam VARDUI,\n"
2284" kurio REIKŠMĖ nurodyta.\n"
2285"Jei REIKŠMĖ baigiasi tarpo simboliu, kitame\n"
2286" žodyje ieškoma alternatyviųjų vardų keitinių, kai alternatyvusis vardas\n"
2287" išskleidžiamas. „alias“ grąžina „true“, nebent duotas VARDAS, kuriam\n"
2288" neaprašytas joks alternatyvusis vardas."
2289
Jari Aalto17345e52009-02-19 22:21:29 +00002290#: builtins.c:276
Jari Aalto31859422009-01-12 13:36:28 +00002291#, fuzzy
2292msgid ""
2293"Remove each NAME from the list of defined aliases.\n"
2294" \n"
2295" Options:\n"
2296" -a\tremove all alias definitions.\n"
2297" \n"
2298" Return success unless a NAME is not an existing alias."
2299msgstr ""
2300"Pašalinti VARDUS iš aprašytų alternatyviųjų vardų sąrašo. Jei nurodyta\n"
2301" nuostata -a, pašalinti visus alternatyviuosius vardus."
2302
Jari Aalto17345e52009-02-19 22:21:29 +00002303#: builtins.c:289
Jari Aalto31859422009-01-12 13:36:28 +00002304msgid ""
2305"Set Readline key bindings and variables.\n"
2306" \n"
2307" Bind a key sequence to a Readline function or a macro, or set a\n"
2308" Readline variable. The non-option argument syntax is equivalent to\n"
2309" that found in ~/.inputrc, but must be passed as a single argument:\n"
2310" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2311" \n"
2312" Options:\n"
2313" -m keymap Use KEYMAP as the keymap for the duration of this\n"
2314" command. Acceptable keymap names are emacs,\n"
2315" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2316"move,\n"
2317" vi-command, and vi-insert.\n"
2318" -l List names of functions.\n"
2319" -P List function names and bindings.\n"
2320" -p List functions and bindings in a form that can be\n"
2321" reused as input.\n"
2322" -S List key sequences that invoke macros and their "
2323"values\n"
2324" -s List key sequences that invoke macros and their "
2325"values\n"
2326" in a form that can be reused as input.\n"
2327" -V List variable names and values\n"
2328" -v List variable names and values in a form that can\n"
2329" be reused as input.\n"
2330" -q function-name Query about which keys invoke the named function.\n"
2331" -u function-name Unbind all keys which are bound to the named "
2332"function.\n"
2333" -r keyseq Remove the binding for KEYSEQ.\n"
2334" -f filename Read key bindings from FILENAME.\n"
2335" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2336" \t\t\t\tKEYSEQ is entered.\n"
2337" \n"
2338" Exit Status:\n"
2339" bind returns 0 unless an unrecognized option is given or an error occurs."
2340msgstr ""
2341
Jari Aalto17345e52009-02-19 22:21:29 +00002342#: builtins.c:326
Jari Aalto31859422009-01-12 13:36:28 +00002343msgid ""
2344"Exit for, while, or until loops.\n"
2345" \n"
2346" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2347" loops.\n"
2348" \n"
2349" Exit Status:\n"
2350" The exit status is 0 unless N is not greater than or equal to 1."
2351msgstr ""
2352
Jari Aalto17345e52009-02-19 22:21:29 +00002353#: builtins.c:338
Jari Aalto31859422009-01-12 13:36:28 +00002354#, fuzzy
2355msgid ""
2356"Resume for, while, or until loops.\n"
2357" \n"
2358" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2359" If N is specified, resumes the Nth enclosing loop.\n"
2360" \n"
2361" Exit Status:\n"
2362" The exit status is 0 unless N is not greater than or equal to 1."
2363msgstr ""
2364"Tęsti kitą FOR, WHILE arba UNTIL ciklo iteraciją.\n"
2365" Jei N nurodytas, tęsti ciklą, esantį N lygmenų virš esamo."
2366
Jari Aalto17345e52009-02-19 22:21:29 +00002367#: builtins.c:350
Jari Aalto31859422009-01-12 13:36:28 +00002368msgid ""
2369"Execute shell builtins.\n"
2370" \n"
2371" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2372" lookup. This is useful when you wish to reimplement a shell builtin\n"
2373" as a shell function, but need to execute the builtin within the "
2374"function.\n"
2375" \n"
2376" Exit Status:\n"
2377" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2378" not a shell builtin.."
2379msgstr ""
2380
Jari Aalto17345e52009-02-19 22:21:29 +00002381#: builtins.c:365
Jari Aalto31859422009-01-12 13:36:28 +00002382#, fuzzy
2383msgid ""
2384"Return the context of the current subroutine call.\n"
2385" \n"
2386" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2387" \"$line $subroutine $filename\"; this extra information can be used to\n"
2388" provide a stack trace.\n"
2389" \n"
2390" The value of EXPR indicates how many call frames to go back before the\n"
2391" current one; the top frame is frame 0.\n"
2392" \n"
2393" Exit Status:\n"
2394" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2395" is invalid."
2396msgstr ""
2397"Grąžina esamos procedūros kontekstą.\n"
2398" \n"
2399" Be IŠRAIŠKOS, grąžina „$eilutė $failo_vardas“. Su IŠRAIŠKA,\n"
2400" grąžina „$eilutė $procedūra $failo_vardas“; ši papildoma informacija\n"
2401" gali būti panaudota kuriant steko išrašą (stack trace).\n"
2402" \n"
2403" IŠRAIŠKOS reikšmė nurodo, per kiek kvietimo freimų grįžti nuo\n"
2404" esamo; viršutinis freimas yra 0."
2405
Jari Aalto17345e52009-02-19 22:21:29 +00002406#: builtins.c:383
Jari Aalto31859422009-01-12 13:36:28 +00002407#, fuzzy
2408msgid ""
2409"Change the shell working directory.\n"
2410" \n"
2411" Change the current directory to DIR. The default DIR is the value of "
2412"the\n"
2413" HOME shell variable.\n"
2414" \n"
2415" The variable CDPATH defines the search path for the directory "
2416"containing\n"
2417" DIR. Alternative directory names in CDPATH are separated by a colon "
2418"(:).\n"
2419" A null directory name is the same as the current directory. If DIR "
2420"begins\n"
2421" with a slash (/), then CDPATH is not used.\n"
2422" \n"
2423" If the directory is not found, and the shell option `cdable_vars' is "
2424"set,\n"
2425" the word is assumed to be a variable name. If that variable has a "
2426"value,\n"
2427" its value is used for DIR.\n"
2428" \n"
2429" Options:\n"
2430" -L\tforce symbolic links to be followed\n"
2431" -P\tuse the physical directory structure without following symbolic\n"
2432" \tlinks\n"
2433" \n"
2434" The default is to follow symbolic links, as if `-L' were specified.\n"
2435" \n"
2436" Exit Status:\n"
2437" Returns 0 if the directory is changed; non-zero otherwise."
2438msgstr ""
2439"Pakeisti esamą aplanką į DIR. Kintamasis $HOME yra\n"
2440" numatytasis DIR. Kintamasis CDPATH nurodo aplankus, kuriuose bus\n"
2441" ieškoma DIR. Aplankų pavadinimai CDPATH skiriami dvitaškiu (:).\n"
2442" Tuščias aplanko vardas tapatus esamam aplankui, t.y. „.“.\n"
2443" Jei DIR prasideda pasviruoju brūkšniu (/), į CDPATH neatsižvelgiama.\n"
2444" Jei aplankas nerastas ir aplinkos nuostata „cdable_vars“ įjungta,\n"
2445" tada žodis bandomas kaip kintamojo pavadinimas. Jei kintamasis\n"
2446" turi reikšmę, tada esamas aplankas pakeičiamas į kintamojo reikšmę.\n"
2447" Parametras -P nurodo, kad turi būti naudojama fizinė aplankų struktūra,\n"
2448" užuot sekus simbolines nuorodas; parametras -L nurodo, kad turi būti\n"
2449" sekama simbolinėmis nuorodomis."
2450
Jari Aalto17345e52009-02-19 22:21:29 +00002451#: builtins.c:411
Jari Aalto31859422009-01-12 13:36:28 +00002452msgid ""
2453"Print the name of the current working directory.\n"
2454" \n"
2455" Options:\n"
2456" -L\tprint the value of $PWD if it names the current working\n"
2457" \tdirectory\n"
2458" -P\tprint the physical directory, without any symbolic links\n"
2459" \n"
2460" By default, `pwd' behaves as if `-L' were specified.\n"
2461" \n"
2462" Exit Status:\n"
2463" Returns 0 unless an invalid option is given or the current directory\n"
2464" cannot be read."
2465msgstr ""
2466
Jari Aalto17345e52009-02-19 22:21:29 +00002467#: builtins.c:428
Jari Aalto31859422009-01-12 13:36:28 +00002468#, fuzzy
2469msgid ""
2470"Null command.\n"
2471" \n"
2472" No effect; the command does nothing.\n"
2473" \n"
2474" Exit Status:\n"
2475" Always succeeds."
2476msgstr "Jokio efekto; komanda nieko nedaro. Grąžinamas klaidos kodas 0."
2477
Jari Aalto17345e52009-02-19 22:21:29 +00002478#: builtins.c:439
Jari Aalto31859422009-01-12 13:36:28 +00002479msgid ""
2480"Return a successful result.\n"
2481" \n"
2482" Exit Status:\n"
2483" Always succeeds."
2484msgstr ""
2485
Jari Aalto17345e52009-02-19 22:21:29 +00002486#: builtins.c:448
Jari Aalto31859422009-01-12 13:36:28 +00002487#, fuzzy
2488msgid ""
2489"Return an unsuccessful result.\n"
2490" \n"
2491" Exit Status:\n"
2492" Always fails."
2493msgstr "Grąžinti nesėkmingą rezultatą."
2494
Jari Aalto17345e52009-02-19 22:21:29 +00002495#: builtins.c:457
Jari Aalto31859422009-01-12 13:36:28 +00002496msgid ""
2497"Execute a simple command or display information about commands.\n"
2498" \n"
2499" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
2500" information about the specified COMMANDs. Can be used to invoke "
2501"commands\n"
2502" on disk when a function with the same name exists.\n"
2503" \n"
2504" Options:\n"
2505" -p\tuse a default value for PATH that is guaranteed to find all of\n"
2506" \tthe standard utilities\n"
2507" -v\tprint a description of COMMAND similar to the `type' builtin\n"
2508" -V\tprint a more verbose description of each COMMAND\n"
2509" \n"
2510" Exit Status:\n"
2511" Returns exit status of COMMAND, or failure if COMMAND is not found."
2512msgstr ""
2513
Jari Aalto17345e52009-02-19 22:21:29 +00002514#: builtins.c:476
Jari Aalto31859422009-01-12 13:36:28 +00002515msgid ""
2516"Set variable values and attributes.\n"
2517" \n"
2518" Declare variables and give them attributes. If no NAMEs are given,\n"
2519" display the attributes and values of all variables.\n"
2520" \n"
2521" Options:\n"
2522" -f\trestrict action or display to function names and definitions\n"
2523" -F\trestrict display to function names only (plus line number and\n"
2524" \tsource file when debugging)\n"
2525" -p\tdisplay the attributes and value of each NAME\n"
2526" \n"
2527" Options which set attributes:\n"
2528" -a\tto make NAMEs indexed arrays (if supported)\n"
2529" -A\tto make NAMEs associative arrays (if supported)\n"
2530" -i\tto make NAMEs have the `integer' attribute\n"
2531" -l\tto convert NAMEs to lower case on assignment\n"
2532" -r\tto make NAMEs readonly\n"
2533" -t\tto make NAMEs have the `trace' attribute\n"
2534" -u\tto convert NAMEs to upper case on assignment\n"
2535" -x\tto make NAMEs export\n"
2536" \n"
2537" Using `+' instead of `-' turns off the given attribute.\n"
2538" \n"
2539" Variables with the integer attribute have arithmetic evaluation (see\n"
2540" the `let' command) performed when the variable is assigned a value.\n"
2541" \n"
2542" When used in a function, `declare' makes NAMEs local, as with the "
2543"`local'\n"
2544" command.\n"
2545" \n"
2546" Exit Status:\n"
2547" Returns success unless an invalid option is supplied or an error occurs."
2548msgstr ""
2549
Jari Aalto17345e52009-02-19 22:21:29 +00002550#: builtins.c:512
Jari Aalto31859422009-01-12 13:36:28 +00002551msgid ""
2552"Set variable values and attributes.\n"
2553" \n"
2554" Obsolete. See `help declare'."
2555msgstr ""
2556
Jari Aalto17345e52009-02-19 22:21:29 +00002557#: builtins.c:520
Jari Aalto31859422009-01-12 13:36:28 +00002558msgid ""
2559"Define local variables.\n"
2560" \n"
2561" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2562" be any option accepted by `declare'.\n"
2563" \n"
2564" Local variables can only be used within a function; they are visible\n"
2565" only to the function where they are defined and its children.\n"
2566" \n"
2567" Exit Status:\n"
2568" Returns success unless an invalid option is supplied, an error occurs,\n"
2569" or the shell is not executing a function."
2570msgstr ""
2571
Jari Aalto17345e52009-02-19 22:21:29 +00002572#: builtins.c:537
Jari Aalto31859422009-01-12 13:36:28 +00002573msgid ""
2574"Write arguments to the standard output.\n"
2575" \n"
2576" Display the ARGs on the standard output followed by a newline.\n"
2577" \n"
2578" Options:\n"
2579" -n\tdo not append a newline\n"
2580" -e\tenable interpretation of the following backslash escapes\n"
2581" -E\texplicitly suppress interpretation of backslash escapes\n"
2582" \n"
2583" `echo' interprets the following backslash-escaped characters:\n"
2584" \\a\talert (bell)\n"
2585" \\b\tbackspace\n"
2586" \\c\tsuppress further output\n"
2587" \\e\tescape character\n"
2588" \\f\tform feed\n"
2589" \\n\tnew line\n"
2590" \\r\tcarriage return\n"
2591" \\t\thorizontal tab\n"
2592" \\v\tvertical tab\n"
2593" \\\\\tbackslash\n"
2594" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2595" \t0 to 3 octal digits\n"
2596" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2597" \tcan be one or two hex digits\n"
2598" \n"
2599" Exit Status:\n"
2600" Returns success unless a write error occurs."
2601msgstr ""
2602
Jari Aalto17345e52009-02-19 22:21:29 +00002603#: builtins.c:571
Jari Aalto31859422009-01-12 13:36:28 +00002604msgid ""
2605"Write arguments to the standard output.\n"
2606" \n"
2607" Display the ARGs on the standard output followed by a newline.\n"
2608" \n"
2609" Options:\n"
2610" -n\tdo not append a newline\n"
2611" \n"
2612" Exit Status:\n"
2613" Returns success unless a write error occurs."
2614msgstr ""
2615
Jari Aalto17345e52009-02-19 22:21:29 +00002616#: builtins.c:586
Jari Aalto31859422009-01-12 13:36:28 +00002617msgid ""
2618"Enable and disable shell builtins.\n"
2619" \n"
2620" Enables and disables builtin shell commands. Disabling allows you to\n"
2621" execute a disk command which has the same name as a shell builtin\n"
2622" without using a full pathname.\n"
2623" \n"
2624" Options:\n"
2625" -a\tprint a list of builtins showing whether or not each is enabled\n"
2626" -n\tdisable each NAME or display a list of disabled builtins\n"
2627" -p\tprint the list of builtins in a reusable format\n"
2628" -s\tprint only the names of Posix `special' builtins\n"
2629" \n"
2630" Options controlling dynamic loading:\n"
2631" -f\tLoad builtin NAME from shared object FILENAME\n"
2632" -d\tRemove a builtin loaded with -f\n"
2633" \n"
2634" Without options, each NAME is enabled.\n"
2635" \n"
2636" To use the `test' found in $PATH instead of the shell builtin\n"
2637" version, type `enable -n test'.\n"
2638" \n"
2639" Exit Status:\n"
2640" Returns success unless NAME is not a shell builtin or an error occurs."
2641msgstr ""
2642
Jari Aalto17345e52009-02-19 22:21:29 +00002643#: builtins.c:614
Jari Aalto31859422009-01-12 13:36:28 +00002644msgid ""
2645"Execute arguments as a shell command.\n"
2646" \n"
2647" Combine ARGs into a single string, use the result as input to the "
2648"shell,\n"
2649" and execute the resulting commands.\n"
2650" \n"
2651" Exit Status:\n"
2652" Returns exit status of command or success if command is null."
2653msgstr ""
2654
Jari Aalto17345e52009-02-19 22:21:29 +00002655#: builtins.c:626
Jari Aalto31859422009-01-12 13:36:28 +00002656msgid ""
2657"Parse option arguments.\n"
2658" \n"
2659" Getopts is used by shell procedures to parse positional parameters\n"
2660" as options.\n"
2661" \n"
2662" OPTSTRING contains the option letters to be recognized; if a letter\n"
2663" is followed by a colon, the option is expected to have an argument,\n"
2664" which should be separated from it by white space.\n"
2665" \n"
2666" Each time it is invoked, getopts will place the next option in the\n"
2667" shell variable $name, initializing name if it does not exist, and\n"
2668" the index of the next argument to be processed into the shell\n"
2669" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2670" a shell script is invoked. When an option requires an argument,\n"
2671" getopts places that argument into the shell variable OPTARG.\n"
2672" \n"
2673" getopts reports errors in one of two ways. If the first character\n"
2674" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2675" this mode, no error messages are printed. If an invalid option is\n"
2676" seen, getopts places the option character found into OPTARG. If a\n"
2677" required argument is not found, getopts places a ':' into NAME and\n"
2678" sets OPTARG to the option character found. If getopts is not in\n"
2679" silent mode, and an invalid option is seen, getopts places '?' into\n"
2680" NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2681" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2682" printed.\n"
2683" \n"
2684" If the shell variable OPTERR has the value 0, getopts disables the\n"
2685" printing of error messages, even if the first character of\n"
2686" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2687" \n"
2688" Getopts normally parses the positional parameters ($0 - $9), but if\n"
2689" more arguments are given, they are parsed instead.\n"
2690" \n"
2691" Exit Status:\n"
2692" Returns success if an option is found; fails if the end of options is\n"
2693" encountered or an error occurs."
2694msgstr ""
2695
Jari Aalto17345e52009-02-19 22:21:29 +00002696#: builtins.c:668
Jari Aalto31859422009-01-12 13:36:28 +00002697msgid ""
2698"Replace the shell with the given command.\n"
2699" \n"
2700" Execute COMMAND, replacing this shell with the specified program.\n"
2701" ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
2702"specified,\n"
2703" any redirections take effect in the current shell.\n"
2704" \n"
2705" Options:\n"
2706" -a name\tpass NAME as the zeroth argument to COMMAND\n"
2707" -c\t\texecute COMMAND with an empty environment\n"
2708" -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2709" \n"
2710" If the command cannot be executed, a non-interactive shell exits, "
2711"unless\n"
2712" the shell option `execfail' is set.\n"
2713" \n"
2714" Exit Status:\n"
2715" Returns success unless COMMAND is not found or a redirection error "
2716"occurs."
2717msgstr ""
2718
Jari Aalto17345e52009-02-19 22:21:29 +00002719#: builtins.c:689
Jari Aalto31859422009-01-12 13:36:28 +00002720#, fuzzy
2721msgid ""
2722"Exit the shell.\n"
2723" \n"
2724" Exits the shell with a status of N. If N is omitted, the exit status\n"
2725" is that of the last command executed."
2726msgstr ""
2727"Išeiti iš aplinkos su klaidos kodu N. Jei N nenurodytas, išeinant "
2728"nustatomas\n"
2729" paskutinės vykdytos komandos klaidos kodas."
2730
Jari Aalto17345e52009-02-19 22:21:29 +00002731#: builtins.c:698
Jari Aalto31859422009-01-12 13:36:28 +00002732msgid ""
2733"Exit a login shell.\n"
2734" \n"
2735" Exits a login shell with exit status N. Returns an error if not "
2736"executed\n"
2737" in a login shell."
2738msgstr ""
2739
Jari Aalto17345e52009-02-19 22:21:29 +00002740#: builtins.c:708
Jari Aalto31859422009-01-12 13:36:28 +00002741msgid ""
2742"Display or execute commands from the history list.\n"
2743" \n"
2744" fc is used to list or edit and re-execute commands from the history "
2745"list.\n"
2746" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2747" string, which means the most recent command beginning with that\n"
2748" string.\n"
2749" \n"
2750" Options:\n"
2751" -e ENAME\tselect which editor to use. Default is FCEDIT, then "
2752"EDITOR,\n"
2753" \t\tthen vi\n"
2754" -l \tlist lines instead of editing\n"
2755" -n\tomit line numbers when listing\n"
2756" -r\treverse the order of the lines (newest listed first)\n"
2757" \n"
2758" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2759" re-executed after the substitution OLD=NEW is performed.\n"
2760" \n"
2761" A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2762" runs the last command beginning with `cc' and typing `r' re-executes\n"
2763" the last command.\n"
2764" \n"
2765" Exit Status:\n"
2766" Returns success or status of executed command; non-zero if an error "
2767"occurs."
2768msgstr ""
2769
Jari Aalto17345e52009-02-19 22:21:29 +00002770#: builtins.c:738
Jari Aalto31859422009-01-12 13:36:28 +00002771msgid ""
2772"Move job to the foreground.\n"
2773" \n"
2774" Place the job identified by JOB_SPEC in the foreground, making it the\n"
2775" current job. If JOB_SPEC is not present, the shell's notion of the\n"
2776" current job is used.\n"
2777" \n"
2778" Exit Status:\n"
2779" Status of command placed in foreground, or failure if an error occurs."
2780msgstr ""
2781
Jari Aalto17345e52009-02-19 22:21:29 +00002782#: builtins.c:753
Jari Aalto31859422009-01-12 13:36:28 +00002783msgid ""
2784"Move jobs to the background.\n"
2785" \n"
2786" Place the jobs identified by each JOB_SPEC in the background, as if "
2787"they\n"
2788" had been started with `&'. If JOB_SPEC is not present, the shell's "
2789"notion\n"
2790" of the current job is used.\n"
2791" \n"
2792" Exit Status:\n"
2793" Returns success unless job control is not enabled or an error occurs."
2794msgstr ""
2795
Jari Aalto17345e52009-02-19 22:21:29 +00002796#: builtins.c:767
Jari Aalto31859422009-01-12 13:36:28 +00002797msgid ""
2798"Remember or display program locations.\n"
2799" \n"
2800" Determine and remember the full pathname of each command NAME. If\n"
2801" no arguments are given, information about remembered commands is "
2802"displayed.\n"
2803" \n"
2804" Options:\n"
2805" -d\t\tforget the remembered location of each NAME\n"
2806" -l\t\tdisplay in a format that may be reused as input\n"
2807" -p pathname\tuse PATHNAME is the full pathname of NAME\n"
2808" -r\t\tforget all remembered locations\n"
2809" -t\t\tprint the remembered location of each NAME, preceding\n"
2810" \t\teach location with the corresponding NAME if multiple\n"
2811" \t\tNAMEs are given\n"
2812" Arguments:\n"
2813" NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
2814" \t\tof remembered commands.\n"
2815" \n"
2816" Exit Status:\n"
2817" Returns success unless NAME is not found or an invalid option is given."
2818msgstr ""
2819
Jari Aalto17345e52009-02-19 22:21:29 +00002820#: builtins.c:792
Jari Aalto31859422009-01-12 13:36:28 +00002821msgid ""
2822"Display information about builtin commands.\n"
2823" \n"
2824" Displays brief summaries of builtin commands. If PATTERN is\n"
2825" specified, gives detailed help on all commands matching PATTERN,\n"
2826" otherwise the list of help topics is printed.\n"
2827" \n"
2828" Options:\n"
2829" -d\toutput short description for each topic\n"
2830" -m\tdisplay usage in pseudo-manpage format\n"
2831" -s\toutput only a short usage synopsis for each topic matching\n"
2832" \tPATTERN\n"
2833" \n"
2834" Arguments:\n"
2835" PATTERN\tPattern specifiying a help topic\n"
2836" \n"
2837" Exit Status:\n"
2838" Returns success unless PATTERN is not found or an invalid option is "
2839"given."
2840msgstr ""
2841
Jari Aalto17345e52009-02-19 22:21:29 +00002842#: builtins.c:816
Jari Aalto31859422009-01-12 13:36:28 +00002843msgid ""
2844"Display or manipulate the history list.\n"
2845" \n"
2846" Display the history list with line numbers, prefixing each modified\n"
2847" entry with a `*'. An argument of N lists only the last N entries.\n"
2848" \n"
2849" Options:\n"
2850" -c\tclear the history list by deleting all of the entries\n"
2851" -d offset\tdelete the history entry at offset OFFSET.\n"
2852" \n"
2853" -a\tappend history lines from this session to the history file\n"
2854" -n\tread all history lines not already read from the history file\n"
2855" -r\tread the history file and append the contents to the history\n"
2856" \tlist\n"
2857" -w\twrite the current history to the history file\n"
2858" \tand append them to the history list\n"
2859" \n"
2860" -p\tperform history expansion on each ARG and display the result\n"
2861" \twithout storing it in the history list\n"
2862" -s\tappend the ARGs to the history list as a single entry\n"
2863" \n"
2864" If FILENAME is given, it is used as the history file. Otherwise,\n"
2865" if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2866" \n"
2867" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2868" as a format string for strftime(3) to print the time stamp associated\n"
2869" with each displayed history entry. No time stamps are printed "
2870"otherwise.\n"
2871" \n"
2872" Exit Status:\n"
2873" Returns success unless an invalid option is given or an error occurs."
2874msgstr ""
2875
Jari Aalto17345e52009-02-19 22:21:29 +00002876#: builtins.c:852
Jari Aalto31859422009-01-12 13:36:28 +00002877msgid ""
2878"Display status of jobs.\n"
2879" \n"
2880" Lists the active jobs. JOBSPEC restricts output to that job.\n"
2881" Without options, the status of all active jobs is displayed.\n"
2882" \n"
2883" Options:\n"
2884" -l\tlists process IDs in addition to the normal information\n"
2885" -n\tlist only processes that have changed status since the last\n"
2886" \tnotification\n"
2887" -p\tlists process IDs only\n"
2888" -r\trestrict output to running jobs\n"
2889" -s\trestrict output to stopped jobs\n"
2890" \n"
2891" If -x is supplied, COMMAND is run after all job specifications that\n"
2892" appear in ARGS have been replaced with the process ID of that job's\n"
2893" process group leader.\n"
2894" \n"
2895" Exit Status:\n"
2896" Returns success unless an invalid option is given or an error occurs.\n"
2897" If -x is used, returns the exit status of COMMAND."
2898msgstr ""
2899
Jari Aalto17345e52009-02-19 22:21:29 +00002900#: builtins.c:879
Jari Aalto31859422009-01-12 13:36:28 +00002901msgid ""
2902"Remove jobs from current shell.\n"
2903" \n"
2904" Removes each JOBSPEC argument from the table of active jobs. Without\n"
2905" any JOBSPECs, the shell uses its notion of the current job.\n"
2906" \n"
2907" Options:\n"
2908" -a\tremove all jobs if JOBSPEC is not supplied\n"
2909" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
2910" \tshell receives a SIGHUP\n"
2911" -r\tremove only running jobs\n"
2912" \n"
2913" Exit Status:\n"
2914" Returns success unless an invalid option or JOBSPEC is given."
2915msgstr ""
2916
Jari Aalto17345e52009-02-19 22:21:29 +00002917#: builtins.c:898
Jari Aalto31859422009-01-12 13:36:28 +00002918msgid ""
2919"Send a signal to a job.\n"
2920" \n"
2921" Send the processes identified by PID or JOBSPEC the signal named by\n"
2922" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
2923" SIGTERM is assumed.\n"
2924" \n"
2925" Options:\n"
2926" -s sig\tSIG is a signal name\n"
2927" -n sig\tSIG is a signal number\n"
2928" -l\tlist the signal names; if arguments follow `-l' they are\n"
2929" \tassumed to be signal numbers for which names should be listed\n"
2930" \n"
2931" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
2932" instead of process IDs, and allows processes to be killed if the limit\n"
2933" on processes that you can create is reached.\n"
2934" \n"
2935" Exit Status:\n"
2936" Returns success unless an invalid option is given or an error occurs."
2937msgstr ""
2938
Jari Aalto17345e52009-02-19 22:21:29 +00002939#: builtins.c:921
Jari Aalto31859422009-01-12 13:36:28 +00002940msgid ""
2941"Evaluate arithmetic expressions.\n"
2942" \n"
2943" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
2944" fixed-width integers with no check for overflow, though division by 0\n"
2945" is trapped and flagged as an error. The following list of operators is\n"
2946" grouped into levels of equal-precedence operators. The levels are "
2947"listed\n"
2948" in order of decreasing precedence.\n"
2949" \n"
2950" \tid++, id--\tvariable post-increment, post-decrement\n"
2951" \t++id, --id\tvariable pre-increment, pre-decrement\n"
2952" \t-, +\t\tunary minus, plus\n"
2953" \t!, ~\t\tlogical and bitwise negation\n"
2954" \t**\t\texponentiation\n"
2955" \t*, /, %\t\tmultiplication, division, remainder\n"
2956" \t+, -\t\taddition, subtraction\n"
2957" \t<<, >>\t\tleft and right bitwise shifts\n"
2958" \t<=, >=, <, >\tcomparison\n"
2959" \t==, !=\t\tequality, inequality\n"
2960" \t&\t\tbitwise AND\n"
2961" \t^\t\tbitwise XOR\n"
2962" \t|\t\tbitwise OR\n"
2963" \t&&\t\tlogical AND\n"
2964" \t||\t\tlogical OR\n"
2965" \texpr ? expr : expr\n"
2966" \t\t\tconditional operator\n"
2967" \t=, *=, /=, %=,\n"
2968" \t+=, -=, <<=, >>=,\n"
2969" \t&=, ^=, |=\tassignment\n"
2970" \n"
2971" Shell variables are allowed as operands. The name of the variable\n"
2972" is replaced by its value (coerced to a fixed-width integer) within\n"
2973" an expression. The variable need not have its integer attribute\n"
2974" turned on to be used in an expression.\n"
2975" \n"
2976" Operators are evaluated in order of precedence. Sub-expressions in\n"
2977" parentheses are evaluated first and may override the precedence\n"
2978" rules above.\n"
2979" \n"
2980" Exit Status:\n"
2981" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
2982msgstr ""
2983
Jari Aalto17345e52009-02-19 22:21:29 +00002984#: builtins.c:966
Jari Aalto31859422009-01-12 13:36:28 +00002985msgid ""
2986"Read a line from the standard input and split it into fields.\n"
2987" \n"
2988" Reads a single line from the standard input, or from file descriptor FD\n"
2989" if the -u option is supplied. The line is split into fields as with "
2990"word\n"
2991" splitting, and the first word is assigned to the first NAME, the second\n"
2992" word to the second NAME, and so on, with any leftover words assigned to\n"
2993" the last NAME. Only the characters found in $IFS are recognized as "
2994"word\n"
2995" delimiters.\n"
2996" \n"
2997" If no NAMEs are supplied, the line read is stored in the REPLY "
2998"variable.\n"
2999" \n"
3000" Options:\n"
3001" -a array\tassign the words read to sequential indices of the array\n"
3002" \t\tvariable ARRAY, starting at zero\n"
3003" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3004" \t\tthan newline\n"
3005" -e\t\tuse Readline to obtain the line in an interactive shell\n"
3006" -i text\tUse TEXT as the initial text for Readline\n"
3007" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
Chet Ramey00018032011-11-21 20:51:19 -05003008" \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3009" \t\tcharacters are read before the delimiter\n"
3010" -N nchars\treturn only after reading exactly NCHARS characters, "
3011"unless\n"
3012" \t\tEOF is encountered or read times out, ignoring any delimiter\n"
Jari Aalto31859422009-01-12 13:36:28 +00003013" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3014" \t\tattempting to read\n"
3015" -r\t\tdo not allow backslashes to escape any characters\n"
3016" -s\t\tdo not echo input coming from a terminal\n"
3017" -t timeout\ttime out and return failure if a complete line of input "
3018"is\n"
3019" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n"
3020" \t\tvariable is the default timeout. TIMEOUT may be a\n"
3021" \t\tfractional number. If TIMEOUT is 0, read returns success only\n"
3022" \t\tif input is available on the specified file descriptor. The\n"
3023" \t\texit status is greater than 128 if the timeout is exceeded\n"
3024" -u fd\t\tread from file descriptor FD instead of the standard input\n"
3025" \n"
3026" Exit Status:\n"
3027" The return code is zero, unless end-of-file is encountered, read times "
3028"out,\n"
3029" or an invalid file descriptor is supplied as the argument to -u."
3030msgstr ""
3031
Chet Ramey00018032011-11-21 20:51:19 -05003032#: builtins.c:1009
Jari Aalto31859422009-01-12 13:36:28 +00003033msgid ""
3034"Return from a shell function.\n"
3035" \n"
3036" Causes a function or sourced script to exit with the return value\n"
3037" specified by N. If N is omitted, the return status is that of the\n"
3038" last command executed within the function or script.\n"
3039" \n"
3040" Exit Status:\n"
3041" Returns N, or failure if the shell is not executing a function or script."
3042msgstr ""
3043
Chet Ramey00018032011-11-21 20:51:19 -05003044#: builtins.c:1022
Jari Aalto31859422009-01-12 13:36:28 +00003045msgid ""
3046"Set or unset values of shell options and positional parameters.\n"
3047" \n"
3048" Change the value of shell attributes and positional parameters, or\n"
3049" display the names and values of shell variables.\n"
3050" \n"
3051" Options:\n"
3052" -a Mark variables which are modified or created for export.\n"
3053" -b Notify of job termination immediately.\n"
3054" -e Exit immediately if a command exits with a non-zero status.\n"
3055" -f Disable file name generation (globbing).\n"
3056" -h Remember the location of commands as they are looked up.\n"
3057" -k All assignment arguments are placed in the environment for a\n"
3058" command, not just those that precede the command name.\n"
3059" -m Job control is enabled.\n"
3060" -n Read commands but do not execute them.\n"
3061" -o option-name\n"
3062" Set the variable corresponding to option-name:\n"
3063" allexport same as -a\n"
3064" braceexpand same as -B\n"
3065" emacs use an emacs-style line editing interface\n"
3066" errexit same as -e\n"
3067" errtrace same as -E\n"
3068" functrace same as -T\n"
3069" hashall same as -h\n"
3070" histexpand same as -H\n"
3071" history enable command history\n"
3072" ignoreeof the shell will not exit upon reading EOF\n"
3073" interactive-comments\n"
3074" allow comments to appear in interactive commands\n"
3075" keyword same as -k\n"
3076" monitor same as -m\n"
3077" noclobber same as -C\n"
3078" noexec same as -n\n"
3079" noglob same as -f\n"
3080" nolog currently accepted but ignored\n"
3081" notify same as -b\n"
3082" nounset same as -u\n"
3083" onecmd same as -t\n"
3084" physical same as -P\n"
3085" pipefail the return value of a pipeline is the status of\n"
3086" the last command to exit with a non-zero status,\n"
3087" or zero if no command exited with a non-zero "
3088"status\n"
3089" posix change the behavior of bash where the default\n"
3090" operation differs from the Posix standard to\n"
3091" match the standard\n"
3092" privileged same as -p\n"
3093" verbose same as -v\n"
3094" vi use a vi-style line editing interface\n"
3095" xtrace same as -x\n"
3096" -p Turned on whenever the real and effective user ids do not match.\n"
3097" Disables processing of the $ENV file and importing of shell\n"
3098" functions. Turning this option off causes the effective uid and\n"
3099" gid to be set to the real uid and gid.\n"
3100" -t Exit after reading and executing one command.\n"
3101" -u Treat unset variables as an error when substituting.\n"
3102" -v Print shell input lines as they are read.\n"
3103" -x Print commands and their arguments as they are executed.\n"
3104" -B the shell will perform brace expansion\n"
3105" -C If set, disallow existing regular files to be overwritten\n"
3106" by redirection of output.\n"
3107" -E If set, the ERR trap is inherited by shell functions.\n"
3108" -H Enable ! style history substitution. This flag is on\n"
3109" by default when the shell is interactive.\n"
3110" -P If set, do not follow symbolic links when executing commands\n"
3111" such as cd which change the current directory.\n"
3112" -T If set, the DEBUG trap is inherited by shell functions.\n"
3113" - Assign any remaining arguments to the positional parameters.\n"
3114" The -x and -v options are turned off.\n"
3115" \n"
3116" Using + rather than - causes these flags to be turned off. The\n"
3117" flags can also be used upon invocation of the shell. The current\n"
3118" set of flags may be found in $-. The remaining n ARGs are positional\n"
3119" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3120" ARGs are given, all shell variables are printed.\n"
3121" \n"
3122" Exit Status:\n"
3123" Returns success unless an invalid option is given."
3124msgstr ""
3125
Chet Ramey00018032011-11-21 20:51:19 -05003126#: builtins.c:1104
Jari Aalto31859422009-01-12 13:36:28 +00003127msgid ""
3128"Unset values and attributes of shell variables and functions.\n"
3129" \n"
3130" For each NAME, remove the corresponding variable or function.\n"
3131" \n"
3132" Options:\n"
3133" -f\ttreat each NAME as a shell function\n"
3134" -v\ttreat each NAME as a shell variable\n"
3135" \n"
3136" Without options, unset first tries to unset a variable, and if that "
3137"fails,\n"
3138" tries to unset a function.\n"
3139" \n"
3140" Some variables cannot be unset; also see `readonly'.\n"
3141" \n"
3142" Exit Status:\n"
3143" Returns success unless an invalid option is given or a NAME is read-only."
3144msgstr ""
3145
Chet Ramey00018032011-11-21 20:51:19 -05003146#: builtins.c:1124
Jari Aalto31859422009-01-12 13:36:28 +00003147msgid ""
3148"Set export attribute for shell variables.\n"
3149" \n"
3150" Marks each NAME for automatic export to the environment of subsequently\n"
3151" executed commands. If VALUE is supplied, assign VALUE before "
3152"exporting.\n"
3153" \n"
3154" Options:\n"
3155" -f\trefer to shell functions\n"
3156" -n\tremove the export property from each NAME\n"
3157" -p\tdisplay a list of all exported variables and functions\n"
3158" \n"
3159" An argument of `--' disables further option processing.\n"
3160" \n"
3161" Exit Status:\n"
3162" Returns success unless an invalid option is given or NAME is invalid."
3163msgstr ""
3164
Chet Ramey00018032011-11-21 20:51:19 -05003165#: builtins.c:1143
Jari Aalto31859422009-01-12 13:36:28 +00003166msgid ""
3167"Mark shell variables as unchangeable.\n"
3168" \n"
3169" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3170" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3171" before marking as read-only.\n"
3172" \n"
3173" Options:\n"
3174" -a\trefer to indexed array variables\n"
3175" -A\trefer to associative array variables\n"
3176" -f\trefer to shell functions\n"
3177" -p\tdisplay a list of all readonly variables and functions\n"
3178" \n"
3179" An argument of `--' disables further option processing.\n"
3180" \n"
3181" Exit Status:\n"
3182" Returns success unless an invalid option is given or NAME is invalid."
3183msgstr ""
3184
Chet Ramey00018032011-11-21 20:51:19 -05003185#: builtins.c:1164
Jari Aalto31859422009-01-12 13:36:28 +00003186msgid ""
3187"Shift positional parameters.\n"
3188" \n"
3189" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3190" not given, it is assumed to be 1.\n"
3191" \n"
3192" Exit Status:\n"
3193" Returns success unless N is negative or greater than $#."
3194msgstr ""
3195
Chet Ramey00018032011-11-21 20:51:19 -05003196#: builtins.c:1176 builtins.c:1191
Jari Aalto31859422009-01-12 13:36:28 +00003197#, fuzzy
3198msgid ""
3199"Execute commands from a file in the current shell.\n"
3200" \n"
3201" Read and execute commands from FILENAME in the current shell. The\n"
3202" entries in $PATH are used to find the directory containing FILENAME.\n"
3203" If any ARGUMENTS are supplied, they become the positional parameters\n"
3204" when FILENAME is executed.\n"
3205" \n"
3206" Exit Status:\n"
3207" Returns the status of the last command executed in FILENAME; fails if\n"
3208" FILENAME cannot be read."
3209msgstr ""
3210"Skaityti ir vykdyti komandas iš FAILO ir grįžti. Keliai\n"
3211" kintamajame $PATH naudojami aplankui, kuriame yra FAILAS, rasti.\n"
3212" Jei nurodyta ARGUMENTŲ, jie tampa poziciniais parametrais iškvietus\n"
3213" FAILĄ."
3214
Chet Ramey00018032011-11-21 20:51:19 -05003215#: builtins.c:1207
Jari Aalto31859422009-01-12 13:36:28 +00003216msgid ""
3217"Suspend shell execution.\n"
3218" \n"
3219" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3220" Unless forced, login shells cannot be suspended.\n"
3221" \n"
3222" Options:\n"
3223" -f\tforce the suspend, even if the shell is a login shell\n"
3224" \n"
3225" Exit Status:\n"
3226" Returns success unless job control is not enabled or an error occurs."
3227msgstr ""
3228
Chet Ramey00018032011-11-21 20:51:19 -05003229#: builtins.c:1223
Jari Aalto31859422009-01-12 13:36:28 +00003230msgid ""
3231"Evaluate conditional expression.\n"
3232" \n"
3233" Exits with a status of 0 (true) or 1 (false) depending on\n"
3234" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3235" expressions are often used to examine the status of a file. There\n"
3236" are string operators as well, and numeric comparison operators.\n"
3237" \n"
3238" File operators:\n"
3239" \n"
3240" -a FILE True if file exists.\n"
3241" -b FILE True if file is block special.\n"
3242" -c FILE True if file is character special.\n"
3243" -d FILE True if file is a directory.\n"
3244" -e FILE True if file exists.\n"
3245" -f FILE True if file exists and is a regular file.\n"
3246" -g FILE True if file is set-group-id.\n"
3247" -h FILE True if file is a symbolic link.\n"
3248" -L FILE True if file is a symbolic link.\n"
3249" -k FILE True if file has its `sticky' bit set.\n"
3250" -p FILE True if file is a named pipe.\n"
3251" -r FILE True if file is readable by you.\n"
3252" -s FILE True if file exists and is not empty.\n"
3253" -S FILE True if file is a socket.\n"
3254" -t FD True if FD is opened on a terminal.\n"
3255" -u FILE True if the file is set-user-id.\n"
3256" -w FILE True if the file is writable by you.\n"
3257" -x FILE True if the file is executable by you.\n"
3258" -O FILE True if the file is effectively owned by you.\n"
3259" -G FILE True if the file is effectively owned by your group.\n"
3260" -N FILE True if the file has been modified since it was last "
3261"read.\n"
3262" \n"
3263" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3264" modification date).\n"
3265" \n"
3266" FILE1 -ot FILE2 True if file1 is older than file2.\n"
3267" \n"
3268" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3269" \n"
3270" String operators:\n"
3271" \n"
3272" -z STRING True if string is empty.\n"
3273" \n"
3274" -n STRING\n"
3275" STRING True if string is not empty.\n"
3276" \n"
3277" STRING1 = STRING2\n"
3278" True if the strings are equal.\n"
3279" STRING1 != STRING2\n"
3280" True if the strings are not equal.\n"
3281" STRING1 < STRING2\n"
3282" True if STRING1 sorts before STRING2 "
3283"lexicographically.\n"
3284" STRING1 > STRING2\n"
3285" True if STRING1 sorts after STRING2 lexicographically.\n"
3286" \n"
3287" Other operators:\n"
3288" \n"
3289" -o OPTION True if the shell option OPTION is enabled.\n"
3290" ! EXPR True if expr is false.\n"
3291" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3292" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3293" \n"
3294" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3295" -lt, -le, -gt, or -ge.\n"
3296" \n"
3297" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3298" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3299" than ARG2.\n"
3300" \n"
3301" Exit Status:\n"
3302" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3303" false or an invalid argument is given."
3304msgstr ""
3305
Chet Ramey00018032011-11-21 20:51:19 -05003306#: builtins.c:1299
Jari Aalto31859422009-01-12 13:36:28 +00003307msgid ""
3308"Evaluate conditional expression.\n"
3309" \n"
3310" This is a synonym for the \"test\" builtin, but the last argument must\n"
3311" be a literal `]', to match the opening `['."
3312msgstr ""
3313
Chet Ramey00018032011-11-21 20:51:19 -05003314#: builtins.c:1308
Jari Aalto31859422009-01-12 13:36:28 +00003315msgid ""
3316"Display process times.\n"
3317" \n"
3318" Prints the accumulated user and system times for the shell and all of "
3319"its\n"
3320" child processes.\n"
3321" \n"
3322" Exit Status:\n"
3323" Always succeeds."
3324msgstr ""
3325
Chet Ramey00018032011-11-21 20:51:19 -05003326#: builtins.c:1320
Jari Aalto31859422009-01-12 13:36:28 +00003327msgid ""
3328"Trap signals and other events.\n"
3329" \n"
3330" Defines and activates handlers to be run when the shell receives "
3331"signals\n"
3332" or other conditions.\n"
3333" \n"
3334" ARG is a command to be read and executed when the shell receives the\n"
3335" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
3336" is supplied) or `-', each specified signal is reset to its original\n"
3337" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3338" shell and by the commands it invokes.\n"
3339" \n"
3340" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
3341"If\n"
3342" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
3343" \n"
3344" If no arguments are supplied, trap prints the list of commands "
3345"associated\n"
3346" with each signal.\n"
3347" \n"
3348" Options:\n"
3349" -l\tprint a list of signal names and their corresponding numbers\n"
3350" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3351" \n"
3352" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3353"number.\n"
3354" Signal names are case insensitive and the SIG prefix is optional. A\n"
3355" signal may be sent to the shell with \"kill -signal $$\".\n"
3356" \n"
3357" Exit Status:\n"
3358" Returns success unless a SIGSPEC is invalid or an invalid option is "
3359"given."
3360msgstr ""
3361
Chet Ramey00018032011-11-21 20:51:19 -05003362#: builtins.c:1352
Jari Aalto31859422009-01-12 13:36:28 +00003363msgid ""
3364"Display information about command type.\n"
3365" \n"
3366" For each NAME, indicate how it would be interpreted if used as a\n"
3367" command name.\n"
3368" \n"
3369" Options:\n"
3370" -a\tdisplay all locations containing an executable named NAME;\n"
3371" \tincludes aliases, builtins, and functions, if and only if\n"
3372" \tthe `-p' option is not also used\n"
3373" -f\tsuppress shell function lookup\n"
3374" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3375" \tbuiltin, or function, and returns the name of the disk file\n"
3376" \tthat would be executed\n"
3377" -p\treturns either the name of the disk file that would be executed,\n"
3378" \tor nothing if `type -t NAME' would not return `file'.\n"
3379" -t\toutput a single word which is one of `alias', `keyword',\n"
3380" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
3381" \treserved word, shell function, shell builtin, disk file, or not\n"
3382" \tfound, respectively\n"
3383" \n"
3384" Arguments:\n"
3385" NAME\tCommand name to be interpreted.\n"
3386" \n"
3387" Exit Status:\n"
3388" Returns success if all of the NAMEs are found; fails if any are not "
3389"found."
3390msgstr ""
3391
Chet Ramey00018032011-11-21 20:51:19 -05003392#: builtins.c:1383
Jari Aalto31859422009-01-12 13:36:28 +00003393msgid ""
3394"Modify shell resource limits.\n"
3395" \n"
3396" Provides control over the resources available to the shell and "
3397"processes\n"
3398" it creates, on systems that allow such control.\n"
3399" \n"
3400" Options:\n"
3401" -S\tuse the `soft' resource limit\n"
3402" -H\tuse the `hard' resource limit\n"
3403" -a\tall current limits are reported\n"
3404" -b\tthe socket buffer size\n"
3405" -c\tthe maximum size of core files created\n"
3406" -d\tthe maximum size of a process's data segment\n"
3407" -e\tthe maximum scheduling priority (`nice')\n"
3408" -f\tthe maximum size of files written by the shell and its children\n"
3409" -i\tthe maximum number of pending signals\n"
3410" -l\tthe maximum size a process may lock into memory\n"
3411" -m\tthe maximum resident set size\n"
3412" -n\tthe maximum number of open file descriptors\n"
3413" -p\tthe pipe buffer size\n"
3414" -q\tthe maximum number of bytes in POSIX message queues\n"
3415" -r\tthe maximum real-time scheduling priority\n"
3416" -s\tthe maximum stack size\n"
3417" -t\tthe maximum amount of cpu time in seconds\n"
3418" -u\tthe maximum number of user processes\n"
3419" -v\tthe size of virtual memory\n"
3420" -x\tthe maximum number of file locks\n"
3421" \n"
3422" If LIMIT is given, it is the new value of the specified resource; the\n"
3423" special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3424" current soft limit, the current hard limit, and no limit, respectively.\n"
3425" Otherwise, the current value of the specified resource is printed. If\n"
3426" no option is given, then -f is assumed.\n"
3427" \n"
3428" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3429" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3430" number of processes.\n"
3431" \n"
3432" Exit Status:\n"
3433" Returns success unless an invalid option is supplied or an error occurs."
3434msgstr ""
3435
Chet Ramey00018032011-11-21 20:51:19 -05003436#: builtins.c:1428
Jari Aalto31859422009-01-12 13:36:28 +00003437msgid ""
3438"Display or set file mode mask.\n"
3439" \n"
3440" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
3441" the current value of the mask.\n"
3442" \n"
3443" If MODE begins with a digit, it is interpreted as an octal number;\n"
3444" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3445" \n"
3446" Options:\n"
3447" -p\tif MODE is omitted, output in a form that may be reused as input\n"
3448" -S\tmakes the output symbolic; otherwise an octal number is output\n"
3449" \n"
3450" Exit Status:\n"
3451" Returns success unless MODE is invalid or an invalid option is given."
3452msgstr ""
3453
Chet Ramey00018032011-11-21 20:51:19 -05003454#: builtins.c:1448
Jari Aalto31859422009-01-12 13:36:28 +00003455msgid ""
3456"Wait for job completion and return exit status.\n"
3457" \n"
3458" Waits for the process identified by ID, which may be a process ID or a\n"
3459" job specification, and reports its termination status. If ID is not\n"
3460" given, waits for all currently active child processes, and the return\n"
3461" status is zero. If ID is a a job specification, waits for all "
3462"processes\n"
3463" in the job's pipeline.\n"
3464" \n"
3465" Exit Status:\n"
3466" Returns the status of ID; fails if ID is invalid or an invalid option "
3467"is\n"
3468" given."
3469msgstr ""
3470
Chet Ramey00018032011-11-21 20:51:19 -05003471#: builtins.c:1466
Jari Aalto31859422009-01-12 13:36:28 +00003472msgid ""
3473"Wait for process completion and return exit status.\n"
3474" \n"
3475" Waits for the specified process and reports its termination status. If\n"
3476" PID is not given, all currently active child processes are waited for,\n"
3477" and the return code is zero. PID must be a process ID.\n"
3478" \n"
3479" Exit Status:\n"
3480" Returns the status of ID; fails if ID is invalid or an invalid option "
3481"is\n"
3482" given."
3483msgstr ""
3484
Chet Ramey00018032011-11-21 20:51:19 -05003485#: builtins.c:1481
Jari Aalto31859422009-01-12 13:36:28 +00003486msgid ""
3487"Execute commands for each member in a list.\n"
3488" \n"
3489" The `for' loop executes a sequence of commands for each member in a\n"
3490" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3491" assumed. For each element in WORDS, NAME is set to that element, and\n"
3492" the COMMANDS are executed.\n"
3493" \n"
3494" Exit Status:\n"
3495" Returns the status of the last command executed."
3496msgstr ""
3497
Chet Ramey00018032011-11-21 20:51:19 -05003498#: builtins.c:1495
Jari Aalto31859422009-01-12 13:36:28 +00003499msgid ""
3500"Arithmetic for loop.\n"
3501" \n"
3502" Equivalent to\n"
3503" \t(( EXP1 ))\n"
3504" \twhile (( EXP2 )); do\n"
3505" \t\tCOMMANDS\n"
3506" \t\t(( EXP3 ))\n"
3507" \tdone\n"
3508" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3509" omitted, it behaves as if it evaluates to 1.\n"
3510" \n"
3511" Exit Status:\n"
3512" Returns the status of the last command executed."
3513msgstr ""
3514
Chet Ramey00018032011-11-21 20:51:19 -05003515#: builtins.c:1513
Jari Aalto31859422009-01-12 13:36:28 +00003516msgid ""
3517"Select words from a list and execute commands.\n"
3518" \n"
3519" The WORDS are expanded, generating a list of words. The\n"
3520" set of expanded words is printed on the standard error, each\n"
3521" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
3522" is assumed. The PS3 prompt is then displayed and a line read\n"
3523" from the standard input. If the line consists of the number\n"
3524" corresponding to one of the displayed words, then NAME is set\n"
3525" to that word. If the line is empty, WORDS and the prompt are\n"
3526" redisplayed. If EOF is read, the command completes. Any other\n"
3527" value read causes NAME to be set to null. The line read is saved\n"
3528" in the variable REPLY. COMMANDS are executed after each selection\n"
3529" until a break command is executed.\n"
3530" \n"
3531" Exit Status:\n"
3532" Returns the status of the last command executed."
3533msgstr ""
3534
Chet Ramey00018032011-11-21 20:51:19 -05003535#: builtins.c:1534
Jari Aalto31859422009-01-12 13:36:28 +00003536msgid ""
3537"Report time consumed by pipeline's execution.\n"
3538" \n"
3539" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3540" and system CPU time spent executing PIPELINE when it terminates.\n"
3541" \n"
3542" Options:\n"
3543" -p\tprint the timing summary in the portable Posix format\n"
3544" \n"
3545" The value of the TIMEFORMAT variable is used as the output format.\n"
3546" \n"
3547" Exit Status:\n"
3548" The return status is the return status of PIPELINE."
3549msgstr ""
3550
Chet Ramey00018032011-11-21 20:51:19 -05003551#: builtins.c:1551
Jari Aalto31859422009-01-12 13:36:28 +00003552msgid ""
3553"Execute commands based on pattern matching.\n"
3554" \n"
3555" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
3556" `|' is used to separate multiple patterns.\n"
3557" \n"
3558" Exit Status:\n"
3559" Returns the status of the last command executed."
3560msgstr ""
3561
Chet Ramey00018032011-11-21 20:51:19 -05003562#: builtins.c:1563
Jari Aalto31859422009-01-12 13:36:28 +00003563msgid ""
3564"Execute commands based on conditional.\n"
3565" \n"
3566" The `if COMMANDS' list is executed. If its exit status is zero, then "
3567"the\n"
3568" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
3569"is\n"
3570" executed in turn, and if its exit status is zero, the corresponding\n"
3571" `then COMMANDS' list is executed and the if command completes. "
3572"Otherwise,\n"
3573" the `else COMMANDS' list is executed, if present. The exit status of "
3574"the\n"
3575" entire construct is the exit status of the last command executed, or "
3576"zero\n"
3577" if no condition tested true.\n"
3578" \n"
3579" Exit Status:\n"
3580" Returns the status of the last command executed."
3581msgstr ""
3582
Chet Ramey00018032011-11-21 20:51:19 -05003583#: builtins.c:1580
Jari Aalto31859422009-01-12 13:36:28 +00003584#, fuzzy
3585msgid ""
3586"Execute commands as long as a test succeeds.\n"
3587" \n"
3588" Expand and execute COMMANDS as long as the final command in the\n"
3589" `while' COMMANDS has an exit status of zero.\n"
3590" \n"
3591" Exit Status:\n"
3592" Returns the status of the last command executed."
3593msgstr ""
3594"Išskleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iš\n"
3595" „while“ komandų grąžina klaidos kodą 0."
3596
Chet Ramey00018032011-11-21 20:51:19 -05003597#: builtins.c:1592
Jari Aalto31859422009-01-12 13:36:28 +00003598#, fuzzy
3599msgid ""
3600"Execute commands as long as a test does not succeed.\n"
3601" \n"
3602" Expand and execute COMMANDS as long as the final command in the\n"
3603" `until' COMMANDS has an exit status which is not zero.\n"
3604" \n"
3605" Exit Status:\n"
3606" Returns the status of the last command executed."
3607msgstr ""
3608"Išskleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iš\n"
3609" „until“ komandų grąžina klaidos kodą, nelygų 0."
3610
Chet Ramey00018032011-11-21 20:51:19 -05003611#: builtins.c:1604
Jari Aalto17345e52009-02-19 22:21:29 +00003612msgid ""
3613"Create a coprocess named NAME.\n"
3614" \n"
3615" Execute COMMAND asynchronously, with the standard output and standard\n"
3616" input of the command connected via a pipe to file descriptors assigned\n"
3617" to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3618" The default NAME is \"COPROC\".\n"
3619" \n"
3620" Exit Status:\n"
3621" Returns the exit status of COMMAND."
3622msgstr ""
3623
Chet Ramey00018032011-11-21 20:51:19 -05003624#: builtins.c:1618
Jari Aalto31859422009-01-12 13:36:28 +00003625msgid ""
3626"Define shell function.\n"
3627" \n"
3628" Create a shell function named NAME. When invoked as a simple command,\n"
3629" NAME runs COMMANDs in the calling shell's context. When NAME is "
3630"invoked,\n"
3631" the arguments are passed to the function as $1...$n, and the function's\n"
3632" name is in $FUNCNAME.\n"
3633" \n"
3634" Exit Status:\n"
3635" Returns success unless NAME is readonly."
3636msgstr ""
3637
Chet Ramey00018032011-11-21 20:51:19 -05003638#: builtins.c:1632
Jari Aalto31859422009-01-12 13:36:28 +00003639#, fuzzy
3640msgid ""
3641"Group commands as a unit.\n"
3642" \n"
3643" Run a set of commands in a group. This is one way to redirect an\n"
3644" entire set of commands.\n"
3645" \n"
3646" Exit Status:\n"
3647" Returns the status of the last command executed."
3648msgstr ""
3649"Vykdyti eilę komandų grupėje. Tai yra vienas iš būdų nukreipti\n"
3650" visos eilės komandų įvedimą/išvedimą."
3651
Chet Ramey00018032011-11-21 20:51:19 -05003652#: builtins.c:1644
Jari Aalto31859422009-01-12 13:36:28 +00003653msgid ""
3654"Resume job in foreground.\n"
3655" \n"
3656" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
3657" stopped or background job. JOB_SPEC can specify either a job name\n"
3658" or a job number. Following JOB_SPEC with a `&' places the job in\n"
3659" the background, as if the job specification had been supplied as an\n"
3660" argument to `bg'.\n"
3661" \n"
3662" Exit Status:\n"
3663" Returns the status of the resumed job."
3664msgstr ""
3665
Chet Ramey00018032011-11-21 20:51:19 -05003666#: builtins.c:1659
Jari Aalto31859422009-01-12 13:36:28 +00003667msgid ""
3668"Evaluate arithmetic expression.\n"
3669" \n"
3670" The EXPRESSION is evaluated according to the rules for arithmetic\n"
3671" evaluation. Equivalent to \"let EXPRESSION\".\n"
3672" \n"
3673" Exit Status:\n"
3674" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3675msgstr ""
3676
Chet Ramey00018032011-11-21 20:51:19 -05003677#: builtins.c:1671
Jari Aalto31859422009-01-12 13:36:28 +00003678msgid ""
3679"Execute conditional command.\n"
3680" \n"
3681" Returns a status of 0 or 1 depending on the evaluation of the "
3682"conditional\n"
3683" expression EXPRESSION. Expressions are composed of the same primaries "
3684"used\n"
3685" by the `test' builtin, and may be combined using the following "
3686"operators:\n"
3687" \n"
3688" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3689" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3690" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3691" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3692" \n"
3693" When the `==' and `!=' operators are used, the string to the right of\n"
3694" the operator is used as a pattern and pattern matching is performed.\n"
3695" When the `=~' operator is used, the string to the right of the operator\n"
3696" is matched as a regular expression.\n"
3697" \n"
3698" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3699" determine the expression's value.\n"
3700" \n"
3701" Exit Status:\n"
3702" 0 or 1 depending on value of EXPRESSION."
3703msgstr ""
3704
Chet Ramey00018032011-11-21 20:51:19 -05003705#: builtins.c:1697
Jari Aalto31859422009-01-12 13:36:28 +00003706msgid ""
3707"Common shell variable names and usage.\n"
3708" \n"
3709" BASH_VERSION\tVersion information for this Bash.\n"
3710" CDPATH\tA colon-separated list of directories to search\n"
3711" \t\tfor directories given as arguments to `cd'.\n"
3712" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3713" \t\tbe ignored by pathname expansion.\n"
3714" HISTFILE\tThe name of the file where your command history is stored.\n"
3715" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3716" HISTSIZE\tThe maximum number of history lines that a running\n"
3717" \t\tshell can access.\n"
3718" HOME\tThe complete pathname to your login directory.\n"
3719" HOSTNAME\tThe name of the current host.\n"
3720" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3721" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3722" \t\tcharacter as the sole input. If set, then the value\n"
3723" \t\tof it is the number of EOF characters that can be seen\n"
3724" \t\tin a row on an empty line before the shell will exit\n"
3725" \t\t(default 10). When unset, EOF signifies the end of input.\n"
3726" MACHTYPE\tA string describing the current system Bash is running on.\n"
3727" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3728" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3729" \t\tfor new mail.\n"
3730" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3731" PATH\tA colon-separated list of directories to search when\n"
3732" \t\tlooking for commands.\n"
3733" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3734" \t\tprimary prompt.\n"
3735" PS1\t\tThe primary prompt string.\n"
3736" PS2\t\tThe secondary prompt string.\n"
3737" PWD\t\tThe full pathname of the current directory.\n"
3738" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3739" TERM\tThe name of the current terminal type.\n"
3740" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3741" \t\t`time' reserved word.\n"
3742" auto_resume\tNon-null means a command word appearing on a line by\n"
3743" \t\titself is first looked for in the list of currently\n"
3744" \t\tstopped jobs. If found there, that job is foregrounded.\n"
3745" \t\tA value of `exact' means that the command word must\n"
3746" \t\texactly match a command in the list of stopped jobs. A\n"
3747" \t\tvalue of `substring' means that the command word must\n"
3748" \t\tmatch a substring of the job. Any other value means that\n"
3749" \t\tthe command must be a prefix of a stopped job.\n"
3750" histchars\tCharacters controlling history expansion and quick\n"
3751" \t\tsubstitution. The first character is the history\n"
3752" \t\tsubstitution character, usually `!'. The second is\n"
3753" \t\tthe `quick substitution' character, usually `^'. The\n"
3754" \t\tthird is the `history comment' character, usually `#'.\n"
3755" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3756" \t\tcommands should be saved on the history list.\n"
3757msgstr ""
3758
Chet Ramey00018032011-11-21 20:51:19 -05003759#: builtins.c:1754
Jari Aalto31859422009-01-12 13:36:28 +00003760msgid ""
3761"Add directories to stack.\n"
3762" \n"
3763" Adds a directory to the top of the directory stack, or rotates\n"
3764" the stack, making the new top of the stack the current working\n"
3765" directory. With no arguments, exchanges the top two directories.\n"
3766" \n"
3767" Options:\n"
3768" -n\tSuppresses the normal change of directory when adding\n"
3769" \tdirectories to the stack, so only the stack is manipulated.\n"
3770" \n"
3771" Arguments:\n"
3772" +N\tRotates the stack so that the Nth directory (counting\n"
3773" \tfrom the left of the list shown by `dirs', starting with\n"
3774" \tzero) is at the top.\n"
3775" \n"
3776" -N\tRotates the stack so that the Nth directory (counting\n"
3777" \tfrom the right of the list shown by `dirs', starting with\n"
3778" \tzero) is at the top.\n"
3779" \n"
3780" dir\tAdds DIR to the directory stack at the top, making it the\n"
3781" \tnew current working directory.\n"
3782" \n"
3783" The `dirs' builtin displays the directory stack.\n"
3784" \n"
3785" Exit Status:\n"
3786" Returns success unless an invalid argument is supplied or the directory\n"
3787" change fails."
3788msgstr ""
3789
Chet Ramey00018032011-11-21 20:51:19 -05003790#: builtins.c:1788
Jari Aalto31859422009-01-12 13:36:28 +00003791msgid ""
3792"Remove directories from stack.\n"
3793" \n"
3794" Removes entries from the directory stack. With no arguments, removes\n"
3795" the top directory from the stack, and changes to the new top directory.\n"
3796" \n"
3797" Options:\n"
3798" -n\tSuppresses the normal change of directory when removing\n"
3799" \tdirectories from the stack, so only the stack is manipulated.\n"
3800" \n"
3801" Arguments:\n"
3802" +N\tRemoves the Nth entry counting from the left of the list\n"
3803" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
3804" \tremoves the first directory, `popd +1' the second.\n"
3805" \n"
3806" -N\tRemoves the Nth entry counting from the right of the list\n"
3807" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
3808" \tremoves the last directory, `popd -1' the next to last.\n"
3809" \n"
3810" The `dirs' builtin displays the directory stack.\n"
3811" \n"
3812" Exit Status:\n"
3813" Returns success unless an invalid argument is supplied or the directory\n"
3814" change fails."
3815msgstr ""
3816
Chet Ramey00018032011-11-21 20:51:19 -05003817#: builtins.c:1818
Jari Aalto31859422009-01-12 13:36:28 +00003818msgid ""
3819"Display directory stack.\n"
3820" \n"
3821" Display the list of currently remembered directories. Directories\n"
3822" find their way onto the list with the `pushd' command; you can get\n"
3823" back up through the list with the `popd' command.\n"
3824" \n"
3825" Options:\n"
3826" -c\tclear the directory stack by deleting all of the elements\n"
3827" -l\tdo not print tilde-prefixed versions of directories relative\n"
3828" \tto your home directory\n"
3829" -p\tprint the directory stack with one entry per line\n"
3830" -v\tprint the directory stack with one entry per line prefixed\n"
3831" \twith its position in the stack\n"
3832" \n"
3833" Arguments:\n"
3834" +N\tDisplays the Nth entry counting from the left of the list shown "
3835"by\n"
3836" \tdirs when invoked without options, starting with zero.\n"
3837" \n"
3838" -N\tDisplays the Nth entry counting from the right of the list shown "
3839"by\n"
3840" \tdirs when invoked without options, starting with zero.\n"
3841" \n"
3842" Exit Status:\n"
3843" Returns success unless an invalid option is supplied or an error occurs."
3844msgstr ""
3845
Chet Ramey00018032011-11-21 20:51:19 -05003846#: builtins.c:1847
Jari Aalto31859422009-01-12 13:36:28 +00003847msgid ""
3848"Set and unset shell options.\n"
3849" \n"
3850" Change the setting of each shell option OPTNAME. Without any option\n"
3851" arguments, list all shell options with an indication of whether or not "
3852"each\n"
3853" is set.\n"
3854" \n"
3855" Options:\n"
3856" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
3857" -p\tprint each shell option with an indication of its status\n"
3858" -q\tsuppress output\n"
3859" -s\tenable (set) each OPTNAME\n"
3860" -u\tdisable (unset) each OPTNAME\n"
3861" \n"
3862" Exit Status:\n"
3863" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
3864" given or OPTNAME is disabled."
3865msgstr ""
3866
Chet Ramey00018032011-11-21 20:51:19 -05003867#: builtins.c:1868
Jari Aalto31859422009-01-12 13:36:28 +00003868#, fuzzy
3869msgid ""
3870"Formats and prints ARGUMENTS under control of the FORMAT.\n"
3871" \n"
3872" Options:\n"
3873" -v var\tassign the output to shell variable VAR rather than\n"
3874" \t\tdisplay it on the standard output\n"
3875" \n"
3876" FORMAT is a character string which contains three types of objects: "
3877"plain\n"
3878" characters, which are simply copied to standard output; character "
3879"escape\n"
3880" sequences, which are converted and copied to the standard output; and\n"
3881" format specifications, each of which causes printing of the next "
3882"successive\n"
3883" argument.\n"
3884" \n"
3885" In addition to the standard format specifications described in printf"
3886"(1)\n"
3887" and printf(3), printf interprets:\n"
3888" \n"
3889" %b\texpand backslash escape sequences in the corresponding argument\n"
3890" %q\tquote the argument in a way that can be reused as shell input\n"
3891" \n"
3892" Exit Status:\n"
3893" Returns success unless an invalid option is given or a write or "
3894"assignment\n"
3895" error occurs."
3896msgstr ""
3897"printf formatuoja ir spausdina ARGUMENTUS nurodytu FORMATU. FORMATAS\n"
3898" yra simbolių seka, sudaryta iš trijų tipų objektų: paprastų\n"
3899" simbolių, tiesiog nukopijuojamų į standartinį išvedimą,\n"
3900" kaitos sekų, konvertuojamų ir kopijuojamų į standartinį išvedimą,\n"
3901" ir formato specifikacijų, kurių kiekviena išspausdina kitą argumentą.\n"
3902" Be įprastų printf(1) formatų, %b reiškia išplėsti kairinio brūkšnio\n"
3903" („\\“) kaitos sekas atitinkamame argumente, o %q reiškia išvesti\n"
3904" argumentą kabutėse tokia forma, kad rezultatą būtų galima\n"
3905" panaudoti įvedimui.\n"
3906" Jei pateiktas parametras -v, išvedimas įrašomas į aplinkos kintamąjį\n"
3907" KINT, užuot spausdinus į standartinį išvedimą."
3908
Chet Ramey00018032011-11-21 20:51:19 -05003909#: builtins.c:1895
Jari Aalto31859422009-01-12 13:36:28 +00003910msgid ""
3911"Specify how arguments are to be completed by Readline.\n"
3912" \n"
3913" For each NAME, specify how arguments are to be completed. If no "
3914"options\n"
3915" are supplied, existing completion specifications are printed in a way "
3916"that\n"
3917" allows them to be reused as input.\n"
3918" \n"
3919" Options:\n"
3920" -p\tprint existing completion specifications in a reusable format\n"
3921" -r\tremove a completion specification for each NAME, or, if no\n"
3922" \tNAMEs are supplied, all completion specifications\n"
Chet Ramey00018032011-11-21 20:51:19 -05003923" -D\tapply the completions and actions as the default for commands\n"
3924" \twithout any specific completion defined\n"
3925" -E\tapply the completions and actions to \"empty\" commands --\n"
3926" \tcompletion attempted on a blank line\n"
Jari Aalto31859422009-01-12 13:36:28 +00003927" \n"
3928" When completion is attempted, the actions are applied in the order the\n"
Chet Ramey00018032011-11-21 20:51:19 -05003929" uppercase-letter options are listed above. The -D option takes\n"
3930" precedence over -E.\n"
Jari Aalto31859422009-01-12 13:36:28 +00003931" \n"
3932" Exit Status:\n"
3933" Returns success unless an invalid option is supplied or an error occurs."
3934msgstr ""
3935
Chet Ramey00018032011-11-21 20:51:19 -05003936#: builtins.c:1923
Jari Aalto31859422009-01-12 13:36:28 +00003937#, fuzzy
3938msgid ""
3939"Display possible completions depending on the options.\n"
3940" \n"
3941" Intended to be used from within a shell function generating possible\n"
3942" completions. If the optional WORD argument is supplied, matches "
3943"against\n"
3944" WORD are generated.\n"
3945" \n"
3946" Exit Status:\n"
3947" Returns success unless an invalid option is supplied or an error occurs."
3948msgstr ""
3949"Rodyti galimus užbaigimus priklausomai nuo nustatymų. Naudotina\n"
3950" iš aplinkos funkcijos, generuojančios galimus užbaigimus.\n"
3951" Jei pateiktas nebūtinasis ŽODŽIO argumentas, išvedami įrašai,\n"
3952" atitinkantys ŽODĮ."
3953
Chet Ramey00018032011-11-21 20:51:19 -05003954#: builtins.c:1938
Jari Aalto31859422009-01-12 13:36:28 +00003955msgid ""
3956"Modify or display completion options.\n"
3957" \n"
3958" Modify the completion options for each NAME, or, if no NAMEs are "
3959"supplied,\n"
3960" the completion currently begin executed. If no OPTIONs are givenm, "
3961"print\n"
3962" the completion options for each NAME or the current completion "
3963"specification.\n"
3964" \n"
3965" Options:\n"
3966" \t-o option\tSet completion option OPTION for each NAME\n"
Chet Ramey00018032011-11-21 20:51:19 -05003967" \t-D\t\tChange options for the \"default\" command completion\n"
3968" \t-E\t\tChange options for the \"empty\" command completion\n"
Jari Aalto31859422009-01-12 13:36:28 +00003969" \n"
3970" Using `+o' instead of `-o' turns off the specified option.\n"
3971" \n"
3972" Arguments:\n"
3973" \n"
3974" Each NAME refers to a command for which a completion specification must\n"
3975" have previously been defined using the `complete' builtin. If no NAMEs\n"
3976" are supplied, compopt must be called by a function currently generating\n"
3977" completions, and the options for that currently-executing completion\n"
3978" generator are modified.\n"
3979" \n"
3980" Exit Status:\n"
3981" Returns success unless an invalid option is supplied or NAME does not\n"
3982" have a completion specification defined."
3983msgstr ""
3984
Chet Ramey00018032011-11-21 20:51:19 -05003985#: builtins.c:1968
Jari Aalto31859422009-01-12 13:36:28 +00003986msgid ""
Chet Ramey00018032011-11-21 20:51:19 -05003987"Read lines from the standard input into an indexed array variable.\n"
Jari Aalto31859422009-01-12 13:36:28 +00003988" \n"
Chet Ramey00018032011-11-21 20:51:19 -05003989" Read lines from the standard input into the indexed array variable "
3990"ARRAY, or\n"
3991" from file descriptor FD if the -u option is supplied. The variable "
3992"MAPFILE\n"
3993" is the default ARRAY.\n"
Jari Aalto31859422009-01-12 13:36:28 +00003994" \n"
3995" Options:\n"
3996" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
3997"copied.\n"
3998" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
3999"index is 0.\n"
4000" -s count \tDiscard the first COUNT lines read.\n"
4001" -t\t\tRemove a trailing newline from each line read.\n"
4002" -u fd\t\tRead lines from file descriptor FD instead of the standard "
4003"input.\n"
4004" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
4005" -c quantum\tSpecify the number of lines read between each call to "
4006"CALLBACK.\n"
4007" \n"
4008" Arguments:\n"
4009" ARRAY\t\tArray variable name to use for file data.\n"
4010" \n"
Jari Aalto17345e52009-02-19 22:21:29 +00004011" If -C is supplied without -c, the default quantum is 5000. When\n"
4012" CALLBACK is evaluated, it is supplied the index of the next array\n"
4013" element to be assigned as an additional argument.\n"
Jari Aalto31859422009-01-12 13:36:28 +00004014" \n"
4015" If not supplied with an explicit origin, mapfile will clear ARRAY "
4016"before\n"
4017" assigning to it.\n"
4018" \n"
4019" Exit Status:\n"
Chet Ramey00018032011-11-21 20:51:19 -05004020" Returns success unless an invalid option is given or ARRAY is readonly "
4021"or\n"
4022" not an indexed array."
Jari Aalto31859422009-01-12 13:36:28 +00004023msgstr ""
4024
Chet Ramey00018032011-11-21 20:51:19 -05004025#: builtins.c:2001
Jari Aalto17345e52009-02-19 22:21:29 +00004026msgid ""
4027"Read lines from a file into an array variable.\n"
4028" \n"
4029" A synonym for `mapfile'."
4030msgstr ""
4031
Chet Ramey00018032011-11-21 20:51:19 -05004032#~ msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
4033#~ msgstr "xrealloc: nepavyko išskirti %lu baitų (išskirta %lu baitų)"
4034
4035#~ msgid "xrealloc: cannot allocate %lu bytes"
4036#~ msgstr "xrealloc: nepavyko išskirti %lu baitų"
4037
4038#~ msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
4039#~ msgstr "xrealloc: %s:%d: nepavyko išskirti %lu baitų (išskirta %lu baitų)"
4040
Jari Aalto31859422009-01-12 13:36:28 +00004041#~ msgid " "
4042#~ msgstr " "
4043
4044#~ msgid "Without EXPR, returns returns \"$line $filename\". With EXPR,"
4045#~ msgstr "Be EXPR, grąžina „$line $filename“. Su EXPR,"
4046
4047#~ msgid "returns \"$line $subroutine $filename\"; this extra information"
4048#~ msgstr "grąžina „$line $subroutine $filename“; ši papildoma informacija"
4049
4050#~ msgid "can be used used to provide a stack trace."
4051#~ msgstr "gali būti panaudota generuojant steko išrašą (stack trace)."
4052
4053#~ msgid ""
4054#~ "The value of EXPR indicates how many call frames to go back before the"
4055#~ msgstr "EXPR reikšmė nurodo, per kiek kvietimo freimų eiti atgal prieš"
4056
4057#~ msgid "current one; the top frame is frame 0."
4058#~ msgstr "esamą. Viršutinis freimas yra 0."
4059
4060#~ msgid "%s: invalid number"
4061#~ msgstr "%s: netaisyklingas skaičius"
4062
4063#~ msgid "Shell commands matching keywords `"
4064#~ msgstr "Aplinkos komandos, atitinkančios raktažodžius „"
4065
4066#~ msgid "Display the list of currently remembered directories. Directories"
4067#~ msgstr "Rodyti prisimenamų aplankų sąrašą. Aplankai"
4068
4069#~ msgid "find their way onto the list with the `pushd' command; you can get"
4070#~ msgstr "atsiduria sąraše su „pushd“ komanda; galite kilti"
4071
4072#~ msgid "back up through the list with the `popd' command."
4073#~ msgstr "sąrašu su „popd“ komanda."
4074
4075#~ msgid ""
4076#~ "The -l flag specifies that `dirs' should not print shorthand versions"
4077#~ msgstr "Parametras -l nurodo, kad „dirs“ neturėtų spausdinti sutrumpintų"
4078
4079#~ msgid ""
4080#~ "of directories which are relative to your home directory. This means"
4081#~ msgstr "aplankų, santykinių namų aplinkui, pavadinimų. Tai reiškia, kad"
4082
4083#, fuzzy
4084#~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag"
4085#~ msgstr "kad „~/bin“ bus rodomas kaip „/home/bfox/bin“. Su parametru -v"
4086
4087#~ msgid "causes `dirs' to print the directory stack with one entry per line,"
4088#~ msgstr "„dirs“ išveda aplankų steką po vieną pavadinimą eilutėje,"
4089
4090#~ msgid ""
4091#~ "prepending the directory name with its position in the stack. The -p"
4092#~ msgstr "prieš pavadinimą prirašoma aplanko pozicija steke. Parametras -p"
4093
4094#~ msgid "flag does the same thing, but the stack position is not prepended."
4095#~ msgstr "turi tokį patį efektą, tačiau pozicija steke neišvedama."
4096
4097#~ msgid ""
4098#~ "The -c flag clears the directory stack by deleting all of the elements."
4099#~ msgstr "Parametras -c išvalo aplankų steką."
4100
4101#~ msgid ""
4102#~ "+N displays the Nth entry counting from the left of the list shown by"
4103#~ msgstr "+N rodo N-tąjį įrašą skaičiuojant iš kairės sąraše, rodomame"
4104
4105#~ msgid " dirs when invoked without options, starting with zero."
4106#~ msgstr " „dirs“, iškviesto be parametrų (skaičiuojama nuo nulio)."
4107
4108#~ msgid ""
4109#~ "-N displays the Nth entry counting from the right of the list shown by"
4110#~ msgstr "-N rodo N-tajį įrašą skaičiuojant iš dešinės sąraše, rodomame"
4111
4112#~ msgid "Adds a directory to the top of the directory stack, or rotates"
4113#~ msgstr "Įdeda aplanką į aplankų steko viršų, arba pasuka"
4114
4115#~ msgid "the stack, making the new top of the stack the current working"
4116#~ msgstr "steką, nustatydamas esamą aplanką į naująją steko viršūnės reikšmę."
4117
4118#~ msgid "directory. With no arguments, exchanges the top two directories."
4119#~ msgstr "Be argumentų, sukeičia viršutinius du aplankus."
4120
4121#~ msgid "+N Rotates the stack so that the Nth directory (counting"
4122#~ msgstr "+N Pasuka steką, kad N-tasis aplankas (skaičiuojant"
4123
4124#~ msgid " from the left of the list shown by `dirs', starting with"
4125#~ msgstr " iš kairės sąraše, rodomame „dirs“, pradedant nuo nulio)"
4126
4127#~ msgid " zero) is at the top."
4128#~ msgstr " būtų viršuje."
4129
4130#~ msgid "-N Rotates the stack so that the Nth directory (counting"
4131#~ msgstr "-N Pasuka steką, kad N-tasis aplankas (skaičiuojant"
4132
4133#~ msgid " from the right of the list shown by `dirs', starting with"
4134#~ msgstr " iš dešinės sąraše, rodomame „dirs“, pradedant nuo nulio)"
4135
4136#~ msgid "-n suppress the normal change of directory when adding directories"
4137#~ msgstr "-n išjungti įprastą aplanko pakeitimą pridedant aplankus"
4138
4139#~ msgid " to the stack, so only the stack is manipulated."
4140#~ msgstr " į steką, taigi, pakeičiamas tik stekas."
4141
4142#~ msgid "dir adds DIR to the directory stack at the top, making it the"
4143#~ msgstr "dir prideda DIR į aplankų steko viršų; DIR nustatomas"
4144
4145#~ msgid " new current working directory."
4146#~ msgstr " naujuoju darbiniu aplanku."
4147
4148#~ msgid "You can see the directory stack with the `dirs' command."
4149#~ msgstr "Galite pamatyti aplankų steką komanda „dirs“."
4150
4151#~ msgid "Removes entries from the directory stack. With no arguments,"
4152#~ msgstr "Šalina įrašus iš aplankų steko. Jei nenurodyta argumentų,"
4153
4154#~ msgid "removes the top directory from the stack, and cd's to the new"
4155#~ msgstr "pašalina viršutinį aplanką iš steko ir pakeičia darbinį aplanką"
4156
4157#~ msgid "top directory."
4158#~ msgstr "steko viršūnėje esančiu."
4159
4160#~ msgid "+N removes the Nth entry counting from the left of the list"
4161#~ msgstr ""
4162#~ "+N pašalina N-tąjį įrašą skaičiuojant iš kairės sąraše, išvedamame „dir“"
4163
4164#~ msgid " shown by `dirs', starting with zero. For example: `popd +0'"
4165#~ msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd +0“"
4166
4167#~ msgid " removes the first directory, `popd +1' the second."
4168#~ msgstr " pašalina pirmąjį aplanką, „popd +1“ – antrąjį."
4169
4170#~ msgid "-N removes the Nth entry counting from the right of the list"
4171#~ msgstr ""
4172#~ "+N pašalina N-tąjį įrašą skaičiuojant iš dešinės sąraše, išvedamame "
4173#~ "„dir“"
4174
4175#~ msgid " shown by `dirs', starting with zero. For example: `popd -0'"
4176#~ msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd -0“"
4177
4178#~ msgid " removes the last directory, `popd -1' the next to last."
4179#~ msgstr " pašalina paskutinį aplanką, „popd -1“ – priešpaskutinį."
4180
4181#~ msgid ""
4182#~ "-n suppress the normal change of directory when removing directories"
4183#~ msgstr " išjungti įprastą darbinio aplanko keitimą šalinant aplankus"
4184
4185#~ msgid " from the stack, so only the stack is manipulated."
4186#~ msgstr " iš steko, taigi, pakeičiamas tik stekas."
4187
4188#~ msgid "allocated"
4189#~ msgstr "išskirta"
4190
4191#~ msgid "freed"
4192#~ msgstr "atlaisvinta"
4193
4194#~ msgid "requesting resize"
4195#~ msgstr "prašoma dydžio keitimo"
4196
4197#~ msgid "just resized"
4198#~ msgstr "tik ką pakeistas dydis"
4199
4200#~ msgid "bug: unknown operation"
4201#~ msgstr "klaida: nežinoma operacija"
4202
4203#~ msgid "malloc: watch alert: %p %s "
4204#~ msgstr "malloc: stebinio įspėjimas: %p %s "
4205
4206#~ msgid ""
4207#~ "Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n"
4208#~ " break N levels."
4209#~ msgstr ""
4210#~ "Išeiti iš FOR, WHILE arba UNTIL ciklo. Jei nurodytas N,\n"
4211#~ " išeiti aukštyn per N lygmenų."
4212
4213#~ msgid ""
4214#~ "Run a shell builtin. This is useful when you wish to rename a\n"
4215#~ " shell builtin to be a function, but need the functionality of the\n"
4216#~ " builtin within the function itself."
4217#~ msgstr ""
4218#~ "Vykdyti aplinkos įtaisytą funkciją. Ši komanda naudinga, kai norite\n"
4219#~ " vietoje įtaisytos funkcijos naudoti savąją, tačiau reikia\n"
4220#~ " pasinaudoti įtaisytąja šios funkcijos viduje."
4221
4222#~ msgid ""
4223#~ "Print the current working directory. With the -P option, pwd prints\n"
4224#~ " the physical directory, without any symbolic links; the -L option\n"
4225#~ " makes pwd follow symbolic links."
4226#~ msgstr ""
4227#~ "Išspausdinti esamą aplanką. Su parametru -P „pwd“ spausdina\n"
4228#~ " fizinį aplanką, be jokių simbolinių nuorodų; su parametru -L\n"
4229#~ " „pwd“ seka simbolinėmis nuorodomis."
4230
4231#~ msgid "Return a successful result."
4232#~ msgstr "Grąžinti sėkmingą rezultatą."
4233
4234#~ msgid "Obsolete. See `declare'."
4235#~ msgstr "Pasenusi komanda. Žr. „declare“."
4236
4237#~ msgid ""
4238#~ "Create a local variable called NAME, and give it VALUE. LOCAL\n"
4239#~ " can only be used within a function; it makes the variable NAME\n"
4240#~ " have a visible scope restricted to that function and its children."
4241#~ msgstr ""
4242#~ "Sukurti vietinį kintamąjį nurodytu PAVADINIMU ir suteikti jam REIKŠMĘ.\n"
4243#~ " „local“ gali būti naudojamas tik funkcijose; jis sukuria kintamąjį,\n"
4244#~ " matomą tik pačioje funkcijoje ir jos dukterinėse funkcijose."
4245
4246#~ msgid ""
4247#~ "Output the ARGs. If -n is specified, the trailing newline is suppressed."
4248#~ msgstr ""
4249#~ "Išspausdinti ARGUMENTUS. Jei nurodytas -n, nespausdinamas naujos "
4250#~ "eilutės\n"
4251#~ " simbolis pabaigoje."
4252
4253#~ msgid ""
4254#~ "Read ARGs as input to the shell and execute the resulting command(s)."
4255#~ msgstr "Skaityti ARGUMENTUS kaip aplinkos komandas ir jas vykdyti."
4256
4257#~ msgid "Logout of a login shell."
4258#~ msgstr "Atsijungti nuo prisijungimo aplinkos (login shell)."
4259
4260#~ msgid ""
4261#~ "Causes a function to exit with the return value specified by N. If N\n"
4262#~ " is omitted, the return status is that of the last command."
4263#~ msgstr ""
4264#~ "Išeina iš funkcijos, grąžinama reikšmė N. Jei N nenurodyta,\n"
4265#~ " grąžinama paskutinės vykdytos komandos reikšmė."
4266
4267#~ msgid ""
4268#~ "For each NAME, remove the corresponding variable or function. Given\n"
4269#~ " the `-v', unset will only act on variables. Given the `-f' flag,\n"
4270#~ " unset will only act on functions. With neither flag, unset first\n"
4271#~ " tries to unset a variable, and if that fails, then tries to unset a\n"
4272#~ " function. Some variables cannot be unset; also see readonly."
4273#~ msgstr ""
4274#~ "Kiekvienam PAVADINIMUi, pašalinti atitinkamą kintamąjį ar funkciją.\n"
4275#~ " Jei nurodytas „-v“, unset veiks tik su kintamaisiais. Jei nurodytas\n"
4276#~ " „-f“, unset veiks tik su funkcijomis. Jei nenurodytas nei vienas iš\n"
4277#~ " šių parametrų, unset pirmiausiai bandys pašalinti kintamąjį, ir jei\n"
4278#~ " tai nepasiseks, bandys pašalinti funkciją. Kai kurie kintamieji "
4279#~ "negali\n"
4280#~ " būti pašalinti; žr. „readonly“."
4281
4282#~ msgid ""
4283#~ "Suspend the execution of this shell until it receives a SIGCONT\n"
4284#~ " signal. The `-f' if specified says not to complain about this\n"
4285#~ " being a login shell if it is; just suspend anyway."
4286#~ msgstr ""
4287#~ "Sustabdyti šios aplinkos darbą, kol bus gautas SIGCONT\n"
4288#~ " signalas. Jei nurodyta „-f“, nesiskųsti, jei ši aplinka yra "
4289#~ "prisijungimo\n"
4290#~ " aplinka (login shell) ir sustabdyti ją bet kuriuo atveju."
4291
4292#~ msgid ""
4293#~ "Create a simple command invoked by NAME which runs COMMANDS.\n"
4294#~ " Arguments on the command line along with NAME are passed to the\n"
4295#~ " function as $0 .. $n."
4296#~ msgstr ""
4297#~ "Sukurti paprastą komandą, iškviečiamą PAVADINIMU, vykdančią KOMANDAS.\n"
4298#~ " Argumentai komandų eilutėje kartu su PAVADINIMU perduodami funkcijai\n"
4299#~ " kaip $0 .. $n."
4300
4301#~ msgid ""
4302#~ "For each NAME, specify how arguments are to be completed.\n"
4303#~ " If the -p option is supplied, or if no options are supplied, "
4304#~ "existing\n"
4305#~ " completion specifications are printed in a way that allows them to "
4306#~ "be\n"
4307#~ " reused as input. The -r option removes a completion specification "
4308#~ "for\n"
4309#~ " each NAME, or, if no NAMEs are supplied, all completion "
4310#~ "specifications."
4311#~ msgstr ""
4312#~ "Kiekvienam VARDUI nurodyti, kaip argumentai turėtų būti užbaigti.\n"
4313#~ " Jei pateiktas -p nustatymas arba nepateikta jokių nustatymų,\n"
4314#~ " spausdinamos esamos užbaigimo specifikacijos tokiu formatu, kad\n"
4315#~ " jas būtų galima panaudoti kaip įvestį. Nustatymas -r pašalina\n"
4316#~ " užbaigimo specifikaciją kiekvienam VARDUI, arba, jei nenurodyta\n"
4317#~ " VARDO, visas užbaigimo specifikacijas."