summaryrefslogtreecommitdiff
path: root/po/lt.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/lt.po')
-rw-r--r--po/lt.po800
1 files changed, 402 insertions, 398 deletions
diff --git a/po/lt.po b/po/lt.po
index abb927cd..d533f711 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bash-4.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-02 07:21-0400\n"
+"POT-Creation-Date: 2016-02-10 07:59-0500\n"
"PO-Revision-Date: 2009-03-25 16:49+0200\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -23,7 +23,7 @@ msgstr ""
msgid "bad array subscript"
msgstr "blogas masyvo indeksas"
-#: arrayfunc.c:360 builtins/declare.def:647
+#: arrayfunc.c:360 builtins/declare.def:648
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr ""
@@ -43,7 +43,7 @@ msgstr "%s: nepavyko priskirti prie neskaitinio indekso"
msgid "%s: %s: must use subscript when assigning associative array"
msgstr ""
-#: bashhist.c:405
+#: bashhist.c:417
#, c-format
msgid "%s: cannot create: %s"
msgstr "%s: nepavyko sukurti: %s"
@@ -137,15 +137,15 @@ msgid ""
" Without EXPR, returns "
msgstr "Grąžina esamos procedūros kontekstą."
-#: builtins/cd.def:320
+#: builtins/cd.def:321
msgid "HOME not set"
msgstr "HOME nenustatytas"
-#: builtins/cd.def:328 builtins/common.c:167 test.c:878
+#: builtins/cd.def:329 builtins/common.c:167 test.c:878
msgid "too many arguments"
msgstr "per daug argumentų"
-#: builtins/cd.def:339
+#: builtins/cd.def:340
msgid "OLDPWD not set"
msgstr "OLDPWD nenustatytas"
@@ -164,7 +164,7 @@ msgstr "įspėjimas: "
msgid "%s: usage: "
msgstr "%s: naudojimas: "
-#: builtins/common.c:199 shell.c:509 shell.c:800
+#: builtins/common.c:199 shell.c:511 shell.c:802
#, c-format
msgid "%s: option requires an argument"
msgstr "%s: parametrui reikia argumento"
@@ -179,7 +179,7 @@ msgstr "%s: reikia skaitinio argumento"
msgid "%s: not found"
msgstr "%s: nerasta"
-#: builtins/common.c:222 shell.c:813
+#: builtins/common.c:222 shell.c:815
#, c-format
msgid "%s: invalid option"
msgstr "%s: negalimas parametras"
@@ -189,7 +189,7 @@ msgstr "%s: negalimas parametras"
msgid "%s: invalid option name"
msgstr "%s: netaisyklingas parametro vardas"
-#: builtins/common.c:236 general.c:240 general.c:245
+#: builtins/common.c:236 general.c:242 general.c:247
#, c-format
msgid "`%s': not a valid identifier"
msgstr "`%s': netaisyklingas identifikatorius"
@@ -202,7 +202,7 @@ msgstr "netaisyklingas aštuonetainis skaičius"
msgid "invalid hex number"
msgstr "netaisyklingas šešioliktainis skaičius"
-#: builtins/common.c:250 expr.c:1470
+#: builtins/common.c:250 expr.c:1473
msgid "invalid number"
msgstr "netaisyklingas skaičius"
@@ -216,7 +216,7 @@ msgstr "%s: netaisyklinga signalo specifikacija"
msgid "`%s': not a pid or valid job spec"
msgstr "„%s“: ne pid'as ar taisyklinga darbo specifikacija"
-#: builtins/common.c:272 error.c:510
+#: builtins/common.c:272 error.c:511
#, c-format
msgid "%s: readonly variable"
msgstr "%s: kintamasis tik skaitymui"
@@ -278,17 +278,17 @@ msgstr ""
msgid "error getting terminal attributes: %s"
msgstr ""
-#: builtins/common.c:583
+#: builtins/common.c:585
#, c-format
msgid "%s: error retrieving current directory: %s: %s\n"
msgstr "%s: klaida skaitant esamą aplanką: %s: %s\n"
-#: builtins/common.c:649 builtins/common.c:651
+#: builtins/common.c:651 builtins/common.c:653
#, c-format
msgid "%s: ambiguous job spec"
msgstr "%s: dviprasmis darbo aprašymas"
-#: builtins/common.c:916
+#: builtins/common.c:918
msgid "help not available in this version"
msgstr ""
@@ -297,21 +297,21 @@ msgstr ""
msgid "%s: invalid action name"
msgstr "%s: netaisyklingas veiksmo pavadinimas"
-#: builtins/complete.def:451 builtins/complete.def:646
-#: builtins/complete.def:856
+#: builtins/complete.def:452 builtins/complete.def:647
+#: builtins/complete.def:857
#, c-format
msgid "%s: no completion specification"
msgstr "%s: nėra baigimo specifikacijos"
-#: builtins/complete.def:698
+#: builtins/complete.def:699
msgid "warning: -F option may not work as you expect"
msgstr "įspėjimas: parametras -F gali neveikti taip, kaip tikitės"
-#: builtins/complete.def:700
+#: builtins/complete.def:701
msgid "warning: -C option may not work as you expect"
msgstr "įspėjimas: parametras -C gali neveikti taip, kaip tikitės"
-#: builtins/complete.def:829
+#: builtins/complete.def:830
msgid "not currently executing completion function"
msgstr ""
@@ -319,41 +319,41 @@ msgstr ""
msgid "can only be used in a function"
msgstr "galima naudoti tik funkcijoje"
-#: builtins/declare.def:330 builtins/declare.def:566
+#: builtins/declare.def:331 builtins/declare.def:567
#, c-format
msgid "%s: reference variable cannot be an array"
msgstr ""
-#: builtins/declare.def:339
+#: builtins/declare.def:340
#, c-format
msgid "%s: nameref variable self references not allowed"
msgstr ""
-#: builtins/declare.def:346 builtins/declare.def:575 subst.c:6257 subst.c:8606
+#: builtins/declare.def:347 builtins/declare.def:576 subst.c:6474 subst.c:8796
#, fuzzy, c-format
msgid "%s: invalid variable name for name reference"
msgstr "%d: netaisyklingas failo deskriptorius: %s"
-#: builtins/declare.def:424
+#: builtins/declare.def:425
msgid "cannot use `-f' to make functions"
msgstr "negalima naudoti „-f“ funkcijoms kurti"
-#: builtins/declare.def:436 execute_cmd.c:5551
+#: builtins/declare.def:437 execute_cmd.c:5562
#, c-format
msgid "%s: readonly function"
msgstr "%s: funkcija tik skaitymui"
-#: builtins/declare.def:620
+#: builtins/declare.def:621
#, c-format
msgid "%s: quoted compound array assignment deprecated"
msgstr ""
-#: builtins/declare.def:634
+#: builtins/declare.def:635
#, c-format
msgid "%s: cannot destroy array variables in this way"
msgstr "%s: negalima tokiu būdu sunaikinti masyvų kintamųjų"
-#: builtins/declare.def:641 builtins/read.def:750
+#: builtins/declare.def:642 builtins/read.def:751
#, c-format
msgid "%s: cannot convert associative to indexed array"
msgstr ""
@@ -362,52 +362,52 @@ msgstr ""
msgid "dynamic loading not available"
msgstr "dinaminis įkrovimas negalimas"
-#: builtins/enable.def:342
+#: builtins/enable.def:343
#, c-format
msgid "cannot open shared object %s: %s"
msgstr "nepavyko atverti bendrojo objekto %s: %s"
-#: builtins/enable.def:368
+#: builtins/enable.def:369
#, c-format
msgid "cannot find %s in shared object %s: %s"
msgstr "nepavyko rasti %s bendrajame objekte %s: %s"
-#: builtins/enable.def:386
+#: builtins/enable.def:387
#, c-format
msgid "load function for %s returns failure (%d): not loaded"
msgstr ""
-#: builtins/enable.def:511
+#: builtins/enable.def:512
#, c-format
msgid "%s: not dynamically loaded"
msgstr "%s: nedinamiškai įkrauta"
-#: builtins/enable.def:537
+#: builtins/enable.def:538
#, c-format
msgid "%s: cannot delete: %s"
msgstr "%s: nepavyko ištrinti: %s"
-#: builtins/evalfile.c:143 builtins/hash.def:171 execute_cmd.c:5393
+#: builtins/evalfile.c:144 builtins/hash.def:172 execute_cmd.c:5404
#, c-format
msgid "%s: is a directory"
msgstr "%s: aplankas"
-#: builtins/evalfile.c:149
+#: builtins/evalfile.c:150
#, c-format
msgid "%s: not a regular file"
msgstr "%s: ne paprastas failas"
-#: builtins/evalfile.c:158
+#: builtins/evalfile.c:159
#, c-format
msgid "%s: file is too large"
msgstr "%s: failas per didelis"
-#: builtins/evalfile.c:193 builtins/evalfile.c:211 shell.c:1551
+#: builtins/evalfile.c:194 builtins/evalfile.c:212 shell.c:1553
#, c-format
msgid "%s: cannot execute binary file"
msgstr "%s: negalima vykdyti dvejetainių failų"
-#: builtins/exec.def:155 builtins/exec.def:157 builtins/exec.def:234
+#: builtins/exec.def:156 builtins/exec.def:158 builtins/exec.def:235
#, c-format
msgid "%s: cannot execute: %s"
msgstr "%s: nepavyko paleisti: %s"
@@ -431,20 +431,20 @@ msgstr "Yra sustabdytų darbų.\n"
msgid "There are running jobs.\n"
msgstr "Yra veikiančių darbų.\n"
-#: builtins/fc.def:268
+#: builtins/fc.def:269
msgid "no command found"
msgstr "komandų nerasta"
-#: builtins/fc.def:326 builtins/fc.def:375
+#: builtins/fc.def:327 builtins/fc.def:376
msgid "history specification"
msgstr "istorijos specifikacija"
-#: builtins/fc.def:396
+#: builtins/fc.def:397
#, c-format
msgid "%s: cannot open temp file: %s"
msgstr "%s: nepavyko atverti laikinojo failo: %s"
-#: builtins/fg_bg.def:153 builtins/jobs.def:282
+#: builtins/fg_bg.def:153 builtins/jobs.def:283
msgid "current"
msgstr ""
@@ -467,17 +467,17 @@ msgstr "%s: parametrui reikia argumento -- %c\n"
msgid "hashing disabled"
msgstr "maiša išjungta"
-#: builtins/hash.def:138
+#: builtins/hash.def:139
#, c-format
msgid "%s: hash table empty\n"
msgstr "%s: maišos lentelė tuščia\n"
-#: builtins/hash.def:253
+#: builtins/hash.def:254
#, fuzzy, c-format
msgid "hits\tcommand\n"
msgstr "paskutinė komanda: %s\n"
-#: builtins/help.def:134
+#: builtins/help.def:135
#, fuzzy, c-format
msgid "Shell commands matching keyword `"
msgid_plural "Shell commands matching keywords `"
@@ -485,7 +485,7 @@ msgstr[0] "Aplinkos komandos, atitinkančios raktažodį „"
msgstr[1] "Aplinkos komandos, atitinkančios raktažodį „"
msgstr[2] "Aplinkos komandos, atitinkančios raktažodį „"
-#: builtins/help.def:186
+#: builtins/help.def:187
#, c-format
msgid ""
"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
@@ -493,12 +493,12 @@ msgstr ""
"nėra žinyno temų, atitinkančių „%s“. Bandykite „help help“, „man -k %s“ arba "
"„info %s“."
-#: builtins/help.def:225
+#: builtins/help.def:226
#, c-format
msgid "%s: cannot open: %s"
msgstr "%s: nepavyko atverti: %s"
-#: builtins/help.def:525
+#: builtins/help.def:526
#, c-format
msgid ""
"These shell commands are defined internally. Type `help' to see this list.\n"
@@ -519,15 +519,20 @@ msgstr ""
"Žvaigždutė (*) prie vardo reiškia, kad komanda išjungta.\n"
"\n"
-#: builtins/history.def:154
+#: builtins/history.def:155
msgid "cannot use more than one of -anrw"
msgstr "negalima naudoti daugiau negu vieno parametro iš -anrw"
-#: builtins/history.def:186
+#: builtins/history.def:187
msgid "history position"
msgstr "istorijos pozicija"
-#: builtins/history.def:371
+#: builtins/history.def:264
+#, fuzzy, c-format
+msgid "%s: invalid timestamp"
+msgstr "%s: netaisyklingas limito argumentas"
+
+#: builtins/history.def:375
#, c-format
msgid "%s: history expansion failed"
msgstr "%s: istorijos išskleidimas nesėkmingas"
@@ -584,45 +589,45 @@ msgstr "%s: nesamas parametras"
msgid "%s: invalid callback quantum"
msgstr "%s: netaisyklingas veiksmo pavadinimas"
-#: builtins/mapfile.def:349
+#: builtins/mapfile.def:350
#, fuzzy
msgid "empty array variable name"
msgstr "%s: ne masyvo kintamasis"
-#: builtins/mapfile.def:370
+#: builtins/mapfile.def:371
msgid "array variable support required"
msgstr ""
-#: builtins/printf.def:410
+#: builtins/printf.def:412
#, c-format
msgid "`%s': missing format character"
msgstr "„%s“: trūksta formato simbolio"
-#: builtins/printf.def:464
+#: builtins/printf.def:467
#, fuzzy, c-format
msgid "`%c': invalid time format specification"
msgstr "%s: klaidinga laiko ribos (timeout) specifikacija"
-#: builtins/printf.def:666
+#: builtins/printf.def:669
#, c-format
msgid "`%c': invalid format character"
msgstr "„%c“: netaisyklingas formato simbolis"
-#: builtins/printf.def:692
+#: builtins/printf.def:695
#, c-format
msgid "warning: %s: %s"
msgstr "įspėjimas: %s: %s"
-#: builtins/printf.def:778
+#: builtins/printf.def:781
#, c-format
msgid "format parsing problem: %s"
msgstr ""
-#: builtins/printf.def:875
+#: builtins/printf.def:878
msgid "missing hex digit for \\x"
msgstr "trūksta šešioliktainio skaitmens išraiškoje \\x"
-#: builtins/printf.def:890
+#: builtins/printf.def:893
#, fuzzy, c-format
msgid "missing unicode digit for \\%c"
msgstr "trūksta šešioliktainio skaitmens išraiškoje \\x"
@@ -724,7 +729,7 @@ msgstr ""
msgid "%s: invalid timeout specification"
msgstr "%s: klaidinga laiko ribos (timeout) specifikacija"
-#: builtins/read.def:695
+#: builtins/read.def:696
#, c-format
msgid "read error: %d: %s"
msgstr "skaitymo klaida: %d: %s"
@@ -733,31 +738,31 @@ msgstr "skaitymo klaida: %d: %s"
msgid "can only `return' from a function or sourced script"
msgstr "galima grįžti (return) tik iš funkcijos ar scenarijaus"
-#: builtins/set.def:829
+#: builtins/set.def:831
msgid "cannot simultaneously unset a function and a variable"
msgstr "negalima kartu ištrinti funkcijos ir kintamojo"
-#: builtins/set.def:876
+#: builtins/set.def:878
#, c-format
msgid "%s: cannot unset"
msgstr "%s: nepavyko ištrinti"
-#: builtins/set.def:897
+#: builtins/set.def:899
#, c-format
msgid "%s: cannot unset: readonly %s"
msgstr "%s: nepavyko ištrinti: %s tik skaitymui"
-#: builtins/set.def:910
+#: builtins/set.def:912
#, c-format
msgid "%s: not an array variable"
msgstr "%s: ne masyvo kintamasis"
-#: builtins/setattr.def:188
+#: builtins/setattr.def:191
#, c-format
msgid "%s: not a function"
msgstr "%s: ne funkcija"
-#: builtins/setattr.def:193
+#: builtins/setattr.def:196
#, fuzzy, c-format
msgid "%s: cannot export"
msgstr "%s: nepavyko ištrinti"
@@ -766,11 +771,11 @@ msgstr "%s: nepavyko ištrinti"
msgid "shift count"
msgstr "postūmių skaičius"
-#: builtins/shopt.def:283
+#: builtins/shopt.def:286
msgid "cannot set and unset shell options simultaneously"
msgstr "negalima aplinkos nuostatos vienu metu įjungti ir išjungti"
-#: builtins/shopt.def:350
+#: builtins/shopt.def:353
#, c-format
msgid "%s: invalid shell option name"
msgstr "%s: netaisyklingas aplinkos nuostatos pavadinimas"
@@ -784,88 +789,88 @@ msgstr "reikia failo pavadinimo argumento"
msgid "%s: file not found"
msgstr "%s: failas nerastas"
-#: builtins/suspend.def:101
+#: builtins/suspend.def:102
msgid "cannot suspend"
msgstr "nepavyko sustabdyti"
-#: builtins/suspend.def:111
+#: builtins/suspend.def:112
msgid "cannot suspend a login shell"
msgstr "nepavyko sustabdyti prisijungimo aplinkos"
-#: builtins/type.def:235
+#: builtins/type.def:236
#, c-format
msgid "%s is aliased to `%s'\n"
msgstr "%s yra „%s“ sinonimas\n"
-#: builtins/type.def:256
+#: builtins/type.def:257
#, c-format
msgid "%s is a shell keyword\n"
msgstr "%s yra aplinkos raktinis žodis\n"
-#: builtins/type.def:275
+#: builtins/type.def:276
#, c-format
msgid "%s is a function\n"
msgstr "%s yra funkcija\n"
-#: builtins/type.def:299
+#: builtins/type.def:300
#, fuzzy, c-format
msgid "%s is a special shell builtin\n"
msgstr "%s yra aplinkos vidinė komanda\n"
-#: builtins/type.def:301
+#: builtins/type.def:302
#, c-format
msgid "%s is a shell builtin\n"
msgstr "%s yra aplinkos vidinė komanda\n"
-#: builtins/type.def:323 builtins/type.def:408
+#: builtins/type.def:324 builtins/type.def:409
#, c-format
msgid "%s is %s\n"
msgstr "%s yra %s\n"
-#: builtins/type.def:343
+#: builtins/type.def:344
#, c-format
msgid "%s is hashed (%s)\n"
msgstr "%s yra hešuotas (%s)\n"
-#: builtins/ulimit.def:397
+#: builtins/ulimit.def:398
#, c-format
msgid "%s: invalid limit argument"
msgstr "%s: netaisyklingas limito argumentas"
-#: builtins/ulimit.def:423
+#: builtins/ulimit.def:424
#, c-format
msgid "`%c': bad command"
msgstr "`%c': bloga komanda"
-#: builtins/ulimit.def:452
+#: builtins/ulimit.def:453
#, c-format
msgid "%s: cannot get limit: %s"
msgstr "%s: nepavyko gauti limito: %s"
-#: builtins/ulimit.def:478
+#: builtins/ulimit.def:479
msgid "limit"
msgstr "riba"
-#: builtins/ulimit.def:490 builtins/ulimit.def:790
+#: builtins/ulimit.def:491 builtins/ulimit.def:791
#, c-format
msgid "%s: cannot modify limit: %s"
msgstr "%s: nepavyko pakeisti limito: %s"
-#: builtins/umask.def:114
+#: builtins/umask.def:115
msgid "octal number"
msgstr "aštuntainis skaičius"
-#: builtins/umask.def:231
+#: builtins/umask.def:232
#, c-format
msgid "`%c': invalid symbolic mode operator"
msgstr "„%c“: netaisyklingas simbolinės veiksenos operatorius"
-#: builtins/umask.def:286
+#: builtins/umask.def:287
#, c-format
msgid "`%c': invalid symbolic mode character"
msgstr "„%c“: netaisyklingas simbolinės veiksenos simbolis"
-#: error.c:90 error.c:347 error.c:349 error.c:351
+#: error.c:90 error.c:348 error.c:350 error.c:352
msgid " line "
msgstr " eilutė "
@@ -879,98 +884,99 @@ msgstr "paskutinė komanda: %s\n"
msgid "Aborting..."
msgstr "Nutraukiama..."
-#: error.c:287
+#. TRANSLATORS: this is a prefix for informational messages.
+#: error.c:288
#, c-format
msgid "INFORM: "
msgstr ""
-#: error.c:462
+#: error.c:463
msgid "unknown command error"
msgstr "nežinoma komandos klaida"
-#: error.c:463
+#: error.c:464
msgid "bad command type"
msgstr "blogas komandos tipas"
-#: error.c:464
+#: error.c:465
msgid "bad connector"
msgstr "blogas jungtukas"
-#: error.c:465
+#: error.c:466
msgid "bad jump"
msgstr "blogas šuolis"
-#: error.c:503
+#: error.c:504
#, c-format
msgid "%s: unbound variable"
msgstr "%s: nepriskirtas kintamasis"
-#: eval.c:192
+#: eval.c:209
#, c-format
msgid "\atimed out waiting for input: auto-logout\n"
msgstr "\alaukiant įvedimo baigėsi laikas: automatiškai atsijungta\n"
-#: execute_cmd.c:538
+#: execute_cmd.c:527
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr "nepavyko peradresuoti standartinio įvedimo iš /dev/null: %s"
-#: execute_cmd.c:1284
+#: execute_cmd.c:1273
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr "TIMEFORMAT: „%c“: netaisyklingas formato simbolis"
-#: execute_cmd.c:2350
+#: execute_cmd.c:2344
#, fuzzy
msgid "pipe error"
msgstr "rašymo klaida: %s"
-#: execute_cmd.c:4426
+#: execute_cmd.c:4430
#, c-format
msgid "eval: maximum eval nesting level exceeded (%d)"
msgstr ""
-#: execute_cmd.c:4438
+#: execute_cmd.c:4442
#, c-format
msgid "%s: maximum source nesting level exceeded (%d)"
msgstr ""
-#: execute_cmd.c:4547
+#: execute_cmd.c:4550
#, c-format
msgid "%s: maximum function nesting level exceeded (%d)"
msgstr ""
-#: execute_cmd.c:5068
+#: execute_cmd.c:5077
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr "%s: apribota: negalima naudoti „/“ komandų pavadinimuose"
-#: execute_cmd.c:5156
+#: execute_cmd.c:5165
#, c-format
msgid "%s: command not found"
msgstr "%s: komanda nerasta"
-#: execute_cmd.c:5391
+#: execute_cmd.c:5402
#, fuzzy, c-format
msgid "%s: %s"
msgstr "%s yra %s\n"
-#: execute_cmd.c:5428
+#: execute_cmd.c:5439
#, c-format
msgid "%s: %s: bad interpreter"
msgstr "%s: %s: blogas interpretatorius"
-#: execute_cmd.c:5465
+#: execute_cmd.c:5476
#, fuzzy, c-format
msgid "%s: cannot execute binary file: %s"
msgstr "%s: negalima vykdyti dvejetainių failų"
-#: execute_cmd.c:5542
+#: execute_cmd.c:5553
#, fuzzy, c-format
msgid "`%s': is a special builtin"
msgstr "%s yra aplinkos vidinė komanda\n"
-#: execute_cmd.c:5594
+#: execute_cmd.c:5605
#, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr "nepavyko dublikuoti fd %d į fd %d"
@@ -1016,37 +1022,37 @@ msgstr ""
msgid "missing `)'"
msgstr "Trūksta „)“"
-#: expr.c:1053 expr.c:1390
+#: expr.c:1053 expr.c:1393
msgid "syntax error: operand expected"
msgstr "sintaksės klaida: tikėtasi operando"
-#: expr.c:1392
+#: expr.c:1395
msgid "syntax error: invalid arithmetic operator"
msgstr "sintaksės klaida: netaisyklingas aritmetinis operatorius"
-#: expr.c:1416
+#: expr.c:1419
#, c-format
msgid "%s%s%s: %s (error token is \"%s\")"
msgstr ""
-#: expr.c:1474
+#: expr.c:1477
msgid "invalid arithmetic base"
msgstr "netaisyklingas aritmetinis pagrindas"
-#: expr.c:1494
+#: expr.c:1497
msgid "value too great for base"
msgstr "per didelė pagrindo reikšmė"
-#: expr.c:1543
+#: expr.c:1546
#, c-format
msgid "%s: expression error\n"
msgstr "%s: išraiškos klaida\n"
-#: general.c:67
+#: general.c:68
msgid "getcwd: cannot access parent directories"
msgstr "getcwd: nepavyko pasiekti aukštesnių aplankų"
-#: input.c:102 subst.c:5558
+#: input.c:102 subst.c:5763
#, fuzzy, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr "nepavyko dublikuoti fd %d į fd %d"
@@ -1061,148 +1067,148 @@ msgstr "nepavyko išskirti naujo failo deskriptoriaus bash įvedimui iš fd %d"
msgid "save_bash_input: buffer already exists for new fd %d"
msgstr "save_bash_input: naujam fd %d buferis jau egzistuoja"
-#: jobs.c:509
+#: jobs.c:521
msgid "start_pipeline: pgrp pipe"
msgstr ""
-#: jobs.c:944
+#: jobs.c:1029
#, c-format
msgid "forked pid %d appears in running job %d"
msgstr ""
-#: jobs.c:1063
+#: jobs.c:1148
#, c-format
msgid "deleting stopped job %d with process group %ld"
msgstr "trinamas sustabdytas darbas %d procesų grupėje %ld"
-#: jobs.c:1167
+#: jobs.c:1252
#, c-format
msgid "add_process: process %5ld (%s) in the_pipeline"
msgstr ""
-#: jobs.c:1170
+#: jobs.c:1255
#, c-format
msgid "add_process: pid %5ld (%s) marked as still alive"
msgstr ""
-#: jobs.c:1499
+#: jobs.c:1584
#, c-format
msgid "describe_pid: %ld: no such pid"
msgstr "describe_pid: %ld: tokio pid nėra"
-#: jobs.c:1514
+#: jobs.c:1599
#, c-format
msgid "Signal %d"
msgstr "Signalas %d"
-#: jobs.c:1528 jobs.c:1554
+#: jobs.c:1613 jobs.c:1639
msgid "Done"
msgstr "Atlikta"
-#: jobs.c:1533 siglist.c:123
+#: jobs.c:1618 siglist.c:123
msgid "Stopped"
msgstr ""
-#: jobs.c:1537
+#: jobs.c:1622
#, c-format
msgid "Stopped(%s)"
msgstr ""
-#: jobs.c:1541
+#: jobs.c:1626
msgid "Running"
msgstr ""
-#: jobs.c:1558
+#: jobs.c:1643
#, c-format
msgid "Done(%d)"
msgstr "Atlikta(%d)"
-#: jobs.c:1560
+#: jobs.c:1645
#, c-format
msgid "Exit %d"
msgstr ""
-#: jobs.c:1563
+#: jobs.c:1648
msgid "Unknown status"
msgstr "Nežinoma būsena"
-#: jobs.c:1650
+#: jobs.c:1735
#, c-format
msgid "(core dumped) "
msgstr ""
-#: jobs.c:1669
+#: jobs.c:1754
#, c-format
msgid " (wd: %s)"
msgstr ""
-#: jobs.c:1893
+#: jobs.c:1978
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr ""
-#: jobs.c:2242 nojobs.c:639
+#: jobs.c:2336 nojobs.c:648
#, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr "wait: pid %ld nėra šios aplinkos dukterinis procesas"
-#: jobs.c:2497
+#: jobs.c:2591
#, c-format
msgid "wait_for: No record of process %ld"
msgstr "wait_for: nėra proceso %ld įrašo"
-#: jobs.c:2815
+#: jobs.c:2909
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr "wait_for_job: darbas %d yra sustabdytas"
-#: jobs.c:3107
+#: jobs.c:3201
#, c-format
msgid "%s: job has terminated"
msgstr "%s: darbas užsibaigė"
-#: jobs.c:3116
+#: jobs.c:3210
#, c-format
msgid "%s: job %d already in background"
msgstr "%s: darbas %d jau fone"
-#: jobs.c:3341
+#: jobs.c:3435
msgid "waitchld: turning on WNOHANG to avoid indefinite block"
msgstr ""
-#: jobs.c:3855
+#: jobs.c:3948
#, c-format
msgid "%s: line %d: "
msgstr "%s: %d eilutė: "
-#: jobs.c:3869 nojobs.c:882
+#: jobs.c:3962 nojobs.c:891
#, c-format
msgid " (core dumped)"
msgstr ""
-#: jobs.c:3881 jobs.c:3894
+#: jobs.c:3974 jobs.c:3987
#, c-format
msgid "(wd now: %s)\n"
msgstr ""
-#: jobs.c:3926
+#: jobs.c:4019
msgid "initialize_job_control: getpgrp failed"
msgstr ""
-#: jobs.c:3989
+#: jobs.c:4082
msgid "initialize_job_control: line discipline"
msgstr ""
-#: jobs.c:3999
+#: jobs.c:4092
msgid "initialize_job_control: setpgid"
msgstr ""
-#: jobs.c:4020 jobs.c:4029
+#: jobs.c:4113 jobs.c:4122
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr ""
-#: jobs.c:4034
+#: jobs.c:4127
msgid "no job control in this shell"
msgstr "šioje aplinkoje nėra darbų valdymo"
@@ -1327,131 +1333,131 @@ msgstr "Turite naujų laiškų $_"
msgid "The mail in %s has been read\n"
msgstr "Paštas %s perskaitytas\n"
-#: make_cmd.c:326
+#: make_cmd.c:329
msgid "syntax error: arithmetic expression required"
msgstr "sintaksės klaida: reikia aritmetinės išraiškos"
-#: make_cmd.c:328
+#: make_cmd.c:331
msgid "syntax error: `;' unexpected"
msgstr "sintaksės klaida: netikėtas „;“"
-#: make_cmd.c:329
+#: make_cmd.c:332
#, c-format
msgid "syntax error: `((%s))'"
msgstr "sintaksės klaida: „((%s))“"
-#: make_cmd.c:581
+#: make_cmd.c:584
#, c-format
msgid "make_here_document: bad instruction type %d"
msgstr "make_here_document: blogas instrukcijos tipas %d"
-#: make_cmd.c:665
+#: make_cmd.c:669
#, c-format
msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
msgstr ""
-#: make_cmd.c:763
+#: make_cmd.c:768
#, c-format
msgid "make_redirection: redirection instruction `%d' out of range"
msgstr "make_redirection: nukreipimo instrukcija „%d“ už ribų"
-#: parse.y:2685
+#: parse.y:2691
msgid "maximum here-document count exceeded"
msgstr ""
-#: parse.y:3370 parse.y:3653
+#: parse.y:3379 parse.y:3662
#, c-format
msgid "unexpected EOF while looking for matching `%c'"
msgstr "netikėta failo pabaiga ieškant atitinkamo „%c“"
-#: parse.y:4270
+#: parse.y:4279
msgid "unexpected EOF while looking for `]]'"
msgstr "netikėta failo pabaiga ieškant „]]“"
-#: parse.y:4275
+#: parse.y:4284
#, c-format
msgid "syntax error in conditional expression: unexpected token `%s'"
msgstr "sintaksės klaida sąlygos išraiškoje: netikėta leksema „%s“"
-#: parse.y:4279
+#: parse.y:4288
msgid "syntax error in conditional expression"
msgstr "sintaksės klaida sąlygos išraiškoje"
-#: parse.y:4357
+#: parse.y:4366
#, c-format
msgid "unexpected token `%s', expected `)'"
msgstr "netikėta leksema „%s“, tikėtasi „)“"
-#: parse.y:4361
+#: parse.y:4370
msgid "expected `)'"
msgstr "tikėtasi „)“"
-#: parse.y:4389
+#: parse.y:4398
#, c-format
msgid "unexpected argument `%s' to conditional unary operator"
msgstr "netikėtas argumentas „%s“ sąlygos unariniam operatoriui"
-#: parse.y:4393
+#: parse.y:4402
msgid "unexpected argument to conditional unary operator"
msgstr "netikėtas argumentas sąlygos unariniam operatoriui"
-#: parse.y:4439
+#: parse.y:4448
#, c-format
msgid "unexpected token `%s', conditional binary operator expected"
msgstr "netikėta leksema „%s“, tikėtasi sąlyginio binarinio operatoriaus"
-#: parse.y:4443
+#: parse.y:4452
msgid "conditional binary operator expected"
msgstr "tikėtasi sąlygos binarinio operatoriaus"
-#: parse.y:4465
+#: parse.y:4474
#, c-format
msgid "unexpected argument `%s' to conditional binary operator"
msgstr "netikėtas argumentas „%s“ sąlygos binariniam operatoriui"
-#: parse.y:4469
+#: parse.y:4478
msgid "unexpected argument to conditional binary operator"
msgstr "netikėtas argumentas sąlygos binariniam operatoriui"
-#: parse.y:4480
+#: parse.y:4489
#, c-format
msgid "unexpected token `%c' in conditional command"
msgstr "netikėta leksema „%c“ sąlygos komandoje"
-#: parse.y:4483
+#: parse.y:4492
#, c-format
msgid "unexpected token `%s' in conditional command"
msgstr "netikėta leksema „%s“ sąlygos komandoje"
-#: parse.y:4487
+#: parse.y:4496
#, c-format
msgid "unexpected token %d in conditional command"
msgstr "netikėta leksema %d sąlygos komandoje"
-#: parse.y:5841
+#: parse.y:5853
#, c-format
msgid "syntax error near unexpected token `%s'"
msgstr "sintaksės klaida prie netikėtos leksemos: „%s“"
-#: parse.y:5859
+#: parse.y:5871
#, c-format
msgid "syntax error near `%s'"
msgstr "sintaksės klaida prie „%s“"
-#: parse.y:5869
+#: parse.y:5881
msgid "syntax error: unexpected end of file"
msgstr "sintaksės klaida: netikėta failo pabaiga"
-#: parse.y:5869
+#: parse.y:5881
msgid "syntax error"
msgstr "sintaksės klaida"
-#: parse.y:5931
+#: parse.y:5943
#, c-format
msgid "Use \"%s\" to leave the shell.\n"
msgstr "Naudokite „%s“, jei norite išeiti iš ap.\n"
-#: parse.y:6093
+#: parse.y:6105
msgid "unexpected EOF while looking for matching `)'"
msgstr "netikėta failo pabaiga ieškant atitinkamo „)“"
@@ -1526,44 +1532,44 @@ msgstr "/dev/(tcp|udp)/serveris/prievadas nepalaikoma be tinklo"
msgid "redirection error: cannot duplicate fd"
msgstr "nukreipimo klaida: nepavyko dublikuoti fd"
-#: shell.c:342
+#: shell.c:344
msgid "could not find /tmp, please create!"
msgstr "nepavyko rasti /tmp, sukurkite šį aplanką!"
-#: shell.c:346
+#: shell.c:348
msgid "/tmp must be a valid directory name"
msgstr "/tmp turi būti taisyklingas aplanko pavadinimas"
-#: shell.c:902
+#: shell.c:904
#, c-format
msgid "%c%c: invalid option"
msgstr "%c%c: netaisyklingas parametras"
-#: shell.c:1257
+#: shell.c:1259
#, fuzzy, c-format
msgid "cannot set uid to %d: effective uid %d"
msgstr "nepavyko dublikuoti fd %d į fd %d"
-#: shell.c:1264
+#: shell.c:1266
#, fuzzy, c-format
msgid "cannot set gid to %d: effective gid %d"
msgstr "nepavyko dublikuoti fd %d į fd %d"
-#: shell.c:1539
+#: shell.c:1541
#, fuzzy, c-format
msgid "%s: Is a directory"
msgstr "%s: aplankas"
-#: shell.c:1744
+#: shell.c:1752
msgid "I have no name!"
msgstr "Neturiu vardo!"
-#: shell.c:1895
+#: shell.c:1905
#, c-format
msgid "GNU bash, version %s-(%s)\n"
msgstr "GNU bash, versija %s-(%s)\n"
-#: shell.c:1896
+#: shell.c:1906
#, c-format
msgid ""
"Usage:\t%s [GNU long option] [option] ...\n"
@@ -1572,48 +1578,48 @@ msgstr ""
"Naudojimas:\t%s [GNU ilgas parametras] [parametras] ...\n"
"\t%s [GNU ilgas parametras] [parametras] scenarijaus-failas ...\n"
-#: shell.c:1898
+#: shell.c:1908
msgid "GNU long options:\n"
msgstr "GNU ilgi parametrai:\n"
-#: shell.c:1902
+#: shell.c:1912
msgid "Shell options:\n"
msgstr "Aplinkos parametrai:\n"
-#: shell.c:1903
+#: shell.c:1913
#, fuzzy
msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
msgstr ""
"\t-irsD arba -c komanda arba -O shopt_nustatymas\t\t(tik iškvietimui)\n"
-#: shell.c:1918
+#: shell.c:1928
#, c-format
msgid "\t-%s or -o option\n"
msgstr "\t-%s arba -o nustatymas\n"
-#: shell.c:1924
+#: shell.c:1934
#, fuzzy, c-format
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
msgstr ""
"Bandykite „%s --help“ arba „%s --usage“, jei norite gauti daugiau "
"informacijos.\n"
-#: shell.c:1925
+#: shell.c:1935
#, fuzzy, c-format
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
msgstr "Bandykite „ldd --help“, jei norite daugiau informacijos."
-#: shell.c:1926
+#: shell.c:1936
#, c-format
msgid "Use the `bashbug' command to report bugs.\n"
msgstr "Naudokite komandą „bashbug“ klaidoms pranešti.\n"
-#: shell.c:1928
+#: shell.c:1938
#, c-format
msgid "bash home page: <http://www.gnu.org/software/bash>\n"
msgstr ""
-#: shell.c:1929
+#: shell.c:1939
#, c-format
msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
msgstr ""
@@ -1793,93 +1799,93 @@ msgstr "Nežinomas signalas #"
msgid "Unknown Signal #%d"
msgstr "Nežinomas signalas #%d"
-#: subst.c:1401 subst.c:1559
+#: subst.c:1415 subst.c:1573
#, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr "blogas keitinys: trūksta „%s“ %s"
-#: subst.c:2910
+#: subst.c:3099
#, c-format
msgid "%s: cannot assign list to array member"
msgstr "%s: negalima priskirti sąrašo masyvo elementui"
-#: subst.c:5449 subst.c:5465
+#: subst.c:5645 subst.c:5661
msgid "cannot make pipe for process substitution"
msgstr ""
-#: subst.c:5498
+#: subst.c:5703
msgid "cannot make child for process substitution"
msgstr ""
-#: subst.c:5548
+#: subst.c:5753
#, c-format
msgid "cannot open named pipe %s for reading"
msgstr ""
-#: subst.c:5550
+#: subst.c:5755
#, c-format
msgid "cannot open named pipe %s for writing"
msgstr ""
-#: subst.c:5568
+#: subst.c:5778
#, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr ""
-#: subst.c:5775
+#: subst.c:5988
msgid "cannot make pipe for command substitution"
msgstr ""
-#: subst.c:5814
+#: subst.c:6027
msgid "cannot make child for command substitution"
msgstr ""
-#: subst.c:5833
+#: subst.c:6050
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr ""
-#: subst.c:6343 subst.c:8032 subst.c:8052
+#: subst.c:6560 subst.c:8222 subst.c:8242
#, c-format
msgid "%s: bad substitution"
msgstr "%s: blogas keitinys"
-#: subst.c:6455
+#: subst.c:6682
#, fuzzy, c-format
msgid "%s: invalid indirect expansion"
msgstr "%s: nesamas parametras"
-#: subst.c:6462
+#: subst.c:6689
#, fuzzy, c-format
msgid "%s: invalid variable name"
msgstr "„%s“: netaisyklingas keymap'o pavadinimas"
-#: subst.c:6509
+#: subst.c:6736
#, c-format
msgid "%s: parameter null or not set"
msgstr "%s: parametras tuščias arba nenustatytas"
-#: subst.c:6781 subst.c:6796
+#: subst.c:6971 subst.c:6986
#, c-format
msgid "%s: substring expression < 0"
msgstr "%s: posekio išraiška < 0"
-#: subst.c:8130
+#: subst.c:8320
#, c-format
msgid "$%s: cannot assign in this way"
msgstr "$%s: negalima tokiu būdu priskirti"
-#: subst.c:8469
+#: subst.c:8659
msgid ""
"future versions of the shell will force evaluation as an arithmetic "
"substitution"
msgstr ""
-#: subst.c:9009
+#: subst.c:9199
#, fuzzy, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr "blogas keitinys: trūksta „%s“ %s"
-#: subst.c:9947
+#: subst.c:10139
#, c-format
msgid "no match: %s"
msgstr "nėra atitikmenų: %s"
@@ -1916,22 +1922,22 @@ msgstr "%s: tikėtasi binarinio operatoriaus"
msgid "missing `]'"
msgstr "trūksta „]“"
-#: trap.c:223
+#: trap.c:224
msgid "invalid signal number"
msgstr "netaisyklingas signalo numeris"
-#: trap.c:385
+#: trap.c:386
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr "run_pending_traps: bloga trap_list[%d] reikšmė: %p"
-#: trap.c:389
+#: trap.c:390
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr "run_pending_traps: signalo doroklė yra SIG_DFL, siunčiamas %d (%s) sau"
-#: trap.c:442
+#: trap.c:443
#, c-format
msgid "trap_handler: bad signal %d"
msgstr "trap_handler: blogas signalas %d"
@@ -1941,67 +1947,67 @@ msgstr "trap_handler: blogas signalas %d"
msgid "error importing function definition for `%s'"
msgstr "klaida importuojant funkcijos apibrėžimą „%s“"
-#: variables.c:801
+#: variables.c:810
#, c-format
msgid "shell level (%d) too high, resetting to 1"
msgstr "aplinkos lygmuo (%d) per aukštas, nustatoma į 1"
-#: variables.c:1902
+#: variables.c:1916
#, fuzzy, c-format
msgid "%s: circular name reference"
msgstr "%d: netaisyklingas failo deskriptorius: %s"
-#: variables.c:2314
+#: variables.c:2328
msgid "make_local_variable: no function context at current scope"
msgstr ""
-#: variables.c:2333
+#: variables.c:2347
#, fuzzy, c-format
msgid "%s: variable may not be assigned value"
msgstr "%s: negalima priskirti sąrašo masyvo elementui"
-#: variables.c:3739
+#: variables.c:3753
msgid "all_local_variables: no function context at current scope"
msgstr ""
-#: variables.c:4016
+#: variables.c:4030
#, fuzzy, c-format
msgid "%s has null exportstr"
msgstr "%s: parametras tuščias arba nenustatytas"
-#: variables.c:4021 variables.c:4030
+#: variables.c:4035 variables.c:4044
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr "netaisyklingas simbolis %d %s exportstr'e"
-#: variables.c:4036
+#: variables.c:4050
#, c-format
msgid "no `=' in exportstr for %s"
msgstr "%s exportstr'e trūksta „=“"
-#: variables.c:4471
+#: variables.c:4495
msgid "pop_var_context: head of shell_variables not a function context"
msgstr ""
-#: variables.c:4484
+#: variables.c:4508
msgid "pop_var_context: no global_variables context"
msgstr "pop_var_context: nėra global_variables konteksto"
-#: variables.c:4558
+#: variables.c:4582
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr ""
-#: variables.c:5402
+#: variables.c:5426
#, fuzzy, c-format
msgid "%s: %s: cannot open as FILE"
msgstr "%s: nepavyko atverti: %s"
-#: variables.c:5407
+#: variables.c:5431
#, fuzzy, c-format
msgid "%s: %s: invalid value for trace file descriptor"
msgstr "%d: netaisyklingas failo deskriptorius: %s"
-#: variables.c:5452
+#: variables.c:5476
#, fuzzy, c-format
msgid "%s: %s: compatibility value out of range"
msgstr "%s: %s išėjo už ribų"
@@ -2060,144 +2066,132 @@ msgstr "xmalloc: %s:%d: nepavyko išskirti %lu baitų (išskirta %lu baitų)"
msgid "%s: %s:%d: cannot allocate %lu bytes"
msgstr "xmalloc: %s:%d: nepavyko išskirti %lu baitų"
-#: builtins.c:43
+#: builtins.c:45
msgid "alias [-p] [name[=value] ... ]"
msgstr "alias [-p] [pavadinimas[=reikšmė] ... ]"
-#: builtins.c:47
+#: builtins.c:49
msgid "unalias [-a] name [name ...]"
msgstr "unalias [-a] pavadinimas [pavadinimas ...]"
-#: builtins.c:51
+#: builtins.c:53
msgid ""
"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
msgstr ""
-#: builtins.c:54
+#: builtins.c:56
msgid "break [n]"
msgstr "break [n]"
-#: builtins.c:56
+#: builtins.c:58
msgid "continue [n]"
msgstr "continue [n]"
-#: builtins.c:58
+#: builtins.c:60
msgid "builtin [shell-builtin [arg ...]]"
msgstr "builtin [aplinkos-komanda [arg ...]]"
-#: builtins.c:61
+#: builtins.c:63
msgid "caller [expr]"
msgstr "caller [išraiška]"
-#: builtins.c:64
+#: builtins.c:66
#, fuzzy
msgid "cd [-L|[-P [-e]] [-@]] [dir]"
msgstr "cd [-L|-P] [aplankas]"
-#: builtins.c:66
+#: builtins.c:68
msgid "pwd [-LP]"
msgstr "pwd [-LP]"
-#: builtins.c:68
-msgid ":"
-msgstr ":"
-
-#: builtins.c:70
-msgid "true"
-msgstr "true"
-
-#: builtins.c:72
-msgid "false"
-msgstr "false"
-
-#: builtins.c:74
+#: builtins.c:76
msgid "command [-pVv] command [arg ...]"
msgstr "command [-pVv] komanda [arg ...]"
-#: builtins.c:76
+#: builtins.c:78
#, fuzzy
msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
msgstr "declare [-aAfFilrtux] [-p] [pavadinimas[=reikšmė] ...]"
-#: builtins.c:78
+#: builtins.c:80
#, fuzzy
msgid "typeset [-aAfFgilnrtux] [-p] name[=value] ..."
msgstr "typeset [-aAfFilrtux] [-p] pavadinimas[=reikšmė] ..."
-#: builtins.c:80
+#: builtins.c:82
msgid "local [option] name[=value] ..."
msgstr "local [option] pavadinimas[=reikšmė] ..."
-#: builtins.c:83
+#: builtins.c:85
msgid "echo [-neE] [arg ...]"
msgstr "echo [-neE] [arg ...]"
-#: builtins.c:87
+#: builtins.c:89
msgid "echo [-n] [arg ...]"
msgstr "echo [-n] [arg ...]"
-#: builtins.c:90
+#: builtins.c:92
msgid "enable [-a] [-dnps] [-f filename] [name ...]"
msgstr "enable [-a] [-dnps] [-f failopavadinimas] [pavadinimas ...]"
-#: builtins.c:92
+#: builtins.c:94
msgid "eval [arg ...]"
msgstr "eval [arg ...]"
-#: builtins.c:94
+#: builtins.c:96
msgid "getopts optstring name [arg]"
msgstr "getopts optsekos pavadinimas [arg]"
-#: builtins.c:96
+#: builtins.c:98
msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
msgstr ""
"exec [-cl] [-a pavadinimas] [komanda [argumentai ...]] [nukreipimas ...]"
-#: builtins.c:98
+#: builtins.c:100
msgid "exit [n]"
msgstr "exit [n]"
-#: builtins.c:100
+#: builtins.c:102
msgid "logout [n]"
msgstr "logout [n]"
-#: builtins.c:103
+#: builtins.c:105
msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
msgstr "fc [-e evardas] [-lnr] [pirm] [pask] arba fc -s [pat=rep] [komanda]"
-#: builtins.c:107
+#: builtins.c:109
msgid "fg [job_spec]"
msgstr ""
-#: builtins.c:111
+#: builtins.c:113
msgid "bg [job_spec ...]"
msgstr ""
-#: builtins.c:114
+#: builtins.c:116
msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
msgstr ""
-#: builtins.c:117
+#: builtins.c:119
#, fuzzy
msgid "help [-dms] [pattern ...]"
msgstr "echo [-n] [arg ...]"
-#: builtins.c:121
+#: builtins.c:123
msgid ""
"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
"[arg...]"
msgstr ""
-#: builtins.c:125
+#: builtins.c:127
msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
msgstr ""
-#: builtins.c:129
-msgid "disown [-h] [-ar] [jobspec ...]"
+#: builtins.c:131
+msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
msgstr ""
-#: builtins.c:132
+#: builtins.c:134
msgid ""
"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
"[sigspec]"
@@ -2205,115 +2199,111 @@ msgstr ""
"kill [-s sigspec | -n signum | -sigspec] pid | darbospec ... arba kill -l "
"[sigspec]"
-#: builtins.c:134
+#: builtins.c:136
msgid "let arg [arg ...]"
msgstr "let arg [arg ...]"
-#: builtins.c:136
+#: builtins.c:138
msgid ""
"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
"prompt] [-t timeout] [-u fd] [name ...]"
msgstr ""
-#: builtins.c:138
+#: builtins.c:140
msgid "return [n]"
msgstr "return [n]"
-#: builtins.c:140
+#: builtins.c:142
#, fuzzy
msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
msgstr "set [--abefhkmnptuvxBCHP] [-o nustatymas] [arg ...]"
-#: builtins.c:142
+#: builtins.c:144
#, fuzzy
msgid "unset [-f] [-v] [-n] [name ...]"
msgstr "unset [-f] [-v] [pavadinimas ...]"
-#: builtins.c:144
+#: builtins.c:146
msgid "export [-fn] [name[=value] ...] or export -p"
msgstr "export [-fn] [pavadinimas[=vertė] ...] arba export -p"
-#: builtins.c:146
+#: builtins.c:148
#, fuzzy
msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
msgstr "readonly [-af] [pavadinimas[=vertė] ...] arba readonly -p"
-#: builtins.c:148
+#: builtins.c:150
msgid "shift [n]"
msgstr "shift [n]"
-#: builtins.c:150
+#: builtins.c:152
msgid "source filename [arguments]"
msgstr "source failopavadinimas [argumentai]"
-#: builtins.c:152
+#: builtins.c:154
msgid ". filename [arguments]"
msgstr ". failopavadinimas [argumentai]"
-#: builtins.c:155
+#: builtins.c:157
msgid "suspend [-f]"
msgstr "suspend [-f]"
-#: builtins.c:158
+#: builtins.c:160
msgid "test [expr]"
msgstr "test [išrk]"
-#: builtins.c:160
+#: builtins.c:162
msgid "[ arg... ]"
msgstr "[ arg... ]"
-#: builtins.c:162
-msgid "times"
-msgstr "times"
-
-#: builtins.c:164
+#: builtins.c:166
msgid "trap [-lp] [[arg] signal_spec ...]"
msgstr "trap [-lp] [[arg] signalo_spec ...]"
-#: builtins.c:166
+#: builtins.c:168
msgid "type [-afptP] name [name ...]"
msgstr "type [-afptP] pavadinimas [pavadinimas ...]"
-#: builtins.c:169
+#: builtins.c:171
#, fuzzy
msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
msgstr "ulimit [-SHacdefilmnpqrstuvx] [riba]"
-#: builtins.c:172
+#: builtins.c:174
msgid "umask [-p] [-S] [mode]"
msgstr "umask [-p] [-S] [režimas]"
-#: builtins.c:175
+#: builtins.c:177
#, fuzzy
msgid "wait [-n] [id ...]"
msgstr "wait [id]"
-#: builtins.c:179
+#: builtins.c:181
#, fuzzy
msgid "wait [pid ...]"
msgstr "wait [id]"
-#: builtins.c:182
+#: builtins.c:184
msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
msgstr "for PAVADINIMAS [in ŽODŽIAI ... ] ; do KOMANDOS; done"
-#: builtins.c:184
+#: builtins.c:186
msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
msgstr "for (( išrk1; išrk2; išrk3 )); do KOMANDOS; done"
-#: builtins.c:186
+#: builtins.c:188
msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
msgstr "select PAVADINIMAS [in ŽODŽIAI ... ;] do KOMANDOS; done"
-#: builtins.c:188
+#: builtins.c:190
msgid "time [-p] pipeline"
msgstr ""
-#: builtins.c:190
+#: builtins.c:192
msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
msgstr ""
-#: builtins.c:192
+#: builtins.c:194
msgid ""
"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
"COMMANDS; ] fi"
@@ -2321,93 +2311,93 @@ msgstr ""
"if KOMANDOS; then KOMANDOS; [ elif KOMANDOS; then KOMANDOS; ]... [ else "
"KOMANDOS; ] fi"
-#: builtins.c:194
+#: builtins.c:196
msgid "while COMMANDS; do COMMANDS; done"
msgstr "while KOMANDOS; do KOMANDOS; done"
-#: builtins.c:196
+#: builtins.c:198
msgid "until COMMANDS; do COMMANDS; done"
msgstr "until KOMANDOS; do KOMANDOS; done"
-#: builtins.c:198
+#: builtins.c:200
msgid "coproc [NAME] command [redirections]"
msgstr ""
-#: builtins.c:200
+#: builtins.c:202
msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
msgstr "funkcijos pavadinimas { KOMANDOS ; } arba name () { KOMANDOS ; }"
-#: builtins.c:202
+#: builtins.c:204
msgid "{ COMMANDS ; }"
msgstr "{ KOMANDOS ; }"
-#: builtins.c:204
+#: builtins.c:206
msgid "job_spec [&]"
msgstr "darbo_spec [&]"
-#: builtins.c:206
+#: builtins.c:208
msgid "(( expression ))"
msgstr "(( išraiška ))"
-#: builtins.c:208
+#: builtins.c:210
msgid "[[ expression ]]"
msgstr "[[ išraiška ]]"
-#: builtins.c:210
+#: builtins.c:212
msgid "variables - Names and meanings of some shell variables"
msgstr "kintamieji – Kai kurių aplinkos kintamųjų pavadinimai ir reikšmės"
-#: builtins.c:213
+#: builtins.c:215
msgid "pushd [-n] [+N | -N | dir]"
msgstr "pushd [-n] [+N | -N | dir]"
-#: builtins.c:217
+#: builtins.c:219
msgid "popd [-n] [+N | -N]"
msgstr "popd [-n] [+N | -N]"
-#: builtins.c:221
+#: builtins.c:223
msgid "dirs [-clpv] [+N] [-N]"
msgstr "dirs [-clpv] [+N] [-N]"
-#: builtins.c:224
+#: builtins.c:226
msgid "shopt [-pqsu] [-o] [optname ...]"
msgstr "shopt [-pqsu] [-o] [optvardas ...]"
-#: builtins.c:226
+#: builtins.c:228
msgid "printf [-v var] format [arguments]"
msgstr "printf [-v kint] formatas [argumentai]"
-#: builtins.c:229
+#: builtins.c:231
msgid ""
"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
"suffix] [name ...]"
msgstr ""
-#: builtins.c:233
+#: builtins.c:235
msgid ""
"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
msgstr ""
-#: builtins.c:237
+#: builtins.c:239
#, fuzzy
msgid "compopt [-o|+o option] [-DE] [name ...]"
msgstr "shopt [-pqsu] [-o] [optvardas ...]"
-#: builtins.c:240
+#: builtins.c:242
msgid ""
"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
"callback] [-c quantum] [array]"
msgstr ""
-#: builtins.c:242
+#: builtins.c:244
msgid ""
"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
"quantum] [array]"
msgstr ""
-#: builtins.c:254
+#: builtins.c:256
#, fuzzy
msgid ""
"Define or display aliases.\n"
@@ -2436,7 +2426,7 @@ msgstr ""
" išskleidžiamas. „alias“ grąžina „true“, nebent duotas VARDAS, kuriam\n"
" neaprašytas joks alternatyvusis vardas."
-#: builtins.c:276
+#: builtins.c:278
#, fuzzy
msgid ""
"Remove each NAME from the list of defined aliases.\n"
@@ -2449,7 +2439,7 @@ msgstr ""
"Pašalinti VARDUS iš aprašytų alternatyviųjų vardų sąrašo. Jei nurodyta\n"
" nuostata -a, pašalinti visus alternatyviuosius vardus."
-#: builtins.c:289
+#: builtins.c:291
msgid ""
"Set Readline key bindings and variables.\n"
" \n"
@@ -2491,7 +2481,7 @@ msgid ""
" bind returns 0 unless an unrecognized option is given or an error occurs."
msgstr ""
-#: builtins.c:328
+#: builtins.c:330
msgid ""
"Exit for, while, or until loops.\n"
" \n"
@@ -2502,7 +2492,7 @@ msgid ""
" The exit status is 0 unless N is not greater than or equal to 1."
msgstr ""
-#: builtins.c:340
+#: builtins.c:342
#, fuzzy
msgid ""
"Resume for, while, or until loops.\n"
@@ -2516,7 +2506,7 @@ msgstr ""
"Tęsti kitą FOR, WHILE arba UNTIL ciklo iteraciją.\n"
" Jei N nurodytas, tęsti ciklą, esantį N lygmenų virš esamo."
-#: builtins.c:352
+#: builtins.c:354
msgid ""
"Execute shell builtins.\n"
" \n"
@@ -2530,7 +2520,7 @@ msgid ""
" not a shell builtin.."
msgstr ""
-#: builtins.c:367
+#: builtins.c:369
#, fuzzy
msgid ""
"Return the context of the current subroutine call.\n"
@@ -2555,7 +2545,7 @@ msgstr ""
" IŠRAIŠKOS reikšmė nurodo, per kiek kvietimo freimų grįžti nuo\n"
" esamo; viršutinis freimas yra 0."
-#: builtins.c:385
+#: builtins.c:387
#, fuzzy
msgid ""
"Change the shell working directory.\n"
@@ -2612,7 +2602,7 @@ msgstr ""
" užuot sekus simbolines nuorodas; parametras -L nurodo, kad turi būti\n"
" sekama simbolinėmis nuorodomis."
-#: builtins.c:423
+#: builtins.c:425
msgid ""
"Print the name of the current working directory.\n"
" \n"
@@ -2628,7 +2618,7 @@ msgid ""
" cannot be read."
msgstr ""
-#: builtins.c:440
+#: builtins.c:442
#, fuzzy
msgid ""
"Null command.\n"
@@ -2639,7 +2629,7 @@ msgid ""
" Always succeeds."
msgstr "Jokio efekto; komanda nieko nedaro. Grąžinamas klaidos kodas 0."
-#: builtins.c:451
+#: builtins.c:453
msgid ""
"Return a successful result.\n"
" \n"
@@ -2647,7 +2637,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:460
+#: builtins.c:462
#, fuzzy
msgid ""
"Return an unsuccessful result.\n"
@@ -2656,7 +2646,7 @@ msgid ""
" Always fails."
msgstr "Grąžinti nesėkmingą rezultatą."
-#: builtins.c:469
+#: builtins.c:471
msgid ""
"Execute a simple command or display information about commands.\n"
" \n"
@@ -2675,7 +2665,7 @@ msgid ""
" Returns exit status of COMMAND, or failure if COMMAND is not found."
msgstr ""
-#: builtins.c:488
+#: builtins.c:490
msgid ""
"Set variable values and attributes.\n"
" \n"
@@ -2715,14 +2705,14 @@ msgid ""
" assignment error occurs."
msgstr ""
-#: builtins.c:528
+#: builtins.c:530
msgid ""
"Set variable values and attributes.\n"
" \n"
" Obsolete. See `help declare'."
msgstr ""
-#: builtins.c:536
+#: builtins.c:538
msgid ""
"Define local variables.\n"
" \n"
@@ -2737,7 +2727,7 @@ msgid ""
" assignment error occurs, or the shell is not executing a function."
msgstr ""
-#: builtins.c:553
+#: builtins.c:555
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2771,7 +2761,7 @@ msgid ""
" Returns success unless a write error occurs."
msgstr ""
-#: builtins.c:589
+#: builtins.c:591
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2784,7 +2774,7 @@ msgid ""
" Returns success unless a write error occurs."
msgstr ""
-#: builtins.c:604
+#: builtins.c:606
msgid ""
"Enable and disable shell builtins.\n"
" \n"
@@ -2811,7 +2801,7 @@ msgid ""
" Returns success unless NAME is not a shell builtin or an error occurs."
msgstr ""
-#: builtins.c:632
+#: builtins.c:634
msgid ""
"Execute arguments as a shell command.\n"
" \n"
@@ -2823,7 +2813,7 @@ msgid ""
" Returns exit status of command or success if command is null."
msgstr ""
-#: builtins.c:644
+#: builtins.c:646
msgid ""
"Parse option arguments.\n"
" \n"
@@ -2864,7 +2854,7 @@ msgid ""
" encountered or an error occurs."
msgstr ""
-#: builtins.c:686
+#: builtins.c:688
msgid ""
"Replace the shell with the given command.\n"
" \n"
@@ -2887,7 +2877,7 @@ msgid ""
"occurs."
msgstr ""
-#: builtins.c:707
+#: builtins.c:709
#, fuzzy
msgid ""
"Exit the shell.\n"
@@ -2899,7 +2889,7 @@ msgstr ""
"nustatomas\n"
" paskutinės vykdytos komandos klaidos kodas."
-#: builtins.c:716
+#: builtins.c:718
msgid ""
"Exit a login shell.\n"
" \n"
@@ -2908,7 +2898,7 @@ msgid ""
" in a login shell."
msgstr ""
-#: builtins.c:726
+#: builtins.c:728
msgid ""
"Display or execute commands from the history list.\n"
" \n"
@@ -2938,7 +2928,7 @@ msgid ""
"occurs."
msgstr ""
-#: builtins.c:756
+#: builtins.c:758
msgid ""
"Move job to the foreground.\n"
" \n"
@@ -2950,7 +2940,7 @@ msgid ""
" Status of command placed in foreground, or failure if an error occurs."
msgstr ""
-#: builtins.c:771
+#: builtins.c:773
msgid ""
"Move jobs to the background.\n"
" \n"
@@ -2964,7 +2954,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:785
+#: builtins.c:787
msgid ""
"Remember or display program locations.\n"
" \n"
@@ -2988,7 +2978,7 @@ msgid ""
" Returns success unless NAME is not found or an invalid option is given."
msgstr ""
-#: builtins.c:810
+#: builtins.c:812
msgid ""
"Display information about builtin commands.\n"
" \n"
@@ -3010,7 +3000,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:834
+#: builtins.c:836
msgid ""
"Display or manipulate the history list.\n"
" \n"
@@ -3023,10 +3013,10 @@ msgid ""
" \n"
" -a\tappend history lines from this session to the history file\n"
" -n\tread all history lines not already read from the history file\n"
+" \t\tand append them to the history list\n"
" -r\tread the history file and append the contents to the history\n"
" \t\tlist\n"
" -w\twrite the current history to the history file\n"
-" \t\tand append them to the history list\n"
" \n"
" -p\tperform history expansion on each ARG and display the result\n"
" \t\twithout storing it in the history list\n"
@@ -3044,7 +3034,7 @@ msgid ""
" Returns success unless an invalid option is given or an error occurs."
msgstr ""
-#: builtins.c:870
+#: builtins.c:872
msgid ""
"Display status of jobs.\n"
" \n"
@@ -3068,7 +3058,7 @@ msgid ""
" If -x is used, returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:897
+#: builtins.c:899
msgid ""
"Remove jobs from current shell.\n"
" \n"
@@ -3085,7 +3075,7 @@ msgid ""
" Returns success unless an invalid option or JOBSPEC is given."
msgstr ""
-#: builtins.c:916
+#: builtins.c:918
msgid ""
"Send a signal to a job.\n"
" \n"
@@ -3098,6 +3088,7 @@ msgid ""
" -n sig\tSIG is a signal number\n"
" -l\tlist the signal names; if arguments follow `-l' they are\n"
" \t\tassumed to be signal numbers for which names should be listed\n"
+" -L\tsynonym for -l\n"
" \n"
" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
" instead of process IDs, and allows processes to be killed if the limit\n"
@@ -3107,7 +3098,7 @@ msgid ""
" Returns success unless an invalid option is given or an error occurs."
msgstr ""
-#: builtins.c:939
+#: builtins.c:942
msgid ""
"Evaluate arithmetic expressions.\n"
" \n"
@@ -3152,7 +3143,7 @@ msgid ""
" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
msgstr ""
-#: builtins.c:984
+#: builtins.c:987
msgid ""
"Read a line from the standard input and split it into fields.\n"
" \n"
@@ -3204,7 +3195,7 @@ msgid ""
" or an invalid file descriptor is supplied as the argument to -u."
msgstr ""
-#: builtins.c:1031
+#: builtins.c:1034
msgid ""
"Return from a shell function.\n"
" \n"
@@ -3216,7 +3207,7 @@ msgid ""
" Returns N, or failure if the shell is not executing a function or script."
msgstr ""
-#: builtins.c:1044
+#: builtins.c:1047
msgid ""
"Set or unset values of shell options and positional parameters.\n"
" \n"
@@ -3284,7 +3275,8 @@ msgid ""
" by default when the shell is interactive.\n"
" -P If set, do not resolve symbolic links when executing commands\n"
" such as cd which change the current directory.\n"
-" -T If set, the DEBUG trap is inherited by shell functions.\n"
+" -T If set, the DEBUG and RETURN traps are inherited by shell "
+"functions.\n"
" -- Assign any remaining arguments to the positional parameters.\n"
" If there are no remaining arguments, the positional parameters\n"
" are unset.\n"
@@ -3301,7 +3293,7 @@ msgid ""
" Returns success unless an invalid option is given."
msgstr ""
-#: builtins.c:1129
+#: builtins.c:1132
msgid ""
"Unset values and attributes of shell variables and functions.\n"
" \n"
@@ -3323,7 +3315,7 @@ msgid ""
" Returns success unless an invalid option is given or a NAME is read-only."
msgstr ""
-#: builtins.c:1151
+#: builtins.c:1154
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -3342,7 +3334,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1170
+#: builtins.c:1173
msgid ""
"Mark shell variables as unchangeable.\n"
" \n"
@@ -3363,7 +3355,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1192
+#: builtins.c:1195
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -3374,7 +3366,7 @@ msgid ""
" Returns success unless N is negative or greater than $#."
msgstr ""
-#: builtins.c:1204 builtins.c:1219
+#: builtins.c:1207 builtins.c:1222
#, fuzzy
msgid ""
"Execute commands from a file in the current shell.\n"
@@ -3393,7 +3385,7 @@ msgstr ""
" Jei nurodyta ARGUMENTŲ, jie tampa poziciniais parametrais iškvietus\n"
" FAILĄ."
-#: builtins.c:1235
+#: builtins.c:1238
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -3407,7 +3399,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:1251
+#: builtins.c:1254
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3490,7 +3482,7 @@ msgid ""
" false or an invalid argument is given."
msgstr ""
-#: builtins.c:1333
+#: builtins.c:1336
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3498,7 +3490,7 @@ msgid ""
" be a literal `]', to match the opening `['."
msgstr ""
-#: builtins.c:1342
+#: builtins.c:1345
msgid ""
"Display process times.\n"
" \n"
@@ -3510,7 +3502,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:1354
+#: builtins.c:1357
msgid ""
"Trap signals and other events.\n"
" \n"
@@ -3554,7 +3546,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:1390
+#: builtins.c:1393
msgid ""
"Display information about command type.\n"
" \n"
@@ -3584,7 +3576,7 @@ msgid ""
"found."
msgstr ""
-#: builtins.c:1421
+#: builtins.c:1424
msgid ""
"Modify shell resource limits.\n"
" \n"
@@ -3633,7 +3625,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1471
+#: builtins.c:1474
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -3651,7 +3643,7 @@ msgid ""
" Returns success unless MODE is invalid or an invalid option is given."
msgstr ""
-#: builtins.c:1491
+#: builtins.c:1494
msgid ""
"Wait for job completion and return exit status.\n"
" \n"
@@ -3671,7 +3663,7 @@ msgid ""
" option is given."
msgstr ""
-#: builtins.c:1512
+#: builtins.c:1515
msgid ""
"Wait for process completion and return exit status.\n"
" \n"
@@ -3686,7 +3678,7 @@ msgid ""
" option is given."
msgstr ""
-#: builtins.c:1527
+#: builtins.c:1530
msgid ""
"Execute commands for each member in a list.\n"
" \n"
@@ -3699,7 +3691,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1541
+#: builtins.c:1544
msgid ""
"Arithmetic for loop.\n"
" \n"
@@ -3716,7 +3708,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1559
+#: builtins.c:1562
msgid ""
"Select words from a list and execute commands.\n"
" \n"
@@ -3736,7 +3728,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1580
+#: builtins.c:1583
msgid ""
"Report time consumed by pipeline's execution.\n"
" \n"
@@ -3752,7 +3744,7 @@ msgid ""
" The return status is the return status of PIPELINE."
msgstr ""
-#: builtins.c:1597
+#: builtins.c:1600
msgid ""
"Execute commands based on pattern matching.\n"
" \n"
@@ -3763,7 +3755,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1609
+#: builtins.c:1612
msgid ""
"Execute commands based on conditional.\n"
" \n"
@@ -3784,7 +3776,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1626
+#: builtins.c:1629
#, fuzzy
msgid ""
"Execute commands as long as a test succeeds.\n"
@@ -3798,7 +3790,7 @@ msgstr ""
"Išskleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iš\n"
" „while“ komandų grąžina klaidos kodą 0."
-#: builtins.c:1638
+#: builtins.c:1641
#, fuzzy
msgid ""
"Execute commands as long as a test does not succeed.\n"
@@ -3812,7 +3804,7 @@ msgstr ""
"Išskleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iš\n"
" „until“ komandų grąžina klaidos kodą, nelygų 0."
-#: builtins.c:1650
+#: builtins.c:1653
msgid ""
"Create a coprocess named NAME.\n"
" \n"
@@ -3825,7 +3817,7 @@ msgid ""
" Returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:1664
+#: builtins.c:1667
msgid ""
"Define shell function.\n"
" \n"
@@ -3839,7 +3831,7 @@ msgid ""
" Returns success unless NAME is readonly."
msgstr ""
-#: builtins.c:1678
+#: builtins.c:1681
#, fuzzy
msgid ""
"Group commands as a unit.\n"
@@ -3853,7 +3845,7 @@ msgstr ""
"Vykdyti eilę komandų grupėje. Tai yra vienas iš būdų nukreipti\n"
" visos eilės komandų įvedimą/išvedimą."
-#: builtins.c:1690
+#: builtins.c:1693
msgid ""
"Resume job in foreground.\n"
" \n"
@@ -3867,7 +3859,7 @@ msgid ""
" Returns the status of the resumed job."
msgstr ""
-#: builtins.c:1705
+#: builtins.c:1708
msgid ""
"Evaluate arithmetic expression.\n"
" \n"
@@ -3878,7 +3870,7 @@ msgid ""
" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
msgstr ""
-#: builtins.c:1717
+#: builtins.c:1720
msgid ""
"Execute conditional command.\n"
" \n"
@@ -3906,7 +3898,7 @@ msgid ""
" 0 or 1 depending on value of EXPRESSION."
msgstr ""
-#: builtins.c:1743
+#: builtins.c:1746
msgid ""
"Common shell variable names and usage.\n"
" \n"
@@ -3960,7 +3952,7 @@ msgid ""
" \t\tcommands should be saved on the history list.\n"
msgstr ""
-#: builtins.c:1800
+#: builtins.c:1803
msgid ""
"Add directories to stack.\n"
" \n"
@@ -3991,7 +3983,7 @@ msgid ""
" change fails."
msgstr ""
-#: builtins.c:1834
+#: builtins.c:1837
msgid ""
"Remove directories from stack.\n"
" \n"
@@ -4018,7 +4010,7 @@ msgid ""
" change fails."
msgstr ""
-#: builtins.c:1864
+#: builtins.c:1867
msgid ""
"Display directory stack.\n"
" \n"
@@ -4047,7 +4039,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1895
+#: builtins.c:1898
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -4068,7 +4060,7 @@ msgid ""
" given or OPTNAME is disabled."
msgstr ""
-#: builtins.c:1916
+#: builtins.c:1919
#, fuzzy
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
@@ -4119,7 +4111,7 @@ msgstr ""
" Jei pateiktas parametras -v, išvedimas įrašomas į aplinkos kintamąjį\n"
" KINT, užuot spausdinus į standartinį išvedimą."
-#: builtins.c:1950
+#: builtins.c:1953
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -4146,7 +4138,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1978
+#: builtins.c:1981
#, fuzzy
msgid ""
"Display possible completions depending on the options.\n"
@@ -4164,7 +4156,7 @@ msgstr ""
" Jei pateiktas nebūtinasis ŽODŽIO argumentas, išvedami įrašai,\n"
" atitinkantys ŽODĮ."
-#: builtins.c:1993
+#: builtins.c:1996
msgid ""
"Modify or display completion options.\n"
" \n"
@@ -4195,7 +4187,7 @@ msgid ""
" have a completion specification defined."
msgstr ""
-#: builtins.c:2023
+#: builtins.c:2026
msgid ""
"Read lines from the standard input into an indexed array variable.\n"
" \n"
@@ -4237,13 +4229,25 @@ msgid ""
" not an indexed array."
msgstr ""
-#: builtins.c:2059
+#: builtins.c:2062
msgid ""
"Read lines from a file into an array variable.\n"
" \n"
" A synonym for `mapfile'."
msgstr ""
+#~ msgid ":"
+#~ msgstr ":"
+
+#~ msgid "true"
+#~ msgstr "true"
+
+#~ msgid "false"
+#~ msgstr "false"
+
+#~ msgid "times"
+#~ msgstr "times"
+
#, fuzzy
#~ msgid "Copyright (C) 2012 Free Software Foundation, Inc."
#~ msgstr "Autorinės teisės (C) 2009 Free Software Foundation, Inc."