+#~ msgid "executing query: %s"
+#~ msgstr "実行クエリ: %s"
+
+#~ msgid "found %d database name in \"%s\""
+#~ msgid_plural "found %d database names in \"%s\""
+#~ msgstr[0] "\"%2$s\" 内に %1$d 個のデータベース名を検出しました"
+
+#~ msgid "found database \"%s\" (OID: %u) in file \"%s\""
+#~ msgstr "ファイル \"%3$s\" 内でデータベース \"%1$s\" (OID: %2$u) を検出しました。"
+
+#~ msgid "ignored %d error in file \"%s\""
+#~ msgid_plural "ignored %d errors in file \"%s\""
+#~ msgstr[0] "ファイル \"%2$s\" 内のエラー%1$d件を無視しました"
+
+#~ msgid "invalid entry in file \"%s\" on line %d"
+#~ msgstr "ファイル\"%s\"の%d行目に不正なエントリ"
+
+#~ msgid "need to restore %d databases out of %d databases"
+#~ msgstr "%2$d 個のうち %1$d 個のデータベースの復元が必要です"
+
+#~ msgid "no database needs restoring out of %d database"
+#~ msgid_plural "no database needs restoring out of %d databases"
+#~ msgstr[0] "%d 個のデータベースの中で復元が必要なものはありません"
+
+#~ msgid "number of restored databases is %d"
+#~ msgstr "復元されたデータベースの数は %d です"
+
+#~ msgid "option --exclude-database can be used only when restoring an archive created by pg_dumpall"
+#~ msgstr "オプション --exclude-database はpg_dumpallで作成したアーカイブの復元時のみ使用できます"
+
+#~ msgid "option --exclude-database cannot be used together with -g/--globals-only"
+#~ msgstr "オプション --exclude-database は -g/--globals-only と一緒には使用できません"
+
+#~ msgid "option -C/--create must be specified when restoring an archive created by pg_dumpall"
+#~ msgstr "pg_dumpallで作成されたアーカイブを復元する際には、-C/--create オプションの指定が必須です"
+
+#~ msgid "option -F/--format=d|c|t requires option -f/--file"
+#~ msgstr "オプション -F/--format=d|c|t はオプション -f/--file の指定が必要です"
+
+#~ msgid "option -L/--use-list cannot be used when restoring an archive created by pg_dumpall"
+#~ msgstr "オプション-L/--use-list はpg_dumpallで作成されたアーカイブの復元では使用できません"
+
+#~ msgid "option -g/--globals-only can be used only when restoring an archive created by pg_dumpall"
+#~ msgstr "オプション -g/--globals-only はpg_dumpallで作成したアーカイブの復元時のみ使用できます"
+
+#~ msgid "option -l/--list cannot be used when restoring an archive created by pg_dumpall"
+#~ msgstr "オプション -l/--list はpg_dumpallで作成されたアーカイブの復元では使用できません"
+
+#~ msgid "options --with-data and --no-data cannot be used together"
+#~ msgstr "--with-data と --no-data オプションは同時には使用できません"
+
+#~ msgid "options --with-schema and --no-schema cannot be used together"
+#~ msgstr "--with-schema と --no-schema オプションは同時には使用できません"
+
+#~ msgid "options --with-statistics and --no-statistics cannot be used together"
+#~ msgstr "オプション --with-statistics と --no-statistics とは同時には使用できません"
+
+#~ msgid "restoring database \"%s\""
+#~ msgstr "データベース\"%s\"の復元中"
+
+#~ msgid "trying to connect to database \"%s\""
+#~ msgstr "データベース\"%s\"に接続を試みています"
+
+#~ msgid "unhandled mode \"%s\""
+#~ msgstr "処理されないモード \"%s\""
+
+#~ msgid "unrecognized output format \"%s\"; please specify \"c\", \"d\", \"p\", or \"t\""
+#~ msgstr "認識不能の出力形式\"%s\"; \"c\"、\"d\"、\"p\" または\"t\"を指定してください"