commit bash-20080925 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:29:27 -05:00
parent f1c4df2484
commit 10a4e4150a
62 changed files with 8960 additions and 6649 deletions
+138 -137
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-08-25 11:13-0400\n"
"POT-Creation-Date: 2008-09-24 11:49-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,26 +17,26 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: arrayfunc.c:49
#: arrayfunc.c:50
msgid "bad array subscript"
msgstr ""
#: arrayfunc.c:312 builtins/declare.def:467
#: arrayfunc.c:313 builtins/declare.def:467
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr ""
#: arrayfunc.c:478
#: arrayfunc.c:479
#, c-format
msgid "%s: invalid associative array key"
msgstr ""
#: arrayfunc.c:480
#: arrayfunc.c:481
#, c-format
msgid "%s: cannot assign to non-numeric index"
msgstr ""
#: arrayfunc.c:516
#: arrayfunc.c:517
#, c-format
msgid "%s: %s: must use subscript when assigning associative array"
msgstr ""
@@ -65,32 +65,32 @@ msgstr ""
msgid "%s: missing colon separator"
msgstr ""
#: builtins/bind.def:199
#: builtins/bind.def:202
#, c-format
msgid "`%s': invalid keymap name"
msgstr ""
#: builtins/bind.def:238
#: builtins/bind.def:241
#, c-format
msgid "%s: cannot read: %s"
msgstr ""
#: builtins/bind.def:253
#: builtins/bind.def:256
#, c-format
msgid "`%s': cannot unbind"
msgstr ""
#: builtins/bind.def:288 builtins/bind.def:318
#: builtins/bind.def:291 builtins/bind.def:321
#, c-format
msgid "`%s': unknown function name"
msgstr ""
#: builtins/bind.def:296
#: builtins/bind.def:299
#, c-format
msgid "%s is not bound to any keys.\n"
msgstr ""
#: builtins/bind.def:300
#: builtins/bind.def:303
#, c-format
msgid "%s can be invoked via "
msgstr ""
@@ -236,12 +236,12 @@ msgstr ""
msgid "write error: %s"
msgstr ""
#: builtins/common.c:523
#: builtins/common.c:524
#, c-format
msgid "%s: error retrieving current directory: %s: %s\n"
msgstr ""
#: builtins/common.c:589 builtins/common.c:591
#: builtins/common.c:590 builtins/common.c:592
#, c-format
msgid "%s: ambiguous job spec"
msgstr ""
@@ -277,7 +277,7 @@ msgstr ""
msgid "cannot use `-f' to make functions"
msgstr ""
#: builtins/declare.def:365 execute_cmd.c:4696
#: builtins/declare.def:365 execute_cmd.c:4707
#, c-format
msgid "%s: readonly function"
msgstr ""
@@ -316,7 +316,7 @@ msgstr ""
msgid "%s: cannot delete: %s"
msgstr ""
#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553
#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4564
#: shell.c:1439
#, c-format
msgid "%s: is a directory"
@@ -332,7 +332,7 @@ msgstr ""
msgid "%s: file is too large"
msgstr ""
#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449
#: builtins/evalfile.c:185 execute_cmd.c:4634 shell.c:1449
#, c-format
msgid "%s: cannot execute binary file"
msgstr ""
@@ -445,7 +445,7 @@ msgstr ""
msgid "history position"
msgstr ""
#: builtins/history.def:366
#: builtins/history.def:365
#, c-format
msgid "%s: history expansion failed"
msgstr ""
@@ -472,12 +472,12 @@ msgstr ""
msgid "expression expected"
msgstr ""
#: builtins/mapfile.def:215 builtins/read.def:271
#: builtins/mapfile.def:215 builtins/read.def:272
#, c-format
msgid "%s: invalid file descriptor specification"
msgstr ""
#: builtins/mapfile.def:223 builtins/read.def:278
#: builtins/mapfile.def:223 builtins/read.def:279
#, c-format
msgid "%d: invalid file descriptor: %s"
msgstr ""
@@ -610,17 +610,17 @@ msgid ""
" The `dirs' builtin displays the directory stack."
msgstr ""
#: builtins/read.def:247
#: builtins/read.def:248
#, c-format
msgid "%s: invalid timeout specification"
msgstr ""
#: builtins/read.def:569
#: builtins/read.def:574
#, c-format
msgid "read error: %d: %s"
msgstr ""
#: builtins/return.def:68
#: builtins/return.def:73
msgid "can only `return' from a function or sourced script"
msgstr ""
@@ -791,36 +791,36 @@ msgstr ""
msgid "\atimed out waiting for input: auto-logout\n"
msgstr ""
#: execute_cmd.c:483
#: execute_cmd.c:486
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr ""
#: execute_cmd.c:1079
#: execute_cmd.c:1082
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr ""
#: execute_cmd.c:1930
#: execute_cmd.c:1933
msgid "pipe error"
msgstr ""
#: execute_cmd.c:4243
#: execute_cmd.c:4251
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr ""
#: execute_cmd.c:4334
#: execute_cmd.c:4342
#, c-format
msgid "%s: command not found"
msgstr ""
#: execute_cmd.c:4586
#: execute_cmd.c:4597
#, c-format
msgid "%s: %s: bad interpreter"
msgstr ""
#: execute_cmd.c:4735
#: execute_cmd.c:4746
#, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr ""
@@ -895,7 +895,7 @@ msgstr ""
msgid "getcwd: cannot access parent directories"
msgstr ""
#: input.c:94 subst.c:4551
#: input.c:94 subst.c:4554
#, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr ""
@@ -910,144 +910,144 @@ msgstr ""
msgid "save_bash_input: buffer already exists for new fd %d"
msgstr ""
#: jobs.c:464
#: jobs.c:466
msgid "start_pipeline: pgrp pipe"
msgstr ""
#: jobs.c:879
#: jobs.c:882
#, c-format
msgid "forked pid %d appears in running job %d"
msgstr ""
#: jobs.c:997
#: jobs.c:1000
#, c-format
msgid "deleting stopped job %d with process group %ld"
msgstr ""
#: jobs.c:1102
#: jobs.c:1105
#, c-format
msgid "add_process: process %5ld (%s) in the_pipeline"
msgstr ""
#: jobs.c:1105
#: jobs.c:1108
#, c-format
msgid "add_process: pid %5ld (%s) marked as still alive"
msgstr ""
#: jobs.c:1393
#: jobs.c:1396
#, c-format
msgid "describe_pid: %ld: no such pid"
msgstr ""
#: jobs.c:1408
#: jobs.c:1411
#, c-format
msgid "Signal %d"
msgstr ""
#: jobs.c:1422 jobs.c:1447
#: jobs.c:1425 jobs.c:1450
msgid "Done"
msgstr ""
#: jobs.c:1427 siglist.c:122
#: jobs.c:1430 siglist.c:122
msgid "Stopped"
msgstr ""
#: jobs.c:1431
#: jobs.c:1434
#, c-format
msgid "Stopped(%s)"
msgstr ""
#: jobs.c:1435
#: jobs.c:1438
msgid "Running"
msgstr ""
#: jobs.c:1449
#: jobs.c:1452
#, c-format
msgid "Done(%d)"
msgstr ""
#: jobs.c:1451
#: jobs.c:1454
#, c-format
msgid "Exit %d"
msgstr ""
#: jobs.c:1454
#: jobs.c:1457
msgid "Unknown status"
msgstr ""
#: jobs.c:1541
#: jobs.c:1544
#, c-format
msgid "(core dumped) "
msgstr ""
#: jobs.c:1560
#: jobs.c:1563
#, c-format
msgid " (wd: %s)"
msgstr ""
#: jobs.c:1761
#: jobs.c:1766
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr ""
#: jobs.c:2089 nojobs.c:576
#: jobs.c:2094 nojobs.c:576
#, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr ""
#: jobs.c:2316
#: jobs.c:2321
#, c-format
msgid "wait_for: No record of process %ld"
msgstr ""
#: jobs.c:2588
#: jobs.c:2593
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr ""
#: jobs.c:2810
#: jobs.c:2815
#, c-format
msgid "%s: job has terminated"
msgstr ""
#: jobs.c:2819
#: jobs.c:2824
#, c-format
msgid "%s: job %d already in background"
msgstr ""
#: jobs.c:3482
#: jobs.c:3487
#, c-format
msgid "%s: line %d: "
msgstr ""
#: jobs.c:3496 nojobs.c:805
#: jobs.c:3501 nojobs.c:805
#, c-format
msgid " (core dumped)"
msgstr ""
#: jobs.c:3508 jobs.c:3521
#: jobs.c:3513 jobs.c:3526
#, c-format
msgid "(wd now: %s)\n"
msgstr ""
#: jobs.c:3553
#: jobs.c:3558
msgid "initialize_job_control: getpgrp failed"
msgstr ""
#: jobs.c:3613
#: jobs.c:3618
msgid "initialize_job_control: line discipline"
msgstr ""
#: jobs.c:3623
#: jobs.c:3628
msgid "initialize_job_control: setpgid"
msgstr ""
#: jobs.c:3651
#: jobs.c:3656
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr ""
#: jobs.c:3656
#: jobs.c:3661
msgid "no job control in this shell"
msgstr ""
@@ -1298,31 +1298,31 @@ msgstr ""
msgid "file descriptor out of range"
msgstr ""
#: redir.c:146
#: redir.c:147
#, c-format
msgid "%s: ambiguous redirect"
msgstr ""
#: redir.c:150
#: redir.c:151
#, c-format
msgid "%s: cannot overwrite existing file"
msgstr ""
#: redir.c:155
#: redir.c:156
#, c-format
msgid "%s: restricted: cannot redirect output"
msgstr ""
#: redir.c:160
#: redir.c:161
#, c-format
msgid "cannot create temp file for here-document: %s"
msgstr ""
#: redir.c:515
#: redir.c:516
msgid "/dev/(tcp|udp)/host/port not supported without networking"
msgstr ""
#: redir.c:992
#: redir.c:993
msgid "redirection error: cannot duplicate fd"
msgstr ""
@@ -1387,7 +1387,7 @@ msgstr ""
msgid "Use the `bashbug' command to report bugs.\n"
msgstr ""
#: sig.c:576
#: sig.c:577
#, c-format
msgid "sigprocmask: %d: invalid operation"
msgstr ""
@@ -1561,77 +1561,77 @@ msgstr ""
msgid "Unknown Signal #%d"
msgstr ""
#: subst.c:1177 subst.c:1298
#: subst.c:1179 subst.c:1300
#, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr ""
#: subst.c:2450
#: subst.c:2452
#, c-format
msgid "%s: cannot assign list to array member"
msgstr ""
#: subst.c:4448 subst.c:4464
#: subst.c:4451 subst.c:4467
msgid "cannot make pipe for process substitution"
msgstr ""
#: subst.c:4496
#: subst.c:4499
msgid "cannot make child for process substitution"
msgstr ""
#: subst.c:4541
#: subst.c:4544
#, c-format
msgid "cannot open named pipe %s for reading"
msgstr ""
#: subst.c:4543
#: subst.c:4546
#, c-format
msgid "cannot open named pipe %s for writing"
msgstr ""
#: subst.c:4561
#: subst.c:4564
#, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr ""
#: subst.c:4757
#: subst.c:4760
msgid "cannot make pipe for command substitution"
msgstr ""
#: subst.c:4791
#: subst.c:4794
msgid "cannot make child for command substitution"
msgstr ""
#: subst.c:4808
#: subst.c:4811
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr ""
#: subst.c:5310
#: subst.c:5313
#, c-format
msgid "%s: parameter null or not set"
msgstr ""
#: subst.c:5600
#: subst.c:5603
#, c-format
msgid "%s: substring expression < 0"
msgstr ""
#: subst.c:6646
#: subst.c:6655
#, c-format
msgid "%s: bad substitution"
msgstr ""
#: subst.c:6722
#: subst.c:6735
#, c-format
msgid "$%s: cannot assign in this way"
msgstr ""
#: subst.c:7441
#: subst.c:7454
#, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr ""
#: subst.c:8314
#: subst.c:8327
#, c-format
msgid "no match: %s"
msgstr ""
@@ -1668,22 +1668,22 @@ msgstr ""
msgid "missing `]'"
msgstr ""
#: trap.c:200
#: trap.c:201
msgid "invalid signal number"
msgstr ""
#: trap.c:323
#: trap.c:324
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr ""
#: trap.c:327
#: trap.c:328
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr ""
#: trap.c:371
#: trap.c:372
#, c-format
msgid "trap_handler: bad signal %d"
msgstr ""
@@ -1698,33 +1698,33 @@ msgstr ""
msgid "shell level (%d) too high, resetting to 1"
msgstr ""
#: variables.c:1891
#: variables.c:1893
msgid "make_local_variable: no function context at current scope"
msgstr ""
#: variables.c:3120
#: variables.c:3122
msgid "all_local_variables: no function context at current scope"
msgstr ""
#: variables.c:3337 variables.c:3346
#: variables.c:3339 variables.c:3348
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr ""
#: variables.c:3352
#: variables.c:3354
#, c-format
msgid "no `=' in exportstr for %s"
msgstr ""
#: variables.c:3787
#: variables.c:3789
msgid "pop_var_context: head of shell_variables not a function context"
msgstr ""
#: variables.c:3800
#: variables.c:3802
msgid "pop_var_context: no global_variables context"
msgstr ""
#: variables.c:3874
#: variables.c:3876
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr ""
@@ -2828,8 +2828,9 @@ msgid ""
"is\n"
" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n"
" \t\tvariable is the default timeout. TIMEOUT may be a\n"
" \t\tfractional number. The exit status is greater than 128 if\n"
" \t\tthe timeout is exceeded\n"
" \t\tfractional number. If TIMEOUT is 0, read returns success only\n"
" \t\tif input 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"
" \n"
" Exit Status:\n"
@@ -2838,7 +2839,7 @@ msgid ""
" or an invalid file descriptor is supplied as the argument to -u."
msgstr ""
#: builtins.c:1001
#: builtins.c:1002
msgid ""
"Return from a shell function.\n"
" \n"
@@ -2850,7 +2851,7 @@ msgid ""
" Returns N, or failure if the shell is not executing a function or script."
msgstr ""
#: builtins.c:1014
#: builtins.c:1015
msgid ""
"Set or unset values of shell options and positional parameters.\n"
" \n"
@@ -2932,7 +2933,7 @@ msgid ""
" Returns success unless an invalid option is given."
msgstr ""
#: builtins.c:1096
#: builtins.c:1097
msgid ""
"Unset values and attributes of shell variables and functions.\n"
" \n"
@@ -2952,7 +2953,7 @@ msgid ""
" Returns success unless an invalid option is given or a NAME is read-only."
msgstr ""
#: builtins.c:1116
#: builtins.c:1117
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -2971,7 +2972,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
#: builtins.c:1135
#: builtins.c:1136
msgid ""
"Mark shell variables as unchangeable.\n"
" \n"
@@ -2991,7 +2992,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
#: builtins.c:1156
#: builtins.c:1157
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -3002,7 +3003,7 @@ msgid ""
" Returns success unless N is negative or greater than $#."
msgstr ""
#: builtins.c:1168 builtins.c:1183
#: builtins.c:1169 builtins.c:1184
msgid ""
"Execute commands from a file in the current shell.\n"
" \n"
@@ -3016,7 +3017,7 @@ msgid ""
" FILENAME cannot be read."
msgstr ""
#: builtins.c:1199
#: builtins.c:1200
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -3030,7 +3031,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
#: builtins.c:1215
#: builtins.c:1216
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3107,7 +3108,7 @@ msgid ""
" false or an invalid argument is given."
msgstr ""
#: builtins.c:1291
#: builtins.c:1292
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3115,7 +3116,7 @@ msgid ""
" be a literal `]', to match the opening `['."
msgstr ""
#: builtins.c:1300
#: builtins.c:1301
msgid ""
"Display process times.\n"
" \n"
@@ -3127,7 +3128,7 @@ msgid ""
" Always succeeds."
msgstr ""
#: builtins.c:1312
#: builtins.c:1313
msgid ""
"Trap signals and other events.\n"
" \n"
@@ -3163,7 +3164,7 @@ msgid ""
"given."
msgstr ""
#: builtins.c:1344
#: builtins.c:1345
msgid ""
"Display information about command type.\n"
" \n"
@@ -3193,7 +3194,7 @@ msgid ""
"found."
msgstr ""
#: builtins.c:1375
#: builtins.c:1376
msgid ""
"Modify shell resource limits.\n"
" \n"
@@ -3237,7 +3238,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
#: builtins.c:1420
#: builtins.c:1421
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -3255,7 +3256,7 @@ msgid ""
" Returns success unless MODE is invalid or an invalid option is given."
msgstr ""
#: builtins.c:1440
#: builtins.c:1441
msgid ""
"Wait for job completion and return exit status.\n"
" \n"
@@ -3272,7 +3273,7 @@ msgid ""
" given."
msgstr ""
#: builtins.c:1458
#: builtins.c:1459
msgid ""
"Wait for process completion and return exit status.\n"
" \n"
@@ -3286,7 +3287,7 @@ msgid ""
" given."
msgstr ""
#: builtins.c:1473
#: builtins.c:1474
msgid ""
"Execute commands for each member in a list.\n"
" \n"
@@ -3299,7 +3300,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1487
#: builtins.c:1488
msgid ""
"Arithmetic for loop.\n"
" \n"
@@ -3316,7 +3317,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1505
#: builtins.c:1506
msgid ""
"Select words from a list and execute commands.\n"
" \n"
@@ -3336,7 +3337,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1526
#: builtins.c:1527
msgid ""
"Report time consumed by pipeline's execution.\n"
" \n"
@@ -3352,7 +3353,7 @@ msgid ""
" The return status is the return status of PIPELINE."
msgstr ""
#: builtins.c:1543
#: builtins.c:1544
msgid ""
"Execute commands based on pattern matching.\n"
" \n"
@@ -3363,7 +3364,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1555
#: builtins.c:1556
msgid ""
"Execute commands based on conditional.\n"
" \n"
@@ -3384,7 +3385,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1572
#: builtins.c:1573
msgid ""
"Execute commands as long as a test succeeds.\n"
" \n"
@@ -3395,7 +3396,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1584
#: builtins.c:1585
msgid ""
"Execute commands as long as a test does not succeed.\n"
" \n"
@@ -3406,7 +3407,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1596
#: builtins.c:1597
msgid ""
"Define shell function.\n"
" \n"
@@ -3420,7 +3421,7 @@ msgid ""
" Returns success unless NAME is readonly."
msgstr ""
#: builtins.c:1610
#: builtins.c:1611
msgid ""
"Group commands as a unit.\n"
" \n"
@@ -3431,7 +3432,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
#: builtins.c:1622
#: builtins.c:1623
msgid ""
"Resume job in foreground.\n"
" \n"
@@ -3445,7 +3446,7 @@ msgid ""
" Returns the status of the resumed job."
msgstr ""
#: builtins.c:1637
#: builtins.c:1638
msgid ""
"Evaluate arithmetic expression.\n"
" \n"
@@ -3456,7 +3457,7 @@ msgid ""
" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
msgstr ""
#: builtins.c:1649
#: builtins.c:1650
msgid ""
"Execute conditional command.\n"
" \n"
@@ -3484,7 +3485,7 @@ msgid ""
" 0 or 1 depending on value of EXPRESSION."
msgstr ""
#: builtins.c:1675
#: builtins.c:1676
msgid ""
"Common shell variable names and usage.\n"
" \n"
@@ -3538,7 +3539,7 @@ msgid ""
" \t\tcommands should be saved on the history list.\n"
msgstr ""
#: builtins.c:1732
#: builtins.c:1733
msgid ""
"Add directories to stack.\n"
" \n"
@@ -3569,7 +3570,7 @@ msgid ""
" change fails."
msgstr ""
#: builtins.c:1766
#: builtins.c:1767
msgid ""
"Remove directories from stack.\n"
" \n"
@@ -3596,7 +3597,7 @@ msgid ""
" change fails."
msgstr ""
#: builtins.c:1796
#: builtins.c:1797
msgid ""
"Display directory stack.\n"
" \n"
@@ -3625,7 +3626,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
#: builtins.c:1825
#: builtins.c:1826
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -3646,7 +3647,7 @@ msgid ""
" given or OPTNAME is disabled."
msgstr ""
#: builtins.c:1846
#: builtins.c:1847
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
" \n"
@@ -3676,7 +3677,7 @@ msgid ""
" error occurs."
msgstr ""
#: builtins.c:1873
#: builtins.c:1874
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -3698,7 +3699,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
#: builtins.c:1896
#: builtins.c:1897
msgid ""
"Display possible completions depending on the options.\n"
" \n"
@@ -3711,7 +3712,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
#: builtins.c:1911
#: builtins.c:1912
msgid ""
"Modify or display completion options.\n"
" \n"
@@ -3740,7 +3741,7 @@ msgid ""
" have a completion specification defined."
msgstr ""
#: builtins.c:1939
#: builtins.c:1940
msgid ""
"Read lines from a file into an array variable.\n"
" \n"