# Dpkg --- the Debian GNU/Linux package maintenance system. # # Copyright (C) 1994,1995,1996 Ian Jackson # Copyright (C) 1995,1996 Erick Branderhorst # Copyright (C) 1996 Miquel van Smoorenburg # Copyright (C) 1996 Kim-Minh Kaplan # Copyright (C) 1996 Michael Shields # Copyright (C) 1995 Bruce Perens # Copyright (C) 1994 Carl Streeter # Copyright (C) 1994 Matt Welsh # Copyright (C) 1994 Ian Murdock # Parts written by Colin Plumb and Branko Lankester in 1993. # # dpkg 用の日本語メッセージ (Linux/GNU Debian). # Copyright (C) 1998 Masato Taruishi # Copyright (C) 1999-2004 Keita Maehara # Copyright (C) 2004-2014 Kenshi Muto msgid "" msgstr "" "Project-Id-Version: dpkg 1.17.22\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" "POT-Creation-Date: 2014-12-23 18:12+0100\n" "PO-Revision-Date: 2014-11-28 09:09+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: lib/dpkg/ar.c:78 #, c-format msgid "invalid character '%c' in archive '%.250s' member '%.16s' size" msgstr "" "アーカイブ '%2$.250s' のメンバー '%3$.16s' サイズに無効な文字 '%1$c' がありま" "す" #: lib/dpkg/ar.c:99 lib/dpkg/ar.c:122 lib/dpkg/ar.c:136 lib/dpkg/ar.c:140 #: lib/dpkg/ar.c:168 utils/update-alternatives.c:1169 #, c-format msgid "unable to write file '%s'" msgstr "ファイル '%s' に書き込めません" #: lib/dpkg/ar.c:110 #, c-format msgid "ar member name '%s' length too long" msgstr "ar メンバー名 '%s' の長さが長すぎます" #: lib/dpkg/ar.c:112 #, c-format msgid "ar member size %jd too large" msgstr "ar メンバーサイズ %jd は長すぎます" #: lib/dpkg/ar.c:119 #, c-format msgid "generated corrupt ar header for '%s'" msgstr "'%s' の壊れた ar ヘッダを生成しました" #: lib/dpkg/ar.c:154 #, c-format msgid "failed to fstat ar member file (%s)" msgstr "ar メンバーファイルの fstat に失敗しました (%s)" #: lib/dpkg/ar.c:163 #, c-format msgid "cannot append ar member file (%s) to '%s': %s" msgstr "ar メンバーファイル (%s) を '%s' に追加できません: %s" #: lib/dpkg/arch.c:64 lib/dpkg/parsehelp.c:112 lib/dpkg/pkg-format.c:212 msgid "may not be empty string" msgstr "空の文字ではいけません" #: lib/dpkg/arch.c:66 msgid "must start with an alphanumeric" msgstr "英数字で始まらなければなりません" #: lib/dpkg/arch.c:73 lib/dpkg/parsehelp.c:120 #, c-format msgid "character `%c' not allowed (only letters, digits and characters `%s')" msgstr "文字 `%c' は許可されていません (文字、数値と '%s' のみ使用可能です)" #: lib/dpkg/arch.c:236 msgctxt "architecture" msgid "" msgstr "<なし>" #: lib/dpkg/arch.c:238 msgctxt "architecture" msgid "" msgstr "<空>" #: lib/dpkg/arch.c:328 msgid "error writing to architecture list" msgstr "アーキテクチャリストへの書き込みエラーです" #: lib/dpkg/atomic-file.c:57 #, c-format msgid "unable to create new file '%.250s'" msgstr "新しいファイル '%.250s' を作成できません" #: lib/dpkg/atomic-file.c:68 #, c-format msgid "unable to write new file '%.250s'" msgstr "新しいファイル '%.250s' に書き込めません" #: lib/dpkg/atomic-file.c:70 #, c-format msgid "unable to flush new file '%.250s'" msgstr "新しいファイル '%.250s' をフラッシュできません" #: lib/dpkg/atomic-file.c:72 #, c-format msgid "unable to sync new file '%.250s'" msgstr "新しいファイル '%.250s' を同期できません" #: lib/dpkg/atomic-file.c:81 #, c-format msgid "unable to close new file `%.250s'" msgstr "新しいファイル `%.250s' をクローズできません" #: lib/dpkg/atomic-file.c:92 #, c-format msgid "error removing old backup file '%s'" msgstr "古いバックアップファイル '%s' の削除中にエラーが発生しました" #: lib/dpkg/atomic-file.c:94 #, c-format msgid "error creating new backup file '%s'" msgstr "新しいバックアップファイル '%s' の作成中にエラーが発生しました" #: lib/dpkg/atomic-file.c:103 lib/dpkg/atomic-file.c:105 #: lib/dpkg/triglib.c:451 src/infodb-upgrade.c:169 src/infodb-upgrade.c:174 #: src/infodb-upgrade.c:200 src/remove.c:347 src/remove.c:440 #, c-format msgid "cannot remove `%.250s'" msgstr "`%.250s' を削除できません" #: lib/dpkg/atomic-file.c:115 #, c-format msgid "error installing new file '%s'" msgstr "新しいファイル '%s' のインストール中にエラーが発生しました" #: lib/dpkg/buffer.c:133 msgid "failed to write" msgstr "書き込みに失敗しました" #: lib/dpkg/buffer.c:154 msgid "failed to read" msgstr "読み取りに失敗しました" #: lib/dpkg/buffer.c:229 msgid "unexpected end of file or stream" msgstr "ファイルまたはストリームの予期しない終わりです" #: lib/dpkg/buffer.c:271 msgid "failed to seek" msgstr "シークに失敗しました" #: lib/dpkg/command.c:182 lib/dpkg/command.c:229 src/help.c:393 #: src/unpack.c:103 src/unpack.c:143 src/unpack.c:565 src/unpack.c:956 #: dpkg-deb/build.c:190 dpkg-deb/build.c:465 dpkg-deb/build.c:564 #: dpkg-deb/info.c:66 dpkg-split/split.c:71 utils/update-alternatives.c:414 #, c-format msgid "unable to execute %s (%s)" msgstr "%s を実行できません (%s)" #: lib/dpkg/compress.c:113 lib/dpkg/compress.c:122 #, c-format msgid "%s: pass-through copy error: %s" msgstr "%s: パススルーコピーエラー: %s" #: lib/dpkg/compress.c:156 #, c-format msgid "%s: error binding input to gzip stream" msgstr "%s: gzip ストリームへの入力のバインドエラー" #: lib/dpkg/compress.c:168 #, c-format msgid "%s: internal gzip read error: '%s'" msgstr "%s: 内部 gzip 読み取りエラー: '%s'" #: lib/dpkg/compress.c:176 lib/dpkg/compress.c:180 #, c-format msgid "%s: internal gzip write error" msgstr "%s: 内部 gzip 書き込みエラー" #: lib/dpkg/compress.c:206 #, c-format msgid "%s: error binding output to gzip stream" msgstr "%s: gzip ストリームへの出力のバインドエラー" #: lib/dpkg/compress.c:213 #, c-format msgid "%s: internal gzip read error" msgstr "%s: 内部 gzip 読み取りエラー" #: lib/dpkg/compress.c:223 #, c-format msgid "%s: internal gzip write error: '%s'" msgstr "%s: 内部 gzip 書き込みエラー: '%s'" #: lib/dpkg/compress.c:236 #, c-format msgid "%s: internal gzip write error: %s" msgstr "%s: 内部 gzip 書き込みエラー: %s" #: lib/dpkg/compress.c:289 #, c-format msgid "%s: error binding input to bzip2 stream" msgstr "%s: bzip2 ストリームへの入力のバインドエラー" #: lib/dpkg/compress.c:301 #, c-format msgid "%s: internal bzip2 read error: '%s'" msgstr "%s: 内部 bzip2 読み取りエラー: '%s'" #: lib/dpkg/compress.c:309 lib/dpkg/compress.c:313 lib/dpkg/compress.c:363 #, c-format msgid "%s: internal bzip2 write error" msgstr "%s: 内部 bzip2 書き込みエラー" #: lib/dpkg/compress.c:327 #, c-format msgid "%s: error binding output to bzip2 stream" msgstr "%s: bzip2 ストリームへの出力のバインドエラー" #: lib/dpkg/compress.c:334 #, c-format msgid "%s: internal bzip2 read error" msgstr "%s: 内部 bzip2 読み取りエラー" #: lib/dpkg/compress.c:344 lib/dpkg/compress.c:355 #, c-format msgid "%s: internal bzip2 write error: '%s'" msgstr "%s: 内部 bzip2 書き込みエラー: '%s'" #: lib/dpkg/compress.c:351 msgid "unexpected bzip2 error" msgstr "予期せぬ bzip2 エラー" #: lib/dpkg/compress.c:412 msgid "internal error (bug)" msgstr "内部エラー (バグ)" #: lib/dpkg/compress.c:419 msgid "memory usage limit reached" msgstr "メモリ使用上限に達しました" #: lib/dpkg/compress.c:423 msgid "unsupported compression preset" msgstr "サポートされていない圧縮プリセット" #: lib/dpkg/compress.c:425 msgid "unsupported options in file header" msgstr "ファイルヘッダにサポートされていないオプションがあります" #: lib/dpkg/compress.c:429 msgid "compressed data is corrupt" msgstr "圧縮データが壊れています" #: lib/dpkg/compress.c:433 msgid "unexpected end of input" msgstr "予期しない入力の終わりです" #: lib/dpkg/compress.c:437 msgid "file format not recognized" msgstr "ファイルフォーマットを解釈できません" #: lib/dpkg/compress.c:441 msgid "unsupported type of integrity check" msgstr "サポートされていない完全性チェックの形式です" #: lib/dpkg/compress.c:482 #, c-format msgid "%s: lzma read error" msgstr "%s: lzma 読み取りエラー" #: lib/dpkg/compress.c:494 #, c-format msgid "%s: lzma write error" msgstr "%s: lzma 書き込みエラー" #: lib/dpkg/compress.c:503 #, c-format msgid "%s: lzma close error" msgstr "%s: lzma クローズエラー" #: lib/dpkg/compress.c:509 #, c-format msgid "%s: lzma error: %s" msgstr "%s: lzma エラー: %s" #: lib/dpkg/compress.c:816 msgid "unknown compression strategy" msgstr "不明な圧縮方法です" #: lib/dpkg/dbmodify.c:69 #, c-format msgid "" "updates directory contains file `%.250s' whose name is too long (length=%d, " "max=%d)" msgstr "" "updates ディレクトリにあるファイル `%.250s' は名前が長すぎます (長さ=%d, 最大" "=%d)" #: lib/dpkg/dbmodify.c:73 #, c-format msgid "" "updates directory contains files with different length names (both %d and %d)" msgstr "updates ディレクトリにあるファイル名の長さが異なります (%d と %d)" #: lib/dpkg/dbmodify.c:87 #, c-format msgid "cannot scan updates directory `%.255s'" msgstr "updates ディレクトリ `%.255s' を走査できません" #: lib/dpkg/dbmodify.c:101 #, c-format msgid "failed to remove incorporated update file %.255s" msgstr "統合した更新用ファイル %.255s の削除に失敗しました" #: lib/dpkg/dbmodify.c:122 dpkg-deb/build.c:453 #, c-format msgid "unable to create `%.255s'" msgstr "`%.255s' を作成できません" #: lib/dpkg/dbmodify.c:126 #, c-format msgid "unable to fill %.250s with padding" msgstr "%.250s に文字を補充できません" #: lib/dpkg/dbmodify.c:128 #, c-format msgid "unable to flush %.250s after padding" msgstr "文字の補充後に %.250s をフラッシュできません" #: lib/dpkg/dbmodify.c:130 #, c-format msgid "unable to seek to start of %.250s after padding" msgstr "文字の補充後に %.250s の最初に戻れません" #: lib/dpkg/dbmodify.c:196 #, c-format msgid "unable to open lock file %s for testing" msgstr "テストのためのロックファイル %s をオープンできません" #: lib/dpkg/dbmodify.c:222 msgid "unable to open/create status database lockfile" msgstr "ステータスデータベースのロックファイルをオープン/作成できません。" #: lib/dpkg/dbmodify.c:232 msgid "you do not have permission to lock the dpkg status database" msgstr "あなたには dpkg ステータスデータベースをロックする権限がありません" #: lib/dpkg/dbmodify.c:234 msgid "dpkg status database" msgstr "dpkg ステータスデータベース" #: lib/dpkg/dbmodify.c:258 msgid "requested operation requires superuser privilege" msgstr "要求した操作はスーパーユーザの権限が必要です" #: lib/dpkg/dbmodify.c:263 msgid "unable to access dpkg status area" msgstr "dpkg ステータスエリアにアクセスできません" #: lib/dpkg/dbmodify.c:265 msgid "operation requires read/write access to dpkg status area" msgstr "操作は dpkg ステータスエリアへの読み書きの権限が必要です" #: lib/dpkg/dbmodify.c:316 #, c-format msgid "failed to remove my own update file %.255s" msgstr "一時的な更新用ファイル %.255s の削除に失敗しました" #: lib/dpkg/dbmodify.c:354 #, c-format msgid "unable to write updated status of `%.250s'" msgstr "更新した `%.250s' のステータスを書き込めません" #: lib/dpkg/dbmodify.c:357 #, c-format msgid "unable to flush updated status of `%.250s'" msgstr "更新した `%.250s' のステータスをフラッシュできません" #: lib/dpkg/dbmodify.c:360 #, c-format msgid "unable to truncate for updated status of `%.250s'" msgstr "更新した `%.250s' のステータスを切り詰められません" #: lib/dpkg/dbmodify.c:363 #, c-format msgid "unable to fsync updated status of `%.250s'" msgstr "更新した `%.250s' のステータスを fsync できません" #: lib/dpkg/dbmodify.c:366 #, c-format msgid "unable to close updated status of `%.250s'" msgstr "更新した `%.250s' のステータスをクローズできません" #: lib/dpkg/dbmodify.c:370 #, c-format msgid "unable to install updated status of `%.250s'" msgstr "更新した `%.250s' のステータスをインストールできません" #: lib/dpkg/deb-version.c:55 msgid "format version with empty major component" msgstr "空のメジャーコンポーネントの付いた形式バージョン" #: lib/dpkg/deb-version.c:57 msgid "format version has no dot" msgstr "形式バージョンはドットを含みません" #: lib/dpkg/deb-version.c:63 msgid "format version with empty minor component" msgstr "空のマイナーコンポーネントの付いた形式バージョン" #: lib/dpkg/deb-version.c:65 msgid "format version followed by junk" msgstr "ゴミに続く形式バージョン" #: lib/dpkg/dir.c:50 #, c-format msgid "unable to get file descriptor for directory '%s'" msgstr "ディレクトリ '%s' のファイル記述子を取得できません" #: lib/dpkg/dir.c:54 #, c-format msgid "unable to sync directory '%s'" msgstr "ディレクトリ '%s' と同期できません" #: lib/dpkg/dir.c:69 lib/dpkg/dir.c:131 #, c-format msgid "unable to open directory '%s'" msgstr "ディレクトリ '%s' をオープンできません" #: lib/dpkg/dir.c:109 src/divertcmd.c:217 dpkg-split/split.c:207 #: utils/update-alternatives.c:1305 #, c-format msgid "unable to open file '%s'" msgstr "ファイル '%s' をオープンできません" #: lib/dpkg/dir.c:111 src/divertcmd.c:232 dpkg-deb/build.c:600 #: dpkg-split/join.c:70 dpkg-split/queue.c:203 #: utils/update-alternatives.c:1425 #, c-format msgid "unable to sync file '%s'" msgstr "ファイル '%s' を同期できません" #: lib/dpkg/dir.c:113 src/divertcmd.c:234 dpkg-deb/build.c:602 #: dpkg-split/join.c:72 dpkg-split/queue.c:205 #: utils/update-alternatives.c:1333 utils/update-alternatives.c:1427 #, c-format msgid "unable to close file '%s'" msgstr "ファイル '%s' をクローズできません" #: lib/dpkg/dump.c:472 #, c-format msgid "failed to write details of `%.50s' to `%.250s'" msgstr "`%.50s' についての詳細を `%.250s' に書き込めませんでした" #: lib/dpkg/dump.c:496 #, c-format msgid "unable to set buffering on %s database file" msgstr "%s データベースファイル用のバッファリングを設定できません" #: lib/dpkg/dump.c:508 #, c-format msgid "failed to write %s database record about '%.50s' to '%.250s'" msgstr "" "'%2$.50s' についての %1$s データベースレコードを '%3$.250s' に書き込めません" "でした" #: lib/dpkg/ehandle.c:98 #, c-format msgid "" "%s: unrecoverable fatal error, aborting:\n" " %s\n" msgstr "" "%s: 復旧不可能な致命的なエラーです。中止します:\n" " %s\n" #: lib/dpkg/ehandle.c:104 #, c-format msgid "" "%s: outside error context, aborting:\n" " %s\n" msgstr "" "%s: エラーコンテキストの外側です。中止します:\n" " %s\n" #: lib/dpkg/ehandle.c:124 msgid "out of memory for new error context" msgstr "新しいエラーコンテキスト用のメモリが不足しています" #: lib/dpkg/ehandle.c:189 #, c-format msgid "" "%s: error while cleaning up:\n" " %s\n" msgstr "" "%s: クリーンアップ中にエラーが発生しました:\n" " %s\n" #: lib/dpkg/ehandle.c:208 #, c-format msgid "%s: too many nested errors during error recovery!!\n" msgstr "%s: エラー復旧中にさらに大量の入れ子のエラーが発生しました!!\n" #: lib/dpkg/ehandle.c:275 lib/dpkg/ehandle.c:314 msgid "out of memory for new cleanup entry" msgstr "新しいクリーンアップエントリ用のメモリが不足しています" #: lib/dpkg/ehandle.c:298 msgid "out of memory for new cleanup entry with many arguments" msgstr "" "多すぎる引数のために、新しいクリーンアップエントリ用のメモリが不足しています" #: lib/dpkg/ehandle.c:359 #, c-format msgid "%s: error: %s\n" msgstr "%s: エラー: %s\n" #: lib/dpkg/ehandle.c:395 #, c-format msgid "%s:%s:%d:%s: internal error: %s\n" msgstr "%s:%s:%d:%s: 内部エラー: %s\n" #: lib/dpkg/fields.c:52 #, c-format msgid "%s is missing" msgstr "%s がありません" #: lib/dpkg/fields.c:56 #, c-format msgid "'%.50s' is not allowed for %s" msgstr "`%.50s' は %s 用に許可されていません" #: lib/dpkg/fields.c:80 #, c-format msgid "junk after %s" msgstr "%s 後のゴミ" #: lib/dpkg/fields.c:94 #, c-format msgid "invalid package name (%.250s)" msgstr "無効なパッケージ名 (%.250s) です" #: lib/dpkg/fields.c:109 #, c-format msgid "empty file details field `%s'" msgstr "ファイル記述フィールド `%s' が空です" #: lib/dpkg/fields.c:112 #, c-format msgid "file details field `%s' not allowed in status file" msgstr "ファイル記述フィールド `%s' はステータスファイルでは許可されていません" #: lib/dpkg/fields.c:125 #, c-format msgid "too many values in file details field `%s' (compared to others)" msgstr "" "ファイル記述フィールド `%s' の値が (ほかのフィールドに比べて) 多すぎます" #: lib/dpkg/fields.c:139 #, c-format msgid "too few values in file details field `%s' (compared to others)" msgstr "" "ファイル記述フィールド `%s' の値が (ほかのフィールドに比べて) 少なすぎます" #: lib/dpkg/fields.c:162 msgid "yes/no in boolean field" msgstr "真偽フィールドにおける yes/no" #: lib/dpkg/fields.c:177 msgid "foreign/allowed/same/no in quadstate field" msgstr "4状態フィールドにおける foreign/allowed/same/no" #: lib/dpkg/fields.c:189 #, c-format msgid "'%s' is not a valid architecture name: %s" msgstr "'%s' は有効なアーキテクチャ名ではありません: %s" #: lib/dpkg/fields.c:208 msgid "word in 'Priority' field" msgstr "'Priority' フィールドのワード" #: lib/dpkg/fields.c:221 lib/dpkg/fields.c:272 lib/dpkg/fields.c:622 #: lib/dpkg/fields.c:647 #, c-format msgid "value for '%s' field not allowed in this context" msgstr "'%s' フィールドの値はこのコンテキストでは許可されていません" #: lib/dpkg/fields.c:226 msgid "first (want) word in 'Status' field" msgstr "'Status' フィールドの第 1 ワード (要望)" #: lib/dpkg/fields.c:228 msgid "second (error) word in 'Status' field" msgstr "'Status' フィールドの第 2 ワード (エラー)" #: lib/dpkg/fields.c:230 msgid "third (status) word in 'Status' field" msgstr "'Status' フィールドの第 3 ワード (状態)" #: lib/dpkg/fields.c:240 lib/dpkg/fields.c:278 #, c-format msgid "error in '%s' field string '%.250s'" msgstr "'%s' フィールドの文字列 '%.250s' にエラー" #: lib/dpkg/fields.c:252 #, c-format msgid "obsolete '%s' or '%s' field used" msgstr "古い '%s' あるいは '%s' フィールドが使われています" #: lib/dpkg/fields.c:305 #, c-format msgid "value for '%s' field has malformatted line '%.*s'" msgstr "'%s' の値に不正な形式を持つ行 '%.*s' があります" #: lib/dpkg/fields.c:327 #, c-format msgid "value for '%s' has line starting with non-space '%c'" msgstr "'%s' の値に空白以外の文字 `%c' で始まる行があります" #: lib/dpkg/fields.c:344 msgid "root or null directory is listed as a conffile" msgstr "" "ルートディレクトリあるいは空のディレクトリが設定ファイルとして指定されていま" "す" #: lib/dpkg/fields.c:405 #, c-format msgid "" "`%s' field, missing package name, or garbage where package name expected" msgstr "" "`%s' フィールド、パッケージ名が存在しないか、パッケージ名が入ると期待される場" "所にゴミがあります" #: lib/dpkg/fields.c:415 #, c-format msgid "`%s' field, invalid package name `%.255s': %s" msgstr "`%s' フィールド、無効なパッケージ名 `%.255s': %s" #: lib/dpkg/fields.c:444 #, c-format msgid "" "'%s' field, missing architecture name, or garbage where architecture name " "expected" msgstr "" "'%s' フィールド、アーキテクチャ名が存在しないか、アーキテクチャ名が入ると期待" "される場所にゴミがあります" #: lib/dpkg/fields.c:457 #, c-format msgid "" "'%s' field, reference to '%.255s': invalid architecture name '%.255s': %s" msgstr "" "'%2$.255s' を参照する `%1$s' フィールド: 無効なアーキテクチャ名 '%3$.255s': " "%4$s" #: lib/dpkg/fields.c:491 #, c-format msgid "" "`%s' field, reference to `%.255s':\n" " bad version relationship %c%c" msgstr "" "`%2$.255s' の `%1$s' フィールド:\n" " バージョン関係 %3$c%4$c は不正です" #: lib/dpkg/fields.c:497 #, c-format msgid "" "`%s' field, reference to `%.255s':\n" " `%c' is obsolete, use `%c=' or `%c%c' instead" msgstr "" "`%2$.255s' の `%1$s' フィールド:\n" " `%3$c' は時代遅れです。代わりに `%4$c=' または `%5$c%6$c' を使ってください" #: lib/dpkg/fields.c:507 #, c-format msgid "" "`%s' field, reference to `%.255s':\n" " implicit exact match on version number, suggest using `=' instead" msgstr "" "`%2$.255s' の `%1$s' フィールド:\n" " バージョン番号が厳密に一致することが明示されていません。代わりに `=' を使う" "ことを提案します" #: lib/dpkg/fields.c:515 #, c-format msgid "only exact versions may be used for '%s' field" msgstr "'%s' フィールドには正確なバージョンのみが使用できます" #: lib/dpkg/fields.c:520 #, c-format msgid "" "`%s' field, reference to `%.255s':\n" " version value starts with non-alphanumeric, suggest adding a space" msgstr "" "`%2$.255s' の `%1$s' フィールド:\n" " バージョン値が非英数字で始まっています。空白を加えることを提案します" #: lib/dpkg/fields.c:537 lib/dpkg/fields.c:541 #, c-format msgid "`%s' field, reference to `%.255s': version contains `%c'" msgstr "`%2$.255s' の `%1$s' フィールド: バージョンが `%3$c' を含んでいます" #: lib/dpkg/fields.c:545 #, c-format msgid "`%s' field, reference to `%.255s': version unterminated" msgstr "`%2$.255s' の `%1$s' フィールド: バージョンが完結していません" #: lib/dpkg/fields.c:551 #, c-format msgid "'%s' field, reference to '%.255s': error in version" msgstr "`%2$.255s' を参照する `%1$s' フィールド: バージョンにエラー" #: lib/dpkg/fields.c:561 #, c-format msgid "`%s' field, syntax error after reference to package `%.255s'" msgstr "`%s' フィールド、パッケージ `%.255s' 参照後の構文エラー" #: lib/dpkg/fields.c:568 #, c-format msgid "alternatives (`|') not allowed in %s field" msgstr "選択記号 (`|') は %s フィールド内では許可されていません" #: lib/dpkg/fields.c:629 #, c-format msgid "illegal pending trigger name `%.255s': %s" msgstr "無効な保留トリガ名 `%.255s': %s" #: lib/dpkg/fields.c:633 #, c-format msgid "duplicate pending trigger `%.255s'" msgstr "重複する保留トリガ `%.255s'" #: lib/dpkg/fields.c:656 #, c-format msgid "illegal package name in awaited trigger `%.255s': %s" msgstr "待ち受けトリガ `%.255s' に不正なパッケージ名があります: %s" #: lib/dpkg/fields.c:661 #, c-format msgid "duplicate awaited trigger package `%.255s'" msgstr "重複する待ち受けトリガパッケージ `%.255s'" #: lib/dpkg/file.c:53 #, c-format msgid "unable to stat source file '%.250s'" msgstr "ソースファイル '%.250s' の状態を取得できません" #: lib/dpkg/file.c:57 #, c-format msgid "unable to change ownership of target file '%.250s'" msgstr "ターゲットファイル '%.250s' の所有者を変更できません" #: lib/dpkg/file.c:61 #, c-format msgid "unable to set mode of target file '%.250s'" msgstr "ターゲットファイル '%.250s' のモードを設定できません" #: lib/dpkg/file.c:87 #, c-format msgid "unable to unlock %s" msgstr "%s をロック解除できません" #: lib/dpkg/file.c:113 #, c-format msgid "unable to check file '%s' lock status" msgstr "ファイル '%s' のロック状態を確認できません" #: lib/dpkg/file.c:148 #, c-format msgid "%s is locked by another process" msgstr "%s が別のプロセスによってロックされています" #: lib/dpkg/file.c:150 #, c-format msgid "unable to lock %s" msgstr "%s をロックできません" #: lib/dpkg/file.c:171 lib/dpkg/file.c:176 msgid "showing file on pager" msgstr "ファイルをページャで表示しています" #: lib/dpkg/log.c:53 #, c-format msgid "could not open log '%s': %s" msgstr "ログ `%s' をオープンできませんでした: %s" #: lib/dpkg/log.c:85 msgid "" msgstr "<パッケージ状態と進捗ファイル記述子>" #: lib/dpkg/log.c:114 #, c-format msgid "unable to write to status fd %d" msgstr "状態ファイル記述子 %d に書き込めません" #: lib/dpkg/mlib.c:42 lib/dpkg/mlib.c:98 utils/update-alternatives.c:274 #: utils/update-alternatives.c:331 utils/update-alternatives.c:1122 msgid "failed to allocate memory" msgstr "メモリの割り当てに失敗しました" #: lib/dpkg/mlib.c:110 #, c-format msgid "failed to dup for std%s" msgstr "std%s の複製に失敗しました" #: lib/dpkg/mlib.c:111 #, c-format msgid "failed to dup for fd %d" msgstr "ファイル記述子 %d の複製に失敗しました" #: lib/dpkg/mlib.c:117 msgid "failed to create pipe" msgstr "パイプの作成に失敗しました" #: lib/dpkg/mlib.c:125 #, c-format msgid "error writing to '%s'" msgstr "'%s' への書き込みエラーです" #: lib/dpkg/mlib.c:135 #, c-format msgid "unable to read filedescriptor flags for %.250s" msgstr "%.250s のファイル記述子フラグを読み取ることができません" #: lib/dpkg/mlib.c:137 #, c-format msgid "unable to set close-on-exec flag for %.250s" msgstr "%.250s の close-on-exec フラグを設定できません" #: lib/dpkg/options.c:64 #, c-format msgid "configuration error: %s:%d: %s" msgstr "設定エラー: %s:%d: %s" #: lib/dpkg/options.c:78 #, c-format msgid "failed to open configuration file '%.255s' for reading: %s" msgstr "設定ファイル '%.255s' の読み取り用のオープンに失敗しました: %s" #: lib/dpkg/options.c:105 #, c-format msgid "unbalanced quotes in '%s'" msgstr "'%s' の引用符が釣り合いません" #: lib/dpkg/options.c:121 #, c-format msgid "unknown option '%s'" msgstr "不明なオプション '%s'" #: lib/dpkg/options.c:125 #, c-format msgid "'%s' needs a value" msgstr "'%s' は値が必要です" #: lib/dpkg/options.c:131 #, c-format msgid "'%s' does not take a value" msgstr "'%s' は値をとりません" #: lib/dpkg/options.c:137 #, c-format msgid "read error in configuration file `%.255s'" msgstr "設定ファイル `%.255s' の読み込みエラー" #: lib/dpkg/options.c:138 #, c-format msgid "error closing configuration file `%.255s'" msgstr "設定ファイル `%.255s' のクローズ時にエラーが発生しました" #: lib/dpkg/options.c:174 #, c-format msgid "error opening configuration directory '%s'" msgstr "設定ディレクトリ '%s' のオープン時にエラーが発生しました" #: lib/dpkg/options.c:237 #, c-format msgid "unknown option --%s" msgstr "不明なオプション --%s" #: lib/dpkg/options.c:241 #, c-format msgid "--%s option takes a value" msgstr "--%s オプションは値が必要です" #: lib/dpkg/options.c:246 #, c-format msgid "--%s option does not take a value" msgstr "--%s オプションは値をとりません" #: lib/dpkg/options.c:254 #, c-format msgid "unknown option -%c" msgstr "-%c は不明なオプションです" #: lib/dpkg/options.c:259 #, c-format msgid "-%c option takes a value" msgstr "-%c オプションは値が必要です" #: lib/dpkg/options.c:267 #, c-format msgid "-%c option does not take a value" msgstr "-%c オプションは値をとりません" #: lib/dpkg/options.c:286 dpkg-split/main.c:127 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "--%s に対する不正な整数です: `%.250s'" #: lib/dpkg/options.c:294 #, c-format msgid "obsolete option '--%s'\n" msgstr "時代遅れのオプション '--%s'\n" #: lib/dpkg/options.c:310 #, c-format msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "アクション -%c (--%s) と -%c (--%s) が競合します" #: lib/dpkg/options-parsers.c:49 #, c-format msgid "--%s needs a valid package name but '%.250s' is not: %s" msgstr "" "--%s は有効なパッケージ名を必要としますが、`%.250s' はそうではありません: %s" #: lib/dpkg/parse.c:140 #, c-format msgid "duplicate value for `%s' field" msgstr "`%s' フィールドの値が重複しています" #: lib/dpkg/parse.c:152 #, c-format msgid "user-defined field name `%.*s' too short" msgstr "ユーザ定義フィールド名 `%.*s' が短かすぎます" #: lib/dpkg/parse.c:159 #, c-format msgid "duplicate value for user-defined field `%.*s'" msgstr "ユーザ定義フィールド `%.*s' の値が重複しています" #: lib/dpkg/parse.c:204 lib/dpkg/parsehelp.c:290 lib/dpkg/parsehelp.c:302 #, c-format msgid "missing %s" msgstr "%s が見つかりません" #: lib/dpkg/parse.c:206 lib/dpkg/parsehelp.c:292 lib/dpkg/parsehelp.c:305 #, c-format msgid "empty value for %s" msgstr "%s の空の値" #: lib/dpkg/parse.c:215 #, c-format msgid "package has field '%s' but is missing architecture" msgstr "" "パッケージは '%s' というフィールドを持っていますが、アーキテクチャが見つかり" "ません" #: lib/dpkg/parse.c:219 #, c-format msgid "package has field '%s' but is architecture all" msgstr "" "パッケージは '%s' というフィールドを持っていますが、アーキテクチャは all です" #: lib/dpkg/parse.c:238 msgid "Config-Version for package with inappropriate Status" msgstr "不適切な Status を持つパッケージの Config-Version" #: lib/dpkg/parse.c:249 #, c-format msgid "package has status %s but triggers are awaited" msgstr "パッケージは状態 %s ですが、トリガを待ち受けています" #: lib/dpkg/parse.c:253 msgid "package has status triggers-awaited but no triggers awaited" msgstr "パッケージはトリガ待ち受けの状態ですが、待ち受けトリガはありません" #: lib/dpkg/parse.c:259 #, c-format msgid "package has status %s but triggers are pending" msgstr "パッケージは状態 %s ですが、トリガは保留されています" #: lib/dpkg/parse.c:263 msgid "package has status triggers-pending but no triggers pending" msgstr "パッケージはトリガ保留の状態ですが、保留トリガはありません" #: lib/dpkg/parse.c:273 msgid "Package which in state not-installed has conffiles, forgetting them" msgstr "" "現在インストールされていないパッケージ (ステータス not-installed) が " "conffiles を持っているので、それらの情報を無視します" #: lib/dpkg/parse.c:351 msgid "" "multiple non-coinstallable package instances present; most probably due to " "an upgrade from an unofficial dpkg" msgstr "" "共存インストールできないパッケージ実体が複数提供されています。おそらく非公式" "の dpkg からの更新によるものです" #: lib/dpkg/parse.c:355 msgid "" "mixed non-coinstallable and coinstallable package instances present; most " "probably due to an upgrade from an unofficial dpkg" msgstr "" "共存インストールできないパッケージと共存インストールできるパッケージの実体が" "混在して提供されています。おそらく非公式の dpkg からの更新によるものです" #: lib/dpkg/parse.c:415 #, c-format msgid "" "%s %s (Multi-Arch: %s) is not co-installable with %s which has multiple " "installed instances" msgstr "" "%s %s (マルチアーキテクチャ: %s) は、複数のインストール済み実体を持つ %s と共" "存インストールできません" #: lib/dpkg/parse.c:545 #, c-format msgid "failed to open package info file `%.255s' for reading" msgstr "パッケージ情報ファイル `%.255s' 読み取り用のオープンに失敗しました" #: lib/dpkg/parse.c:564 #, c-format msgid "can't stat package info file `%.255s'" msgstr "パッケージ情報ファイル `%.255s' の状態を取得できません" #: lib/dpkg/parse.c:573 #, c-format msgid "reading package info file '%s': %s" msgstr "パッケージ情報ファイル '%s' を読み込んでいます: %s" #: lib/dpkg/parse.c:583 #, c-format msgid "can't mmap package info file `%.255s'" msgstr "パッケージ情報ファイル `%.255s' を mmap できません" #: lib/dpkg/parse.c:588 #, c-format msgid "reading package info file '%.255s'" msgstr "パッケージ情報ファイル `%.255s' を読み込んでいます" #: lib/dpkg/parse.c:628 msgid "empty field name" msgstr "空のフィールド名" #: lib/dpkg/parse.c:630 #, c-format msgid "field name '%.*s' cannot start with hyphen" msgstr "フィールド名 '%.*s' をハイフンから始めることはできません" #: lib/dpkg/parse.c:640 #, c-format msgid "EOF after field name `%.*s'" msgstr "フィールド名 `%.*s' の後に EOF" #: lib/dpkg/parse.c:643 #, c-format msgid "newline in field name `%.*s'" msgstr "フィールド名 `%.*s' に改行" #: lib/dpkg/parse.c:646 #, c-format msgid "MSDOS EOF (^Z) in field name `%.*s'" msgstr "フィールド名 `%.*s' に MSDOS の EOF (^Z)" #: lib/dpkg/parse.c:650 #, c-format msgid "field name `%.*s' must be followed by colon" msgstr "フィールド名 `%.*s' の後はコロンでなければなりません" #: lib/dpkg/parse.c:661 #, c-format msgid "EOF before value of field `%.*s' (missing final newline)" msgstr "フィールド `%.*s' の値の前で EOF (最後の改行がありません)" #: lib/dpkg/parse.c:665 #, c-format msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)" msgstr "フィールド `%.*s' の値に MSDOS EOF 文字 (改行がありません?)" #: lib/dpkg/parse.c:676 #, c-format msgid "blank line in value of field '%.*s'" msgstr "フィールド `%.*s' の値に空の行" #: lib/dpkg/parse.c:696 #, c-format msgid "EOF during value of field `%.*s' (missing final newline)" msgstr "フィールド `%.*s' の値の間に EOF (最後の改行がありません)" #: lib/dpkg/parse.c:729 #, c-format msgid "failed to close after read: `%.255s'" msgstr "読み込み後のクローズに失敗しました: `%.255s'" #: lib/dpkg/parse.c:786 msgid "several package info entries found, only one allowed" msgstr "パッケージ情報エントリが複数見つかりました。許されるのは1つのみです" #: lib/dpkg/parse.c:812 #, c-format msgid "no package information in `%.255s'" msgstr "`%.255s' にパッケージ情報がありません" #: lib/dpkg/parsehelp.c:52 #, c-format msgid "" "parsing file '%.255s' near line %d package '%.255s':\n" " %.255s" msgstr "" "ファイル '%.255s' を解析。%d 行目付近、パッケージ '%.255s':\n" " %.255s" #: lib/dpkg/parsehelp.c:55 #, c-format msgid "" "parsing file '%.255s' near line %d:\n" " %.255s" msgstr "" "ファイル '%.255s' を解析。%d 行目付近:\n" " %.255s" #: lib/dpkg/parsehelp.c:114 msgid "must start with an alphanumeric character" msgstr "英数字の文字で始まらなければなりません" #: lib/dpkg/parsehelp.c:162 msgctxt "version" msgid "" msgstr "<なし>" #: lib/dpkg/parsehelp.c:196 msgid "version string is empty" msgstr "バージョン文字が空です" #: lib/dpkg/parsehelp.c:208 msgid "version string has embedded spaces" msgstr "バージョン文字列にスペースが埋め込まれています" #: lib/dpkg/parsehelp.c:217 msgid "epoch in version is not number" msgstr "バージョン中の epoch が数値ではありません" #: lib/dpkg/parsehelp.c:219 msgid "epoch in version is negative" msgstr "バージョン中の epoch が負の数値です" #: lib/dpkg/parsehelp.c:221 msgid "epoch in version is too big" msgstr "バージョン中の epoch が大きすぎます" #: lib/dpkg/parsehelp.c:223 msgid "nothing after colon in version number" msgstr "バージョン番号のコロンの後に何もありません" #: lib/dpkg/parsehelp.c:238 msgid "version number does not start with digit" msgstr "バージョン番号が数字から始まっていません" #: lib/dpkg/parsehelp.c:241 msgid "invalid character in version number" msgstr "バージョン番号に無効な文字があります" #: lib/dpkg/parsehelp.c:245 msgid "invalid character in revision number" msgstr "リビジョン番号に無効な文字があります" #: lib/dpkg/pkg-db.c:147 lib/dpkg/pkg-spec.c:98 #, c-format msgid "ambiguous package name '%s' with more than one installed instance" msgstr "1つ以上のインストール済み実体がある、あいまいなパッケージ名 '%s' です" #: lib/dpkg/pkg-format.c:87 #, c-format msgid "invalid character '%c' in field width" msgstr "フィールド幅に無効な文字 `%c' があります" #: lib/dpkg/pkg-format.c:92 msgid "field width is out of range" msgstr "フィールド幅が範囲外です" #: lib/dpkg/pkg-format.c:183 msgid "missing closing brace" msgstr "閉じブレースがありません" #: lib/dpkg/pkg-show.c:141 msgid "(no description available)" msgstr "(説明 (description) がありません)" #: lib/dpkg/pkg-spec.c:71 #, c-format msgid "illegal package name in specifier '%s%s%s': %s" msgstr "指定子 '%s%s%s' に不正なパッケージ名があります: %s" #: lib/dpkg/pkg-spec.c:82 #, c-format msgid "illegal architecture name in specifier '%s:%s': %s" msgstr "指定子 '%s:%s' に不正なアーキテクチャ名があります: %s" #: lib/dpkg/report.c:66 #, c-format msgid "%s: warning: %s\n" msgstr "%s: 警告: %s\n" #: lib/dpkg/strwide.c:60 #, c-format msgid "cannot convert multibyte string '%s' to a wide-character string" msgstr "マルチバイト文字列 '%s' をワイドキャラクタ文字列に変換できません" #: lib/dpkg/strwide.c:113 #, c-format msgid "cannot convert multibyte sequence '%s' to a wide character" msgstr "マルチバイトシーケンス '%s' をワイドキャラクタに変換できません" #: lib/dpkg/subproc.c:46 #, c-format msgid "error un-catching signal %s: %s\n" msgstr "エラー: 獲得できないシグナル %s : %s\n" #: lib/dpkg/subproc.c:57 #, c-format msgid "unable to ignore signal %s before running %.250s" msgstr "%2$.250s の実行前にシグナル %1$s を無視できません" #: lib/dpkg/subproc.c:98 #, c-format msgid "%s (subprocess): %s\n" msgstr "%s (サブプロセス): %s\n" #: lib/dpkg/subproc.c:109 utils/update-alternatives.c:411 msgid "fork failed" msgstr "fork 失敗" #: lib/dpkg/subproc.c:139 #, c-format msgid "subprocess %s returned error exit status %d" msgstr "サブプロセス %s はエラー終了ステータス %d を返しました" #: lib/dpkg/subproc.c:150 #, c-format msgid "subprocess %s was interrupted" msgstr "サブプロセス %s を中断しました" #: lib/dpkg/subproc.c:152 #, c-format msgid "subprocess %s was killed by signal (%s)%s" msgstr "サブプロセス %s がシグナル (%s)%s によって強制終了されました" #: lib/dpkg/subproc.c:154 msgid ", core dumped" msgstr "、コアダンプが作成されました" #: lib/dpkg/subproc.c:159 #, c-format msgid "subprocess %s failed with wait status code %d" msgstr "サブプロセス %s が wait ステータスコード %d を返して失敗しました" #: lib/dpkg/subproc.c:176 utils/update-alternatives.c:418 #, c-format msgid "wait for subprocess %s failed" msgstr "サブプロセス %s の待機に失敗しました" #: lib/dpkg/trigdeferred.l:75 #, c-format msgid "invalid package name `%.250s' in triggers deferred file `%.250s'" msgstr "" "トリガ遅延ファイル `%2$.250s' に無効なパッケージ名 `%1$.250s' があります" #: lib/dpkg/trigdeferred.l:84 #, c-format msgid "truncated triggers deferred file `%.250s'" msgstr "トリガ遅延ファイル `%.250s' が切り詰められました" #: lib/dpkg/trigdeferred.l:88 #, c-format msgid "syntax error in triggers deferred file `%.250s' at character `%s'%s" msgstr "トリガ遅延ファイル `%.250s' の文字 `%s'%s の位置に文法エラーがあります" #: lib/dpkg/trigdeferred.l:134 #, c-format msgid "unable to open/create triggers lockfile `%.250s'" msgstr "トリガロックファイル `%.250s' をオープンおよび作成できません" #: lib/dpkg/trigdeferred.l:141 msgid "triggers area" msgstr "トリガ領域" #: lib/dpkg/trigdeferred.l:154 #, c-format msgid "unable to open triggers deferred file `%.250s'" msgstr "トリガ遅延ファイル `%.250s' をオープンできません" #: lib/dpkg/trigdeferred.l:168 #, c-format msgid "unable to stat triggers deferred file `%.250s'" msgstr "トリガ遅延ファイル `%.250s' の状態を取得できません" #: lib/dpkg/trigdeferred.l:183 #, c-format msgid "unable to open/create new triggers deferred file `%.250s'" msgstr "新しいトリガ遅延ファイル `%.250s' をオープンおよび作成できません" #: lib/dpkg/trigdeferred.l:221 #, c-format msgid "error reading triggers deferred file `%.250s'" msgstr "トリガ遅延ファイル `%.250s' の読み取り中にエラーが発生しました" #: lib/dpkg/trigdeferred.l:229 #, c-format msgid "unable to write new triggers deferred file `%.250s'" msgstr "新しいトリガ遅延ファイル `%.250s' を書き込めません" #: lib/dpkg/trigdeferred.l:234 #, c-format msgid "unable to close new triggers deferred file `%.250s'" msgstr "新しいトリガ遅延ファイル `%.250s' をクローズできません" #: lib/dpkg/trigdeferred.l:238 #, c-format msgid "unable to install new triggers deferred file `%.250s'" msgstr "新しいトリガ遅延ファイル `%.250s' をインストールできません" #: lib/dpkg/triglib.c:228 #, c-format msgid "" "invalid or unknown syntax in trigger name `%.250s' (in trigger interests for " "package `%.250s')" msgstr "" "トリガ名 `%.250s' に無効または未知の文法があります (パッケージ `%.250s' に関" "係するトリガ)" #: lib/dpkg/triglib.c:269 #, c-format msgid "failed to open trigger interest list file `%.250s'" msgstr "リストファイル `%.250s' に関係するトリガをオープンできません" #: lib/dpkg/triglib.c:297 #, c-format msgid "failed to rewind trigger interest file `%.250s'" msgstr "ファイル `%.250s' に関係するトリガの巻き戻しに失敗しました" #: lib/dpkg/triglib.c:316 #, c-format msgid "" "trigger interest file `%.250s' syntax error; illegal package name `%.250s': " "%.250s" msgstr "" "ファイル `%.250s' に関係するトリガが文法エラーです; 無効なパッケージ名 `" "%.250s': %.250s" #: lib/dpkg/triglib.c:434 #, c-format msgid "" "duplicate file trigger interest for filename `%.250s' and package `%.250s'" msgstr "" "ファイル名 `%.250s' およびパッケージ `%.250s' に関係するファイルトリガが重複" "しています" #: lib/dpkg/triglib.c:505 #, c-format msgid "unable to read file triggers file `%.250s'" msgstr "ファイル `%.250s' のファイルトリガを読み取れません" #: lib/dpkg/triglib.c:516 #, c-format msgid "syntax error in file triggers file `%.250s'" msgstr "ファイル `%.250s' のファイルトリガに文法エラーがあります" #: lib/dpkg/triglib.c:532 #, c-format msgid "" "file triggers record mentions illegal package name `%.250s' (for interest in " "file `%.250s'): %.250s" msgstr "" "ファイルトリガ記録は無効なパッケージ名 `%.250s' について言及しています (ファ" "イル `%.250s' に関係): %.250s" #: lib/dpkg/triglib.c:671 #, c-format msgid "" "triggers ci file `%.250s' contains illegal trigger syntax in trigger name `" "%.250s': %.250s" msgstr "" "ci ファイル `%.250s' のトリガは不正なトリガ文法をトリガ名 `%.250s' に含んでい" "ます: %.250s" #: lib/dpkg/triglib.c:691 #, c-format msgid "unable to open triggers ci file `%.250s'" msgstr "ci ファイル `%.250s' のトリガをオープンできません" #: lib/dpkg/triglib.c:706 msgid "triggers ci file contains unknown directive syntax" msgstr "ci ファイルのトリガは未知のディレクティブ文法を含んでいます" #: lib/dpkg/triglib.c:721 #, c-format msgid "triggers ci file contains unknown directive `%.250s'" msgstr "ci ファイルのトリガは未知のディレクティブ `%.250s' を含んでいます" #: lib/dpkg/triglib.c:787 #, c-format msgid "unable to create triggers state directory `%.250s'" msgstr "状態ディレクトリ `%.250s' のトリガを作成できません" #: lib/dpkg/triglib.c:790 #, c-format msgid "unable to set ownership of triggers state directory `%.250s'" msgstr "状態ディレクトリ `%.250s' のトリガの所有権を設定できません" #: lib/dpkg/trigname.c:34 msgid "empty trigger names are not permitted" msgstr "空のトリガ名は許されていません" #: lib/dpkg/trigname.c:38 msgid "trigger name contains invalid character" msgstr "トリガ名に無効な文字が含まれています" #: lib/dpkg/utils.c:56 #, c-format msgid "read error in `%.250s'" msgstr "%.250s で読み取りエラー" #: lib/dpkg/utils.c:61 #, c-format msgid "fgets gave an empty string from `%.250s'" msgstr "fgets が `%.250s' から空の文字列を取得しました" #: lib/dpkg/utils.c:63 #, c-format msgid "too-long line or missing newline in `%.250s'" msgstr "`%.250s' の行が長すぎるか改行がありません" #: lib/dpkg/utils.c:75 #, c-format msgid "unexpected eof reading `%.250s'" msgstr "`%.250s' の読み取り中に予期しないファイルの終わりです" #: lib/dpkg/varbuf.c:82 lib/dpkg/varbuf.c:88 msgid "error formatting string into varbuf variable" msgstr "varbuf 変数内のフォーマット文字列にエラーがあります" #: src/archives.c:244 msgid "error reading from dpkg-deb pipe" msgstr "dpkg-deb パイプからの読み込みエラーです" #: src/archives.c:259 #, c-format msgid "cannot skip padding for file '%.255s': %s" msgstr "ファイル `%.255s' のパディングを飛ばすことができません: %s" #: src/archives.c:272 #, c-format msgid "cannot skip file '%.255s' (replaced or excluded?) from pipe: %s" msgstr "" "ファイル '%.255s' をパイプからスキップできません (置き換えられたか除外され" "た?): %s" #: src/archives.c:334 #, c-format msgid "unable to create `%.255s' (while processing `%.255s')" msgstr "(`%2$.255s' の処理中に) `%1$.255s' の作成に失敗しました" #: src/archives.c:347 #, c-format msgid "cannot copy extracted data for '%.255s' to '%.255s': %s" msgstr "'%.255s' の展開済みデータを '%.255s' にコピーできません: %s" #: src/archives.c:363 src/archives.c:479 src/statcmd.c:167 #, c-format msgid "error setting ownership of `%.255s'" msgstr "`%.255s' の所有者設定エラーです" #: src/archives.c:365 src/archives.c:481 src/statcmd.c:169 #, c-format msgid "error setting permissions of `%.255s'" msgstr "`%.255s' の許可属性設定エラーです" #: src/archives.c:373 src/archives.c:1217 src/archives.c:1256 #, c-format msgid "error closing/writing `%.255s'" msgstr "`%.255s' のクローズ/書き込み中にエラーが発生しました" #: src/archives.c:377 #, c-format msgid "error creating pipe `%.255s'" msgstr "パイプ `%.255s' の作成中にエラーが発生しました" #: src/archives.c:382 src/archives.c:387 #, c-format msgid "error creating device `%.255s'" msgstr "デバイス `%.255s' の作成中にエラーが発生しました" #: src/archives.c:400 src/infodb-upgrade.c:146 src/infodb-upgrade.c:166 #, c-format msgid "error creating hard link `%.255s'" msgstr "ハードリンク `%.255s' の作成中にエラーが発生しました" #: src/archives.c:407 utils/update-alternatives.c:481 #, c-format msgid "error creating symbolic link `%.255s'" msgstr "シンボリックリンク `%.255s' の作成中にエラーが発生しました" #: src/archives.c:413 #, c-format msgid "error creating directory `%.255s'" msgstr "ディレクトリ `%.255s' の作成中にエラーが発生しました" #: src/archives.c:432 #, c-format msgid "cannot compute MD5 hash for tar file '%.255s': %s" msgstr "tar ファイル '%.255s' の MD5 ハッシュを計算できません: %s" #: src/archives.c:460 src/archives.c:464 #, c-format msgid "error setting timestamps of `%.255s'" msgstr "`%.255s' のタイムスタンプ設定エラーです" #: src/archives.c:476 #, c-format msgid "error setting ownership of symlink `%.255s'" msgstr "シンボリックリンク `%.255s' の所有者設定中にエラーが発生しました" #: src/archives.c:513 msgid "cannot open security status notification channel" msgstr "セキュリティ状態通知チャンネルを開けません" #: src/archives.c:528 msgid "cannot get security labeling handle" msgstr "セキュリティラベルのハンドルを得られません" #: src/archives.c:576 #, c-format msgid "cannot set security context for file object '%s'" msgstr "ファイルオブジェクト '%s' のセキュリティコンテキストをセットできません" #: src/archives.c:605 src/archives.c:1143 utils/update-alternatives.c:319 #, c-format msgid "unable to read link `%.255s'" msgstr "リンク `%.255s' を読み取れません" #: src/archives.c:607 src/archives.c:1145 src/configure.c:760 #, c-format msgid "symbolic link '%.250s' size has changed from %jd to %zd" msgstr "シンボリックリンク '%.250s' のサイズが %jd から %zd に変更されました" #: src/archives.c:644 #, c-format msgid "" "trying to overwrite shared '%.250s', which is different from other instances " "of package %.250s" msgstr "" "共有されている '%.250s' を上書きしようとしています。これはパッケージ %.250s " "の他の実体と異なります" #: src/archives.c:736 #, c-format msgid "failed to stat (dereference) existing symlink `%.250s'" msgstr "" "`%.250s' の既存のシンボリックリンクの状態 (逆参照) を取得できませんでした" #: src/archives.c:758 #, c-format msgid "" "failed to stat (dereference) proposed new symlink target `%.250s' for " "symlink `%.250s'" msgstr "" "シンボリックリンク `%2$.250s' の提案された新しいシンボリックターゲット `" "%1$.250s' の状態 (逆参照) を取得できませんでした" #: src/archives.c:818 #, c-format msgid "" "trying to overwrite `%.250s', which is the diverted version of `" "%.250s' (package: %.100s)" msgstr "" "`%.250s' を上書きしようとしています。これは `%.250s' (パッケージ: %.100s) の" "退避バージョンです" #: src/archives.c:824 #, c-format msgid "trying to overwrite `%.250s', which is the diverted version of `%.250s'" msgstr "" "`%.250s' を上書きしようとしています。これは `%.250s' の退避バージョンです" #: src/archives.c:854 #, c-format msgid "unable to stat `%.255s' (which I was about to install)" msgstr "(今インストールしようとしている) `%.255s' の状態を取得できません" #: src/archives.c:862 #, c-format msgid "" "unable to clean up mess surrounding `%.255s' before installing another " "version" msgstr "別バージョンのインストール前の `%.255s' まわりのゴミ掃除に失敗しました" #: src/archives.c:868 #, c-format msgid "unable to stat restored `%.255s' before installing another version" msgstr "" "別バージョンのインストール前の復元された `%.255s' の状態を取得できません" #: src/archives.c:904 #, c-format msgid "archive contained object `%.255s' of unknown type 0x%x" msgstr "アーカイブに含まれるオブジェクト `%.255s' が不明な型 0x%x です" #: src/archives.c:986 src/divertcmd.c:148 utils/update-alternatives.c:623 #: utils/update-alternatives.c:1232 utils/update-alternatives.c:1310 #: utils/update-alternatives.c:1461 utils/update-alternatives.c:1725 #: utils/update-alternatives.c:2223 utils/update-alternatives.c:2271 #: utils/update-alternatives.c:2449 #, c-format msgid "cannot stat file '%s'" msgstr "ファイル '%s' の状態を取得できません" #: src/archives.c:1001 #, c-format msgid "Replacing files in old package %s (%s) ...\n" msgstr "古いパッケージ %s (%s) 中のファイルを置換しています ...\n" #: src/archives.c:1007 #, c-format msgid "Replaced by files in installed package %s (%s) ...\n" msgstr "" "インストールされたパッケージ %s (%s) の中のファイルで置き換えられました ...\n" #: src/archives.c:1017 #, c-format msgid "" "trying to overwrite directory '%.250s' in package %.250s %.250s with " "nondirectory" msgstr "" "'%.250s' ディレクトリを上書きしようとしています。パッケージ %.250s %.250s で" "はディレクトリではありませんでした" #: src/archives.c:1024 #, c-format msgid "trying to overwrite '%.250s', which is also in package %.250s %.250s" msgstr "" "'%.250s' を上書きしようとしています。これはパッケージ %.250s %.250s にも存在" "します" #: src/archives.c:1133 #, c-format msgid "unable to move aside `%.255s' to install new version" msgstr "新バージョンをインストールするための `%.255s' の退避ができませんでした" #: src/archives.c:1150 #, c-format msgid "unable to make backup symlink for `%.255s'" msgstr "`%.255s' のバックアップ用シンボリックリンクを作成できません" #: src/archives.c:1152 #, c-format msgid "unable to chown backup symlink for `%.255s'" msgstr "`%.255s' のバックアップ用シンボリックリンクを chown できません" #: src/archives.c:1157 #, c-format msgid "unable to make backup link of `%.255s' before installing new version" msgstr "" "新バージョンのインストール前の `%.255s' のバックアップ用リンクを作成できませ" "ん" #: src/archives.c:1174 src/archives.c:1264 #, c-format msgid "unable to install new version of `%.255s'" msgstr "`%.255s' の新しいバージョンをインストールできません" #: src/archives.c:1211 src/archives.c:1252 #, c-format msgid "unable to open '%.255s'" msgstr "'%.255s' をオープンできません" #: src/archives.c:1254 #, c-format msgid "unable to sync file '%.255s'" msgstr "ファイル '%.255s' を同期できません" #: src/archives.c:1331 #, c-format msgid "" "ignoring dependency problem with %s:\n" "%s" msgstr "" "%s の依存関係の問題を無視しています:\n" "%s" #: src/archives.c:1336 #, c-format msgid "" "considering deconfiguration of essential\n" " package %s, to enable %s" msgstr "" "%2$s を有効にするため、不可欠パッケージ\n" " %1$s の設定削除を考慮しています" #: src/archives.c:1340 #, c-format msgid "" "no, %s is essential, will not deconfigure\n" " it in order to enable %s" msgstr "" "失敗。%s は不可欠パッケージです。%s を有効に\n" " するために、その設定削除を行いません" #: src/archives.c:1349 #, c-format msgid "" "no, cannot proceed with %s (--auto-deconfigure will help):\n" "%s" msgstr "" "失敗。%s を処理できません (--auto-deconfigure を使いましょう):\n" "%s" #: src/archives.c:1359 #, c-format msgid "removal of %.250s" msgstr "%.250s の削除" #: src/archives.c:1384 #, c-format msgid "installation of %.250s" msgstr "`%.250s' のインストール" #: src/archives.c:1386 #, c-format msgid "considering deconfiguration of %s, which would be broken by %s ..." msgstr "%2$s によって壊れた %1$s の設定削除を考えています ..." #: src/archives.c:1392 #, c-format msgid "yes, will deconfigure %s (broken by %s)" msgstr "問題ありません。(%2$s によって壊れた) %1$s の設定削除をします" #: src/archives.c:1397 src/archives.c:1520 #, c-format msgid "" "regarding %s containing %s:\n" "%s" msgstr "" "%s が %s を含んでいることを考慮すると:\n" "%s" #: src/archives.c:1405 msgid "ignoring breakage, may proceed anyway!" msgstr "破損を無視しています。かまわずに続行します!" #: src/archives.c:1410 #, c-format msgid "" "installing %.250s would break %.250s, and\n" " deconfiguration is not permitted (--auto-deconfigure might help)" msgstr "" "%.250s のインストールは %.250s を壊す可能性があり、\n" " 設定削除は許されていません (--auto-deconfigure が助けになります)" #: src/archives.c:1415 #, c-format msgid "installing %.250s would break existing software" msgstr "%.250s のインストールは既存のソフトウェアを壊す可能性があります" #: src/archives.c:1447 #, c-format msgid "considering removing %s in favour of %s ..." msgstr "%2$s を選択するために %1$s の削除を考えています ..." #: src/archives.c:1453 #, c-format msgid "%s is not properly installed; ignoring any dependencies on it" msgstr "%s は正しくインストールされていません。すべての依存関係を無視します" #: src/archives.c:1482 #, c-format msgid "may have trouble removing %s, as it provides %s ..." msgstr "%s は %s を提供するため、削除すると問題があるかもしれません ..." #: src/archives.c:1497 #, c-format msgid "" "package %s requires reinstallation, but will remove anyway as you requested" msgstr "" "パッケージ %s は再インストールが必要ですが、要求に従いともかく削除します" #: src/archives.c:1501 #, c-format msgid "package %s requires reinstallation, will not remove" msgstr "パッケージ %s は再インストールが必要です。削除しません" #: src/archives.c:1510 #, c-format msgid "yes, will remove %s in favour of %s" msgstr "問題ありません。%2$s を選択するために %1$s を削除します" #: src/archives.c:1523 #, c-format msgid "conflicting packages - not installing %.250s" msgstr "パッケージの競合 - %.250s のインストールは行いません" #: src/archives.c:1525 msgid "ignoring conflict, may proceed anyway!" msgstr "競合を無視しています。かまわず続行します!" #: src/archives.c:1577 #, c-format msgid "--%s --recursive needs at least one path argument" msgstr "--%s --recursive は引数として最低 1 つのパスが必要です" #: src/archives.c:1587 msgid "find for dpkg --recursive" msgstr "dpkg --recursive のための find" #: src/archives.c:1608 msgid "failed to fdopen find's pipe" msgstr "find のパイプの fdopen に失敗しました" #: src/archives.c:1614 msgid "error reading find's pipe" msgstr "find のパイプを読み込み中にエラーが発生しました" #: src/archives.c:1615 msgid "error closing find's pipe" msgstr "find のパイプのクローズ中にエラーが発生しました" #: src/archives.c:1618 #, c-format msgid "find for --recursive returned unhandled error %i" msgstr "--recursive のための find が、処理できないエラー %i を返しました" #: src/archives.c:1621 msgid "searched, but found no packages (files matching *.deb)" msgstr "" "検索しましたが、パッケージ (*.deb にマッチするファイル) が見つかりませんでし" "た" #: src/archives.c:1632 #, c-format msgid "--%s needs at least one package archive file argument" msgstr "--%s は引数として最低 1 つのパッケージアーカイブファイルが必要です" #: src/archives.c:1666 src/divertcmd.c:76 src/divertcmd.c:116 #: src/enquiry.c:234 src/enquiry.c:355 src/enquiry.c:557 src/enquiry.c:559 #: src/enquiry.c:572 src/enquiry.c:602 src/main.c:67 src/main.c:171 #: src/main.c:322 src/main.c:624 src/packages.c:294 src/querycmd.c:329 #: src/querycmd.c:431 src/querycmd.c:473 src/querycmd.c:482 src/querycmd.c:528 #: src/querycmd.c:612 src/querycmd.c:785 src/querycmd.c:833 src/select.c:101 #: src/statcmd.c:64 src/statcmd.c:94 src/trigcmd.c:57 src/trigcmd.c:90 #: dpkg-deb/build.c:447 dpkg-deb/extract.c:234 dpkg-deb/extract.c:270 #: dpkg-deb/info.c:206 dpkg-deb/info.c:244 dpkg-deb/main.c:61 #: dpkg-deb/main.c:135 dpkg-split/info.c:266 dpkg-split/main.c:55 #: dpkg-split/main.c:99 dpkg-split/queue.c:156 dpkg-split/queue.c:298 msgid "" msgstr "<標準出力>" #: src/archives.c:1667 src/packages.c:295 src/querycmd.c:330 #: src/querycmd.c:429 src/querycmd.c:534 src/querycmd.c:613 src/select.c:102 #: dpkg-split/main.c:170 dpkg-split/queue.c:234 msgid "" msgstr "<標準エラー>" #: src/archives.c:1710 #, c-format msgid "Selecting previously unselected package %s.\n" msgstr "以前に未選択のパッケージ %s を選択しています。\n" #: src/archives.c:1714 #, c-format msgid "Skipping unselected package %s.\n" msgstr "未選択パッケージ %s をスキップします。\n" #: src/archives.c:1731 #, c-format msgid "version %.250s of %.250s already installed, skipping" msgstr "" "%2$.250s のバージョン %1$.250s がすでにインストールされています。スキップしま" "す" #: src/archives.c:1740 #, c-format msgid "downgrading %.250s from %.250s to %.250s" msgstr "%.250s を %.250s から %.250s にダウングレードしています" #: src/archives.c:1746 #, c-format msgid "will not downgrade %.250s from %.250s to %.250s, skipping" msgstr "" "%.250s を %.250s から %.250s へのダウングレードは行いません。スキップします" #: src/cleanup.c:87 #, c-format msgid "" "unable to remove newly-installed version of `%.250s' to allow reinstallation " "of backup copy" msgstr "" "バックアップ用コピーの再インストールを許可するために、`%.250s' の新たにインス" "トールされたバージョンを削除できません" #: src/cleanup.c:94 #, c-format msgid "unable to restore backup version of `%.250s'" msgstr "バージョン `%.250s' のバックアップを復元できません" #: src/cleanup.c:98 #, c-format msgid "unable to remove backup copy of '%.250s'" msgstr "'%.250s' のバックアップコピーを削除できません" #: src/cleanup.c:102 #, c-format msgid "unable to remove newly-installed version of `%.250s'" msgstr "`%.250s' の新たにインストールしたバージョンを削除できません" #: src/cleanup.c:109 #, c-format msgid "unable to remove newly-extracted version of `%.250s'" msgstr "`%.250s' の新たに展開したバージョンを削除できません" #: src/configure.c:98 #, c-format msgid "Configuration file '%s'\n" msgstr "設定ファイル '%s'\n" #: src/configure.c:100 #, c-format msgid "Configuration file '%s' (actually '%s')\n" msgstr "設定ファイル '%s' (実体は '%s')\n" #: src/configure.c:105 #, c-format msgid "" " ==> File on system created by you or by a script.\n" " ==> File also in package provided by package maintainer.\n" msgstr "" " ==> あなたかスクリプトによって設定ファイルが作成されています。\n" " ==> パッケージメンテナが提供するパッケージにもこのファイルが存在します。\n" #: src/configure.c:109 #, c-format msgid " Not modified since installation.\n" msgstr " これはインストールされてから変更されていません。\n" #: src/configure.c:111 #, c-format msgid " ==> Modified (by you or by a script) since installation.\n" msgstr "" " ==> これはインストールしてから (あなたかスクリプトによって) 変更されていま" "す。\n" #: src/configure.c:112 #, c-format msgid " ==> Deleted (by you or by a script) since installation.\n" msgstr "" " ==> これはインストールしてから (あなたかスクリプトによって) 削除されていま" "す。\n" #: src/configure.c:115 #, c-format msgid " ==> Package distributor has shipped an updated version.\n" msgstr " ==> パッケージ配布元が更新版を提供しています。\n" #: src/configure.c:116 #, c-format msgid " Version in package is the same as at last installation.\n" msgstr " パッケージ中のバージョンが前回のインストール時と同じです。\n" #: src/configure.c:125 #, c-format msgid " ==> Using new file as you requested.\n" msgstr " ==> 要求したように新規ファイルを使う。\n" #: src/configure.c:129 #, c-format msgid " ==> Using current old file as you requested.\n" msgstr " ==> 要求したように古いファイルを使う。\n" #: src/configure.c:138 #, c-format msgid " ==> Keeping old config file as default.\n" msgstr " ==> デフォルトで古い設定ファイルを保持する。\n" #: src/configure.c:142 #, c-format msgid " ==> Using new config file as default.\n" msgstr " ==> デフォルトで新しい設定ファイルを使う。\n" #: src/configure.c:148 #, c-format msgid "" " What would you like to do about it ? Your options are:\n" " Y or I : install the package maintainer's version\n" " N or O : keep your currently-installed version\n" " D : show the differences between the versions\n" " Z : start a shell to examine the situation\n" msgstr "" " どうしますか? 以下の選択肢があります:\n" " Y か I : パッケージメンテナのバージョンをインストールする\n" " N か O : 現在インストールされている自分のバージョンを残す\n" " D : 両バージョンの差異を表示する\n" " Z : 状況を調査するためにシェルを開始する\n" #: src/configure.c:156 #, c-format msgid " The default action is to keep your current version.\n" msgstr " デフォルトでは現在使っている自分のバージョンを残します。\n" #: src/configure.c:159 #, c-format msgid " The default action is to install the new version.\n" msgstr " デフォルトでは新しいバージョンをインストールします。\n" #: src/configure.c:163 msgid "[default=N]" msgstr "[デフォルト=N]" #: src/configure.c:164 msgid "[default=Y]" msgstr "[デフォルト=Y]" #: src/configure.c:165 msgid "[no default]" msgstr "[デフォルトなし]" #: src/configure.c:168 msgid "error writing to stderr, discovered before conffile prompt" msgstr "" "標準エラー出力への書き込み中にエラーが発生しました (conffile プロンプト前で検" "出)。" #: src/configure.c:177 msgid "read error on stdin at conffile prompt" msgstr "conffile プロンプトでの標準入力上の読み取りエラーです" #: src/configure.c:178 msgid "EOF on stdin at conffile prompt" msgstr "conffile プロンプトで標準入力上の EOF です" #: src/configure.c:211 src/configure.c:215 msgid "conffile difference visualizer" msgstr "設定ファイル差分の可視化" #: src/configure.c:232 msgid "Type `exit' when you're done.\n" msgstr "終了したら `exit' と入力してください。\n" #: src/configure.c:241 src/configure.c:245 msgid "conffile shell" msgstr "設定ファイルシェル" #: src/configure.c:403 #, c-format msgid "unable to stat new distributed conffile '%.250s'" msgstr "新規配布設定ファイル '%.250s' の状態を取得できません" #: src/configure.c:413 #, c-format msgid "unable to stat current installed conffile `%.250s'" msgstr "現在インストールされている設定ファイル `%.250s' の状態を取得できません" #: src/configure.c:425 #, c-format msgid "" "\n" "Configuration file `%s', does not exist on system.\n" "Installing new config file as you requested.\n" msgstr "" "\n" "設定ファイル `%s' がシステムに存在しません。\n" "あなたの要求に従って、新しい設定ファイルをインストールしています。\n" #: src/configure.c:467 #, c-format msgid "%s: failed to remove old backup '%.250s': %s" msgstr "%s: 古いバックアップ '%.250s' の削除に失敗しました: %s" #: src/configure.c:476 #, c-format msgid "%s: failed to rename '%.250s' to '%.250s': %s" msgstr "%s: '%.250s' から '%.250s' に名前を変更できませんでした: %s" #: src/configure.c:483 #, c-format msgid "%s: failed to remove '%.250s': %s" msgstr "%s: '%.250s' の削除に失敗しました: %s" #: src/configure.c:490 #, c-format msgid "%s: failed to remove old distributed version '%.250s': %s" msgstr "%s: 旧配布バージョン '%.250s' の削除に失敗しました: %s" #: src/configure.c:495 #, c-format msgid "%s: failed to remove '%.250s' (before overwrite): %s" msgstr "%s: '%.250s' の削除 (上書き前) に失敗しました: %s" #: src/configure.c:500 #, c-format msgid "%s: failed to link '%.250s' to '%.250s': %s" msgstr "%s: '%.250s' から '%.250s' へのリンクに失敗しました: %s" #: src/configure.c:505 #, c-format msgid "Installing new version of config file %s ...\n" msgstr "設定ファイル %s を新規にインストールしています ...\n" #: src/configure.c:512 utils/update-alternatives.c:488 #, c-format msgid "unable to install `%.250s' as `%.250s'" msgstr "`%.250s' を `%.250s' としてインストールできません" #: src/configure.c:564 #, c-format msgid "no package named `%s' is installed, cannot configure" msgstr "パッケージ `%s' はインストールされていないので、設定できません" #: src/configure.c:567 #, c-format msgid "package %.250s is already installed and configured" msgstr "パッケージ %.250s はすでにインストールおよび設定されています" #: src/configure.c:571 #, c-format msgid "" "package %.250s is not ready for configuration\n" " cannot configure (current status `%.250s')" msgstr "" "パッケージ %.250s は設定の準備ができていません。\n" " 設定できません (現在のステータス `%.250s')" #: src/configure.c:583 #, c-format msgid "" "package %s cannot be configured because %s is not ready (current status '%s')" msgstr "" "パッケージ %s は %s の準備ができていないため、設定できません (現在のステータ" "ス '%s')" #: src/configure.c:591 #, c-format msgid "" "package %s %s cannot be configured because %s is at a different version (%s)" msgstr "パッケージ %s %s は %s が異なるバージョン (%s) のため、設定できません" #: src/configure.c:627 #, c-format msgid "" "dependency problems prevent configuration of %s:\n" "%s" msgstr "" "依存関係の問題により %s の設定ができません:\n" "%s" #: src/configure.c:630 msgid "dependency problems - leaving unconfigured" msgstr "依存関係の問題 - 設定を見送ります" #: src/configure.c:633 #, c-format msgid "" "%s: dependency problems, but configuring anyway as you requested:\n" "%s" msgstr "" "%s: 依存関係の問題、しかし要求どおり設定を行います:\n" "%s" #: src/configure.c:641 msgid "" "package is in a very bad inconsistent state; you should\n" " reinstall it before attempting configuration" msgstr "" "パッケージが非常に矛盾した状態に陥りました。設定を試みる\n" "前に再インストールすべきです。" #: src/configure.c:644 #, c-format msgid "Setting up %s (%s) ...\n" msgstr "%s (%s) を設定しています ...\n" #: src/configure.c:729 #, c-format msgid "" "%s: unable to stat config file '%s'\n" " (= '%s'): %s" msgstr "" "%s: 設定ファイル '%s' の状態を取得できません\n" " (= `%s'): %s" #: src/configure.c:743 #, c-format msgid "" "%s: config file '%s' is a circular link\n" " (= '%s')" msgstr "" "%s: 設定ファイル '%s' が自分自身へのリンクになっています\n" " (= '%s')" #: src/configure.c:754 #, c-format msgid "" "%s: unable to readlink conffile '%s'\n" " (= '%s'): %s" msgstr "" "%s: 設定ファイル '%s' のリンクの読み取りができません\n" " (= `%s'): %s" #: src/configure.c:781 #, c-format msgid "" "%s: conffile '%.250s' resolves to degenerate filename\n" " ('%s' is a symlink to '%s')" msgstr "" "%s: 設定ファイル '%.250s' はファイル名の重複を解決します\n" " ('%s' は '%s' へのシンボリックリンクです)" #: src/configure.c:797 #, c-format msgid "%s: conffile '%.250s' is not a plain file or symlink (= '%s')" msgstr "" "%s: 設定ファイル '%.250s' がプレーンファイルでもシンボリックリンク (= '%s') " "でもありません" #: src/configure.c:825 dpkg-split/split.c:143 #, c-format msgid "cannot compute MD5 hash for file '%s': %s" msgstr "ファイル '%s' の MD5 ハッシュを計算できません: %s" #: src/configure.c:832 #, c-format msgid "%s: unable to open %s for hash: %s" msgstr "%s: ハッシュ用に %s をオープンできません: %s" #: src/depcon.c:247 #, c-format msgid "%s depends on %s" msgstr "%s は %s に依存 (depends) します" #: src/depcon.c:250 #, c-format msgid "%s pre-depends on %s" msgstr "%s は %s に先行依存 (pre-depends) します" #: src/depcon.c:253 #, c-format msgid "%s recommends %s" msgstr "%s は %s を推奨 (recommends) します" #: src/depcon.c:256 #, c-format msgid "%s suggests %s" msgstr "%s は %s を提案 (suggests) します" #: src/depcon.c:259 #, c-format msgid "%s breaks %s" msgstr "%s は %s を壊します" #: src/depcon.c:262 #, c-format msgid "%s conflicts with %s" msgstr "%s は %s と競合 (conflicts) します" #: src/depcon.c:265 #, c-format msgid "%s enhances %s" msgstr "%s は %s を強化 (enhances) します" #: src/depcon.c:378 #, c-format msgid " %.250s is to be removed.\n" msgstr " %.250s は削除されようとしています。\n" #: src/depcon.c:382 #, c-format msgid " %.250s is to be deconfigured.\n" msgstr " %.250s は設定が消されようとしています。\n" #: src/depcon.c:390 #, c-format msgid " %.250s is to be installed, but is version %.250s.\n" msgstr "" " %.250s がインストールされようとしていますが、バージョンが %.250s です。\n" #: src/depcon.c:404 #, c-format msgid " %.250s is installed, but is version %.250s.\n" msgstr " %.250s がインストールされていますが、バージョンが %.250s です。\n" #: src/depcon.c:424 #, c-format msgid " %.250s is unpacked, but has never been configured.\n" msgstr " %.250s は展開されていますが、設定されていません。\n" #: src/depcon.c:429 #, c-format msgid " %.250s is unpacked, but is version %.250s.\n" msgstr " %.250s は展開されていますが、バージョンが %.250s です。\n" #: src/depcon.c:438 #, c-format msgid " %.250s latest configured version is %.250s.\n" msgstr " %.250s の最新設定済みバージョンは %.250s です。\n" #: src/depcon.c:450 #, c-format msgid " %.250s is %s.\n" msgstr " %.250s は %s です。\n" #: src/depcon.c:490 #, c-format msgid " %.250s provides %.250s but is to be removed.\n" msgstr " %.250s は %.250s を提供していますが、削除されようとしています。\n" #: src/depcon.c:495 #, c-format msgid " %.250s provides %.250s but is to be deconfigured.\n" msgstr "" " %.250s は %.250s を提供していますが、設定が削除されようとしています。\n" #: src/depcon.c:506 #, c-format msgid " %.250s provides %.250s but is %s.\n" msgstr " %2$.250s を提供 (provides) する %1$.250s が %3$s です。\n" #: src/depcon.c:521 #, c-format msgid " %.250s is not installed.\n" msgstr " %.250s はインストールされていません。\n" #: src/depcon.c:553 #, c-format msgid " %.250s (version %.250s) is to be installed.\n" msgstr " %.250s (バージョン %.250s) がインストールされようとしています。\n" #: src/depcon.c:584 #, c-format msgid " %.250s (version %.250s) is present and %s.\n" msgstr " %.250s (バージョン %.250s) が提供され、%s です。\n" #: src/depcon.c:615 #, c-format msgid " %.250s provides %.250s and is to be installed.\n" msgstr " %2$.250s を提供する %1$.250s がインストールされようとしています。\n" #: src/depcon.c:664 #, c-format msgid " %.250s provides %.250s and is present and %s.\n" msgstr " %2$.250s を提供する %1$.250s が提供され、%3$s です。\n" #: src/divertcmd.c:53 msgid "Use --help for help about diverting files." msgstr "ファイルの退避についてのヘルプには、--help を使用してください。" #: src/divertcmd.c:69 src/statcmd.c:57 utils/update-alternatives.c:80 #, c-format msgid "Debian %s version %s.\n" msgstr "Debian %s バージョン %s。\n" #: src/divertcmd.c:73 src/main.c:64 src/querycmd.c:782 src/statcmd.c:61 #: src/trigcmd.c:54 dpkg-deb/main.c:58 dpkg-split/main.c:52 #: utils/update-alternatives.c:84 #, c-format msgid "" "This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n" msgstr "" "これはフリーソフトです; コピー条件については GNU 一般公有使用許諾書バージョ" "ン 2\n" "もしくはそれ以降を参照してください。このソフトウェアは無保証です。\n" #: src/divertcmd.c:85 src/main.c:82 src/querycmd.c:794 src/statcmd.c:73 #: dpkg-deb/main.c:70 dpkg-split/main.c:64 utils/update-alternatives.c:92 #, c-format msgid "" "Usage: %s [