summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
commit0001803f0b9523c94fa2ede48eaecb047fef4524 (patch)
treef334332811e033ff966d94f6268f0629a94304b3 /po/ja.po
parent89a92869e56aba4e4cab2d639c00a86f0545c862 (diff)
downloadbash-0001803f0b9523c94fa2ede48eaecb047fef4524.tar.gz
Bash-4.1 distribution source
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po701
1 files changed, 398 insertions, 303 deletions
diff --git a/po/ja.po b/po/ja.po
index 15543c04..18dec236 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU bash 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-19 14:53-0500\n"
+"POT-Creation-Date: 2009-12-30 08:25-0500\n"
"PO-Revision-Date: 2000-03-21 19:30+0900\n"
"Last-Translator: Kyoichi Ozaki <k@afromania.org>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -18,50 +18,55 @@ msgstr ""
msgid "bad array subscript"
msgstr ""
-#: arrayfunc.c:313 builtins/declare.def:474
+#: arrayfunc.c:313 builtins/declare.def:481
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr ""
-#: arrayfunc.c:479
+#: arrayfunc.c:480
#, fuzzy, c-format
msgid "%s: invalid associative array key"
msgstr "%c%c: 悪いオプション"
-#: arrayfunc.c:481
+#: arrayfunc.c:482
#, c-format
msgid "%s: cannot assign to non-numeric index"
msgstr ""
-#: arrayfunc.c:517
+#: arrayfunc.c:518
#, c-format
msgid "%s: %s: must use subscript when assigning associative array"
msgstr ""
-#: bashhist.c:379
+#: bashhist.c:383
#, c-format
msgid "%s: cannot create: %s"
msgstr "%s: %s を作成できません"
-#: bashline.c:3413
+#: bashline.c:3457
msgid "bash_execute_unix_command: cannot find keymap for command"
msgstr ""
-#: bashline.c:3491
+#: bashline.c:3543
#, c-format
msgid "%s: first non-whitespace character is not `\"'"
msgstr ""
-#: bashline.c:3520
+#: bashline.c:3572
#, c-format
msgid "no closing `%c' in %s"
msgstr ""
-#: bashline.c:3554
+#: bashline.c:3606
#, c-format
msgid "%s: missing colon separator"
msgstr ""
+#: builtins/alias.def:132
+#, fuzzy, c-format
+msgid "`%s': invalid alias name"
+msgstr "%c%c: 悪いオプション"
+
#: builtins/bind.def:120 builtins/bind.def:123
msgid "line editing not enabled"
msgstr ""
@@ -112,6 +117,21 @@ msgid ""
" Without EXPR, returns "
msgstr ""
+#: builtins/caller.def:135
+msgid ""
+". With EXPR, returns\n"
+" "
+msgstr ""
+
+#: builtins/caller.def:136
+msgid ""
+"; this extra information can be used to\n"
+" provide a stack trace.\n"
+" \n"
+" The value of EXPR indicates how many call frames to go back before the\n"
+" current one; the top frame is frame 0."
+msgstr ""
+
#: builtins/cd.def:215
msgid "HOME not set"
msgstr ""
@@ -125,7 +145,7 @@ msgstr ""
msgid "line %d: "
msgstr "スロット %3d: "
-#: builtins/common.c:139 error.c:260
+#: builtins/common.c:139 error.c:261
#, fuzzy, c-format
msgid "warning: "
msgstr "書き込み中"
@@ -135,11 +155,11 @@ msgstr "書き込み中"
msgid "%s: usage: "
msgstr ""
-#: builtins/common.c:166 test.c:822
+#: builtins/common.c:166 test.c:827
msgid "too many arguments"
msgstr "引数が多すぎます"
-#: builtins/common.c:191 shell.c:493 shell.c:774
+#: builtins/common.c:191 shell.c:499 shell.c:782
#, fuzzy, c-format
msgid "%s: option requires an argument"
msgstr "オプションには引数が必要: -"
@@ -154,7 +174,7 @@ msgstr ""
msgid "%s: not found"
msgstr "%s: コマンドが見つかりません"
-#: builtins/common.c:214 shell.c:787
+#: builtins/common.c:214 shell.c:795
#, fuzzy, c-format
msgid "%s: invalid option"
msgstr "%c%c: 悪いオプション"
@@ -179,7 +199,7 @@ msgstr "悪いシグナル番号"
msgid "invalid hex number"
msgstr "悪いシグナル番号"
-#: builtins/common.c:242 expr.c:1255
+#: builtins/common.c:242 expr.c:1256
#, fuzzy
msgid "invalid number"
msgstr "悪いシグナル番号"
@@ -194,7 +214,7 @@ msgstr ""
msgid "`%s': not a pid or valid job spec"
msgstr ""
-#: builtins/common.c:264 error.c:453
+#: builtins/common.c:264 error.c:454
#, c-format
msgid "%s: readonly variable"
msgstr "%s: 読み込みのみの変数"
@@ -269,26 +289,26 @@ msgstr ""
msgid "%s: ambiguous job spec"
msgstr "%s: あいまいなリダイレクト"
-#: builtins/complete.def:270
+#: builtins/complete.def:276
#, c-format
msgid "%s: invalid action name"
msgstr ""
-#: builtins/complete.def:430 builtins/complete.def:615
-#: builtins/complete.def:813
+#: builtins/complete.def:449 builtins/complete.def:644
+#: builtins/complete.def:853
#, c-format
msgid "%s: no completion specification"
msgstr ""
-#: builtins/complete.def:667
+#: builtins/complete.def:696
msgid "warning: -F option may not work as you expect"
msgstr ""
-#: builtins/complete.def:669
+#: builtins/complete.def:698
msgid "warning: -C option may not work as you expect"
msgstr ""
-#: builtins/complete.def:786
+#: builtins/complete.def:826
msgid "not currently executing completion function"
msgstr ""
@@ -296,21 +316,21 @@ msgstr ""
msgid "can only be used in a function"
msgstr ""
-#: builtins/declare.def:353
+#: builtins/declare.def:360
msgid "cannot use `-f' to make functions"
msgstr ""
-#: builtins/declare.def:365 execute_cmd.c:4818
+#: builtins/declare.def:372 execute_cmd.c:4937
#, c-format
msgid "%s: readonly function"
msgstr "%s: 読み込みのみの関数"
-#: builtins/declare.def:461
+#: builtins/declare.def:468
#, fuzzy, c-format
msgid "%s: cannot destroy array variables in this way"
msgstr "$%s: このように指定できません"
-#: builtins/declare.def:468
+#: builtins/declare.def:475
#, c-format
msgid "%s: cannot convert associative to indexed array"
msgstr ""
@@ -339,8 +359,8 @@ msgstr ""
msgid "%s: cannot delete: %s"
msgstr "%s: %s を作成できません"
-#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4675
-#: shell.c:1439
+#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
+#: shell.c:1452
#, c-format
msgid "%s: is a directory"
msgstr "%s: はディレクトリです"
@@ -355,7 +375,8 @@ msgstr "%s: バイナリファイルを実行できません"
msgid "%s: file is too large"
msgstr ""
-#: builtins/evalfile.c:185 execute_cmd.c:4745 shell.c:1449
+#: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
+#: shell.c:1462
#, c-format
msgid "%s: cannot execute binary file"
msgstr "%s: バイナリファイルを実行できません"
@@ -384,16 +405,16 @@ msgstr ""
msgid "There are running jobs.\n"
msgstr ""
-#: builtins/fc.def:261
+#: builtins/fc.def:262
#, fuzzy
msgid "no command found"
msgstr "%s: コマンドが見つかりません"
-#: builtins/fc.def:341
+#: builtins/fc.def:349
msgid "history specification"
msgstr ""
-#: builtins/fc.def:362
+#: builtins/fc.def:370
#, fuzzy, c-format
msgid "%s: cannot open temp file: %s"
msgstr "%s: %s を作成できません"
@@ -483,12 +504,12 @@ msgstr "%s: 指数の表現を期待"
msgid "no other options allowed with `-x'"
msgstr ""
-#: builtins/kill.def:197
+#: builtins/kill.def:200
#, c-format
msgid "%s: arguments must be process or job IDs"
msgstr ""
-#: builtins/kill.def:260
+#: builtins/kill.def:263
#, fuzzy
msgid "Unknown error"
msgstr "未知のエラー %d"
@@ -497,56 +518,61 @@ msgstr "未知のエラー %d"
msgid "expression expected"
msgstr "表現を期待してます"
-#: builtins/mapfile.def:241 builtins/read.def:272
+#: builtins/mapfile.def:165
+#, fuzzy, c-format
+msgid "%s: not an indexed array"
+msgstr "%s: 展開されていない変数"
+
+#: builtins/mapfile.def:249 builtins/read.def:279
#, c-format
msgid "%s: invalid file descriptor specification"
msgstr ""
-#: builtins/mapfile.def:249 builtins/read.def:279
+#: builtins/mapfile.def:257 builtins/read.def:286
#, c-format
msgid "%d: invalid file descriptor: %s"
msgstr ""
-#: builtins/mapfile.def:258 builtins/mapfile.def:296
+#: builtins/mapfile.def:266 builtins/mapfile.def:304
#, fuzzy, c-format
msgid "%s: invalid line count"
msgstr "%c%c: 悪いオプション"
-#: builtins/mapfile.def:269
+#: builtins/mapfile.def:277
#, fuzzy, c-format
msgid "%s: invalid array origin"
msgstr "%c%c: 悪いオプション"
-#: builtins/mapfile.def:286
+#: builtins/mapfile.def:294
#, fuzzy, c-format
msgid "%s: invalid callback quantum"
msgstr "悪いシグナル番号"
-#: builtins/mapfile.def:318
+#: builtins/mapfile.def:326
#, fuzzy
msgid "empty array variable name"
msgstr "%s: 展開されていない変数"
-#: builtins/mapfile.def:339
+#: builtins/mapfile.def:347
msgid "array variable support required"
msgstr ""
-#: builtins/printf.def:367
+#: builtins/printf.def:374
#, c-format
msgid "`%s': missing format character"
msgstr ""
-#: builtins/printf.def:544
+#: builtins/printf.def:551
#, c-format
msgid "`%c': invalid format character"
msgstr ""
-#: builtins/printf.def:571
+#: builtins/printf.def:578
#, c-format
msgid "warning: %s: %s"
msgstr ""
-#: builtins/printf.def:750
+#: builtins/printf.def:757
msgid "missing hex digit for \\x"
msgstr ""
@@ -638,12 +664,12 @@ msgid ""
" The `dirs' builtin displays the directory stack."
msgstr ""
-#: builtins/read.def:248
+#: builtins/read.def:252
#, c-format
msgid "%s: invalid timeout specification"
msgstr ""
-#: builtins/read.def:574
+#: builtins/read.def:588
#, fuzzy, c-format
msgid "read error: %d: %s"
msgstr "パイプエラー: %s"
@@ -681,11 +707,11 @@ msgstr "%s: 読み込みのみの関数"
msgid "shift count"
msgstr "shift [n]"
-#: builtins/shopt.def:254
+#: builtins/shopt.def:260
msgid "cannot set and unset shell options simultaneously"
msgstr ""
-#: builtins/shopt.def:319
+#: builtins/shopt.def:325
#, c-format
msgid "%s: invalid shell option name"
msgstr ""
@@ -777,81 +803,81 @@ msgstr ""
msgid "`%c': invalid symbolic mode character"
msgstr ""
-#: error.c:89 error.c:320 error.c:322 error.c:324
+#: error.c:90 error.c:321 error.c:323 error.c:325
msgid " line "
msgstr ""
-#: error.c:164
+#: error.c:165
#, c-format
msgid "last command: %s\n"
msgstr ""
-#: error.c:172
+#: error.c:173
#, c-format
msgid "Aborting..."
msgstr ""
-#: error.c:405
+#: error.c:406
#, fuzzy
msgid "unknown command error"
msgstr "未知のエラー %d"
-#: error.c:406
+#: error.c:407
#, fuzzy
msgid "bad command type"
msgstr "print_command: 悪いコマンドタイプ `%d'"
-#: error.c:407
+#: error.c:408
#, fuzzy
msgid "bad connector"
msgstr "悪い受渡し `%d'"
-#: error.c:408
+#: error.c:409
#, fuzzy
msgid "bad jump"
msgstr "悪い jump %d"
-#: error.c:446
+#: error.c:447
#, c-format
msgid "%s: unbound variable"
msgstr "%s: 展開されていない変数"
#: eval.c:181
#, fuzzy, c-format
-msgid "\atimed out waiting for input: auto-logout\n"
+msgid "timed out waiting for input: auto-logout\n"
msgstr "%cは入力待ちからタイムアウトしました: 自動ログアウト\n"
-#: execute_cmd.c:491
+#: execute_cmd.c:497
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr ""
-#: execute_cmd.c:1112
+#: execute_cmd.c:1162
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr ""
-#: execute_cmd.c:2011
+#: execute_cmd.c:2075
#, fuzzy
msgid "pipe error"
msgstr "パイプエラー: %s"
-#: execute_cmd.c:4363
+#: execute_cmd.c:4481
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr "%s: 制限: `/' をコマンド名に記述できません"
-#: execute_cmd.c:4454
+#: execute_cmd.c:4572
#, c-format
msgid "%s: command not found"
msgstr "%s: コマンドが見つかりません"
-#: execute_cmd.c:4708
+#: execute_cmd.c:4827
#, fuzzy, c-format
msgid "%s: %s: bad interpreter"
msgstr "%s: はディレクトリです"
-#: execute_cmd.c:4857
+#: execute_cmd.c:4976
#, fuzzy, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr "fd %d を fd 0 に複製できません: %s"
@@ -898,29 +924,29 @@ msgstr ""
msgid "missing `)'"
msgstr "`)' がありません"
-#: expr.c:897 expr.c:1175
+#: expr.c:897 expr.c:1176
#, fuzzy
msgid "syntax error: operand expected"
msgstr "シンタックス エラー: 期待してないファイルの終了"
-#: expr.c:1177
+#: expr.c:1178
msgid "syntax error: invalid arithmetic operator"
msgstr ""
-#: expr.c:1201
+#: expr.c:1202
#, c-format
msgid "%s%s%s: %s (error token is \"%s\")"
msgstr ""
-#: expr.c:1259
+#: expr.c:1260
msgid "invalid arithmetic base"
msgstr ""
-#: expr.c:1279
+#: expr.c:1280
msgid "value too great for base"
msgstr "ベースの値には大きすぎます"
-#: expr.c:1328
+#: expr.c:1329
#, fuzzy, c-format
msgid "%s: expression error\n"
msgstr "%s: 指数の表現を期待"
@@ -930,7 +956,7 @@ msgstr "%s: 指数の表現を期待"
msgid "getcwd: cannot access parent directories"
msgstr "getwd: 上位ディレクトリにアクセスできません"
-#: input.c:94 subst.c:4559
+#: input.c:94 subst.c:4857
#, fuzzy, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr "fd %d を fd 0 に複製できません: %s"
@@ -983,7 +1009,7 @@ msgstr "未知のシグナル #%d"
msgid "Done"
msgstr "終了"
-#: jobs.c:1435 siglist.c:122
+#: jobs.c:1435 siglist.c:123
msgid "Stopped"
msgstr "停止"
@@ -1020,72 +1046,76 @@ msgstr "(コアダンプ) "
msgid " (wd: %s)"
msgstr ""
-#: jobs.c:1771
+#: jobs.c:1776
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr ""
-#: jobs.c:2099 nojobs.c:585
+#: jobs.c:2104 nojobs.c:585
#, fuzzy, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr "待機: pid %d このシェルの子プロセスではありません"
-#: jobs.c:2326
+#: jobs.c:2331
#, c-format
msgid "wait_for: No record of process %ld"
msgstr ""
-#: jobs.c:2598
+#: jobs.c:2607
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr ""
-#: jobs.c:2820
+#: jobs.c:2829
#, c-format
msgid "%s: job has terminated"
msgstr "%s: ジョブは終了しました"
-#: jobs.c:2829
+#: jobs.c:2838
#, c-format
msgid "%s: job %d already in background"
msgstr ""
-#: jobs.c:3492
+#: jobs.c:3059
+msgid "waitchld: turning on WNOHANG to avoid indefinite block"
+msgstr ""
+
+#: jobs.c:3508
#, fuzzy, c-format
msgid "%s: line %d: "
msgstr "スロット %3d: "
-#: jobs.c:3506 nojobs.c:814
+#: jobs.c:3522 nojobs.c:814
#, c-format
msgid " (core dumped)"
msgstr " (コアダンプ)"
-#: jobs.c:3518 jobs.c:3531
+#: jobs.c:3534 jobs.c:3547
#, c-format
msgid "(wd now: %s)\n"
msgstr ""
-#: jobs.c:3563
+#: jobs.c:3579
#, fuzzy
msgid "initialize_job_control: getpgrp failed"
msgstr "initialize_jobs: getpgrp 失敗: %s"
-#: jobs.c:3623
+#: jobs.c:3639
#, fuzzy
msgid "initialize_job_control: line discipline"
msgstr "initialize_jobs: ライン discipline: %s"
-#: jobs.c:3633
+#: jobs.c:3649
#, fuzzy
msgid "initialize_job_control: setpgid"
msgstr "initialize_jobs: getpgrp 失敗: %s"
-#: jobs.c:3661
+#: jobs.c:3677
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr ""
-#: jobs.c:3666
+#: jobs.c:3682
msgid "no job control in this shell"
msgstr "このシェルにはジョブ制御がありません"
@@ -1176,6 +1206,26 @@ msgstr ""
msgid "network operations not supported"
msgstr ""
+#: locale.c:192
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s)"
+msgstr ""
+
+#: locale.c:194
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
+msgstr ""
+
+#: locale.c:247
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s)"
+msgstr ""
+
+#: locale.c:249
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s): %s"
+msgstr ""
+
#: mailcheck.c:433
msgid "You have mail in $_"
msgstr "メールが $_ にあります"
@@ -1189,137 +1239,137 @@ msgstr "新しいメールが $_ にあります"
msgid "The mail in %s has been read\n"
msgstr "%s のメールは既に読まれてます\n"
-#: make_cmd.c:322
+#: make_cmd.c:323
#, fuzzy
msgid "syntax error: arithmetic expression required"
msgstr "表現にシンタックスエラー"
-#: make_cmd.c:324
+#: make_cmd.c:325
#, fuzzy
msgid "syntax error: `;' unexpected"
msgstr "シンタックス エラー: 期待してないファイルの終了"
-#: make_cmd.c:325
+#: make_cmd.c:326
#, fuzzy, c-format
msgid "syntax error: `((%s))'"
msgstr "シンタックスエラー"
-#: make_cmd.c:567
+#: make_cmd.c:575
#, c-format
msgid "make_here_document: bad instruction type %d"
msgstr "make_here_document: 悪い指示タイプ %d"
-#: make_cmd.c:651
+#: make_cmd.c:659
#, c-format
msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
msgstr ""
-#: make_cmd.c:746
+#: make_cmd.c:756
#, c-format
msgid "make_redirection: redirection instruction `%d' out of range"
msgstr ""
-#: parse.y:2986 parse.y:3218
+#: parse.y:3133 parse.y:3369
#, fuzzy, c-format
msgid "unexpected EOF while looking for matching `%c'"
msgstr "期待してないファイルの終了(EOF)が`%c'を見付けるまえに発生"
-#: parse.y:3722
+#: parse.y:3951
#, fuzzy
msgid "unexpected EOF while looking for `]]'"
msgstr "期待してないファイルの終了(EOF)が`%c'を見付けるまえに発生"
-#: parse.y:3727
+#: parse.y:3956
#, fuzzy, c-format
msgid "syntax error in conditional expression: unexpected token `%s'"
msgstr "期待してない token `%s' のあたりにシンタックスエラー"
-#: parse.y:3731
+#: parse.y:3960
#, fuzzy
msgid "syntax error in conditional expression"
msgstr "表現にシンタックスエラー"
-#: parse.y:3809
+#: parse.y:4038
#, c-format
msgid "unexpected token `%s', expected `)'"
msgstr ""
-#: parse.y:3813
+#: parse.y:4042
#, fuzzy
msgid "expected `)'"
msgstr "`)' を期待"
-#: parse.y:3841
+#: parse.y:4070
#, c-format
msgid "unexpected argument `%s' to conditional unary operator"
msgstr ""
-#: parse.y:3845
+#: parse.y:4074
msgid "unexpected argument to conditional unary operator"
msgstr ""
-#: parse.y:3885
+#: parse.y:4120
#, c-format
msgid "unexpected token `%s', conditional binary operator expected"
msgstr ""
-#: parse.y:3889
+#: parse.y:4124
msgid "conditional binary operator expected"
msgstr ""
-#: parse.y:3906
+#: parse.y:4146
#, c-format
msgid "unexpected argument `%s' to conditional binary operator"
msgstr ""
-#: parse.y:3910
+#: parse.y:4150
msgid "unexpected argument to conditional binary operator"
msgstr ""
-#: parse.y:3921
+#: parse.y:4161
#, fuzzy, c-format
msgid "unexpected token `%c' in conditional command"
msgstr "`:' を条件の表現のため期待してます"
-#: parse.y:3924
+#: parse.y:4164
#, fuzzy, c-format
msgid "unexpected token `%s' in conditional command"
msgstr "`:' を条件の表現のため期待してます"
-#: parse.y:3928
+#: parse.y:4168
#, fuzzy, c-format
msgid "unexpected token %d in conditional command"
msgstr "`:' を条件の表現のため期待してます"
-#: parse.y:5195
+#: parse.y:5459
#, c-format
msgid "syntax error near unexpected token `%s'"
msgstr "期待してない token `%s' のあたりにシンタックスエラー"
-#: parse.y:5213
+#: parse.y:5477
#, fuzzy, c-format
msgid "syntax error near `%s'"
msgstr "期待してない token `%s' のあたりにシンタックスエラー"
-#: parse.y:5223
+#: parse.y:5487
msgid "syntax error: unexpected end of file"
msgstr "シンタックス エラー: 期待してないファイルの終了"
-#: parse.y:5223
+#: parse.y:5487
msgid "syntax error"
msgstr "シンタックスエラー"
-#: parse.y:5285
+#: parse.y:5549
#, c-format
msgid "Use \"%s\" to leave the shell.\n"
msgstr "シェルから脱出するのに \"%s\" を使いなさい.\n"
-#: parse.y:5447
+#: parse.y:5711
#, fuzzy
msgid "unexpected EOF while looking for matching `)'"
msgstr "期待してないファイルの終了(EOF)が`%c'を見付けるまえに発生"
-#: pcomplete.c:1018
+#: pcomplete.c:1030
#, c-format
msgid "completion: function `%s' not found"
msgstr ""
@@ -1329,72 +1379,91 @@ msgstr ""
msgid "progcomp_insert: %s: NULL COMPSPEC"
msgstr ""
-#: print_cmd.c:285
+#: print_cmd.c:290
#, c-format
msgid "print_command: bad connector `%d'"
msgstr "print_command: 悪い接続 `%d'"
-#: print_cmd.c:1348
+#: print_cmd.c:363
+#, c-format
+msgid "xtrace_set: %d: invalid file descriptor"
+msgstr ""
+
+#: print_cmd.c:368
+msgid "xtrace_set: NULL file pointer"
+msgstr ""
+
+#: print_cmd.c:372
+#, c-format
+msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
+msgstr ""
+
+#: print_cmd.c:1461
#, c-format
msgid "cprintf: `%c': invalid format character"
msgstr ""
-#: redir.c:105
+#: redir.c:110
msgid "file descriptor out of range"
msgstr ""
-#: redir.c:148
+#: redir.c:166
#, fuzzy, c-format
msgid "%s: ambiguous redirect"
msgstr "%s: あいまいなリダイレクト"
-#: redir.c:152
+#: redir.c:170
#, fuzzy, c-format
msgid "%s: cannot overwrite existing file"
msgstr "%s: 存在するファイルを上書きできません"
-#: redir.c:157
+#: redir.c:175
#, fuzzy, c-format
msgid "%s: restricted: cannot redirect output"
msgstr "%s: 制限: `/' をコマンド名に記述できません"
-#: redir.c:162
+#: redir.c:180
#, fuzzy, c-format
msgid "cannot create temp file for here-document: %s"
msgstr "プロセスの代入にパイプを作成できません: %s"
-#: redir.c:517
+#: redir.c:184
+#, fuzzy, c-format
+msgid "%s: cannot assign fd to variable"
+msgstr "%s: リストを配列メンバーに割り当てられません"
+
+#: redir.c:544
msgid "/dev/(tcp|udp)/host/port not supported without networking"
msgstr ""
-#: redir.c:1023
+#: redir.c:1101
#, fuzzy
msgid "redirection error: cannot duplicate fd"
msgstr "リダイレクションエラー"
-#: shell.c:328
+#: shell.c:332
msgid "could not find /tmp, please create!"
msgstr ""
-#: shell.c:332
+#: shell.c:336
msgid "/tmp must be a valid directory name"
msgstr ""
-#: shell.c:876
+#: shell.c:884
#, fuzzy, c-format
msgid "%c%c: invalid option"
msgstr "%c%c: 悪いオプション"
-#: shell.c:1638
+#: shell.c:1651
msgid "I have no name!"
msgstr "私は名前がありません!"
-#: shell.c:1778
+#: shell.c:1793
#, fuzzy, c-format
msgid "GNU bash, version %s-(%s)\n"
msgstr "GNU %s, バージョン %s\n"
-#: shell.c:1779
+#: shell.c:1794
#, c-format
msgid ""
"Usage:\t%s [GNU long option] [option] ...\n"
@@ -1403,387 +1472,408 @@ msgstr ""
"使用方法:\t%s [GNU 長いオプション] [オプション] ...\n"
"\t%s [GNU 長いオプション] [オプション] スクリプトファイル ...\n"
-#: shell.c:1781
+#: shell.c:1796
msgid "GNU long options:\n"
msgstr "GNU 長いオプション:\n"
-#: shell.c:1785
+#: shell.c:1800
msgid "Shell options:\n"
msgstr "シェル オプション:\n"
-#: shell.c:1786
+#: shell.c:1801
#, fuzzy
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
msgstr "\t-irsD 又は コマンド\t\t(訴えのみ)\n"
-#: shell.c:1801
+#: shell.c:1816
#, c-format
msgid "\t-%s or -o option\n"
msgstr "\t-%s 又は -o オプション\n"
-#: shell.c:1807
+#: shell.c:1822
#, c-format
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
msgstr "シェルオプションの詳細については `%s -c \"help set\"'と入力.\n"
-#: shell.c:1808
+#: shell.c:1823
#, c-format
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
msgstr "組み込みコマンドについては `%s -c help'と入力 .\n"
-#: shell.c:1809
+#: shell.c:1824
#, c-format
msgid "Use the `bashbug' command to report bugs.\n"
msgstr ""
-#: sig.c:583
+#: sig.c:626
#, c-format
msgid "sigprocmask: %d: invalid operation"
msgstr ""
-#: siglist.c:47
+#: siglist.c:48
msgid "Bogus signal"
msgstr "悪いシグナル"
-#: siglist.c:50
+#: siglist.c:51
msgid "Hangup"
msgstr "停止"
-#: siglist.c:54
+#: siglist.c:55
msgid "Interrupt"
msgstr "割り込み"
-#: siglist.c:58
+#: siglist.c:59
msgid "Quit"
msgstr "終了"
-#: siglist.c:62
+#: siglist.c:63
msgid "Illegal instruction"
msgstr "悪い指示"
-#: siglist.c:66
+#: siglist.c:67
msgid "BPT trace/trap"
msgstr ""
-#: siglist.c:74
+#: siglist.c:75
msgid "ABORT instruction"
msgstr "指示の中止"
-#: siglist.c:78
+#: siglist.c:79
msgid "EMT instruction"
msgstr "EMT 指示"
-#: siglist.c:82
+#: siglist.c:83
msgid "Floating point exception"
msgstr "浮動点の例外"
-#: siglist.c:86
+#: siglist.c:87
msgid "Killed"
msgstr "殺しました"
-#: siglist.c:90
+#: siglist.c:91
msgid "Bus error"
msgstr "バスエラー"
-#: siglist.c:94
+#: siglist.c:95
msgid "Segmentation fault"
msgstr "セグメンテーションフォルト"
-#: siglist.c:98
+#: siglist.c:99
msgid "Bad system call"
msgstr "悪いシステムコール"
-#: siglist.c:102
+#: siglist.c:103
msgid "Broken pipe"
msgstr "パイプが切れました"
-#: siglist.c:106
+#: siglist.c:107
msgid "Alarm clock"
msgstr "アラーム時計"
-#: siglist.c:110
+#: siglist.c:111
#, fuzzy
msgid "Terminated"
msgstr "終了しました"
-#: siglist.c:114
+#: siglist.c:115
msgid "Urgent IO condition"
msgstr "急ぎの IO 状態"
-#: siglist.c:118
+#: siglist.c:119
msgid "Stopped (signal)"
msgstr "停止 (シグナル)"
-#: siglist.c:126
+#: siglist.c:127
msgid "Continue"
msgstr "続行"
-#: siglist.c:134
+#: siglist.c:135
msgid "Child death or stop"
msgstr "子の終了又は停止 "
-#: siglist.c:138
+#: siglist.c:139
msgid "Stopped (tty input)"
msgstr "停止 (tty 入力)"
-#: siglist.c:142
+#: siglist.c:143
msgid "Stopped (tty output)"
msgstr "停止 (tty 出力)"
-#: siglist.c:146
+#: siglist.c:147
msgid "I/O ready"
msgstr "I/O 用意ができています"
-#: siglist.c:150
+#: siglist.c:151
msgid "CPU limit"
msgstr "CPU 限度"
-#: siglist.c:154
+#: siglist.c:155
msgid "File limit"
msgstr "ファイル限度"
-#: siglist.c:158
+#: siglist.c:159
msgid "Alarm (virtual)"
msgstr "警報 (仮想)"
-#: siglist.c:162
+#: siglist.c:163
msgid "Alarm (profile)"
msgstr "警報 (プロファイル)"
-#: siglist.c:166
+#: siglist.c:167
msgid "Window changed"
msgstr "窓が変更されました"
-#: siglist.c:170
+#: siglist.c:171
msgid "Record lock"
msgstr "記録のロック"
-#: siglist.c:174
+#: siglist.c:175
msgid "User signal 1"
msgstr "ユーザシグナル 1"
-#: siglist.c:178
+#: siglist.c:179
msgid "User signal 2"
msgstr "ユーザシグナル 2"
-#: siglist.c:182
+#: siglist.c:183
msgid "HFT input data pending"
msgstr "HFT 未決の入力データ"
-#: siglist.c:186
+#: siglist.c:187
msgid "power failure imminent"
msgstr "電源故障の危険"
-#: siglist.c:190
+#: siglist.c:191
msgid "system crash imminent"
msgstr "システムクラッシュの危険"
-#: siglist.c:194
+#: siglist.c:195
msgid "migrate process to another CPU"
msgstr "プロセスを違うCPUに移動"
-#: siglist.c:198
+#: siglist.c:199
msgid "programming error"
msgstr "プログラミングエラー"
-#: siglist.c:202
+#: siglist.c:203
msgid "HFT monitor mode granted"
msgstr "HTF monitorモードが与えられました"
-#: siglist.c:206
+#: siglist.c:207
msgid "HFT monitor mode retracted"
msgstr "HFT monitorモードが奪われました"
-#: siglist.c:210
+#: siglist.c:211
msgid "HFT sound sequence has completed"
msgstr ""
-#: siglist.c:214
+#: siglist.c:215
msgid "Information request"
msgstr ""
-#: siglist.c:222
+#: siglist.c:223
msgid "Unknown Signal #"
msgstr "未知のシグナル #"
-#: siglist.c:224
+#: siglist.c:225
#, c-format
msgid "Unknown Signal #%d"
msgstr "未知のシグナル #%d"
-#: subst.c:1181 subst.c:1302
+#: subst.c:1333 subst.c:1454
#, fuzzy, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr "悪い代入: `%s' が %s にはありません"
-#: subst.c:2458
+#: subst.c:2735
#, c-format
msgid "%s: cannot assign list to array member"
msgstr "%s: リストを配列メンバーに割り当てられません"
-#: subst.c:4456 subst.c:4472
+#: subst.c:4754 subst.c:4770
#, fuzzy
msgid "cannot make pipe for process substitution"
msgstr "プロセスの代入にパイプを作成できません: %s"
-#: subst.c:4504
+#: subst.c:4802
#, fuzzy
msgid "cannot make child for process substitution"
msgstr "プロセスの代入に子を作成できません: %s"
-#: subst.c:4549
+#: subst.c:4847
#, fuzzy, c-format
msgid "cannot open named pipe %s for reading"
msgstr "named pipe %s を %s へ開けません: %s"
-#: subst.c:4551
+#: subst.c:4849
#, fuzzy, c-format
msgid "cannot open named pipe %s for writing"
msgstr "named pipe %s を %s へ開けません: %s"
-#: subst.c:4569
+#: subst.c:4867
#, fuzzy, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr "named pipe %s を fd %d のために複製することはできません: %s"
-#: subst.c:4765
+#: subst.c:5063
#, fuzzy
msgid "cannot make pipe for command substitution"
msgstr "代理コマンドにパイプを作成できません: %s"
-#: subst.c:4799
+#: subst.c:5097
#, fuzzy
msgid "cannot make child for command substitution"
msgstr "代理コマンドに子を作成できません: %s"
-#: subst.c:4816
+#: subst.c:5114
#, fuzzy
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr "command_substitute: パイプを fd 1 として複製できません: %s"
-#: subst.c:5318
+#: subst.c:5617
#, c-format
msgid "%s: parameter null or not set"
msgstr "%s: パラメータがヌル又はセットされていません"
-#: subst.c:5608
+#: subst.c:5907
#, c-format
msgid "%s: substring expression < 0"
msgstr ""
-#: subst.c:6660
+#: subst.c:6965
#, c-format
msgid "%s: bad substitution"
msgstr "%s: 悪い代理"
-#: subst.c:6740
+#: subst.c:7045
#, c-format
msgid "$%s: cannot assign in this way"
msgstr "$%s: このように指定できません"
-#: subst.c:7499
+#: subst.c:7374
+msgid ""
+"future versions of the shell will force evaluation as an arithmetic "
+"substitution"
+msgstr ""
+
+#: subst.c:7839
#, fuzzy, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr "悪い代入: `%s' が %s にはありません"
-#: subst.c:8375
+#: subst.c:8720
#, c-format
msgid "no match: %s"
msgstr ""
-#: test.c:145
+#: test.c:146
msgid "argument expected"
msgstr "引数を期待"
-#: test.c:154
+#: test.c:155
#, c-format
msgid "%s: integer expression expected"
msgstr "%s: 指数の表現を期待"
-#: test.c:262
+#: test.c:263
msgid "`)' expected"
msgstr "`)' を期待"
-#: test.c:264
+#: test.c:265
#, c-format
msgid "`)' expected, found %s"
msgstr "`)', を期待, 得たのは %s"
-#: test.c:279 test.c:688 test.c:691
+#: test.c:280 test.c:693 test.c:696
#, c-format
msgid "%s: unary operator expected"
msgstr ""
-#: test.c:444 test.c:731
+#: test.c:449 test.c:736
#, c-format
msgid "%s: binary operator expected"
msgstr ""
-#: test.c:806
+#: test.c:811
msgid "missing `]'"
msgstr "`]'が抜けてます"
-#: trap.c:201
+#: trap.c:203
#, fuzzy
msgid "invalid signal number"
msgstr "悪いシグナル番号"
-#: trap.c:324
+#: trap.c:327
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr ""
-#: trap.c:328
+#: trap.c:331
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr ""
-#: trap.c:372
+#: trap.c:380
#, fuzzy, c-format
msgid "trap_handler: bad signal %d"
msgstr "trap_handler: 悪いシグナル %d"
-#: variables.c:358
+#: variables.c:363
#, c-format
msgid "error importing function definition for `%s'"
msgstr ""
-#: variables.c:736
+#: variables.c:748
#, c-format
msgid "shell level (%d) too high, resetting to 1"
msgstr ""
-#: variables.c:1898
+#: variables.c:1915
msgid "make_local_variable: no function context at current scope"
msgstr ""
-#: variables.c:3127
+#: variables.c:3159
msgid "all_local_variables: no function context at current scope"
msgstr ""
-#: variables.c:3344 variables.c:3353
+#: variables.c:3376
+#, fuzzy, c-format
+msgid "%s has null exportstr"
+msgstr "%s: パラメータがヌル又はセットされていません"
+
+#: variables.c:3381 variables.c:3390
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr ""
-#: variables.c:3359
+#: variables.c:3396
#, c-format
msgid "no `=' in exportstr for %s"
msgstr ""
-#: variables.c:3794
+#: variables.c:3835
msgid "pop_var_context: head of shell_variables not a function context"
msgstr ""
-#: variables.c:3807
+#: variables.c:3848
msgid "pop_var_context: no global_variables context"
msgstr ""
-#: variables.c:3881
+#: variables.c:3922
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr ""
+#: variables.c:4678
+#, fuzzy, c-format
+msgid "%s: %s: cannot open as FILE"
+msgstr "%s: %s を作成できません"
+
+#: variables.c:4683
+#, c-format
+msgid "%s: %s: invalid value for trace file descriptor"
+msgstr ""
+
#: version.c:46
msgid "Copyright (C) 2009 Free Software Foundation, Inc."
msgstr ""
@@ -1794,60 +1884,52 @@ msgid ""
"html>\n"
msgstr ""
-#: version.c:86
+#: version.c:86 version2.c:83
#, fuzzy, c-format
msgid "GNU bash, version %s (%s)\n"
msgstr "GNU %s, バージョン %s\n"
-#: version.c:91
+#: version.c:91 version2.c:88
#, c-format
msgid "This is free software; you are free to change and redistribute it.\n"
msgstr ""
-#: version.c:92
+#: version.c:92 version2.c:89
#, c-format
msgid "There is NO WARRANTY, to the extent permitted by law.\n"
msgstr ""
-#: xmalloc.c:92
+#: version2.c:86
#, c-format
-msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
+msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
msgstr ""
-#: xmalloc.c:94
+#: version2.c:87
#, c-format
-msgid "xmalloc: cannot allocate %lu bytes"
-msgstr ""
-
-#: xmalloc.c:114
-#, c-format
-msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
-msgstr ""
-
-#: xmalloc.c:116
-#, c-format
-msgid "xrealloc: cannot allocate %lu bytes"
+msgid ""
+"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
+"html>\n"
msgstr ""
-#: xmalloc.c:150
+#: xmalloc.c:91
#, c-format
-msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
+msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
msgstr ""
-#: xmalloc.c:152
-#, c-format
-msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
-msgstr ""
+#: xmalloc.c:93
+#, fuzzy, c-format
+msgid "%s: cannot allocate %lu bytes"
+msgstr "%s: %s を作成できません"
-#: xmalloc.c:174
+#: xmalloc.c:163
#, c-format
-msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
+msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
msgstr ""
-#: xmalloc.c:176
-#, c-format
-msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
-msgstr ""
+#: xmalloc.c:165
+#, fuzzy, c-format
+msgid "%s: %s:%d: cannot allocate %lu bytes"
+msgstr "%s: %s を作成できません"
#: builtins.c:43
msgid "alias [-p] [name[=value] ... ]"
@@ -1977,7 +2059,7 @@ msgstr "hash [-r] [-p パス名] [名前 ...]"
#: builtins.c:117
#, fuzzy
-msgid "help [-ds] [pattern ...]"
+msgid "help [-dms] [pattern ...]"
msgstr "help [パターン ...]"
#: builtins.c:121
@@ -2012,8 +2094,8 @@ msgstr "let 引数 [引数 ...]"
#: builtins.c:136
msgid ""
-"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-p prompt] [-t "
-"timeout] [-u fd] [name ...]"
+"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
+"prompt] [-t timeout] [-u fd] [name ...]"
msgstr ""
#: builtins.c:138
@@ -2195,9 +2277,9 @@ msgstr ""
#: builtins.c:229
msgid ""
-"complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W "
-"wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] "
-"[name ...]"
+"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
+"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
+"suffix] [name ...]"
msgstr ""
#: builtins.c:233
@@ -2208,7 +2290,7 @@ msgstr ""
#: builtins.c:237
#, fuzzy
-msgid "compopt [-o|+o option] [name ...]"
+msgid "compopt [-o|+o option] [-DE] [name ...]"
msgstr "type [-apt] 名前 [名前 ...]"
#: builtins.c:240
@@ -2931,7 +3013,11 @@ msgid ""
" -e\t\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\n"
+" \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
+" \t\tcharacters 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"
" -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"
@@ -2951,7 +3037,7 @@ msgid ""
" or an invalid file descriptor is supplied as the argument to -u."
msgstr ""
-#: builtins.c:1006
+#: builtins.c:1009
msgid ""
"Return from a shell function.\n"
" \n"
@@ -2963,7 +3049,7 @@ msgid ""
" Returns N, or failure if the shell is not executing a function or script."
msgstr ""
-#: builtins.c:1019
+#: builtins.c:1022
msgid ""
"Set or unset values of shell options and positional parameters.\n"
" \n"
@@ -3045,7 +3131,7 @@ msgid ""
" Returns success unless an invalid option is given."
msgstr ""
-#: builtins.c:1101
+#: builtins.c:1104
msgid ""
"Unset values and attributes of shell variables and functions.\n"
" \n"
@@ -3065,7 +3151,7 @@ msgid ""
" Returns success unless an invalid option is given or a NAME is read-only."
msgstr ""
-#: builtins.c:1121
+#: builtins.c:1124
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -3084,7 +3170,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1140
+#: builtins.c:1143
msgid ""
"Mark shell variables as unchangeable.\n"
" \n"
@@ -3104,7 +3190,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1161
+#: builtins.c:1164
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -3115,7 +3201,7 @@ msgid ""
" Returns success unless N is negative or greater than $#."
msgstr ""
-#: builtins.c:1173 builtins.c:1188
+#: builtins.c:1176 builtins.c:1191
msgid ""
"Execute commands from a file in the current shell.\n"
" \n"
@@ -3129,7 +3215,7 @@ msgid ""
" FILENAME cannot be read."
msgstr ""
-#: builtins.c:1204
+#: builtins.c:1207
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -3143,7 +3229,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:1220
+#: builtins.c:1223
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3220,7 +3306,7 @@ msgid ""
" false or an invalid argument is given."
msgstr ""
-#: builtins.c:1296
+#: builtins.c:1299
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3228,7 +3314,7 @@ msgid ""
" be a literal `]', to match the opening `['."
msgstr ""
-#: builtins.c:1305
+#: builtins.c:1308
msgid ""
"Display process times.\n"
" \n"
@@ -3240,7 +3326,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:1317
+#: builtins.c:1320
msgid ""
"Trap signals and other events.\n"
" \n"
@@ -3276,7 +3362,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:1349
+#: builtins.c:1352
msgid ""
"Display information about command type.\n"
" \n"
@@ -3306,7 +3392,7 @@ msgid ""
"found."
msgstr ""
-#: builtins.c:1380
+#: builtins.c:1383
msgid ""
"Modify shell resource limits.\n"
" \n"
@@ -3350,7 +3436,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1425
+#: builtins.c:1428
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -3368,7 +3454,7 @@ msgid ""
" Returns success unless MODE is invalid or an invalid option is given."
msgstr ""
-#: builtins.c:1445
+#: builtins.c:1448
msgid ""
"Wait for job completion and return exit status.\n"
" \n"
@@ -3385,7 +3471,7 @@ msgid ""
" given."
msgstr ""
-#: builtins.c:1463
+#: builtins.c:1466
msgid ""
"Wait for process completion and return exit status.\n"
" \n"
@@ -3399,7 +3485,7 @@ msgid ""
" given."
msgstr ""
-#: builtins.c:1478
+#: builtins.c:1481
msgid ""
"Execute commands for each member in a list.\n"
" \n"
@@ -3412,7 +3498,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1492
+#: builtins.c:1495
msgid ""
"Arithmetic for loop.\n"
" \n"
@@ -3429,7 +3515,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1510
+#: builtins.c:1513
msgid ""
"Select words from a list and execute commands.\n"
" \n"
@@ -3449,7 +3535,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1531
+#: builtins.c:1534
msgid ""
"Report time consumed by pipeline's execution.\n"
" \n"
@@ -3465,7 +3551,7 @@ msgid ""
" The return status is the return status of PIPELINE."
msgstr ""
-#: builtins.c:1548
+#: builtins.c:1551
msgid ""
"Execute commands based on pattern matching.\n"
" \n"
@@ -3476,7 +3562,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1560
+#: builtins.c:1563
msgid ""
"Execute commands based on conditional.\n"
" \n"
@@ -3497,7 +3583,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1577
+#: builtins.c:1580
msgid ""
"Execute commands as long as a test succeeds.\n"
" \n"
@@ -3508,7 +3594,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1589
+#: builtins.c:1592
msgid ""
"Execute commands as long as a test does not succeed.\n"
" \n"
@@ -3519,7 +3605,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1601
+#: builtins.c:1604
msgid ""
"Create a coprocess named NAME.\n"
" \n"
@@ -3532,7 +3618,7 @@ msgid ""
" Returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:1615
+#: builtins.c:1618
msgid ""
"Define shell function.\n"
" \n"
@@ -3546,7 +3632,7 @@ msgid ""
" Returns success unless NAME is readonly."
msgstr ""
-#: builtins.c:1629
+#: builtins.c:1632
msgid ""
"Group commands as a unit.\n"
" \n"
@@ -3557,7 +3643,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1641
+#: builtins.c:1644
msgid ""
"Resume job in foreground.\n"
" \n"
@@ -3571,7 +3657,7 @@ msgid ""
" Returns the status of the resumed job."
msgstr ""
-#: builtins.c:1656
+#: builtins.c:1659
msgid ""
"Evaluate arithmetic expression.\n"
" \n"
@@ -3582,7 +3668,7 @@ msgid ""
" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
msgstr ""
-#: builtins.c:1668
+#: builtins.c:1671
msgid ""
"Execute conditional command.\n"
" \n"
@@ -3610,7 +3696,7 @@ msgid ""
" 0 or 1 depending on value of EXPRESSION."
msgstr ""
-#: builtins.c:1694
+#: builtins.c:1697
msgid ""
"Common shell variable names and usage.\n"
" \n"
@@ -3664,7 +3750,7 @@ msgid ""
" \t\tcommands should be saved on the history list.\n"
msgstr ""
-#: builtins.c:1751
+#: builtins.c:1754
msgid ""
"Add directories to stack.\n"
" \n"
@@ -3695,7 +3781,7 @@ msgid ""
" change fails."
msgstr ""
-#: builtins.c:1785
+#: builtins.c:1788
msgid ""
"Remove directories from stack.\n"
" \n"
@@ -3722,7 +3808,7 @@ msgid ""
" change fails."
msgstr ""
-#: builtins.c:1815
+#: builtins.c:1818
msgid ""
"Display directory stack.\n"
" \n"
@@ -3751,7 +3837,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1844
+#: builtins.c:1847
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -3772,7 +3858,7 @@ msgid ""
" given or OPTNAME is disabled."
msgstr ""
-#: builtins.c:1865
+#: builtins.c:1868
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
" \n"
@@ -3802,7 +3888,7 @@ msgid ""
" error occurs."
msgstr ""
-#: builtins.c:1892
+#: builtins.c:1895
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -3816,15 +3902,20 @@ msgid ""
" -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"
+" -D\tapply the completions and actions as the default for commands\n"
+" \twithout any specific completion defined\n"
+" -E\tapply the completions and actions to \"empty\" commands --\n"
+" \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.\n"
+" uppercase-letter options are listed above. The -D option takes\n"
+" precedence over -E.\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1915
+#: builtins.c:1923
msgid ""
"Display possible completions depending on the options.\n"
" \n"
@@ -3837,7 +3928,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1930
+#: builtins.c:1938
msgid ""
"Modify or display completion options.\n"
" \n"
@@ -3850,6 +3941,8 @@ msgid ""
" \n"
" Options:\n"
" \t-o option\tSet completion option OPTION for each NAME\n"
+" \t-D\t\tChange options for the \"default\" command completion\n"
+" \t-E\t\tChange options for the \"empty\" command completion\n"
" \n"
" Using `+o' instead of `-o' turns off the specified option.\n"
" \n"
@@ -3866,15 +3959,15 @@ msgid ""
" have a completion specification defined."
msgstr ""
-#: builtins.c:1958
+#: builtins.c:1968
msgid ""
-"Read lines from the standard input into an array variable.\n"
+"Read lines from the standard input into an indexed array variable.\n"
" \n"
-" Read lines from the standard input into the array variable ARRAY, or "
-"from\n"
-" file descriptor FD if the -u option is supplied. The variable MAPFILE "
-"is\n"
-" the default ARRAY.\n"
+" Read lines from the standard input into the indexed array variable "
+"ARRAY, or\n"
+" from file descriptor FD if the -u option is supplied. The variable "
+"MAPFILE\n"
+" is the default ARRAY.\n"
" \n"
" Options:\n"
" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
@@ -3901,10 +3994,12 @@ msgid ""
" assigning to it.\n"
" \n"
" Exit Status:\n"
-" Returns success unless an invalid option is given or ARRAY is readonly."
+" Returns success unless an invalid option is given or ARRAY is readonly "
+"or\n"
+" not an indexed array."
msgstr ""
-#: builtins.c:1990
+#: builtins.c:2001
msgid ""
"Read lines from a file into an array variable.\n"
" \n"