summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-01 08:26:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-01 08:26:05 +0200
commit5712ad9b220c097371f0e83d09c3b1ce5e511c55 (patch)
tree030896150be339e0a28b2a312da26553ac19bb7c /po/ja.po
parenta4f7d089fd1bab11a63627df6ad3a55e541662fd (diff)
downloadgawk-5712ad9b220c097371f0e83d09c3b1ce5e511c55.tar.gz
Fixes for cygwin, make new dist file for me.
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po249
1 files changed, 124 insertions, 125 deletions
diff --git a/po/ja.po b/po/ja.po
index 2e8e2efe..548e0b23 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 3.1.4l\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2010-11-29 22:05+0200\n"
+"POT-Creation-Date: 2010-12-01 08:13+0200\n"
"PO-Revision-Date: 2005-06-27 02:37+1000\n"
"Last-Translator: Makoto Hosoya <mhosoya@ozemail.com.au>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -1190,504 +1190,500 @@ msgstr "%s: オプション `-W %s' に引数はありません。\n"
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: オプション `%s' には引数が必要です。\n"
-#: io.c:272
+#: io.c:270
#, c-format
msgid "command line argument `%s' is a directory: skipped"
msgstr ""
-#: io.c:275 io.c:372
+#: io.c:273 io.c:370
#, c-format
msgid "cannot open file `%s' for reading (%s)"
msgstr "ファイル `%s' を読み込むために開けません (%s)。"
-#: io.c:419
+#: io.c:417
#, c-format
msgid "error reading input file `%s': %s"
msgstr "入力ファイル `%s' を読み込み中にエラーが発生しました: %s。"
-#: io.c:470
+#: io.c:468
#, c-format
msgid "close of fd %d (`%s') failed (%s)"
msgstr "fd %d (`%s') を閉じることができません (%s)。"
-#: io.c:577
+#: io.c:575
#, c-format
msgid "expression in `%s' redirection only has numeric value"
msgstr "`%s' リダイレクトの命令式に数値しか記述されていません。"
-#: io.c:583
+#: io.c:581
#, c-format
msgid "expression for `%s' redirection has null string value"
msgstr "`%s' リダイレクトの命令式が空列です。"
-#: io.c:589
+#: io.c:587
#, c-format
msgid "filename `%s' for `%s' redirection may be result of logical expression"
msgstr ""
"`%2$s' リダイレクトに論理演算の結果と思われるファイル名 `%1$s' が使われていま"
"す。"
-#: io.c:628
+#: io.c:626
#, c-format
msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
msgstr "ファイル `%.*s' で必要以上に `>' と `>>' を組合せています。"
-#: io.c:681
+#: io.c:679
#, c-format
msgid "can't open pipe `%s' for output (%s)"
msgstr "出力用にパイプ `%s' を開けません (%s)。"
-#: io.c:691
+#: io.c:689
#, c-format
msgid "can't open pipe `%s' for input (%s)"
msgstr "入力用にパイプ `%s' を開けません (%s)。"
-#: io.c:712
+#: io.c:710
#, c-format
msgid "can't open two way pipe `%s' for input/output (%s)"
msgstr "入出力用の双方向パイプ `%s' が開けません (%s)。"
-#: io.c:794
+#: io.c:792
#, c-format
msgid "can't redirect from `%s' (%s)"
msgstr "`%s' からリダイレクトできません (%s)。"
-#: io.c:797
+#: io.c:795
#, c-format
msgid "can't redirect to `%s' (%s)"
msgstr "`%s' にリダイレクトできません (%s)。"
-#: io.c:846
+#: io.c:844
msgid ""
"reached system limit for open files: starting to multiplex file descriptors"
msgstr ""
"開いているファイルの数がシステム制限に達しました。ファイル記述子を多重化しま"
"す。"
-#: io.c:862
+#: io.c:860
#, c-format
msgid "close of `%s' failed (%s)."
msgstr "`%s' が閉じられません (%s)。"
-#: io.c:870
+#: io.c:868
msgid "too many pipes or input files open"
msgstr "開いているパイプまたは入力ファイルの数が多過ぎます。"
-#: io.c:892
+#: io.c:890
msgid "close: second argument must be `to' or `from'"
msgstr "close: 第二引数に使用できるのは `to' または `from' です。"
-#: io.c:909
+#: io.c:907
#, c-format
msgid "close: `%.*s' is not an open file, pipe or co-process"
msgstr ""
"close: `%.*s' はファイル、パイプ、並行プロセスのいずれでもありません。"
-#: io.c:914
+#: io.c:912
msgid "close of redirection that was never opened"
msgstr "開いてないリダイレクトを閉じようとしています。"
-#: io.c:1011
+#: io.c:1009
#, c-format
msgid "close: redirection `%s' not opened with `|&', second argument ignored"
msgstr ""
"close: リダイレクト `%s' は `|&' を使っていません。第二引数は無視します。"
-#: io.c:1027
+#: io.c:1025
#, c-format
msgid "failure status (%d) on pipe close of `%s' (%s)"
msgstr "パイプ `%2$s' を閉じたときの状態コードが失敗 (%1$d) でした (%3$s)。"
-#: io.c:1030
+#: io.c:1028
#, c-format
msgid "failure status (%d) on file close of `%s' (%s)"
msgstr "ファイル `%2$s' を閉じたときの状態コードが失敗 (%1$d) でした (%3$s)。"
-#: io.c:1050
+#: io.c:1048
#, c-format
msgid "no explicit close of socket `%s' provided"
msgstr "ソケット `%s' を明示して閉じていません。"
-#: io.c:1053
+#: io.c:1051
#, c-format
msgid "no explicit close of co-process `%s' provided"
msgstr "並行プロセス `%s' を明示して閉じていません。"
-#: io.c:1056
+#: io.c:1054
#, c-format
msgid "no explicit close of pipe `%s' provided"
msgstr "パイプ `%s' を明示して閉じていません。"
-#: io.c:1059
+#: io.c:1057
#, c-format
msgid "no explicit close of file `%s' provided"
msgstr "ファイル `%s' を明示して閉じていません。"
-#: io.c:1087 io.c:1142 main.c:823 main.c:865
+#: io.c:1085 io.c:1140 main.c:808 main.c:850
#, c-format
msgid "error writing standard output (%s)"
msgstr "標準出力への書込みエラー (%s)"
-#: io.c:1091 io.c:1147
+#: io.c:1089 io.c:1145
#, c-format
msgid "error writing standard error (%s)"
msgstr "標準エラーへの書込みエラー (%s)"
-#: io.c:1099
+#: io.c:1097
#, c-format
msgid "pipe flush of `%s' failed (%s)."
msgstr "パイプ `%s' をフラッシュできません (%s)。"
-#: io.c:1102
+#: io.c:1100
#, c-format
msgid "co-process flush of pipe to `%s' failed (%s)."
msgstr "`%s' へ接続するパイプを並行プロセスからフラッシュできません (%s)。"
-#: io.c:1105
+#: io.c:1103
#, c-format
msgid "file flush of `%s' failed (%s)."
msgstr "ファイル `%s' をフラッシュできません (%s)。"
-#: io.c:1219
+#: io.c:1217
#, fuzzy, c-format
msgid "local port %s invalid in `/inet'"
msgstr "`%s' のローカルポートが無効です。"
-#: io.c:1236
+#: io.c:1234
#, c-format
msgid "remote host and port information (%s, %s) invalid"
msgstr ""
-#: io.c:1276
+#: io.c:1274
msgid "/inet/raw client not ready yet, sorry"
msgstr "残念ながら、/inet/raw クライアントの準備ができていません。"
-#: io.c:1279 io.c:1320
+#: io.c:1277 io.c:1318
msgid "only root may use `/inet/raw'."
msgstr "`/inet/raw' は root ユーザーのみ使用できます。"
-#: io.c:1318
+#: io.c:1316
msgid "/inet/raw server not ready yet, sorry"
msgstr "残念ながら、/inet/raw サーバーの準備ができていません。"
-#: io.c:1417
+#: io.c:1415
#, c-format
msgid "no (known) protocol supplied in special filename `%s'"
msgstr ""
"スペシャルファイル名 `%s' に(認識できる)プロトコルが指定されていません。"
-#: io.c:1431
+#: io.c:1429
#, c-format
msgid "special file name `%s' is incomplete"
msgstr "スペシャルファイル名 `%s' は不完全です。"
-#: io.c:1447
+#: io.c:1445
msgid "must supply a remote hostname to `/inet'"
msgstr "`/inet' にはリモートホスト名が必要です。"
-#: io.c:1465
+#: io.c:1463
msgid "must supply a remote port to `/inet'"
msgstr "`/inet' にはリモートポート番号が必要です。"
-#: io.c:1511
+#: io.c:1509
msgid "TCP/IP communications are not supported"
msgstr "TCP/IP 接続は使用できません。"
-#: io.c:1669
+#: io.c:1667
#, c-format
msgid "could not open `%s', mode `%s'"
msgstr "`%s' (モード `%s') を開けません。"
-#: io.c:1720
+#: io.c:1718
#, c-format
msgid "close of master pty failed (%s)"
msgstr "マスター pty を閉じられません (%s)。"
-#: io.c:1722 io.c:1889 io.c:2046
+#: io.c:1720 io.c:1887 io.c:2044
#, c-format
msgid "close of stdout in child failed (%s)"
msgstr "子プロセスが標準出力を閉じられません (%s)。"
-#: io.c:1725
+#: io.c:1723
#, c-format
msgid "moving slave pty to stdout in child failed (dup: %s)"
msgstr "子プロセスがスレーブ pty を標準出力に移動できません (dup: %s)。"
-#: io.c:1727 io.c:1894
+#: io.c:1725 io.c:1892
#, c-format
msgid "close of stdin in child failed (%s)"
msgstr "子プロセスが標準入力を閉じられません (%s)。"
-#: io.c:1730
+#: io.c:1728
#, c-format
msgid "moving slave pty to stdin in child failed (dup: %s)"
msgstr "子プロセスがスレーブ pty を標準入力に移動できません (dup: %s)。"
-#: io.c:1732 io.c:1753
+#: io.c:1730 io.c:1751
#, c-format
msgid "close of slave pty failed (%s)"
msgstr "スレーブ pty を閉じられません (%s)。"
-#: io.c:1831 io.c:1892 io.c:2024 io.c:2049
+#: io.c:1829 io.c:1890 io.c:2022 io.c:2047
#, c-format
msgid "moving pipe to stdout in child failed (dup: %s)"
msgstr "子プロセスがパイプを標準出力に移動できません (dup: %s)。"
-#: io.c:1838 io.c:1897
+#: io.c:1836 io.c:1895
#, c-format
msgid "moving pipe to stdin in child failed (dup: %s)"
msgstr "子プロセスがパイプを標準入力に移動できません (dup: %s)。"
-#: io.c:1858 io.c:2039
+#: io.c:1856 io.c:2037
msgid "restoring stdout in parent process failed\n"
msgstr "親プロセスが標準出力を復旧できません。\n"
-#: io.c:1866
+#: io.c:1864
msgid "restoring stdin in parent process failed\n"
msgstr "親プロセスが標準入力を復旧できません。\n"
-#: io.c:1900 io.c:2051 io.c:2065
+#: io.c:1898 io.c:2049 io.c:2063
#, c-format
msgid "close of pipe failed (%s)"
msgstr "パイプを閉じられません (%s)。"
-#: io.c:1945
+#: io.c:1943
msgid "`|&' not supported"
msgstr "`|&' は使用できません。"
-#: io.c:2011
+#: io.c:2009
#, c-format
msgid "cannot open pipe `%s' (%s)"
msgstr "パイプ `%s' が開けません (%s)。"
-#: io.c:2059
+#: io.c:2057
#, c-format
msgid "cannot create child process for `%s' (fork: %s)"
msgstr "`%s' 用の子プロセスを実行できません (fork: %s)。"
-#: io.c:2548
+#: io.c:2546
#, c-format
msgid "data file `%s' is empty"
msgstr "データファイル `%s' は空です。"
-#: io.c:2589 io.c:2597
+#: io.c:2587 io.c:2595
msgid "could not allocate more input memory"
msgstr "入力用メモリーをこれ以上確保できません。"
-#: io.c:3144
+#: io.c:3142
msgid "multicharacter value of `RS' is a gawk extension"
msgstr "複数の文字を `RS' に使用するのは gawk 特有の拡張です。"
-#: main.c:311
+#: main.c:310
msgid "out of memory"
msgstr ""
-#: main.c:388
+#: main.c:387
msgid "`-m[fr]' option irrelevant in gawk"
msgstr "gawk ではオプション `-m[fr]' に効果はありません。"
-#: main.c:390
+#: main.c:389
msgid "-m option usage: `-m[fr] nnn'"
msgstr "-m オプションの使用法: `-m[fr] 数値'"
-#: main.c:426
+#: main.c:412
#, fuzzy
msgid "empty argument to `-e/--source' ignored"
msgstr "空引数の `--source' は無視されます。"
-#: main.c:492
+#: main.c:478
#, c-format
msgid "%s: option `-W %s' unrecognized, ignored\n"
msgstr "%s: オプション `-W %s' は認識できません。無視します。\n"
-#: main.c:545
+#: main.c:531
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: 引数が必要なオプション -- %c\n"
-#: main.c:566
+#: main.c:552
msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
msgstr ""
"環境変数 `POSIXLY_CORRECT' が指定されています。オプション `--posix' を有効に"
"します。"
-#: main.c:572
+#: main.c:558
msgid "`--posix' overrides `--traditional'"
msgstr "オプション `--posix' は `--traditional' を無効にします。"
-#: main.c:583
+#: main.c:569
msgid "`--posix'/`--traditional' overrides `--non-decimal-data'"
msgstr ""
"オプション `--posix'/`--traditional' は `--non-decimal-data' を無効にします。"
-#: main.c:587
+#: main.c:573
#, c-format
msgid "running %s setuid root may be a security problem"
msgstr ""
"setuid root で %s を実行すると、セキュリティ上の問題が発生する場合がありま"
"す。"
-#: main.c:592
+#: main.c:578
#, fuzzy
msgid "`--posix' overrides `--binary'"
msgstr "オプション `--posix' は `--traditional' を無効にします。"
-#: main.c:643
+#: main.c:629
#, c-format
msgid "can't set binary mode on stdin (%s)"
msgstr "標準入力をバイナリモードに設定できません (%s)。"
-#: main.c:646
+#: main.c:632
#, c-format
msgid "can't set binary mode on stdout (%s)"
msgstr "標準出力をバイナリモードに設定できません (%s)。"
-#: main.c:648
+#: main.c:634
#, c-format
msgid "can't set binary mode on stderr (%s)"
msgstr "標準エラーをバイナリモードに設定できません (%s)。"
-#: main.c:687
+#: main.c:673
msgid "no program text at all!"
msgstr "プログラム文が全くありません!"
-#: main.c:762
+#: main.c:748
#, c-format
msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n"
msgstr ""
"使い方: %s [POSIX または GNU 形式オプション] -f プログラムファイル [--] 入力"
"ファイル …\n"
-#: main.c:764
+#: main.c:750
#, c-format
msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n"
msgstr ""
"使い方: %s [POSIX または GNU 形式オプション] [--] %cプログラム%c 入力ファイ"
"ル …\n"
-#: main.c:769
+#: main.c:755
#, fuzzy
msgid "POSIX options:\t\tGNU long options: (standard)\n"
msgstr "POSIX オプション:\t\tGNU 長形式オプション\n"
-#: main.c:770
+#: main.c:756
msgid "\t-f progfile\t\t--file=progfile\n"
msgstr "\t-f プログラムファイル\t\t--file=プログラムファイル\n"
-#: main.c:771
+#: main.c:757
msgid "\t-F fs\t\t\t--field-separator=fs\n"
msgstr ""
"\t-F フィールドセパレータ\t\t\t--field-separator=フィールドセパレータ\n"
-#: main.c:772
+#: main.c:758
msgid "\t-v var=val\t\t--assign=var=val\n"
msgstr "\t-v 変数=代入値\t\t--assign=変数=代入値\n"
-#: main.c:773
+#: main.c:759
#, fuzzy
msgid "Short options:\t\tGNU long options: (extensions)\n"
msgstr "POSIX オプション:\t\tGNU 長形式オプション\n"
-#: main.c:774
-msgid "\t-m[fr] val\n"
-msgstr "\t-m[fr] 数値\n"
-
-#: main.c:775
+#: main.c:760
msgid "\t-b\t\t\t--characters-as-bytes\n"
msgstr ""
-#: main.c:776
+#: main.c:761
#, fuzzy
msgid "\t-c\t\t\t--traditional\n"
msgstr "\t-W traditional\t\t--traditional\n"
-#: main.c:777
+#: main.c:762
#, fuzzy
msgid "\t-C\t\t\t--copyright\n"
msgstr "\t-W copyright\t\t--copyright\n"
-#: main.c:778
+#: main.c:763
#, fuzzy
msgid "\t-d [file]\t\t--dump-variables[=file]\n"
msgstr "\t-W dump-variables[=ファイル]\t--dump-variables[=ファイル]\n"
-#: main.c:779
+#: main.c:764
#, fuzzy
msgid "\t-e 'program-text'\t--source='program-text'\n"
msgstr "\t-W source=プログラム文\t--source=プログラム文\n"
-#: main.c:780
+#: main.c:765
#, fuzzy
msgid "\t-E file\t\t\t--exec=file\n"
msgstr "\t-W exec=ファイル\t\t--exec=ファイル\n"
-#: main.c:781
+#: main.c:766
#, fuzzy
msgid "\t-g\t\t\t--gen-pot\n"
msgstr "\t-W gen-po\t\t--gen-po\n"
-#: main.c:782
+#: main.c:767
#, fuzzy
msgid "\t-h\t\t\t--help\n"
msgstr "\t-W help\t\t\t--help\n"
-#: main.c:783
+#: main.c:768
#, fuzzy
msgid "\t-L [fatal]\t\t--lint[=fatal]\n"
msgstr "\t-W lint[=fatal]\t\t--lint[=fatal]\n"
-#: main.c:784
+#: main.c:769
#, fuzzy
msgid "\t-n\t\t\t--non-decimal-data\n"
msgstr "\t-W non-decimal-data\t--non-decimal-data\n"
-#: main.c:785
+#: main.c:770
msgid "\t-N\t\t\t--use-lc-numeric\n"
msgstr ""
-#: main.c:786
+#: main.c:771
msgid "\t-O\t\t\t--optimize\n"
msgstr ""
-#: main.c:787
+#: main.c:772
#, fuzzy
msgid "\t-p [file]\t\t--profile[=file]\n"
msgstr "\t-W profile[=ファイル]\t--profile[=ファイル]\n"
-#: main.c:788
+#: main.c:773
#, fuzzy
msgid "\t-P\t\t\t--posix\n"
msgstr "\t-W posix\t\t--posix\n"
-#: main.c:789
+#: main.c:774
#, fuzzy
msgid "\t-r\t\t\t--re-interval\n"
msgstr "\t-W re-interval\t\t--re-interval\n"
-#: main.c:791
+#: main.c:776
#, fuzzy
msgid "\t-R file\t\t\t--command=file\n"
msgstr "\t-W exec=ファイル\t\t--exec=ファイル\n"
-#: main.c:792
+#: main.c:777
msgid "\t-S\t\t\t--sandbox\n"
msgstr ""
-#: main.c:793
+#: main.c:778
#, fuzzy
msgid "\t-t\t\t\t--lint-old\n"
msgstr "\t-W lint-old\t\t--lint-old\n"
-#: main.c:794
+#: main.c:779
#, fuzzy
msgid "\t-V\t\t\t--version\n"
msgstr "\t-W version\t\t--version\n"
-#: main.c:796
+#: main.c:781
msgid "\t-W nostalgia\t\t--nostalgia\n"
msgstr "\t-W nostalgia\t\t--nostalgia\n"
-#: main.c:799
+#: main.c:784
#, fuzzy
msgid "\t-Y\t\t--parsedebug\n"
msgstr "\t-W parsedebug\t\t--parsedebug\n"
@@ -1697,7 +1693,7 @@ msgstr "\t-W parsedebug\t\t--parsedebug\n"
#. for this application. Please add _another line_ with the
#. address for translation bugs.
#. no-wrap
-#: main.c:808
+#: main.c:793
msgid ""
"\n"
"To report bugs, see node `Bugs' in `gawk.info', which is\n"
@@ -1710,7 +1706,7 @@ msgstr ""
"は、`Reporting Problems and Bugs' です。\n"
"\n"
-#: main.c:812
+#: main.c:797
msgid ""
"gawk is a pattern scanning and processing language.\n"
"By default it reads standard input and writes standard output.\n"
@@ -1720,7 +1716,7 @@ msgstr ""
"デフォルト設定では、標準入力を読み込み、標準出力に書き出します。\n"
"\n"
-#: main.c:816
+#: main.c:801
msgid ""
"Examples:\n"
"\tgawk '{ sum += $1 }; END { print sum }' file\n"
@@ -1730,7 +1726,7 @@ msgstr ""
"\tgawk '{ sum += $1 }; END { print sum }' 入力ファイル\n"
"\tgawk -F: '{ print $1 }' /etc/passwd\n"
-#: main.c:836
+#: main.c:821
#, fuzzy, c-format
msgid ""
"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
@@ -1748,7 +1744,7 @@ msgstr ""
"に従い再配布、及び/または、変更を加えることができます。\n"
"\n"
-#: main.c:844
+#: main.c:829
msgid ""
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -1762,7 +1758,7 @@ msgstr ""
"詳しくは、GNU General Public License を参照してください。\n"
"\n"
-#: main.c:855
+#: main.c:840
#, fuzzy
msgid ""
"You should have received a copy of the GNU General Public License\n"
@@ -1775,16 +1771,16 @@ msgstr ""
"\t59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\n"
"へ書面でお知らせください。\n"
-#: main.c:890
+#: main.c:875
msgid "-Ft does not set FS to tab in POSIX awk"
msgstr "POSIX 仕様の awk では -Ft で FS をタブに設定できません。"
-#: main.c:1122
+#: main.c:1107
#, c-format
msgid "unknown value for field spec: %d\n"
msgstr ""
-#: main.c:1182
+#: main.c:1167
#, c-format
msgid ""
"%s: `%s' argument to `-v' not in `var=value' form\n"
@@ -1793,45 +1789,45 @@ msgstr ""
"%s: オプション `-v' の引数 `%s' が `変数=代入値' の形式になっていません。\n"
"\n"
-#: main.c:1202
+#: main.c:1187
#, c-format
msgid "`%s' is not a legal variable name"
msgstr "`%s' は不正な変数名です。"
-#: main.c:1205
+#: main.c:1190
#, c-format
msgid "`%s' is not a variable name, looking for file `%s=%s'"
msgstr "`%s' は変数名ではありません。`%s=%s' のファイルを探します。"
-#: main.c:1258
+#: main.c:1243
msgid "floating point exception"
msgstr "浮動小数点例外"
-#: main.c:1265
+#: main.c:1250
msgid "fatal error: internal error"
msgstr "致命的エラー: 内部エラー"
-#: main.c:1280
+#: main.c:1265
#, fuzzy
msgid "fatal error: internal error: segfault"
msgstr "致命的エラー: 内部エラー"
-#: main.c:1292
+#: main.c:1277
#, fuzzy
msgid "fatal error: internal error: stack overflow"
msgstr "致命的エラー: 内部エラー"
-#: main.c:1342
+#: main.c:1327
#, c-format
msgid "no pre-opened fd %d"
msgstr "fd %d が事前に開いていません。"
-#: main.c:1349
+#: main.c:1334
#, c-format
msgid "could not pre-open /dev/null for fd %d"
msgstr "事前に fd %d 用に /dev/null を開けません。"
-#: main.c:1372 main.c:1381
+#: main.c:1357 main.c:1366
#, c-format
msgid "could not find groups: %s"
msgstr "グループが見つかりません: %s"
@@ -2027,6 +2023,9 @@ msgstr ") または \\) が対応しません。"
msgid "No previous regular expression"
msgstr "これより前に使用した正規表現はありません。"
+#~ msgid "\t-m[fr] val\n"
+#~ msgstr "\t-m[fr] 数値\n"
+
#~ msgid "call of `length' without parentheses is deprecated by POSIX"
#~ msgstr "POSIX は括弧無しでの `length' の使用を推奨しません。"