summaryrefslogtreecommitdiff
path: root/po/sl.po
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-09-15 16:59:08 -0400
committerChet Ramey <chet.ramey@case.edu>2016-09-15 16:59:08 -0400
commita0c0a00fc419b7bc08202a79134fcd5bc0427071 (patch)
treecfde1549b35d73504bb539008de4b00e44e8f8fb /po/sl.po
parent30a978b7d808c067219c95be88c4979b6a7aa251 (diff)
downloadbash-a0c0a00fc419b7bc08202a79134fcd5bc0427071.tar.gz
Bash-4.4 distribution sources and documentationbash-4.4
Diffstat (limited to 'po/sl.po')
-rw-r--r--po/sl.po1381
1 files changed, 769 insertions, 612 deletions
diff --git a/po/sl.po b/po/sl.po
index 58e42364..9c23fad4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,82 +9,88 @@ msgid ""
msgstr ""
"Project-Id-Version: bash 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-02-11 11:19-0500\n"
+"POT-Creation-Date: 2016-09-10 12:42-0400\n"
"PO-Revision-Date: 2012-05-29 16:17+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
-"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
"%100==4 ? 3 : 0);\n"
-#: arrayfunc.c:51
+#: arrayfunc.c:54
msgid "bad array subscript"
msgstr "slab podpis polja"
-#: arrayfunc.c:356 builtins/declare.def:566
+#: arrayfunc.c:368 builtins/declare.def:574 variables.c:2092 variables.c:2118
+#: variables.c:2730
+#, c-format
+msgid "%s: removing nameref attribute"
+msgstr ""
+
+#: arrayfunc.c:393 builtins/declare.def:780
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr "%s: ni mogoče pretvoriti zabeleženega polja v povezano polje"
-#: arrayfunc.c:539
+#: arrayfunc.c:578
#, c-format
msgid "%s: invalid associative array key"
msgstr "%s: neveljaven ključ povezanega polja"
-#: arrayfunc.c:541
+#: arrayfunc.c:580
#, c-format
msgid "%s: cannot assign to non-numeric index"
msgstr "%s: ni mogoče dodeliti v ne-številčno kazalo"
-#: arrayfunc.c:586
+#: arrayfunc.c:625
#, c-format
msgid "%s: %s: must use subscript when assigning associative array"
msgstr "%s: %s: treba je uporabiti podpis pri dodeljevanju povezanega polja"
-#: bashhist.c:388
+#: bashhist.c:421
#, c-format
msgid "%s: cannot create: %s"
msgstr "%s: ni mogoče ustvariti: %s"
-#: bashline.c:3982
+#: bashline.c:4091
msgid "bash_execute_unix_command: cannot find keymap for command"
msgstr ""
"bash_execute_unix_command: ni mogoče najti tipkovne razvrstitve za ukaz"
-#: bashline.c:4069
+#: bashline.c:4189
#, c-format
msgid "%s: first non-whitespace character is not `\"'"
msgstr "%s: prvi znak brez presledka ni `\"'"
-#: bashline.c:4098
+#: bashline.c:4218
#, c-format
msgid "no closing `%c' in %s"
msgstr "brez zaključka `%c' v %s"
-#: bashline.c:4132
+#: bashline.c:4252
#, c-format
msgid "%s: missing colon separator"
msgstr "%s: manjka ločilnik dvopičja"
-#: braces.c:321
+#: braces.c:329
#, c-format
msgid "brace expansion: cannot allocate memory for %s"
msgstr ""
-#: braces.c:413
+#: braces.c:427
#, c-format
msgid "brace expansion: failed to allocate memory for %d elements"
msgstr ""
-#: braces.c:452
+#: braces.c:471
#, c-format
msgid "brace expansion: failed to allocate memory for `%s'"
msgstr ""
-#: builtins/alias.def:132
+#: builtins/alias.def:133
#, c-format
msgid "`%s': invalid alias name"
msgstr "`%s': neveljaven vzdevek"
@@ -93,45 +99,45 @@ msgstr "`%s': neveljaven vzdevek"
msgid "line editing not enabled"
msgstr "urejanje vrstic ni omogočeno"
-#: builtins/bind.def:212
+#: builtins/bind.def:213
#, c-format
msgid "`%s': invalid keymap name"
msgstr "`%s': neveljavno ime tipkovne razvrstitve"
-#: builtins/bind.def:251
+#: builtins/bind.def:253
#, c-format
msgid "%s: cannot read: %s"
msgstr "%s: ni mogoče brati: %s"
-#: builtins/bind.def:266
+#: builtins/bind.def:270
#, c-format
msgid "`%s': cannot unbind"
msgstr "`%s': ni mogoče odvezati"
-#: builtins/bind.def:304 builtins/bind.def:334
+#: builtins/bind.def:308 builtins/bind.def:338
#, c-format
msgid "`%s': unknown function name"
msgstr "`%s': neznano ime funkcije"
-#: builtins/bind.def:312
+#: builtins/bind.def:316
#, c-format
msgid "%s is not bound to any keys.\n"
msgstr "%s ni vezan na nobeno tipko.\n"
-#: builtins/bind.def:316
+#: builtins/bind.def:320
#, c-format
msgid "%s can be invoked via "
msgstr "%s se lahko pokliče s pomočjo "
-#: builtins/break.def:77 builtins/break.def:117
+#: builtins/break.def:79 builtins/break.def:121
msgid "loop count"
msgstr "števec zanke"
-#: builtins/break.def:137
+#: builtins/break.def:141
msgid "only meaningful in a `for', `while', or `until' loop"
msgstr "smiselno samo v `for', `while', ali `until' zanki"
-#: builtins/caller.def:134
+#: builtins/caller.def:136
msgid ""
"Returns the context of the current subroutine call.\n"
" \n"
@@ -141,300 +147,329 @@ msgstr ""
" \n"
" Brez EXPR vrne "
-#: builtins/cd.def:319
+#: builtins/cd.def:321
msgid "HOME not set"
msgstr "HOME ni nastavljen"
-#: builtins/cd.def:327 builtins/common.c:166 test.c:876
+#: builtins/cd.def:329 builtins/common.c:167 test.c:885
msgid "too many arguments"
msgstr "preveč argumentov"
-#: builtins/cd.def:338
+#: builtins/cd.def:336
+#, fuzzy
+msgid "null directory"
+msgstr "ni druge mape"
+
+#: builtins/cd.def:347
msgid "OLDPWD not set"
msgstr "OLDPWD ni nastavljen"
-#: builtins/common.c:101
+#: builtins/common.c:102
#, c-format
msgid "line %d: "
msgstr "vrstica %d: "
-#: builtins/common.c:139 error.c:265
+#: builtins/common.c:140 error.c:265
#, c-format
msgid "warning: "
msgstr "opozorilo: "
-#: builtins/common.c:153
+#: builtins/common.c:154
#, c-format
msgid "%s: usage: "
msgstr "%s: uporaba: "
-#: builtins/common.c:191 shell.c:506 shell.c:788
+#: builtins/common.c:199 shell.c:514 shell.c:825
#, c-format
msgid "%s: option requires an argument"
msgstr "%s: možnost zahteva argument"
-#: builtins/common.c:198
+#: builtins/common.c:206
#, c-format
msgid "%s: numeric argument required"
msgstr "%s: zahtevan je števni argument"
-#: builtins/common.c:205
+#: builtins/common.c:213
#, c-format
msgid "%s: not found"
msgstr "%s: ni mogoče najti"
-#: builtins/common.c:214 shell.c:801
+#: builtins/common.c:222 shell.c:838
#, c-format
msgid "%s: invalid option"
msgstr "%s: neveljavna možnost"
-#: builtins/common.c:221
+#: builtins/common.c:229
#, c-format
msgid "%s: invalid option name"
msgstr "%s: neveljavno ime možnosti"
-#: builtins/common.c:228 general.c:235 general.c:240
+#: builtins/common.c:236 general.c:293 general.c:298
#, c-format
msgid "`%s': not a valid identifier"
msgstr "`%s': neveljavno določilo"
-#: builtins/common.c:238
+#: builtins/common.c:246
msgid "invalid octal number"
msgstr "neveljavno osmiško število"
-#: builtins/common.c:240
+#: builtins/common.c:248
msgid "invalid hex number"
msgstr "neveljavno šestnajstiško število"
-#: builtins/common.c:242 expr.c:1470
+#: builtins/common.c:250 expr.c:1473
msgid "invalid number"
msgstr "neveljavno število"
-#: builtins/common.c:250
+#: builtins/common.c:258
#, c-format
msgid "%s: invalid signal specification"
msgstr "%s: neveljavno določilo signala"
-#: builtins/common.c:257
+#: builtins/common.c:265
#, c-format
msgid "`%s': not a pid or valid job spec"
msgstr "`%s': ni določilo opravila ali neveljavno določilo posla"
-#: builtins/common.c:264 error.c:488
+#: builtins/common.c:272 error.c:511
#, c-format
msgid "%s: readonly variable"
msgstr "%s: spremenljivka le za branje"
-#: builtins/common.c:272
+#: builtins/common.c:280
#, c-format
msgid "%s: %s out of range"
msgstr "%s: %s izven dosega"
-#: builtins/common.c:272 builtins/common.c:274
+#: builtins/common.c:280 builtins/common.c:282
msgid "argument"
msgstr "argument"
-#: builtins/common.c:274
+#: builtins/common.c:282
#, c-format
msgid "%s out of range"
msgstr "%s izven dosega"
-#: builtins/common.c:282
+#: builtins/common.c:290
#, c-format
msgid "%s: no such job"
msgstr "%s: ni takšnega posla"
-#: builtins/common.c:290
+#: builtins/common.c:298
#, c-format
msgid "%s: no job control"
msgstr "%s: ni nadzora posla"
-#: builtins/common.c:292
+#: builtins/common.c:300
msgid "no job control"
msgstr "ni nadzora posla"
-#: builtins/common.c:302
+#: builtins/common.c:310
#, c-format
msgid "%s: restricted"
msgstr "%s: omejeno"
-#: builtins/common.c:304
+#: builtins/common.c:312
msgid "restricted"
msgstr "omejeno"
-#: builtins/common.c:312
+#: builtins/common.c:320
#, c-format
msgid "%s: not a shell builtin"
msgstr "%s: ni vgrajena lupina"
-#: builtins/common.c:321
+#: builtins/common.c:329
#, c-format
msgid "write error: %s"
msgstr "napaka med pisanjem: %s"
-#: builtins/common.c:329
+#: builtins/common.c:337
#, c-format
msgid "error setting terminal attributes: %s"
msgstr "napaka med nastavljanjem atributov terminala: %s"
-#: builtins/common.c:331
+#: builtins/common.c:339
#, c-format
msgid "error getting terminal attributes: %s"
msgstr "napaka med pridobivanjem atributov terminala: %s"
-#: builtins/common.c:563
+#: builtins/common.c:585
#, c-format
msgid "%s: error retrieving current directory: %s: %s\n"
msgstr "%s: napaka med pridobivanjem trenutne mape: %s: %s\n"
-#: builtins/common.c:629 builtins/common.c:631
+#: builtins/common.c:651 builtins/common.c:653
#, c-format
msgid "%s: ambiguous job spec"
msgstr "%s: dvoumno določilo posla"
-#: builtins/complete.def:277
+#: builtins/common.c:918
+msgid "help not available in this version"
+msgstr ""
+
+#: builtins/complete.def:278
#, c-format
msgid "%s: invalid action name"
msgstr "%s: neveljavno ime dejanja"
-#: builtins/complete.def:450 builtins/complete.def:645
-#: builtins/complete.def:855
+#: builtins/complete.def:452 builtins/complete.def:647
+#: builtins/complete.def:858
#, c-format
msgid "%s: no completion specification"
msgstr "%s: ni določila dopolnjevanja"
-#: builtins/complete.def:697
+#: builtins/complete.def:699
msgid "warning: -F option may not work as you expect"
msgstr "Opozorilo: možnost -F morda ne bo delovala po pričakovanjih"
-#: builtins/complete.def:699
+#: builtins/complete.def:701
msgid "warning: -C option may not work as you expect"
msgstr "Opozorilo: možnost -C morda ne bo delovala po pričakovanjih"
-#: builtins/complete.def:828
+#: builtins/complete.def:831
msgid "not currently executing completion function"
msgstr "trenutno se ne izvaja funkcija dopolnjevanja"
-#: builtins/declare.def:126
+#: builtins/declare.def:127
msgid "can only be used in a function"
msgstr "se lahko uporabi samo v funkciji"
-#: builtins/declare.def:315 builtins/declare.def:509
+#: builtins/declare.def:332 builtins/declare.def:685
#, c-format
msgid "%s: reference variable cannot be an array"
msgstr ""
-#: builtins/declare.def:324
+#: builtins/declare.def:343 variables.c:2959
#, c-format
msgid "%s: nameref variable self references not allowed"
msgstr ""
-#: builtins/declare.def:398
+#: builtins/declare.def:348 variables.c:1928 variables.c:2877 variables.c:2889
+#: variables.c:2956
+#, fuzzy, c-format
+msgid "%s: circular name reference"
+msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
+
+#: builtins/declare.def:353 builtins/declare.def:691 builtins/declare.def:702
+#, fuzzy, c-format
+msgid "`%s': invalid variable name for name reference"
+msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
+
+#: builtins/declare.def:463
msgid "cannot use `-f' to make functions"
msgstr "ni mogoče uporabiti `-f' za ustvarjanje funkcij"
-#: builtins/declare.def:410 execute_cmd.c:5361
+#: builtins/declare.def:475 execute_cmd.c:5632
#, c-format
msgid "%s: readonly function"
msgstr "%s: funkcija samo za branje"
-#: builtins/declare.def:553
+#: builtins/declare.def:753
+#, c-format
+msgid "%s: quoted compound array assignment deprecated"
+msgstr ""
+
+#: builtins/declare.def:767
#, c-format
msgid "%s: cannot destroy array variables in this way"
msgstr "%s: na ta način ni mogoče uničiti spremenljivk polja"
-#: builtins/declare.def:560 builtins/read.def:733
+#: builtins/declare.def:774 builtins/read.def:751
#, c-format
msgid "%s: cannot convert associative to indexed array"
msgstr "%s: ni mogoče pretvoriti povezanega polja v zabeleženo polje"
-#: builtins/enable.def:137 builtins/enable.def:145
+#: builtins/enable.def:143 builtins/enable.def:151
msgid "dynamic loading not available"
msgstr "dinamično nalaganje ni na voljo"
-#: builtins/enable.def:312
+#: builtins/enable.def:343
#, c-format
msgid "cannot open shared object %s: %s"
msgstr "ni mogoče odpreti predmeta v souporabi %s: %s"
-#: builtins/enable.def:335
+#: builtins/enable.def:369
#, c-format
msgid "cannot find %s in shared object %s: %s"
msgstr "ni mogoče najti %s v predmetu v souporabi %s: %s"
-#: builtins/enable.def:459
+#: builtins/enable.def:387
+#, c-format
+msgid "load function for %s returns failure (%d): not loaded"
+msgstr ""
+
+#: builtins/enable.def:512
#, c-format
msgid "%s: not dynamically loaded"
msgstr "%s: ni dinamično naloženo"
-#: builtins/enable.def:474
+#: builtins/enable.def:538
#, c-format
msgid "%s: cannot delete: %s"
msgstr "%s: ni mogoče izbrisati: %s"
-#: builtins/evalfile.c:140 builtins/hash.def:171 execute_cmd.c:5208
-#: shell.c:1481
+#: builtins/evalfile.c:144 builtins/hash.def:172 execute_cmd.c:5472
#, c-format
msgid "%s: is a directory"
msgstr "%s: je mapa"
-#: builtins/evalfile.c:146
+#: builtins/evalfile.c:150
#, c-format
msgid "%s: not a regular file"
msgstr "%s: ni običajna datoteka"
-#: builtins/evalfile.c:155
+#: builtins/evalfile.c:159
#, c-format
msgid "%s: file is too large"
msgstr "%s: datoteka je prevelika"
-#: builtins/evalfile.c:190 builtins/evalfile.c:208 shell.c:1491
+#: builtins/evalfile.c:194 builtins/evalfile.c:212 shell.c:1578
#, c-format
msgid "%s: cannot execute binary file"
msgstr "%s: ni mogoče izvesti binarne datoteke"
-#: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
+#: builtins/exec.def:156 builtins/exec.def:158 builtins/exec.def:235
#, c-format
msgid "%s: cannot execute: %s"
msgstr "%s: ni mogoče izvesti: %s"
-#: builtins/exit.def:65
+#: builtins/exit.def:67
#, c-format
msgid "logout\n"
msgstr "odjava\n"
-#: builtins/exit.def:88
+#: builtins/exit.def:92
msgid "not login shell: use `exit'"
msgstr "ni prijavna lupina: uporabite `exit'"
-#: builtins/exit.def:120
+#: builtins/exit.def:124
#, c-format
msgid "There are stopped jobs.\n"
msgstr "Obstajajo ustavljeni posli.\n"
-#: builtins/exit.def:122
+#: builtins/exit.def:126
#, c-format
msgid "There are running jobs.\n"
msgstr "Obstajajo posli, ki se izvajajo.\n"
-#: builtins/fc.def:262
+#: builtins/fc.def:269
msgid "no command found"
msgstr "najdenega ni nobenega ukaza"
-#: builtins/fc.def:320 builtins/fc.def:369
+#: builtins/fc.def:327 builtins/fc.def:376
msgid "history specification"
msgstr "določilo zgodovine"
-#: builtins/fc.def:390
+#: builtins/fc.def:397
#, c-format
msgid "%s: cannot open temp file: %s"
msgstr "%s: ni mogoče odpreti začasne datoteke: %s"
-#: builtins/fg_bg.def:149 builtins/jobs.def:282
+#: builtins/fg_bg.def:153 builtins/jobs.def:284
msgid "current"
msgstr "trenutno"
-#: builtins/fg_bg.def:158
+#: builtins/fg_bg.def:162
#, c-format
msgid "job %d started without job control"
msgstr "posel %d se je pričel brez nadzora"
@@ -453,17 +488,17 @@ msgstr "%s: možnost zahteva argument -- %c\n"
msgid "hashing disabled"
msgstr "razpršitev je onemogočena"
-#: builtins/hash.def:138
+#: builtins/hash.def:139
#, c-format
msgid "%s: hash table empty\n"
msgstr "%s: razpršitvena razpredelnica je prazna\n"
-#: builtins/hash.def:245
+#: builtins/hash.def:254
#, c-format
msgid "hits\tcommand\n"
msgstr "zadetki\tukaz\n"
-#: builtins/help.def:130
+#: builtins/help.def:135
#, c-format
msgid "Shell commands matching keyword `"
msgid_plural "Shell commands matching keywords `"
@@ -472,20 +507,20 @@ msgstr[1] "Ključna beseda, ki se ujema z ukazi lupine `"
msgstr[2] "Ključni besedi, ki se ujemata z ukazi lupine `"
msgstr[3] "Ključne besede, ki se ujemajo z ukazi lupine `"
-#: builtins/help.def:182
+#: builtins/help.def:187
#, c-format
msgid ""
"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
msgstr ""
-"nobena tema pomoči se ne ujema s `%s'. Poskusite `help help' ali `man -k "
-"%s' ali `info %s'."
+"nobena tema pomoči se ne ujema s `%s'. Poskusite `help help' ali `man -k %"
+"s' ali `info %s'."
-#: builtins/help.def:199
+#: builtins/help.def:226
#, c-format
msgid "%s: cannot open: %s"
msgstr "%s: ni mogoče odpreti: %s"
-#: builtins/help.def:485
+#: builtins/help.def:526
#, c-format
msgid ""
"These shell commands are defined internally. Type `help' to see this list.\n"
@@ -506,15 +541,20 @@ msgstr ""
"Zvezdica (*) poleg imena pomeni, da je ukaz onemogočen.\n"
"\n"
-#: builtins/history.def:154
+#: builtins/history.def:155
msgid "cannot use more than one of -anrw"
msgstr "ni mogoče uporabiti več kot eno od -anrw"
-#: builtins/history.def:186
+#: builtins/history.def:187
msgid "history position"
msgstr "položaj zgodovine"
-#: builtins/history.def:366
+#: builtins/history.def:264
+#, fuzzy, c-format
+msgid "%s: invalid timestamp"
+msgstr "%s: neveljaven argument omejitve"
+
+#: builtins/history.def:375
#, c-format
msgid "%s: history expansion failed"
msgstr "%s: razširitev zgodovine je spodletela"
@@ -528,113 +568,113 @@ msgstr "%s: inlib je spodletel"
msgid "no other options allowed with `-x'"
msgstr "druge možnosti niso dovoljene z `-x'"
-#: builtins/kill.def:200
+#: builtins/kill.def:202
#, c-format
msgid "%s: arguments must be process or job IDs"
msgstr "%s: argumenti morajo biti določila opravila ali posla"
-#: builtins/kill.def:263
+#: builtins/kill.def:265
msgid "Unknown error"
msgstr "Neznana napaka"
-#: builtins/let.def:95 builtins/let.def:120 expr.c:583 expr.c:598
+#: builtins/let.def:97 builtins/let.def:122 expr.c:583 expr.c:598
msgid "expression expected"
msgstr "izraz je bil pričakovan"
-#: builtins/mapfile.def:172
+#: builtins/mapfile.def:178
#, c-format
msgid "%s: not an indexed array"
msgstr "%s: ni zabeleženo polje"
-#: builtins/mapfile.def:259 builtins/read.def:302
+#: builtins/mapfile.def:272 builtins/read.def:306
#, c-format
msgid "%s: invalid file descriptor specification"
msgstr "%s: neveljavno določilo opisnika datoteke"
-#: builtins/mapfile.def:267 builtins/read.def:309
+#: builtins/mapfile.def:280 builtins/read.def:313
#, c-format
msgid "%d: invalid file descriptor: %s"
msgstr "%d: neveljaven opisnik datoteke: %s"
-#: builtins/mapfile.def:276 builtins/mapfile.def:314
+#: builtins/mapfile.def:289 builtins/mapfile.def:327
#, c-format
msgid "%s: invalid line count"
msgstr "%s: neveljavno štetje vrstic"
-#: builtins/mapfile.def:287
+#: builtins/mapfile.def:300
#, c-format
msgid "%s: invalid array origin"
msgstr "%s: neveljaven izvor polja"
-#: builtins/mapfile.def:304
+#: builtins/mapfile.def:317
#, c-format
msgid "%s: invalid callback quantum"
msgstr "%s: neveljaven del povratnega klica"
-#: builtins/mapfile.def:336
+#: builtins/mapfile.def:350
msgid "empty array variable name"
msgstr "prazno ime spremenljivke polja"
-#: builtins/mapfile.def:357
+#: builtins/mapfile.def:371
msgid "array variable support required"
msgstr "potrebna podpora spremenljivke polja"
-#: builtins/printf.def:402
+#: builtins/printf.def:412
#, c-format
msgid "`%s': missing format character"
msgstr "`%s': manjka znak oblike"
-#: builtins/printf.def:456
+#: builtins/printf.def:467
#, c-format
msgid "`%c': invalid time format specification"
msgstr "`%c': neveljavno določilo vrste časa"
-#: builtins/printf.def:658
+#: builtins/printf.def:669
#, c-format
msgid "`%c': invalid format character"
msgstr "`%c': neveljaven znak oblike"
-#: builtins/printf.def:684
+#: builtins/printf.def:695
#, c-format
msgid "warning: %s: %s"
msgstr "opozorilo: %s: %s"
-#: builtins/printf.def:768
+#: builtins/printf.def:781
#, c-format
msgid "format parsing problem: %s"
msgstr ""
-#: builtins/printf.def:865
+#: builtins/printf.def:878
msgid "missing hex digit for \\x"
msgstr "manjka šestnajstiška števka za \\x"
-#: builtins/printf.def:880
+#: builtins/printf.def:893
#, c-format
msgid "missing unicode digit for \\%c"
msgstr "manjka števka s podporo unicode za \\%c"
-#: builtins/pushd.def:195
+#: builtins/pushd.def:199
msgid "no other directory"
msgstr "ni druge mape"
-#: builtins/pushd.def:354
+#: builtins/pushd.def:360
#, fuzzy, c-format
msgid "%s: invalid argument"
msgstr "%s: neveljaven argument omejitve"
-#: builtins/pushd.def:468
+#: builtins/pushd.def:475
msgid "<no current directory>"
msgstr "<ni trenutne mape>"
-#: builtins/pushd.def:512
+#: builtins/pushd.def:519
msgid "directory stack empty"
msgstr "sklad mape je prazen"
-#: builtins/pushd.def:514
+#: builtins/pushd.def:521
msgid "directory stack index"
msgstr "kazalo sklada mape"
-#: builtins/pushd.def:689
+#: builtins/pushd.def:696
msgid ""
"Display the list of currently remembered directories. Directories\n"
" find their way onto the list with the `pushd' command; you can get\n"
@@ -675,7 +715,7 @@ msgstr ""
" -N\tPrikaže Nti vnos s štetjem z desne strani seznama, prikazan s\n"
"\tpomočjo map, ko kličemo brez možnosti, začenši z nič."
-#: builtins/pushd.def:711
+#: builtins/pushd.def:718
msgid ""
"Adds a directory to the top of the directory stack, or rotates\n"
" the stack, making the new top of the stack the current working\n"
@@ -721,7 +761,7 @@ msgstr ""
" \n"
" Ukaz lupine `dirs' prikaže sklad map."
-#: builtins/pushd.def:736
+#: builtins/pushd.def:743
msgid ""
"Removes entries from the directory stack. With no arguments, removes\n"
" the top directory from the stack, and changes to the new top directory.\n"
@@ -759,143 +799,153 @@ msgstr ""
" \n"
" Ukaz lupine `dirs' prikaže sklad map."
-#: builtins/read.def:275
+#: builtins/read.def:279
#, c-format
msgid "%s: invalid timeout specification"
msgstr "%s: neveljavno določilo časovne omejitve"
-#: builtins/read.def:678
+#: builtins/read.def:696
#, c-format
msgid "read error: %d: %s"
msgstr "napaka med branjem: %d: %s"
-#: builtins/return.def:75
+#: builtins/return.def:71
msgid "can only `return' from a function or sourced script"
msgstr "`return' lahko vrne samo iz funkcije ali skripte z izvorno kodo"
-#: builtins/set.def:782
+#: builtins/set.def:841
msgid "cannot simultaneously unset a function and a variable"
msgstr "ni mogoče ponastaviti funkcije in spremenljivke hkrati"
-#: builtins/set.def:826
+#: builtins/set.def:888
#, c-format
msgid "%s: cannot unset"
msgstr "%s: ni mogoče ponastaviti"
-#: builtins/set.def:843
+#: builtins/set.def:909 variables.c:3389
#, c-format
msgid "%s: cannot unset: readonly %s"
msgstr "%s: ni mogoče ponastaviti: samo za branje %s"
-#: builtins/set.def:854
+#: builtins/set.def:922
#, c-format
msgid "%s: not an array variable"
msgstr "%s: ni spremenljivka polja"
-#: builtins/setattr.def:187
+#: builtins/setattr.def:191
#, c-format
msgid "%s: not a function"
msgstr "%s: ni funkcija"
-#: builtins/shift.def:71 builtins/shift.def:77
+#: builtins/setattr.def:196
+#, fuzzy, c-format
+msgid "%s: cannot export"
+msgstr "%s: ni mogoče ponastaviti"
+
+#: builtins/shift.def:73 builtins/shift.def:79
msgid "shift count"
msgstr "štetje premika"
-#: builtins/shopt.def:279
+#: builtins/shopt.def:289
msgid "cannot set and unset shell options simultaneously"
msgstr "ni mogoče nastaviti in ponastaviti možnosti lupine hkrati"
-#: builtins/shopt.def:346
+#: builtins/shopt.def:391
#, c-format
msgid "%s: invalid shell option name"
msgstr "%s: neveljavno ime možnosti lupine"
-#: builtins/source.def:130
+#: builtins/source.def:131
msgid "filename argument required"
msgstr "zahtevan je argument imena datoteke"
-#: builtins/source.def:155
+#: builtins/source.def:157
#, c-format
msgid "%s: file not found"
msgstr "%s: datoteke ni mogoče najti"
-#: builtins/suspend.def:101
+#: builtins/suspend.def:102
msgid "cannot suspend"
msgstr "ni mogoče dati v pripravljenost"
-#: builtins/suspend.def:111
+#: builtins/suspend.def:112
msgid "cannot suspend a login shell"
msgstr "prijavne lupine ni mogoče dati v pripravljenost"
-#: builtins/type.def:234
+#: builtins/type.def:236
#, c-format
msgid "%s is aliased to `%s'\n"
msgstr "%s je drugo ime za `%s'\n"
-#: builtins/type.def:255
+#: builtins/type.def:257
#, c-format
msgid "%s is a shell keyword\n"
msgstr "%s je ključna beseda lupine\n"
-#: builtins/type.def:274
+#: builtins/type.def:276
#, c-format
msgid "%s is a function\n"
msgstr "%s je funkcija\n"
-#: builtins/type.def:296
+#: builtins/type.def:300
+#, fuzzy, c-format
+msgid "%s is a special shell builtin\n"
+msgstr "%s je vgrajena lupina\n"
+
+#: builtins/type.def:302
#, c-format
msgid "%s is a shell builtin\n"
msgstr "%s je vgrajena lupina\n"
-#: builtins/type.def:317 builtins/type.def:393
+#: builtins/type.def:324 builtins/type.def:409
#, c-format
msgid "%s is %s\n"
msgstr "%s je %s\n"
-#: builtins/type.def:337
+#: builtins/type.def:344
#, c-format
msgid "%s is hashed (%s)\n"
msgstr "%s je razpršeno (%s)\n"
-#: builtins/ulimit.def:383
+#: builtins/ulimit.def:398
#, c-format
msgid "%s: invalid limit argument"
msgstr "%s: neveljaven argument omejitve"
-#: builtins/ulimit.def:409
+#: builtins/ulimit.def:424
#, c-format
msgid "`%c': bad command"
msgstr "`%c': slab ukaz"
-#: builtins/ulimit.def:438
+#: builtins/ulimit.def:453
#, c-format
msgid "%s: cannot get limit: %s"
msgstr "%s: ni mogoče dobiti omejitve: %s"
-#: builtins/ulimit.def:464
+#: builtins/ulimit.def:479
msgid "limit"
msgstr "omejitev"
-#: builtins/ulimit.def:476 builtins/ulimit.def:776
+#: builtins/ulimit.def:491 builtins/ulimit.def:791
#, c-format
msgid "%s: cannot modify limit: %s"
msgstr "%s: ni mogoče spremeniti omejitve: %s"
-#: builtins/umask.def:114
+#: builtins/umask.def:115
msgid "octal number"
msgstr "osmiško število"
-#: builtins/umask.def:227
+#: builtins/umask.def:232
#, c-format
msgid "`%c': invalid symbolic mode operator"
msgstr "`%c': neveljaven operator simbolnega načina"
-#: builtins/umask.def:282
+#: builtins/umask.def:287
#, c-format
msgid "`%c': invalid symbolic mode character"
msgstr "`%c': neveljaven znak simbolnega načina"
-#: error.c:90 error.c:325 error.c:327 error.c:329
+#: error.c:90 error.c:348 error.c:350 error.c:352
msgid " line "
msgstr " vrstica "
@@ -909,82 +959,103 @@ msgstr "zadnji ukaz: %s\n"
msgid "Aborting..."
msgstr "Prekinjanje ..."
-#: error.c:440
+#. TRANSLATORS: this is a prefix for informational messages.
+#: error.c:288
+#, c-format
+msgid "INFORM: "
+msgstr ""
+
+#: error.c:463
msgid "unknown command error"
msgstr "neznana napaka ukaza"
-#: error.c:441
+#: error.c:464
msgid "bad command type"
msgstr "slaba vrsta ukaza"
-#: error.c:442
+#: error.c:465
msgid "bad connector"
msgstr "slab povezovalnik"
-#: error.c:443
+#: error.c:466
msgid "bad jump"
msgstr "slab skok"
-#: error.c:481
+#: error.c:504
#, c-format
msgid "%s: unbound variable"
msgstr "%s: nedoločena spremenljivka"
-#: eval.c:189
+#: eval.c:209
#, c-format
msgid "\atimed out waiting for input: auto-logout\n"
msgstr "\apotekla je časovna omejitev med čakanjem na vnos: samodejna odjava\n"
-#: execute_cmd.c:512
+#: execute_cmd.c:527
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr "ni mogoče preusmeriti običajnega vnosa iz /dev/null: %s"
-#: execute_cmd.c:1233
+#: execute_cmd.c:1275
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr "TIMEFORMAT: `%c': neveljaven znak oblike"
-#: execute_cmd.c:2287
+#: execute_cmd.c:2273
+#, c-format
+msgid "execute_coproc: coproc [%d:%s] still exists"
+msgstr ""
+
+#: execute_cmd.c:2377
msgid "pipe error"
msgstr "napaka cevi"
-#: execute_cmd.c:4386
+#: execute_cmd.c:4496
+#, c-format
+msgid "eval: maximum eval nesting level exceeded (%d)"
+msgstr ""
+
+#: execute_cmd.c:4508
+#, c-format
+msgid "%s: maximum source nesting level exceeded (%d)"
+msgstr ""
+
+#: execute_cmd.c:4616
#, c-format
msgid "%s: maximum function nesting level exceeded (%d)"
msgstr ""
-#: execute_cmd.c:4884
+#: execute_cmd.c:5144
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr "%s: omejeno: ni mogoče določiti `/' v imenih ukaza"
-#: execute_cmd.c:4973
+#: execute_cmd.c:5232
#, c-format
msgid "%s: command not found"
msgstr "%s: ukaza ni mogoče najti"
-#: execute_cmd.c:5206
+#: execute_cmd.c:5470
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: execute_cmd.c:5243
+#: execute_cmd.c:5508
#, c-format
msgid "%s: %s: bad interpreter"
msgstr "%s: %s: slab tolmač"
-#: execute_cmd.c:5280
+#: execute_cmd.c:5545
#, fuzzy, c-format
msgid "%s: cannot execute binary file: %s"
msgstr "%s: ni mogoče izvesti binarne datoteke"
-#: execute_cmd.c:5352
+#: execute_cmd.c:5623
#, fuzzy, c-format
msgid "`%s': is a special builtin"
msgstr "%s je vgrajena lupina\n"
-#: execute_cmd.c:5404
+#: execute_cmd.c:5675
#, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr "ni mogoče podvajati fd %d v fd %d"
@@ -1029,37 +1100,37 @@ msgstr "po predhodnem večanju ali manjšanju je pričakovano določilo"
msgid "missing `)'"
msgstr "manjka `)'"
-#: expr.c:1053 expr.c:1390
+#: expr.c:1053 expr.c:1393
msgid "syntax error: operand expected"
msgstr "skladenjska napaka: pričakovan operand"
-#: expr.c:1392
+#: expr.c:1395
msgid "syntax error: invalid arithmetic operator"
msgstr "skladenjska napaka: neveljaven aritmetični operand"
-#: expr.c:1416
+#: expr.c:1419
#, c-format
msgid "%s%s%s: %s (error token is \"%s\")"
msgstr "%s%s%s: %s (žeton napake je \"%s\")"
-#: expr.c:1474
+#: expr.c:1477
msgid "invalid arithmetic base"
msgstr "neveljavna aritmetična zbirka"
-#: expr.c:1494
+#: expr.c:1497
msgid "value too great for base"
msgstr "vrednost je prevelika za zbirko"
-#: expr.c:1543
+#: expr.c:1546
#, c-format
msgid "%s: expression error\n"
msgstr "%s: napaka izraza\n"
-#: general.c:62
+#: general.c:68
msgid "getcwd: cannot access parent directories"
msgstr "getcwd: ni mogoče dostopati do nadrejenih map"
-#: input.c:102 subst.c:5168
+#: input.c:102 subst.c:5858
#, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr "ni mogoče ponastaviti načina brez zakasnitve za fd %d"
@@ -1074,148 +1145,148 @@ msgstr "ni mogoče dodeliti opisnika novih map za vnos bash iz fd %d"
msgid "save_bash_input: buffer already exists for new fd %d"
msgstr "save_bash_input: medpomnilnik že obstaja za nov fd %d"
-#: jobs.c:471
+#: jobs.c:527
msgid "start_pipeline: pgrp pipe"
msgstr "start_pipeline: cev pgrp"
-#: jobs.c:893
+#: jobs.c:1035
#, c-format
msgid "forked pid %d appears in running job %d"
msgstr "razvejen id opravila %d se pojavi v izvajajočem se poslu %d"
-#: jobs.c:1012
+#: jobs.c:1154
#, c-format
msgid "deleting stopped job %d with process group %ld"
msgstr "brisanje ustavljenega posla %d s skupino opravila %ld"
-#: jobs.c:1117
+#: jobs.c:1258
#, c-format
msgid "add_process: process %5ld (%s) in the_pipeline"
msgstr "add_process: opravilo %5ld (%s) v the_pipeline"
-#: jobs.c:1120
+#: jobs.c:1261
#, c-format
msgid "add_process: pid %5ld (%s) marked as still alive"
msgstr "add_process: id opravila %5ld (%s) je označen kot še živ"
-#: jobs.c:1435
+#: jobs.c:1590
#, c-format
msgid "describe_pid: %ld: no such pid"
msgstr "describe_pid: %ld: ni takšnega določila opravila"
-#: jobs.c:1450
+#: jobs.c:1605
#, c-format
msgid "Signal %d"
msgstr "Signal %d"
-#: jobs.c:1464 jobs.c:1489
+#: jobs.c:1619 jobs.c:1645
msgid "Done"
msgstr "Končano"
-#: jobs.c:1469 siglist.c:123
+#: jobs.c:1624 siglist.c:123
msgid "Stopped"
msgstr "Zaustavljeno"
-#: jobs.c:1473
+#: jobs.c:1628
#, c-format
msgid "Stopped(%s)"
msgstr "Zaustavljeno(%s)"
-#: jobs.c:1477
+#: jobs.c:1632
msgid "Running"
msgstr "Se izvaja"
-#: jobs.c:1491
+#: jobs.c:1649
#, c-format
msgid "Done(%d)"
msgstr "Končano(%d)"
-#: jobs.c:1493
+#: jobs.c:1651
#, c-format
msgid "Exit %d"
msgstr "Končaj %d"
-#: jobs.c:1496
+#: jobs.c:1654
msgid "Unknown status"
msgstr "Neznano stanje"
-#: jobs.c:1583
+#: jobs.c:1741
#, c-format
msgid "(core dumped) "
msgstr "(izpis jedra) "
-#: jobs.c:1602
+#: jobs.c:1760
#, c-format
msgid " (wd: %s)"
msgstr " (wd: %s)"
-#: jobs.c:1819
+#: jobs.c:1985
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr "podrejeno opravilo setpgid (%ld v %ld)"
-#: jobs.c:2138 nojobs.c:605
+#: jobs.c:2347 nojobs.c:654
#, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr "wait: opravilo z id %ld ni podrejeno opravilo te lupine"
-#: jobs.c:2385
+#: jobs.c:2602
#, c-format
msgid "wait_for: No record of process %ld"
msgstr "wait_for: ni zapisov o opravilu %ld"
-#: jobs.c:2694
+#: jobs.c:2929
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr "wait_for_job: posel %d je zaustavljen"
-#: jobs.c:2986
+#: jobs.c:3221
#, c-format
msgid "%s: job has terminated"
msgstr "%s: posel je uničen"
-#: jobs.c:2995
+#: jobs.c:3230
#, c-format
msgid "%s: job %d already in background"
msgstr "%s: posel %d se že izvaja v ozadju"
-#: jobs.c:3220
+#: jobs.c:3455
msgid "waitchld: turning on WNOHANG to avoid indefinite block"
msgstr "waitchld: vklop WNOHANG za preprečitev nedoločenosti bloka"
-#: jobs.c:3711
+#: jobs.c:3970
#, c-format
msgid "%s: line %d: "
msgstr "%s: vrstica %d: "
-#: jobs.c:3725 nojobs.c:843
+#: jobs.c:3984 nojobs.c:897
#, c-format
msgid " (core dumped)"
msgstr " (izpis jedra)"
-#: jobs.c:3737 jobs.c:3750
+#: jobs.c:3996 jobs.c:4009
#, c-format
msgid "(wd now: %s)\n"
msgstr "(wd zdaj: %s)\n"
-#: jobs.c:3782
+#: jobs.c:4041
msgid "initialize_job_control: getpgrp failed"
msgstr "initialize_job_control: getpgrp je spodletel"
-#: jobs.c:3843
+#: jobs.c:4104
msgid "initialize_job_control: line discipline"
msgstr "initialize_job_control: vrstična disciplina"
-#: jobs.c:3853
+#: jobs.c:4114
msgid "initialize_job_control: setpgid"
msgstr "initialize_job_control: setpgid"
-#: jobs.c:3874 jobs.c:3883
+#: jobs.c:4135 jobs.c:4144
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr "ni mogoče nastaviti skupine opravil terminala (%d)"
-#: jobs.c:3888
+#: jobs.c:4149
msgid "no job control in this shell"
msgstr "brez nadzora posla v tej lupini"
@@ -1273,17 +1344,17 @@ msgstr ""
"realloc: velikosti začetnih in končnih podatkovnih kosov \"chunk\" se "
"razlikujejo"
-#: lib/malloc/table.c:194
+#: lib/malloc/table.c:191
#, c-format
msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
msgstr "register_alloc: je dodelitvena razpredelnica polna z FIND_ALLOC?\n"
-#: lib/malloc/table.c:203
+#: lib/malloc/table.c:200
#, c-format
msgid "register_alloc: %p already in table as allocated?\n"
msgstr "register_alloc: je %p že v razpredelnici kot dodeljen?\n"
-#: lib/malloc/table.c:256
+#: lib/malloc/table.c:253
#, c-format
msgid "register_free: %p already in table as free?\n"
msgstr "register_free: je %p že v razpredelnici kot prost?\n"
@@ -1307,7 +1378,7 @@ msgstr "%s: neveljavna storitev"
msgid "%s: bad network path specification"
msgstr "%s: slabo določilo omrežne poti"
-#: lib/sh/netopen.c:346
+#: lib/sh/netopen.c:347
msgid "network operations not supported"
msgstr "omrežno opravilo ni podprto"
@@ -1344,224 +1415,259 @@ msgstr "Imate novo pošto v $_"
msgid "The mail in %s has been read\n"
msgstr "Pošta v %s je bila prebrana\n"
-#: make_cmd.c:323
+#: make_cmd.c:329
msgid "syntax error: arithmetic expression required"
msgstr "skladenjska napaka: potreben je aritmetični izraz"
-#: make_cmd.c:325
+#: make_cmd.c:331
msgid "syntax error: `;' unexpected"
msgstr "skladenjska napaka: `;' nepričakovano"
-#: make_cmd.c:326
+#: make_cmd.c:332
#, c-format
msgid "syntax error: `((%s))'"
msgstr "skladenjska napaka: `((%s))'"
-#: make_cmd.c:578
+#: make_cmd.c:584
#, c-format
msgid "make_here_document: bad instruction type %d"
msgstr "make_here_document: slaba vrsta navodila %d"
-#: make_cmd.c:662
+#: make_cmd.c:669
#, c-format
msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
msgstr "here-document v vrstici %d razmejen z end-of-file (želeno `%s')"
-#: make_cmd.c:759
+#: make_cmd.c:768
#, c-format
msgid "make_redirection: redirection instruction `%d' out of range"
msgstr "make_redirection: navodilo preusmeritve `%d' je izven dosega"
-#: parse.y:3278 parse.y:3561
+#: parse.y:2324
+#, c-format
+msgid ""
+"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
+"truncated"
+msgstr ""
+
+#: parse.y:2700
+msgid "maximum here-document count exceeded"
+msgstr ""
+
+#: parse.y:3390 parse.y:3748
#, c-format
msgid "unexpected EOF while looking for matching `%c'"
msgstr "nepričakovan konec datoteke med iskanjem ujemanja z `%c'"
-#: parse.y:4170
+#: parse.y:4410
msgid "unexpected EOF while looking for `]]'"
msgstr "nepričakovan konec datoteke med iskanjem ujemanja z `]]'"
-#: parse.y:4175
+#: parse.y:4415
#, c-format
msgid "syntax error in conditional expression: unexpected token `%s'"
msgstr "skladenjska napaka v pogojnem izrazu: nepričakovan žeton `%s'"
-#: parse.y:4179
+#: parse.y:4419
msgid "syntax error in conditional expression"
msgstr "skladenjska napaka v pogojnem izrazu"
-#: parse.y:4257
+#: parse.y:4497
#, c-format
msgid "unexpected token `%s', expected `)'"
msgstr "nepričakovan žeton `%s', pričakovan je bil `)'"
-#: parse.y:4261
+#: parse.y:4501
msgid "expected `)'"
msgstr "pričakovan `)'"
-#: parse.y:4289
+#: parse.y:4529
#, c-format
msgid "unexpected argument `%s' to conditional unary operator"
msgstr "nepričakovan argument `%s' do pogojnega enoslovnega operatorja"
-#: parse.y:4293
+#: parse.y:4533
msgid "unexpected argument to conditional unary operator"
msgstr "nepričakovan argument do pogojnega enoslovnega operatorja"
-#: parse.y:4339
+#: parse.y:4579
#, c-format
msgid "unexpected token `%s', conditional binary operator expected"
msgstr "nepričakovan žeton `%s', pričakovan je binarni pogojni operator"
-#: parse.y:4343
+#: parse.y:4583
msgid "conditional binary operator expected"
msgstr "pričakovan je binarni pogojni operator"
-#: parse.y:4365
+#: parse.y:4605
#, c-format
msgid "unexpected argument `%s' to conditional binary operator"
msgstr "nepričakovan argument `%s' do pogojnega binarnega operatorja"
-#: parse.y:4369
+#: parse.y:4609
msgid "unexpected argument to conditional binary operator"
msgstr "nepričakovan argument do pogojnega binarnega operatorja"
-#: parse.y:4380
+#: parse.y:4620
#, c-format
msgid "unexpected token `%c' in conditional command"
msgstr "nepričakovan žeton `%c' v pogojnem ukazu"
-#: parse.y:4383
+#: parse.y:4623
#, c-format
msgid "unexpected token `%s' in conditional command"
msgstr "nepričakovan žeton `%s' v pogojnem ukazu"
-#: parse.y:4387
+#: parse.y:4627
#, c-format
msgid "unexpected token %d in conditional command"
msgstr "nepričakovan žeton %d v pogojnem ukazu"
-#: parse.y:5737
+#: parse.y:5996
#, c-format
msgid "syntax error near unexpected token `%s'"
msgstr "skladenjska napaka blizu nepričakovanega žetona `%s'"
-#: parse.y:5755
+#: parse.y:6014
#, c-format
msgid "syntax error near `%s'"
msgstr "skladenjska napaka blizu `%s'"
-#: parse.y:5765
+#: parse.y:6024
msgid "syntax error: unexpected end of file"
msgstr "skladenjska napaka: nepričakovan konec datoteke"
-#: parse.y:5765
+#: parse.y:6024
msgid "syntax error"
msgstr "skladenjska napaka"
-#: parse.y:5827
+#: parse.y:6086
#, c-format
msgid "Use \"%s\" to leave the shell.\n"
msgstr "Uporabite \"%s\", če želite zapustiti lupino.\n"
-#: parse.y:5989
+#: parse.y:6248
msgid "unexpected EOF while looking for matching `)'"
msgstr "nepričakovan konec datoteke med iskanjem ujemanja z `)'"
-#: pcomplete.c:1094
+#: pcomplete.c:1126
#, c-format
msgid "completion: function `%s' not found"
msgstr "končano: funkcije `%s' ni mogoče najti"
+#: pcomplete.c:1646
+#, c-format
+msgid "programmable_completion: %s: possible retry loop"
+msgstr ""
+
#: pcomplib.c:182
#, c-format
msgid "progcomp_insert: %s: NULL COMPSPEC"
msgstr "progcomp_insert: %s: NULL COMPSPEC"
-#: print_cmd.c:300
+#: print_cmd.c:302
#, c-format
msgid "print_command: bad connector `%d'"
msgstr "print_command: slab povezovalnik `%d'"
-#: print_cmd.c:373
+#: print_cmd.c:375
#, c-format
msgid "xtrace_set: %d: invalid file descriptor"
msgstr "xtrace_set: %d: neveljaven opisnik datoteke"
-#: print_cmd.c:378
+#: print_cmd.c:380
msgid "xtrace_set: NULL file pointer"
msgstr "xtrace_set: prazen kazalec datoteke NULL"
-#: print_cmd.c:382
+#: print_cmd.c:384
#, c-format
msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
msgstr "xtrace fd (%d) != fileno xtrace fp (%d)"
-#: print_cmd.c:1518
+#: print_cmd.c:1534
#, c-format
msgid "cprintf: `%c': invalid format character"
msgstr "cprintf: `%c': neveljaven znak oblike"
-#: redir.c:123 redir.c:170
+#: redir.c:124 redir.c:171
msgid "file descriptor out of range"
msgstr "opisnik datoteke je izven dosega"
-#: redir.c:177
+#: redir.c:178
#, c-format
msgid "%s: ambiguous redirect"
msgstr "%s: dvoumna preusmeritev"
-#: redir.c:181
+#: redir.c:182
#, c-format
msgid "%s: cannot overwrite existing file"
msgstr "%s: ni mogoče prepisati obstoječe datoteke"
-#: redir.c:186
+#: redir.c:187
#, c-format
msgid "%s: restricted: cannot redirect output"
msgstr "%s: omejitev: ni mogoče preusmeriti izhoda"
-#: redir.c:191
+#: redir.c:192
#, c-format
msgid "cannot create temp file for here-document: %s"
msgstr "ni mogoče ustvariti začasne datoteke za here-document: %s"
-#: redir.c:195
+#: redir.c:196
#, c-format
msgid "%s: cannot assign fd to variable"
msgstr "%s: ni mogoče dodeliti fd spremenljivki"
-#: redir.c:582
+#: redir.c:586
msgid "/dev/(tcp|udp)/host/port not supported without networking"
msgstr "/dev/(tcp|udp)/host/port ni podprt brez omrežja"
-#: redir.c:861 redir.c:973 redir.c:1034 redir.c:1199
+#: redir.c:868 redir.c:983 redir.c:1044 redir.c:1209
msgid "redirection error: cannot duplicate fd"
msgstr "napaka preusmeritve: ni mogoče podvajati fd"
-#: shell.c:339
+#: shell.c:347
msgid "could not find /tmp, please create!"
msgstr "ni mogoče najti /tmp, ustvarite ga!"
-#: shell.c:343
+#: shell.c:351
msgid "/tmp must be a valid directory name"
msgstr "/tmp mora biti veljavno ime mape"
-#: shell.c:890
+#: shell.c:927
#, c-format
msgid "%c%c: invalid option"
msgstr "%c%c: neveljavna možnost"
-#: shell.c:1682
+#: shell.c:1282
+#, fuzzy, c-format
+msgid "cannot set uid to %d: effective uid %d"
+msgstr "ni mogoče ponastaviti načina brez zakasnitve za fd %d"
+
+#: shell.c:1289
+#, fuzzy, c-format
+msgid "cannot set gid to %d: effective gid %d"
+msgstr "ni mogoče ponastaviti načina brez zakasnitve za fd %d"
+
+#: shell.c:1458
+msgid "cannot start debugger; debugging mode disabled"
+msgstr ""
+
+#: shell.c:1566
+#, fuzzy, c-format
+msgid "%s: Is a directory"
+msgstr "%s: je mapa"
+
+#: shell.c:1777
msgid "I have no name!"
msgstr "Ni imena!"
-#: shell.c:1827
+#: shell.c:1930
#, c-format
msgid "GNU bash, version %s-(%s)\n"
msgstr "GNU bash, različica %s-(%s)\n"
-#: shell.c:1828
+#: shell.c:1931
#, c-format
msgid ""
"Usage:\t%s [GNU long option] [option] ...\n"
@@ -1570,40 +1676,50 @@ msgstr ""
"Uporaba:\t%s [dolga možnost GNU] [možnost] ...\n"
"\t%s [dolga možnost GNU] [možnost] skriptni dokument ...\n"
-#: shell.c:1830
+#: shell.c:1933
msgid "GNU long options:\n"
msgstr "Dolge možnosti GNU:\n"
-#: shell.c:1834
+#: shell.c:1937
msgid "Shell options:\n"
msgstr "Možnosti lupine:\n"
-#: shell.c:1835
+#: shell.c:1938
#, fuzzy
msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
msgstr "\t-irsD ali ukaz -c ali -O shopt_option\t\t(samo sklicevanje)\n"
-#: shell.c:1850
+#: shell.c:1953
#, c-format
msgid "\t-%s or -o option\n"
msgstr "\t-%s ali možnost -o\n"
-#: shell.c:1856
+#: shell.c:1959
#, c-format
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
msgstr "Vpišite `%s -c \"help set\"' za več podrobnosti o možnostih lupine.\n"
-#: shell.c:1857
+#: shell.c:1960
#, c-format
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
msgstr "Vpišite `%s -c help' za več podrobnosti o možnostih ukazov lupine.\n"
-#: shell.c:1858
+#: shell.c:1961
#, c-format
msgid "Use the `bashbug' command to report bugs.\n"
msgstr "Uporabite ukaz `bashbug' za poročanje hroščev.\n"
-#: sig.c:691
+#: shell.c:1963
+#, c-format
+msgid "bash home page: <http://www.gnu.org/software/bash>\n"
+msgstr ""
+
+#: shell.c:1964
+#, c-format
+msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
+msgstr ""
+
+#: sig.c:707
#, c-format
msgid "sigprocmask: %d: invalid operation"
msgstr "sigprocmask: %d: neveljavno opravilo"
@@ -1777,89 +1893,104 @@ msgstr "Neznan signal #"
msgid "Unknown Signal #%d"
msgstr "Neznan signal #%d"
-#: subst.c:1362 subst.c:1520
+#: subst.c:1445 subst.c:1608
#, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr "slaba zamenjava: ni zaključka `%s' v %s"
-#: subst.c:2847
+#: subst.c:3154
#, c-format
msgid "%s: cannot assign list to array member"
msgstr "%s: ni mogoče dodeliti seznama članu polja"
-#: subst.c:5065 subst.c:5081
+#: subst.c:5740 subst.c:5756
msgid "cannot make pipe for process substitution"
msgstr "ni mogoče ustvariti pipe za zamenjavo opravila"
-#: subst.c:5113
+#: subst.c:5798
msgid "cannot make child for process substitution"
msgstr "ni mogoče ustvariti podrejenega opravila za zamenjavo opravila"
-#: subst.c:5158
+#: subst.c:5848
#, c-format
msgid "cannot open named pipe %s for reading"
msgstr "ni mogoče odpreti imenovane cevi %s za branje"
-#: subst.c:5160
+#: subst.c:5850
#, c-format
msgid "cannot open named pipe %s for writing"
msgstr "ni mogoče odpreti imenovane cevi %s za pisanje"
-#: subst.c:5178
+#: subst.c:5873
#, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr "ni mogoče podvajati imenovane cevi %s kot fd %d"
-#: subst.c:5376
+#: subst.c:5959
+#, fuzzy
+msgid "command substitution: ignored null byte in input"
+msgstr "slaba zamenjava: ni zaključka \"`\" v %s"
+
+#: subst.c:6083
msgid "cannot make pipe for command substitution"
msgstr "ni mogoče ustvariti cevi za zamenjavo ukaza"
-#: subst.c:5414
+#: subst.c:6127
msgid "cannot make child for command substitution"
msgstr "ni mogoče ustvariti podrejenega opravila za zamenjavo ukaza"
-#: subst.c:5433
+#: subst.c:6153
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr "command_substitute: ni mogoče podvajati cevi kot fd 1"
-#: subst.c:5837 subst.c:8050
+#: subst.c:6580 subst.c:8939
#, fuzzy, c-format
msgid "%s: invalid variable name for name reference"
msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
-#: subst.c:6048
+#: subst.c:6666 subst.c:8351 subst.c:8371
+#, c-format
+msgid "%s: bad substitution"
+msgstr "%s: slaba zamenjava"
+
+#: subst.c:6800
+#, fuzzy, c-format
+msgid "%s: invalid indirect expansion"
+msgstr "%s: neveljavno štetje vrstic"
+
+#: subst.c:6807
+#, fuzzy, c-format
+msgid "%s: invalid variable name"
+msgstr "`%s': neveljaven vzdevek"
+
+#: subst.c:6854
#, c-format
msgid "%s: parameter null or not set"
msgstr "%s: parameter je prazen ali pa ni določen"
-#: subst.c:6320 subst.c:6335
+#: subst.c:7089 subst.c:7104
#, c-format
msgid "%s: substring expression < 0"
msgstr "%s: izraz podniza < 0"
-#: subst.c:7506
-#, c-format
-msgid "%s: bad substitution"
-msgstr "%s: slaba zamenjava"
-
-#: subst.c:7583
+#: subst.c:8450
#, c-format
msgid "$%s: cannot assign in this way"
msgstr "$%s: ni mogoče dodeliti na tak način"
-#: subst.c:7917
+#: subst.c:8802
msgid ""
"future versions of the shell will force evaluation as an arithmetic "
"substitution"
msgstr ""
"prihodnje različice lupine bodo prisilile ocenitev kot aritmetično zamenjavo"
-#: subst.c:8421
+#: subst.c:9349
#, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr "slaba zamenjava: ni zaključka \"`\" v %s"
-#: subst.c:9322
+#: subst.c:10298
#, c-format
msgid "no match: %s"
msgstr "ni ujemanja: %s"
@@ -1873,123 +2004,123 @@ msgstr "pričakovan je argument"
msgid "%s: integer expression expected"
msgstr "%s: pričakovan je izraz celega števila"
-#: test.c:264
+#: test.c:265
msgid "`)' expected"
msgstr "pričakovan je `)'"
-#: test.c:266
+#: test.c:267
#, c-format
msgid "`)' expected, found %s"
msgstr "pričakovan je `)', najden je %s"
-#: test.c:281 test.c:742 test.c:745
+#: test.c:282 test.c:744 test.c:747
#, c-format
msgid "%s: unary operator expected"
msgstr "%s: pričakuje se enosnoven operator"
-#: test.c:468 test.c:785
+#: test.c:469 test.c:787
#, c-format
msgid "%s: binary operator expected"
msgstr "%s: pričakuje se binarni operator"
-#: test.c:860
+#: test.c:869
msgid "missing `]'"
msgstr "manjka `]'"
-#: trap.c:217
+#: trap.c:224
msgid "invalid signal number"
msgstr "neveljavna števka signala"
-#: trap.c:371
+#: trap.c:387
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr "run_pending_traps: slaba vrednost v trap_list[%d]: %p"
-#: trap.c:375
+#: trap.c:391
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr ""
"run_pending_traps: ročnik signala je SIG_DFL, ponovno pošiljanje %d (%s) sebi"
-#: trap.c:428
+#: trap.c:447
#, c-format
msgid "trap_handler: bad signal %d"
msgstr "trap_handler: slab signal %d"
-#: variables.c:382
+#: variables.c:409
#, c-format
msgid "error importing function definition for `%s'"
msgstr "napaka med uvozom določila funkcije `%s'"
-#: variables.c:780
+#: variables.c:814
#, c-format
msgid "shell level (%d) too high, resetting to 1"
msgstr "raven lupine (%d) je previsoka, ponastavljanje na 1"
-#: variables.c:1865
-#, fuzzy, c-format
-msgid "%s: circular name reference"
-msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
-
-#: variables.c:2228
+#: variables.c:2413
msgid "make_local_variable: no function context at current scope"
msgstr "make_local_variable: v trenutnem dosegu ni vsebine funkcije"
-#: variables.c:2247
+#: variables.c:2432
#, fuzzy, c-format
msgid "%s: variable may not be assigned value"
msgstr "%s: ni mogoče dodeliti fd spremenljivki"
-#: variables.c:3646
+#: variables.c:3043
+#, fuzzy, c-format
+msgid "%s: assigning integer to name reference"
+msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
+
+#: variables.c:3940
msgid "all_local_variables: no function context at current scope"
msgstr "all_local_variables: v trenutnem dosegu ni vsebine funkcije"
-#: variables.c:3891
+#: variables.c:4218
#, c-format
msgid "%s has null exportstr"
msgstr "%s ima prazen exportstr"
-#: variables.c:3896 variables.c:3905
+#: variables.c:4223 variables.c:4232
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr "neveljaven znak %d v exportstr za %s"
-#: variables.c:3911
+#: variables.c:4238
#, c-format
msgid "no `=' in exportstr for %s"
msgstr "ni `=' v exportstr za %s"
-#: variables.c:4344
+#: variables.c:4684
msgid "pop_var_context: head of shell_variables not a function context"
msgstr "pop_var_context: glava shell_variables ni vsebina funkcije"
-#: variables.c:4357
+#: variables.c:4697
msgid "pop_var_context: no global_variables context"
msgstr "pop_var_context: ni vsebine global_variables"
-#: variables.c:4431
+#: variables.c:4772
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr "pop_scope: glava shell_variables ni trenuten obseg okolja"
-#: variables.c:5257
+#: variables.c:5619
#, c-format
msgid "%s: %s: cannot open as FILE"
msgstr "%s: %s: ni mogoče odpreti kot DATOTEKO"
-#: variables.c:5262
+#: variables.c:5624
#, c-format
msgid "%s: %s: invalid value for trace file descriptor"
msgstr "%s: %s: neveljavna vrednost za opisnik sledenja datotek"
-#: variables.c:5307
+#: variables.c:5669
#, fuzzy, c-format
msgid "%s: %s: compatibility value out of range"
msgstr "%s: %s izven dosega"
-#: version.c:46
+#: version.c:46 version2.c:46
#, fuzzy
-msgid "Copyright (C) 2013 Free Software Foundation, Inc."
+msgid "Copyright (C) 2016 Free Software Foundation, Inc."
msgstr "Avtorske pravice (C) 2011 Free Software Foundation, Inc."
#: version.c:47 version2.c:47
@@ -2015,11 +2146,6 @@ msgstr "To je prosta programska oprema; lahko jo spreminjate in razširjate.\n"
msgid "There is NO WARRANTY, to the extent permitted by law."
msgstr "Je BREZ KAKRŠNEKOLI GARANCIJE, v obsegu, ki ga dovoljuje zakonodaja.\n"
-#: version2.c:46
-#, fuzzy
-msgid "Copyright (C) 2012 Free Software Foundation, Inc."
-msgstr "Avtorske pravice (C) 2011 Free Software Foundation, Inc."
-
#: xmalloc.c:91
#, c-format
msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
@@ -2040,15 +2166,15 @@ msgstr "%s: %s:%d: ni mogoče dodeliti %lu bajtov (%lu bajtov dodeljenih)"
msgid "%s: %s:%d: cannot allocate %lu bytes"
msgstr "%s: %s:%d: ni mogoče dodeliti %lu bajtov"
-#: builtins.c:43
+#: builtins.c:45
msgid "alias [-p] [name[=value] ... ]"
msgstr "alias [-p] [ime[=vrednost] ... ]"
-#: builtins.c:47
+#: builtins.c:49
msgid "unalias [-a] name [name ...]"
msgstr "unalias [-a] ime [ime ...]"
-#: builtins.c:51
+#: builtins.c:53
#, fuzzy
msgid ""
"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
@@ -2058,115 +2184,104 @@ msgstr ""
"tipk_zaporedje] [-x tipk_zaporedje:ukaz_lupine] [tipk_zaporedje:"
"funkcija_brane_vrstice ali ukaz_brane_vrstice]"
-#: 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 [vgrajena_lupina [arg ...]]"
-#: builtins.c:61
+#: builtins.c:63
msgid "caller [expr]"
msgstr "caller [izraz]"
-#: builtins.c:64
+#: builtins.c:66
#, fuzzy
msgid "cd [-L|[-P [-e]] [-@]] [dir]"
msgstr "cd [-L|[-P [-e]]] [mapa]"
-#: builtins.c:66
+#: builtins.c:68
msgid "pwd [-LP]"
msgstr "pwd [-LP]"
-#: builtins.c:68
-msgid ":"
-msgstr ":"
-
-#: builtins.c:70
-msgid "true"
-msgstr "prav"
-
-#: builtins.c:72
-msgid "false"
-msgstr "napak"
-
-#: builtins.c:74
+#: builtins.c:76
msgid "command [-pVv] command [arg ...]"
msgstr "ukaz [-pVv] ukaz [arg ...]"
-#: builtins.c:76
+#: builtins.c:78
#, fuzzy
msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
msgstr "declare [-aAfFgilrtux] [-p] [ime[=vrednost] ...]"
-#: builtins.c:78
-msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
+#: builtins.c:80
+#, fuzzy
+msgid "typeset [-aAfFgilnrtux] [-p] name[=value] ..."
msgstr "typeset [-aAfFgilrtux] [-p] ime[=vrednost] ..."
-#: builtins.c:80
+#: builtins.c:82
msgid "local [option] name[=value] ..."
msgstr "local [možnost] ime[=vrednost] ..."
-#: 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 ime_datoteke] [ime ...]"
-#: 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 niz_možnosti ime[arg]"
-#: builtins.c:96
+#: builtins.c:98
msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
msgstr "exec [-cl] [-a ime] [ukaz [argumenti ...]] [preusmeritev ...]"
-#: 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 ime_urejevalnika] [-lnr] [prvi] [zadnji] ali fc -s [vzorec=zamenjava] "
"[ukaz]"
-#: builtins.c:107
+#: builtins.c:109
msgid "fg [job_spec]"
msgstr "fg [določilo_posla]"
-#: builtins.c:111
+#: builtins.c:113
msgid "bg [job_spec ...]"
msgstr "bg [določilo_posla ...]"
-#: builtins.c:114
+#: builtins.c:116
msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
msgstr "hash [-lr] [-p ime_poti] [-dt] [ime ...]"
-#: builtins.c:117
+#: builtins.c:119
msgid "help [-dms] [pattern ...]"
msgstr "help [-dms] [vzorec ...]"
-#: builtins.c:121
+#: builtins.c:123
msgid ""
"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
"[arg...]"
@@ -2174,15 +2289,16 @@ msgstr ""
"history [-c] [-d odmik] [n] ali history -anrw [ime_datoteke] ali history -ps "
"arg [arg...]"
-#: builtins.c:125
+#: builtins.c:127
msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
msgstr "jobs [-lnprs] [določilo_posla ...] ali jobs -x ukaz [argumenti]"
-#: builtins.c:129
-msgid "disown [-h] [-ar] [jobspec ...]"
+#: builtins.c:131
+#, fuzzy
+msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
msgstr "disown [-h] [-ar] [določilo_posla ...]"
-#: builtins.c:132
+#: builtins.c:134
msgid ""
"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
"[sigspec]"
@@ -2190,11 +2306,11 @@ msgstr ""
"kill [-s določilo_signala | -n št_signala | -določilo_signala] pid | "
"določilo_posla ... ali kill -l [določilo_signala]"
-#: 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 ...]"
@@ -2202,166 +2318,162 @@ msgstr ""
"read [-ers] [-a polje] [-d razmejilnik] [-i besedilo] [-n n-znakov] [-N n-"
"znakov] [-p poziv] [-t časovna_omejitev] [-u fd] [ime ...]"
-#: builtins.c:138
+#: builtins.c:140
msgid "return [n]"
msgstr "return [n]"
-#: builtins.c:140
+#: builtins.c:142
msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
msgstr "set [-abefhkmnptuvxBCHP] [-o ime_možnosti] [--] [arg ...]"
-#: builtins.c:142
+#: builtins.c:144
#, fuzzy
msgid "unset [-f] [-v] [-n] [name ...]"
msgstr "unset [-f] [-v] [ime ...]"
-#: builtins.c:144
+#: builtins.c:146
msgid "export [-fn] [name[=value] ...] or export -p"
msgstr "export [-fn] [ime[=vrednost] ...] ali export -p"
-#: builtins.c:146
+#: builtins.c:148
msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
msgstr "readonly [-aAf] [ime[=vrednost] ...] ali 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 ime_datoteke [argumenti]"
-#: builtins.c:152
+#: builtins.c:154
msgid ". filename [arguments]"
msgstr ". ime_datoteke [argumenti]"
-#: builtins.c:155
+#: builtins.c:157
msgid "suspend [-f]"
msgstr "suspend [-f]"
-#: builtins.c:158
+#: builtins.c:160
msgid "test [expr]"
msgstr "test [izraz]"
-#: builtins.c:160
+#: builtins.c:162
msgid "[ arg... ]"
msgstr "[ arg... ]"
-#: builtins.c:162
-msgid "times"
-msgstr "krat"
-
-#: builtins.c:164
+#: builtins.c:166
msgid "trap [-lp] [[arg] signal_spec ...]"
msgstr "trap [-lp] [[arg] določilo_signala ...]"
-#: builtins.c:166
+#: builtins.c:168
msgid "type [-afptP] name [name ...]"
msgstr "type [-afptP] ime [ime ...]"
-#: builtins.c:169
+#: builtins.c:171
#, fuzzy
-msgid "ulimit [-SHabcdefilmnpqrstuvxT] [limit]"
+msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
msgstr "ulimit [-SHacdefilmnpqrstuvx] [meja]"
-#: builtins.c:172
+#: builtins.c:174
msgid "umask [-p] [-S] [mode]"
msgstr "umask [-p] [-S] [način]"
-#: 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_opravila]"
-#: builtins.c:182
+#: builtins.c:184
msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
msgstr "for IME [in IMENA ... ] ; do UKAZI; done"
-#: builtins.c:184
+#: builtins.c:186
msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
msgstr "for (( izraz1; izraz2; izraz3 )); do UKAZI; done"
-#: builtins.c:186
+#: builtins.c:188
msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
msgstr "select IME [in IMENA ... ;] do UKAZI; done"
-#: builtins.c:188
+#: builtins.c:190
msgid "time [-p] pipeline"
msgstr "time [-p] cevovod"
-#: builtins.c:190
+#: builtins.c:192
msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
msgstr "case IME in [VZOREC [| VZOREC]...) UKAZI ;;]... esac"
-#: builtins.c:192
+#: builtins.c:194
msgid ""
"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
"COMMANDS; ] fi"
msgstr ""
"if UKAZI; then UKAZI; [ elif UKAZI; then UKAZI; ]... [ else UKAZI; ] fi"
-#: builtins.c:194
+#: builtins.c:196
msgid "while COMMANDS; do COMMANDS; done"
msgstr "while UKAZI; do UKAZI; done"
-#: builtins.c:196
+#: builtins.c:198
msgid "until COMMANDS; do COMMANDS; done"
msgstr "until UKAZI; do UKAZI; done"
-#: builtins.c:198
+#: builtins.c:200
msgid "coproc [NAME] command [redirections]"
msgstr "coproc [IME] ukaz [preusmeritve]"
-#: builtins.c:200
+#: builtins.c:202
msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
msgstr "function ime { UKAZI ; } ali ime () { UKAZI ; }"
-#: builtins.c:202
+#: builtins.c:204
msgid "{ COMMANDS ; }"
msgstr "{ UKAZI ; }"
-#: builtins.c:204
+#: builtins.c:206
msgid "job_spec [&]"
msgstr "določilo_posla [&]"
-#: builtins.c:206
+#: builtins.c:208
msgid "(( expression ))"
msgstr "(( izraz ))"
-#: builtins.c:208
+#: builtins.c:210
msgid "[[ expression ]]"
msgstr "[[ izraz ]]"
-#: builtins.c:210
+#: builtins.c:212
msgid "variables - Names and meanings of some shell variables"
msgstr "spremenljivke - Imena in pomeni nekaterih spremenljivk lupine"
-#: builtins.c:213
+#: builtins.c:215
msgid "pushd [-n] [+N | -N | dir]"
msgstr "pushd [-n] [+N | -N | mapa]"
-#: 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] [ime_možnosti ...]"
-#: builtins.c:226
+#: builtins.c:228
msgid "printf [-v var] format [arguments]"
msgstr "printf [-v spremenljivka] oblika [argumenti]"
-#: 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 "
@@ -2371,28 +2483,30 @@ msgstr ""
"krajevni_vzorec] [-W seznam_besed] [-F funkcija] [-C ukaz] [-X "
"filtrirni_vzorec] [-P predpona] [-S pripona] [ime ...]"
-#: builtins.c:233
+#: builtins.c:235
+#, fuzzy
msgid ""
-"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
+"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
msgstr ""
"compgen [-abcdefgjksuv] [-o možnost] [-A dejanje] [-G krajevni_vzorec] [-W "
"seznam_besed] [-F funkcija] [-C ukaz] [-X filtrirni_vzorec] [-P predpona] [-"
"S pripona] [beseda]"
-#: builtins.c:237
+#: builtins.c:239
msgid "compopt [-o|+o option] [-DE] [name ...]"
msgstr "compopt [-o|+o možnost] [-DE] [ime ...]"
-#: builtins.c:240
+#: builtins.c:242
+#, fuzzy
msgid ""
-"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
-"quantum] [array]"
+"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
+"callback] [-c quantum] [array]"
msgstr ""
"mapfile [-n števec] [-O izvor] [-s števec] [-t] [-u fd] [-C povratni_klic] [-"
"c del] [polje]"
-#: builtins.c:242
+#: builtins.c:244
msgid ""
"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
"quantum] [array]"
@@ -2400,7 +2514,8 @@ msgstr ""
"readarray [-n števec] [-O izvor] [-s števec] [-t] [-u fd] [-C povratni_klic] "
"[-c del] [polje]"
-#: builtins.c:254
+#: builtins.c:256
+#, fuzzy
msgid ""
"Define or display aliases.\n"
" \n"
@@ -2412,7 +2527,7 @@ msgid ""
" alias substitution when the alias is expanded.\n"
" \n"
" Options:\n"
-" -p\tPrint all defined aliases in a reusable format\n"
+" -p\tprint all defined aliases in a reusable format\n"
" \n"
" Exit Status:\n"
" alias returns true unless a NAME is supplied for which no alias has "
@@ -2436,12 +2551,13 @@ msgstr ""
" vzdevek vrne pravilno, razen če je predloženo IME, za katero ni\n"
" bil določen noben vzdevek."
-#: builtins.c:276
+#: builtins.c:278
+#, fuzzy
msgid ""
"Remove each NAME from the list of defined aliases.\n"
" \n"
" Options:\n"
-" -a\tremove all alias definitions.\n"
+" -a\tremove all alias definitions\n"
" \n"
" Return success unless a NAME is not an existing alias."
msgstr ""
@@ -2452,7 +2568,7 @@ msgstr ""
" \n"
" Vrne pravilno, razen če IME ni obstoječ vzdevek."
-#: builtins.c:289
+#: builtins.c:291
#, fuzzy
msgid ""
"Set Readline key bindings and variables.\n"
@@ -2487,7 +2603,8 @@ msgid ""
" -f filename Read key bindings from FILENAME.\n"
" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
" \t\t\t\tKEYSEQ is entered.\n"
-" -X\t\t List key sequences bound with -x and associated commands\n"
+" -X List key sequences bound with -x and associated "
+"commands\n"
" in a form that can be reused as input.\n"
" \n"
" Exit Status:\n"
@@ -2532,7 +2649,7 @@ msgstr ""
" Status končanja:\n"
" bind vrne 0, razen, če je dana neprepoznana možnost ali se pojavi napaka."
-#: builtins.c:328
+#: builtins.c:330
msgid ""
"Exit for, while, or until loops.\n"
" \n"
@@ -2550,7 +2667,7 @@ msgstr ""
" Stanje končanja:\n"
" Stanje končanja je 0, razen če N ni večji kot ali enak 1."
-#: builtins.c:340
+#: builtins.c:342
msgid ""
"Resume for, while, or until loops.\n"
" \n"
@@ -2568,7 +2685,7 @@ msgstr ""
" Stanje končanja:\n"
" Stanje končanja je 0, razen če N ni večji kot ali enak 1."
-#: builtins.c:352
+#: builtins.c:354
msgid ""
"Execute shell builtins.\n"
" \n"
@@ -2592,7 +2709,7 @@ msgstr ""
" Vrne stanje končanja VGRAJENE_LUPINE ali napak, če VGRAJENA_LUPINA\n"
" ni vgrajena lupina .."
-#: builtins.c:367
+#: builtins.c:369
msgid ""
"Return the context of the current subroutine call.\n"
" \n"
@@ -2620,7 +2737,7 @@ msgstr ""
" Vrne 0, razen če lupina ne izvršuje funkcije lupine ali pa IZRAZ\n"
" ni veljaven."
-#: builtins.c:385
+#: builtins.c:387
#, fuzzy
msgid ""
"Change the shell working directory.\n"
@@ -2644,16 +2761,16 @@ msgid ""
" its value is used for DIR.\n"
" \n"
" Options:\n"
-" -L\tforce symbolic links to be followed: resolve symbolic links in\n"
-" \tDIR after processing instances of `..'\n"
-" -P\tuse the physical directory structure without following symbolic\n"
-" \tlinks: resolve symbolic links in DIR before processing instances\n"
-" \tof `..'\n"
-" -e\tif the -P option is supplied, and the current working directory\n"
-" \tcannot be determined successfully, exit with a non-zero status\n"
-" -@ on systems that support it, present a file with extended "
-"attributes\n"
-" as a directory containing the file attributes\n"
+" -L\tforce symbolic links to be followed: resolve symbolic\n"
+" \t\tlinks in DIR after processing instances of `..'\n"
+" -P\tuse the physical directory structure without following\n"
+" \t\tsymbolic links: resolve symbolic links in DIR before\n"
+" \t\tprocessing instances of `..'\n"
+" -e\tif the -P option is supplied, and the current working\n"
+" \t\tdirectory cannot be determined successfully, exit with\n"
+" \t\ta non-zero status\n"
+" -@\ton systems that support it, present a file with extended\n"
+" \t\tattributes as a directory containing the file attributes\n"
" \n"
" The default is to follow symbolic links, as if `-L' were specified.\n"
" `..' is processed by removing the immediately previous pathname "
@@ -2693,13 +2810,14 @@ msgstr ""
" Vrne 0, če je mapa spremenjena in če je $PWD uspešno nastavljen, kadar\n"
" je uporabljena možnost -P; drugače je ne-ničelna vrednost"
-#: builtins.c:422
+#: builtins.c:425
+#, fuzzy
msgid ""
"Print the name of the current working directory.\n"
" \n"
" Options:\n"
" -L\tprint the value of $PWD if it names the current working\n"
-" \tdirectory\n"
+" \t\tdirectory\n"
" -P\tprint the physical directory, without any symbolic links\n"
" \n"
" By default, `pwd' behaves as if `-L' were specified.\n"
@@ -2721,7 +2839,7 @@ msgstr ""
" Vrne 0, razen če je dana neveljavna možnost ali pa trenutne mape\n"
" ni mogoče prebrati."
-#: builtins.c:439
+#: builtins.c:442
msgid ""
"Null command.\n"
" \n"
@@ -2737,7 +2855,7 @@ msgstr ""
" Stanje končanja:\n"
" Vedno uspešno."
-#: builtins.c:450
+#: builtins.c:453
msgid ""
"Return a successful result.\n"
" \n"
@@ -2749,7 +2867,7 @@ msgstr ""
" Stanje končanja:\n"
" Vedno uspešno."
-#: builtins.c:459
+#: builtins.c:462
msgid ""
"Return an unsuccessful result.\n"
" \n"
@@ -2761,7 +2879,8 @@ msgstr ""
" Stanje končanja:\n"
" Vedno neuspešno."
-#: builtins.c:468
+#: builtins.c:471
+#, fuzzy
msgid ""
"Execute a simple command or display information about commands.\n"
" \n"
@@ -2771,10 +2890,10 @@ msgid ""
" on disk when a function with the same name exists.\n"
" \n"
" Options:\n"
-" -p\tuse a default value for PATH that is guaranteed to find all of\n"
-" \tthe standard utilities\n"
-" -v\tprint a description of COMMAND similar to the `type' builtin\n"
-" -V\tprint a more verbose description of each COMMAND\n"
+" -p use a default value for PATH that is guaranteed to find all of\n"
+" the standard utilities\n"
+" -v print a description of COMMAND similar to the `type' builtin\n"
+" -V print a more verbose description of each COMMAND\n"
" \n"
" Exit Status:\n"
" Returns exit status of COMMAND, or failure if COMMAND is not found."
@@ -2794,7 +2913,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje končanja UKAZA ali neuspešno, če UKAZA ni mogoče najti."
-#: builtins.c:487
+#: builtins.c:490
#, fuzzy
msgid ""
"Set variable values and attributes.\n"
@@ -2805,9 +2924,9 @@ msgid ""
" Options:\n"
" -f\trestrict action or display to function names and definitions\n"
" -F\trestrict display to function names only (plus line number and\n"
-" \tsource file when debugging)\n"
+" \t\tsource file when debugging)\n"
" -g\tcreate global variables when used in a shell function; otherwise\n"
-" \tignored\n"
+" \t\tignored\n"
" -p\tdisplay the attributes and value of each NAME\n"
" \n"
" Options which set attributes:\n"
@@ -2870,17 +2989,18 @@ msgstr ""
" Vrne uspešno, razen če je predložena neveljavna možnost ali pride\n"
" do napake."
-#: builtins.c:527
+#: builtins.c:530
+#, fuzzy
msgid ""
"Set variable values and attributes.\n"
" \n"
-" Obsolete. See `help declare'."
+" A synonym for `declare'. See `help declare'."
msgstr ""
"Nastavi vrednosti spremenljivk in atributov.\n"
" \n"
" Zastarelo. Oglejte si `help declare'."
-#: builtins.c:535
+#: builtins.c:538
#, fuzzy
msgid ""
"Define local variables.\n"
@@ -2907,7 +3027,7 @@ msgstr ""
" Vrne uspešno, razen če je predložena neveljavna možnost, pride\n"
" do napake ali pa lupina ne izvaja funkcije."
-#: builtins.c:552
+#: builtins.c:555
#, fuzzy
msgid ""
"Write arguments to the standard output.\n"
@@ -2934,9 +3054,9 @@ msgid ""
" \\v\tvertical tab\n"
" \\\\\tbackslash\n"
" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
-" \t0 to 3 octal digits\n"
+" \t\t0 to 3 octal digits\n"
" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
-" \tcan be one or two hex digits\n"
+" \t\tcan be one or two hex digits\n"
" \n"
" Exit Status:\n"
" Returns success unless a write error occurs."
@@ -2969,7 +3089,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če pride do napake pri pisanju."
-#: builtins.c:588
+#: builtins.c:591
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2991,7 +3111,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če pride do napake pri pisanju."
-#: builtins.c:603
+#: builtins.c:606
msgid ""
"Enable and disable shell builtins.\n"
" \n"
@@ -3043,7 +3163,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če IME ni vgrajena lupina ali če pride do napake."
-#: builtins.c:631
+#: builtins.c:634
msgid ""
"Execute arguments as a shell command.\n"
" \n"
@@ -3062,7 +3182,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje končanja ali uspešno, če je ukaz prazen."
-#: builtins.c:643
+#: builtins.c:646
msgid ""
"Parse option arguments.\n"
" \n"
@@ -3140,7 +3260,8 @@ msgstr ""
" Vrne uspešno, če je možnost najdena; neuspešno, če pride\n"
" do konca možnosti ali do napake."
-#: builtins.c:685
+#: builtins.c:688
+#, fuzzy
msgid ""
"Replace the shell with the given command.\n"
" \n"
@@ -3151,8 +3272,8 @@ msgid ""
" \n"
" Options:\n"
" -a name\tpass NAME as the zeroth argument to COMMAND\n"
-" -c\t\texecute COMMAND with an empty environment\n"
-" -l\t\tplace a dash in the zeroth argument to COMMAND\n"
+" -c\texecute COMMAND with an empty environment\n"
+" -l\tplace a dash in the zeroth argument to COMMAND\n"
" \n"
" If the command cannot be executed, a non-interactive shell exits, "
"unless\n"
@@ -3179,7 +3300,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če UKAZ ni najden ali pride do napake preusmeritve."
-#: builtins.c:706
+#: builtins.c:709
msgid ""
"Exit the shell.\n"
" \n"
@@ -3191,7 +3312,7 @@ msgstr ""
" Konča lupino s stanjem N. Če je N izpuščen, se uporabi stanje\n"
" končanja zadnjega izvršenega ukaza."
-#: builtins.c:715
+#: builtins.c:718
msgid ""
"Exit a login shell.\n"
" \n"
@@ -3204,7 +3325,7 @@ msgstr ""
" Konča prijavno lupino s stanjem končanja N. Vrne napako, če se\n"
" ne izvede v prijavni lupini."
-#: builtins.c:725
+#: builtins.c:728
msgid ""
"Display or execute commands from the history list.\n"
" \n"
@@ -3258,7 +3379,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno ali stanje izvedenega ukaza; ne-ničelno, če pride do napake."
-#: builtins.c:755
+#: builtins.c:758
msgid ""
"Move job to the foreground.\n"
" \n"
@@ -3279,7 +3400,7 @@ msgstr ""
" Stanje ukaza, postavljenega v ospredje, ali neuspešno, če se\n"
" pojavi napaka."
-#: builtins.c:770
+#: builtins.c:773
msgid ""
"Move jobs to the background.\n"
" \n"
@@ -3302,7 +3423,7 @@ msgstr ""
" Vrne uspešno, razen če nadzor posla ni omogočen ali če pride\n"
" do napake."
-#: builtins.c:784
+#: builtins.c:787
#, fuzzy
msgid ""
"Remember or display program locations.\n"
@@ -3312,15 +3433,15 @@ msgid ""
"displayed.\n"
" \n"
" Options:\n"
-" -d\t\tforget the remembered location of each NAME\n"
-" -l\t\tdisplay in a format that may be reused as input\n"
+" -d\tforget the remembered location of each NAME\n"
+" -l\tdisplay in a format that may be reused as input\n"
" -p pathname\tuse PATHNAME as the full pathname of NAME\n"
-" -r\t\tforget all remembered locations\n"
-" -t\t\tprint the remembered location of each NAME, preceding\n"
+" -r\tforget all remembered locations\n"
+" -t\tprint the remembered location of each NAME, preceding\n"
" \t\teach location with the corresponding NAME if multiple\n"
" \t\tNAMEs are given\n"
" Arguments:\n"
-" NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
+" NAME\tEach NAME is searched for in $PATH and added to the list\n"
" \t\tof remembered commands.\n"
" \n"
" Exit Status:\n"
@@ -3345,7 +3466,8 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če IME ni najdeno ali če je dana neveljavna možnost."
-#: builtins.c:809
+#: builtins.c:812
+#, fuzzy
msgid ""
"Display information about builtin commands.\n"
" \n"
@@ -3357,7 +3479,7 @@ msgid ""
" -d\toutput short description for each topic\n"
" -m\tdisplay usage in pseudo-manpage format\n"
" -s\toutput only a short usage synopsis for each topic matching\n"
-" \tPATTERN\n"
+" \t\tPATTERN\n"
" \n"
" Arguments:\n"
" PATTERN\tPattern specifiying a help topic\n"
@@ -3385,7 +3507,8 @@ msgstr ""
" Vrne uspešno, razen če VZOREC ni najden ali pa je dana neveljavna\n"
" možnost."
-#: builtins.c:833
+#: builtins.c:836
+#, fuzzy
msgid ""
"Display or manipulate the history list.\n"
" \n"
@@ -3394,23 +3517,23 @@ msgid ""
" \n"
" Options:\n"
" -c\tclear the history list by deleting all of the entries\n"
-" -d offset\tdelete the history entry at offset OFFSET.\n"
+" -d offset\tdelete the history entry at position OFFSET.\n"
" \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"
-" \tlist\n"
+" \t\tlist\n"
" -w\twrite the current history to the history file\n"
-" \tand append them to the history list\n"
" \n"
" -p\tperform history expansion on each ARG and display the result\n"
-" \twithout storing it in the history list\n"
+" \t\twithout storing it in the history list\n"
" -s\tappend the ARGs to the history list as a single entry\n"
" \n"
" If FILENAME is given, it is used as the history file. Otherwise,\n"
-" if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
+" if HISTFILE has a value, that is used, else ~/.bash_history.\n"
" \n"
-" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
+" If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
" as a format string for strftime(3) to print the time stamp associated\n"
" with each displayed history entry. No time stamps are printed "
"otherwise.\n"
@@ -3452,7 +3575,7 @@ msgstr ""
" Vrne uspešno, razen če je podana neveljavna možnost ali če pride\n"
" do napake."
-#: builtins.c:869
+#: builtins.c:872
#, fuzzy
msgid ""
"Display status of jobs.\n"
@@ -3463,7 +3586,7 @@ msgid ""
" Options:\n"
" -l\tlists process IDs in addition to the normal information\n"
" -n\tlists only processes that have changed status since the last\n"
-" \tnotification\n"
+" \t\tnotification\n"
" -p\tlists process IDs only\n"
" -r\trestrict output to running jobs\n"
" -s\trestrict output to stopped jobs\n"
@@ -3497,7 +3620,8 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če pride do\n"
" napake. Če se uporabi -x, vrne stanje končanja UKAZA."
-#: builtins.c:896
+#: builtins.c:899
+#, fuzzy
msgid ""
"Remove jobs from current shell.\n"
" \n"
@@ -3507,7 +3631,7 @@ msgid ""
" Options:\n"
" -a\tremove all jobs if JOBSPEC is not supplied\n"
" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
-" \tshell receives a SIGHUP\n"
+" \t\tshell receives a SIGHUP\n"
" -r\tremove only running jobs\n"
" \n"
" Exit Status:\n"
@@ -3529,7 +3653,8 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če je dano\n"
" DOLOČILO_POSLA."
-#: builtins.c:915
+#: builtins.c:918
+#, fuzzy
msgid ""
"Send a signal to a job.\n"
" \n"
@@ -3541,7 +3666,8 @@ msgid ""
" -s sig\tSIG is a signal name\n"
" -n sig\tSIG is a signal number\n"
" -l\tlist the signal names; if arguments follow `-l' they are\n"
-" \tassumed to be signal numbers for which names should be listed\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"
@@ -3570,7 +3696,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če pride do\n"
" napake."
-#: builtins.c:938
+#: builtins.c:942
msgid ""
"Evaluate arithmetic expressions.\n"
" \n"
@@ -3657,7 +3783,7 @@ msgstr ""
" Stanje končanja\n"
" Če zadnji ARG ovrednoti na 0, let vrne 1; sicer let vrne 0."
-#: builtins.c:983
+#: builtins.c:987
#, fuzzy
msgid ""
"Read a line from the standard input and split it into fields.\n"
@@ -3679,27 +3805,28 @@ msgid ""
" \t\tvariable ARRAY, starting at zero\n"
" -d delim\tcontinue until the first character of DELIM is read, rather\n"
" \t\tthan newline\n"
-" -e\t\tuse Readline to obtain the line in an interactive shell\n"
-" -i text\tUse TEXT as the initial text for Readline\n"
+" -e\tuse Readline to obtain the line in an interactive shell\n"
+" -i text\tuse TEXT as the initial text for Readline\n"
" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
-" \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
-" \t\tcharacters are read before the delimiter\n"
+" \t\tfor a newline, but honor a delimiter if fewer than\n"
+" \t\tNCHARS characters are read before the delimiter\n"
" -N nchars\treturn only after reading exactly NCHARS characters, "
"unless\n"
-" \t\tEOF is encountered or read times out, ignoring any delimiter\n"
+" \t\tEOF is encountered or read times out, ignoring any\n"
+" \t\tdelimiter\n"
" -p prompt\toutput the string PROMPT without a trailing newline before\n"
" \t\tattempting to read\n"
-" -r\t\tdo not allow backslashes to escape any characters\n"
-" -s\t\tdo not echo input coming from a terminal\n"
-" -t timeout\ttime out and return failure if a complete line of input "
-"is\n"
-" \t\tnot read within TIMEOUT seconds. The value of the TMOUT\n"
-" \t\tvariable is the default timeout. TIMEOUT may be a\n"
-" \t\tfractional number. If TIMEOUT is 0, read returns immediately,\n"
-" \t\twithout trying to read any data, returning success only if\n"
-" \t\tinput is available on the specified file descriptor. The\n"
-" \t\texit status is greater than 128 if the timeout is exceeded\n"
-" -u fd\t\tread from file descriptor FD instead of the standard input\n"
+" -r\tdo not allow backslashes to escape any characters\n"
+" -s\tdo not echo input coming from a terminal\n"
+" -t timeout\ttime out and return failure if a complete line of\n"
+" \t\tinput is not read within TIMEOUT seconds. The value of the\n"
+" \t\tTMOUT variable is the default timeout. TIMEOUT may be a\n"
+" \t\tfractional number. If TIMEOUT is 0, read returns\n"
+" \t\timmediately, without trying to read any data, returning\n"
+" \t\tsuccess only if input is available on the specified\n"
+" \t\tfile descriptor. The exit status is greater than 128\n"
+" \t\tif the timeout is exceeded\n"
+" -u fd\tread from file descriptor FD instead of the standard input\n"
" \n"
" Exit Status:\n"
" The return code is zero, unless end-of-file is encountered, read times "
@@ -3749,7 +3876,7 @@ msgstr ""
" omejitev prekoračena ali če je dan neveljaven opisnik datotek kot\n"
" argument v -u."
-#: builtins.c:1028
+#: builtins.c:1034
msgid ""
"Return from a shell function.\n"
" \n"
@@ -3769,7 +3896,7 @@ msgstr ""
" Stanje končanja\n"
" Vrne N ali neuspešno, če lupina ne izvede funkcije ali skripta."
-#: builtins.c:1041
+#: builtins.c:1047
#, fuzzy
msgid ""
"Set or unset values of shell options and positional parameters.\n"
@@ -3838,7 +3965,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"
@@ -3941,7 +4069,7 @@ msgstr ""
" Stanje končanja\n"
" Vrne uspešno, razen če je dana neveljavna možnost."
-#: builtins.c:1126
+#: builtins.c:1132
#, fuzzy
msgid ""
"Unset values and attributes of shell variables and functions.\n"
@@ -3952,7 +4080,7 @@ msgid ""
" -f\ttreat each NAME as a shell function\n"
" -v\ttreat each NAME as a shell variable\n"
" -n\ttreat each NAME as a name reference and unset the variable itself\n"
-" \trather than the variable it references\n"
+" \t\trather than the variable it references\n"
" \n"
" Without options, unset first tries to unset a variable, and if that "
"fails,\n"
@@ -3980,7 +4108,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če je IME samo\n"
" za branje."
-#: builtins.c:1148
+#: builtins.c:1154
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -4014,7 +4142,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če je\n"
" neveljavno IME."
-#: builtins.c:1167
+#: builtins.c:1173
#, fuzzy
msgid ""
"Mark shell variables as unchangeable.\n"
@@ -4027,9 +4155,8 @@ msgid ""
" -a\trefer to indexed array variables\n"
" -A\trefer to associative array variables\n"
" -f\trefer to shell functions\n"
-" -p\tdisplay a list of all readonly variables or functions, depending "
-"on\n"
-" whether or not the -f option is given\n"
+" -p\tdisplay a list of all readonly variables or functions,\n"
+" \t\tdepending on whether or not the -f option is given\n"
" \n"
" An argument of `--' disables further option processing.\n"
" \n"
@@ -4055,7 +4182,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če je\n"
" neveljavno IME."
-#: builtins.c:1189
+#: builtins.c:1195
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -4073,7 +4200,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če je N negativen ali večji kot $#."
-#: builtins.c:1201 builtins.c:1216
+#: builtins.c:1207 builtins.c:1222
msgid ""
"Execute commands from a file in the current shell.\n"
" \n"
@@ -4097,7 +4224,7 @@ msgstr ""
" Vrne stanje zadnjega izvršenega ukaza v IMENU_DATOTEKE; vrne\n"
" neuspešno, če IMENA_DATOTEKE ni mogoče brati."
-#: builtins.c:1232
+#: builtins.c:1238
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -4123,7 +4250,7 @@ msgstr ""
" Vrne uspešno, razen če nadzor posla ni omogočen ali če pride do\n"
" napake."
-#: builtins.c:1248
+#: builtins.c:1254
#, fuzzy
msgid ""
"Evaluate conditional expression.\n"
@@ -4188,9 +4315,9 @@ msgid ""
" Other operators:\n"
" \n"
" -o OPTION True if the shell option OPTION is enabled.\n"
-" -v VAR\t True if the shell variable VAR is set\n"
-" -R VAR\t True if the shell variable VAR is set and is a name "
-"reference.\n"
+" -v VAR True if the shell variable VAR is set.\n"
+" -R VAR True if the shell variable VAR is set and is a name\n"
+" reference.\n"
" ! EXPR True if expr is false.\n"
" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
@@ -4285,7 +4412,7 @@ msgstr ""
" Vrne uspešno, če IZRAZ ovrednoti prav, neuspešno vrne, če IZRAZ \n"
" ovrednoti napak ali če je dan neveljaven argument."
-#: builtins.c:1329
+#: builtins.c:1336
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -4297,7 +4424,7 @@ msgstr ""
" To je sopomenka za vgrajeno lupino \"test\", toda zadnji argument\n"
" mora biti dobesedni `]' za ujemanje z uklepajem `['."
-#: builtins.c:1338
+#: builtins.c:1345
msgid ""
"Display process times.\n"
" \n"
@@ -4316,7 +4443,7 @@ msgstr ""
" Stanje končanja:\n"
" Vedno uspešno."
-#: builtins.c:1350
+#: builtins.c:1357
msgid ""
"Trap signals and other events.\n"
" \n"
@@ -4396,7 +4523,8 @@ msgstr ""
" Vrne uspešno, razen če je SIGSPEC neveljaven ali je dana neveljavna "
"možnost."
-#: builtins.c:1386
+#: builtins.c:1393
+#, fuzzy
msgid ""
"Display information about command type.\n"
" \n"
@@ -4405,18 +4533,18 @@ msgid ""
" \n"
" Options:\n"
" -a\tdisplay all locations containing an executable named NAME;\n"
-" \tincludes aliases, builtins, and functions, if and only if\n"
-" \tthe `-p' option is not also used\n"
+" \t\tincludes aliases, builtins, and functions, if and only if\n"
+" \t\tthe `-p' option is not also used\n"
" -f\tsuppress shell function lookup\n"
" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
-" \tbuiltin, or function, and returns the name of the disk file\n"
-" \tthat would be executed\n"
+" \t\tbuiltin, or function, and returns the name of the disk file\n"
+" \t\tthat would be executed\n"
" -p\treturns either the name of the disk file that would be executed,\n"
-" \tor nothing if `type -t NAME' would not return `file'.\n"
+" \t\tor nothing if `type -t NAME' would not return `file'\n"
" -t\toutput a single word which is one of `alias', `keyword',\n"
-" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
-" \treserved word, shell function, shell builtin, disk file, or not\n"
-" \tfound, respectively\n"
+" \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
+" \t\tshell reserved word, shell function, shell builtin, disk file,\n"
+" \t\tor not found, respectively\n"
" \n"
" Arguments:\n"
" NAME\tCommand name to be interpreted.\n"
@@ -4453,7 +4581,7 @@ msgstr ""
" Vrne uspešno, če so vsa IMENA najdena; vrne neuspešno, če katero\n"
" ni najdeno."
-#: builtins.c:1417
+#: builtins.c:1424
#, fuzzy
msgid ""
"Modify shell resource limits.\n"
@@ -4472,6 +4600,7 @@ msgid ""
" -e\tthe maximum scheduling priority (`nice')\n"
" -f\tthe maximum size of files written by the shell and its children\n"
" -i\tthe maximum number of pending signals\n"
+" -k\tthe maximum number of kqueues allocated for this process\n"
" -l\tthe maximum size a process may lock into memory\n"
" -m\tthe maximum resident set size\n"
" -n\tthe maximum number of open file descriptors\n"
@@ -4483,7 +4612,8 @@ msgid ""
" -u\tthe maximum number of user processes\n"
" -v\tthe size of virtual memory\n"
" -x\tthe maximum number of file locks\n"
-" -T the maximum number of threads\n"
+" -P\tthe maximum number of pseudoterminals\n"
+" -T\tthe maximum number of threads\n"
" \n"
" Not all options are available on all platforms.\n"
" \n"
@@ -4543,7 +4673,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost ali če pride do\n"
" napake."
-#: builtins.c:1465
+#: builtins.c:1474
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -4577,7 +4707,7 @@ msgstr ""
" Vrne uspešno, razen če je NAČIN neveljaven ali če je dana neveljavna\n"
" možnost."
-#: builtins.c:1485
+#: builtins.c:1494
#, fuzzy
msgid ""
"Wait for job completion and return exit status.\n"
@@ -4610,7 +4740,7 @@ msgstr ""
" Vrne stanje ID-ja; vrne neuspešno, če je ID neveljaven ali če je dana\n"
" neveljavna možnost."
-#: builtins.c:1506
+#: builtins.c:1515
#, fuzzy
msgid ""
"Wait for process completion and return exit status.\n"
@@ -4635,7 +4765,7 @@ msgstr ""
" Vrne stanje ID-ja; neuspešno, če je ID neveljaven ali če je dana\n"
" neveljavna možnost."
-#: builtins.c:1521
+#: builtins.c:1530
msgid ""
"Execute commands for each member in a list.\n"
" \n"
@@ -4658,7 +4788,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1535
+#: builtins.c:1544
msgid ""
"Arithmetic for loop.\n"
" \n"
@@ -4689,7 +4819,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1553
+#: builtins.c:1562
msgid ""
"Select words from a list and execute commands.\n"
" \n"
@@ -4726,7 +4856,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1574
+#: builtins.c:1583
msgid ""
"Report time consumed by pipeline's execution.\n"
" \n"
@@ -4755,7 +4885,7 @@ msgstr ""
" Stanje končanja:\n"
" Stanje končanja je stanje končanja CEVOVODA."
-#: builtins.c:1591
+#: builtins.c:1600
msgid ""
"Execute commands based on pattern matching.\n"
" \n"
@@ -4773,7 +4903,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1603
+#: builtins.c:1612
msgid ""
"Execute commands based on conditional.\n"
" \n"
@@ -4807,7 +4937,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1620
+#: builtins.c:1629
msgid ""
"Execute commands as long as a test succeeds.\n"
" \n"
@@ -4825,7 +4955,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1632
+#: builtins.c:1641
msgid ""
"Execute commands as long as a test does not succeed.\n"
" \n"
@@ -4843,7 +4973,8 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1644
+#: builtins.c:1653
+#, fuzzy
msgid ""
"Create a coprocess named NAME.\n"
" \n"
@@ -4853,7 +4984,7 @@ msgid ""
" The default NAME is \"COPROC\".\n"
" \n"
" Exit Status:\n"
-" Returns the exit status of COMMAND."
+" The coproc command returns an exit status of 0."
msgstr ""
"Ustvari soopravilo, imenovano IME.\n"
" \n"
@@ -4865,7 +4996,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje končanja UKAZA."
-#: builtins.c:1658
+#: builtins.c:1667
msgid ""
"Define shell function.\n"
" \n"
@@ -4889,7 +5020,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če je IME samo za branje."
-#: builtins.c:1672
+#: builtins.c:1681
msgid ""
"Group commands as a unit.\n"
" \n"
@@ -4907,7 +5038,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje zadnjega izvršenega ukaza."
-#: builtins.c:1684
+#: builtins.c:1693
msgid ""
"Resume job in foreground.\n"
" \n"
@@ -4931,7 +5062,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne stanje obnovljenega posla."
-#: builtins.c:1699
+#: builtins.c:1708
msgid ""
"Evaluate arithmetic expression.\n"
" \n"
@@ -4949,7 +5080,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne 1, če je IZRAZ enakovreden; sicer vrne 0."
-#: builtins.c:1711
+#: builtins.c:1720
msgid ""
"Execute conditional command.\n"
" \n"
@@ -5003,7 +5134,7 @@ msgstr ""
" Stanje končanja:\n"
" 0 ali 1, odvisno od vrednosti IZRAZA."
-#: builtins.c:1737
+#: builtins.c:1746
msgid ""
"Common shell variable names and usage.\n"
" \n"
@@ -5107,7 +5238,8 @@ msgstr ""
" HISTIGNORE\tZ dvopičjem ločen seznam vzorcev, ki so uporabljeni \n"
" \t\tza odločanje, kateri ukazi naj se shranijo na seznam zgodovine.\n"
-#: builtins.c:1794
+#: builtins.c:1803
+#, fuzzy
msgid ""
"Add directories to stack.\n"
" \n"
@@ -5117,19 +5249,19 @@ msgid ""
" \n"
" Options:\n"
" -n\tSuppresses the normal change of directory when adding\n"
-" \tdirectories to the stack, so only the stack is manipulated.\n"
+" \t\tdirectories to the stack, so only the stack is manipulated.\n"
" \n"
" Arguments:\n"
" +N\tRotates the stack so that the Nth directory (counting\n"
-" \tfrom the left of the list shown by `dirs', starting with\n"
-" \tzero) is at the top.\n"
+" \t\tfrom the left of the list shown by `dirs', starting with\n"
+" \t\tzero) is at the top.\n"
" \n"
" -N\tRotates the stack so that the Nth directory (counting\n"
-" \tfrom the right of the list shown by `dirs', starting with\n"
-" \tzero) is at the top.\n"
+" \t\tfrom the right of the list shown by `dirs', starting with\n"
+" \t\tzero) is at the top.\n"
" \n"
" dir\tAdds DIR to the directory stack at the top, making it the\n"
-" \tnew current working directory.\n"
+" \t\tnew current working directory.\n"
" \n"
" The `dirs' builtin displays the directory stack.\n"
" \n"
@@ -5163,7 +5295,8 @@ msgstr ""
" Vrne uspešno, razen če je predložen neveljaven argument ali če\n"
" sprememba mape spodleti."
-#: builtins.c:1828
+#: builtins.c:1837
+#, fuzzy
msgid ""
"Remove directories from stack.\n"
" \n"
@@ -5172,16 +5305,16 @@ msgid ""
" \n"
" Options:\n"
" -n\tSuppresses the normal change of directory when removing\n"
-" \tdirectories from the stack, so only the stack is manipulated.\n"
+" \t\tdirectories from the stack, so only the stack is manipulated.\n"
" \n"
" Arguments:\n"
" +N\tRemoves the Nth entry counting from the left of the list\n"
-" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
-" \tremoves the first directory, `popd +1' the second.\n"
+" \t\tshown by `dirs', starting with zero. For example: `popd +0'\n"
+" \t\tremoves the first directory, `popd +1' the second.\n"
" \n"
" -N\tRemoves the Nth entry counting from the right of the list\n"
-" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
-" \tremoves the last directory, `popd -1' the next to last.\n"
+" \t\tshown by `dirs', starting with zero. For example: `popd -0'\n"
+" \t\tremoves the last directory, `popd -1' the next to last.\n"
" \n"
" The `dirs' builtin displays the directory stack.\n"
" \n"
@@ -5213,7 +5346,8 @@ msgstr ""
" Vrne uspešno, razen če je predložen neveljaven argument ali če\n"
" sprememba mape spodleti."
-#: builtins.c:1858
+#: builtins.c:1867
+#, fuzzy
msgid ""
"Display directory stack.\n"
" \n"
@@ -5224,19 +5358,19 @@ msgid ""
" Options:\n"
" -c\tclear the directory stack by deleting all of the elements\n"
" -l\tdo not print tilde-prefixed versions of directories relative\n"
-" \tto your home directory\n"
+" \t\tto your home directory\n"
" -p\tprint the directory stack with one entry per line\n"
" -v\tprint the directory stack with one entry per line prefixed\n"
-" \twith its position in the stack\n"
+" \t\twith its position in the stack\n"
" \n"
" Arguments:\n"
-" +N\tDisplays the Nth entry counting from the left of the list shown "
-"by\n"
-" \tdirs when invoked without options, starting with zero.\n"
+" +N\tDisplays the Nth entry counting from the left of the list\n"
+" \t\tshown by dirs when invoked without options, starting with\n"
+" \t\tzero.\n"
" \n"
-" -N\tDisplays the Nth entry counting from the right of the list shown "
-"by\n"
-" \tdirs when invoked without options, starting with zero.\n"
+" -N\tDisplays the Nth entry counting from the right of the list\n"
+" \t\tshown by dirs when invoked without options, starting with\n"
+" \t\tzero.\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is supplied or an error occurs."
@@ -5264,7 +5398,7 @@ msgstr ""
" Stanje končanja:\n"
" Vrne uspešno, razen če je dana neveljavna možnost ali če pride do napake."
-#: builtins.c:1887
+#: builtins.c:1898
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -5301,7 +5435,7 @@ msgstr ""
" Vrne uspešno, če je IME_MOŽNOSTI omogočeno; neuspešno, če je\n"
" dana neveljavna možnost ali če je IME_MOŽNOSTI onemogočeno."
-#: builtins.c:1908
+#: builtins.c:1919
#, fuzzy
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
@@ -5319,15 +5453,15 @@ msgid ""
"successive\n"
" argument.\n"
" \n"
-" In addition to the standard format specifications described in "
-"printf(1),\n"
+" In addition to the standard format specifications described in printf"
+"(1),\n"
" printf interprets:\n"
" \n"
" %b\texpand backslash escape sequences in the corresponding argument\n"
" %q\tquote the argument in a way that can be reused as shell input\n"
-" %(fmt)T output the date-time string resulting from using FMT as a "
+" %(fmt)T\toutput the date-time string resulting from using FMT as a "
"format\n"
-" string for strftime(3)\n"
+" \t string for strftime(3)\n"
" \n"
" The format is re-used as necessary to consume all of the arguments. If\n"
" there are fewer arguments than the format requires, extra format\n"
@@ -5367,7 +5501,8 @@ msgstr ""
"napake\n"
" branja ali dodelitve."
-#: builtins.c:1942
+#: builtins.c:1953
+#, fuzzy
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -5380,11 +5515,11 @@ msgid ""
" Options:\n"
" -p\tprint existing completion specifications in a reusable format\n"
" -r\tremove a completion specification for each NAME, or, if no\n"
-" \tNAMEs are supplied, all completion specifications\n"
+" \t\tNAMEs are supplied, all completion specifications\n"
" -D\tapply the completions and actions as the default for commands\n"
-" \twithout any specific completion defined\n"
+" \t\twithout any specific completion defined\n"
" -E\tapply the completions and actions to \"empty\" commands --\n"
-" \tcompletion attempted on a blank line\n"
+" \t\tcompletion attempted on a blank line\n"
" \n"
" When completion is attempted, the actions are applied in the order the\n"
" uppercase-letter options are listed above. The -D option takes\n"
@@ -5418,7 +5553,7 @@ msgstr ""
" Vrne uspešno, razen če je predložena neveljavna možnost ali če pride\n"
" do napake."
-#: builtins.c:1970
+#: builtins.c:1981
msgid ""
"Display possible completions depending on the options.\n"
" \n"
@@ -5440,7 +5575,7 @@ msgstr ""
" Vrne uspešno, razen če je predložena neveljavna možnost ali če pride\n"
" do napake."
-#: builtins.c:1985
+#: builtins.c:1996
msgid ""
"Modify or display completion options.\n"
" \n"
@@ -5496,7 +5631,8 @@ msgstr ""
" Vrne uspešno, razen če je predložena neveljavna možnost ali pa IME\n"
" nima določenega določila dopolnjevanja."
-#: builtins.c:2015
+#: builtins.c:2026
+#, fuzzy
msgid ""
"Read lines from the standard input into an indexed array variable.\n"
" \n"
@@ -5507,20 +5643,21 @@ msgid ""
" is the default ARRAY.\n"
" \n"
" Options:\n"
+" -d delim\tUse DELIM to terminate lines, instead of newline\n"
" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
-"copied.\n"
+"copied\n"
" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
-"index is 0.\n"
-" -s count \tDiscard the first COUNT lines read.\n"
-" -t\t\tRemove a trailing newline from each line read.\n"
-" -u fd\t\tRead lines from file descriptor FD instead of the standard "
-"input.\n"
-" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
-" -c quantum\tSpecify the number of lines read between each call to "
-"CALLBACK.\n"
+"index is 0\n"
+" -s count\tDiscard the first COUNT lines read\n"
+" -t\tRemove a trailing DELIM from each line read (default newline)\n"
+" -u fd\tRead lines from file descriptor FD instead of the standard "
+"input\n"
+" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
+" -c quantum\tSpecify the number of lines read between each call to\n"
+" \t\t\tCALLBACK\n"
" \n"
" Arguments:\n"
-" ARRAY\t\tArray variable name to use for file data.\n"
+" ARRAY\tArray variable name to use for file data\n"
" \n"
" If -C is supplied without -c, the default quantum is 5000. When\n"
" CALLBACK is evaluated, it is supplied the index of the next array\n"
@@ -5572,7 +5709,7 @@ msgstr ""
" Vrne uspešno, razen če je dana neveljavna možnost oz. je POLJE samo\n"
" za branje ali pa ni zabeleženo polje."
-#: builtins.c:2049
+#: builtins.c:2062
msgid ""
"Read lines from a file into an array variable.\n"
" \n"
@@ -5582,6 +5719,26 @@ msgstr ""
" \n"
" Je sopomenka za `mapfile'."
+#, fuzzy
+#~ msgid "Copyright (C) 2014 Free Software Foundation, Inc."
+#~ msgstr "Avtorske pravice (C) 2011 Free Software Foundation, Inc."
+
+#~ msgid ":"
+#~ msgstr ":"
+
+#~ msgid "true"
+#~ msgstr "prav"
+
+#~ msgid "false"
+#~ msgstr "napak"
+
+#~ msgid "times"
+#~ msgstr "krat"
+
+#, fuzzy
+#~ msgid "Copyright (C) 2012 Free Software Foundation, Inc."
+#~ msgstr "Avtorske pravice (C) 2011 Free Software Foundation, Inc."
+
#~ msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
#~ msgstr "Avtorske pravice (C) 2009 Free Software Foundation, Inc.\n"