]> git.saurik.com Git - apt.git/blob - po/ja.po
3aa83ac9031914309c7bff422040c0e9f17c5ea4
[apt.git] / po / ja.po
1 # Japanese mesasges for apt.
2 # Copyright (C) 2001 Free Software Foundation, Inc.
3 # Project Vine, Daisuke SUZUKI <daisuke@linux.or.jp>, 2001-2002
4 # Debian Project, Masato Taruishi <taru@debian.org>, 2002
5 # Debian Project, Keita Maehara <maehara@debian.org>, 2003
6 # Debian Project, Kenshi Muto <kmuto@debian.org>, 2004-2012
7 # Takuma Yamada <tyamada@takumayamada.com>, 2016.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: apt 1.0.9.3\n"
12 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
13 "POT-Creation-Date: 2016-06-22 14:51+0200\n"
14 "PO-Revision-Date: 2016-05-18 15:31+0900\n"
15 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
16 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
17 "Language: ja\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=1; plural=0;\n"
22 "X-Generator: Gtranslator 2.91.6\n"
23
24 #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update'
25 #: apt-private/acqprogress.cc
26 #, c-format
27 msgid "Hit:%lu %s"
28 msgstr "ヒット:%lu %s"
29
30 #. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update'
31 #. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens
32 #: apt-private/acqprogress.cc
33 #, c-format
34 msgid "Get:%lu %s"
35 msgstr "取得:%lu %s"
36
37 #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
38 #. which failed to download, but the error is ignored (compare "Err:")
39 #: apt-private/acqprogress.cc
40 #, c-format
41 msgid "Ign:%lu %s"
42 msgstr "無視:%lu %s"
43
44 #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
45 #. which failed to download and the error is critical (compare "Ign:")
46 #: apt-private/acqprogress.cc
47 #, c-format
48 msgid "Err:%lu %s"
49 msgstr "エラー:%lu %s"
50
51 #: apt-private/acqprogress.cc
52 #, c-format
53 msgid "Fetched %sB in %s (%sB/s)\n"
54 msgstr "%sB を %s で取得しました (%sB/s)\n"
55
56 #: apt-private/acqprogress.cc
57 msgid " [Working]"
58 msgstr " [処理中]"
59
60 #: apt-private/acqprogress.cc
61 #, c-format
62 msgid ""
63 "Media change: please insert the disc labeled\n"
64 " '%s'\n"
65 "in the drive '%s' and press [Enter]\n"
66 msgstr ""
67 "メディア変更: \n"
68 " '%s'\n"
69 "とラベルの付いたディスクをドライブ '%s' に入れて [Enter] キーを押してくださ"
70 "い\n"
71
72 #: apt-private/private-cachefile.cc
73 msgid "Correcting dependencies..."
74 msgstr "依存関係を解決しています ..."
75
76 #: apt-private/private-cachefile.cc
77 msgid " failed."
78 msgstr " 失敗しました。"
79
80 #: apt-private/private-cachefile.cc
81 msgid "Unable to correct dependencies"
82 msgstr "依存関係を訂正できません"
83
84 #: apt-private/private-cachefile.cc
85 msgid "Unable to minimize the upgrade set"
86 msgstr "アップグレードセットを最小化できません"
87
88 #: apt-private/private-cachefile.cc
89 msgid " Done"
90 msgstr " 完了"
91
92 #: apt-private/private-cachefile.cc
93 msgid "You might want to run 'apt-get -f install' to correct these."
94 msgstr ""
95 "これらを直すためには 'apt-get -f install' を実行する必要があるかもしれませ"
96 "ん。"
97
98 #: apt-private/private-cachefile.cc
99 msgid "Unmet dependencies. Try using -f."
100 msgstr "未解決の依存関係があります。-f オプションを試してください。"
101
102 #: apt-private/private-cacheset.cc apt-private/private-search.cc
103 msgid "Sorting"
104 msgstr "ソート中"
105
106 #: apt-private/private-cacheset.cc
107 #, c-format
108 msgid "Note, selecting '%s' for task '%s'\n"
109 msgstr "注意、タスク '%2$s' のために '%1$s' を選択します\n"
110
111 #: apt-private/private-cacheset.cc
112 #, c-format
113 msgid "Note, selecting '%s' for glob '%s'\n"
114 msgstr "注意、glob '%2$s' のために '%1$s' を選択します\n"
115
116 #: apt-private/private-cacheset.cc
117 #, c-format
118 msgid "Note, selecting '%s' for regex '%s'\n"
119 msgstr "注意、regex '%2$s' のために '%1$s' を選択します\n"
120
121 #: apt-private/private-cacheset.cc
122 #, c-format
123 msgid "Package %s is a virtual package provided by:\n"
124 msgstr "パッケージ %s は、以下によって提供される仮想パッケージです:\n"
125
126 #: apt-private/private-cacheset.cc
127 msgid " [Installed]"
128 msgstr "[インストール済み]"
129
130 #: apt-private/private-cacheset.cc
131 msgid " [Not candidate version]"
132 msgstr "[候補バージョンでない]"
133
134 #: apt-private/private-cacheset.cc
135 msgid "You should explicitly select one to install."
136 msgstr "インストールするには、明示的にいずれかを選択する必要があります。"
137
138 #: apt-private/private-cacheset.cc
139 #, c-format
140 msgid ""
141 "Package %s is not available, but is referred to by another package.\n"
142 "This may mean that the package is missing, has been obsoleted, or\n"
143 "is only available from another source\n"
144 msgstr ""
145 "パッケージ %s は使用できませんが、別のパッケージから参照されます。\n"
146 "これは、パッケージが欠落しているか、廃止されたか、または別のソース\n"
147 "からのみ利用可能であることを意味します。\n"
148
149 #: apt-private/private-cacheset.cc
150 msgid "However the following packages replace it:"
151 msgstr "しかし、以下のパッケージが置き換えます:"
152
153 #: apt-private/private-cacheset.cc
154 #, c-format
155 msgid "Package '%s' has no installation candidate"
156 msgstr "パッケージ '%s' にはインストール候補がありません"
157
158 #: apt-private/private-cacheset.cc
159 #, c-format
160 msgid "Virtual packages like '%s' can't be removed\n"
161 msgstr "'%s' のような仮想パッケージを削除することはできません\n"
162
163 #. TRANSLATORS: Note, this is not an interactive question
164 #: apt-private/private-cacheset.cc apt-private/private-install.cc
165 #, c-format
166 msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
167 msgstr ""
168 "パッケージ '%s' はインストールされていないため削除もされません。削除したかっ"
169 "たのは '%s' でしょうか?\n"
170
171 #: apt-private/private-cacheset.cc apt-private/private-install.cc
172 #, c-format
173 msgid "Package '%s' is not installed, so not removed\n"
174 msgstr "パッケージ '%s' はインストールされていないため削除もされません\n"
175
176 #: apt-private/private-cacheset.cc
177 #, c-format
178 msgid "Note, selecting '%s' instead of '%s'\n"
179 msgstr "注意、'%2$s' の代わりに '%1$s' を選択します\n"
180
181 #: apt-private/private-cmndline.cc
182 msgid "Most used commands:"
183 msgstr "最も使用されているコマンド:"
184
185 #: apt-private/private-cmndline.cc
186 #, c-format
187 msgid "See %s for more information about the available commands."
188 msgstr "利用可能なコマンドの詳細は %s を参照してください。"
189
190 #: apt-private/private-cmndline.cc
191 msgid ""
192 "Configuration options and syntax is detailed in apt.conf(5).\n"
193 "Information about how to configure sources can be found in sources.list(5).\n"
194 "Package and version choices can be expressed via apt_preferences(5).\n"
195 "Security details are available in apt-secure(8).\n"
196 msgstr ""
197 "設定オプションと構文は apt.conf(5) に詳述されています。\n"
198 "ソースを設定する方法の詳細は sources.list(5) で見つけることができます。\n"
199 "パッケージとバージョンの選択は apt_preferences(5) で表現できます。\n"
200 "セキュリティの詳細は apt-secure(8) を参照してください。\n"
201
202 #: apt-private/private-cmndline.cc
203 msgid "This APT has Super Cow Powers."
204 msgstr "この APT は Super Cow Powers 化されています。"
205
206 #: apt-private/private-cmndline.cc
207 msgid "This APT helper has Super Meep Powers."
208 msgstr "この APT helper は Super Meep Powers 化されています。"
209
210 #: apt-private/private-depends.cc apt-private/private-show.cc
211 #: cmdline/apt-mark.cc
212 msgid "No packages found"
213 msgstr "パッケージが見つかりません"
214
215 #: apt-private/private-download.cc
216 msgid "WARNING: The following packages cannot be authenticated!"
217 msgstr "警告: 以下のパッケージは認証されていません!"
218
219 #: apt-private/private-download.cc
220 msgid "Authentication warning overridden.\n"
221 msgstr "認証の警告は上書きされました。\n"
222
223 #: apt-private/private-download.cc
224 msgid "Some packages could not be authenticated"
225 msgstr "いくつかのパッケージを認証できませんでした"
226
227 #: apt-private/private-download.cc
228 msgid "Install these packages without verification?"
229 msgstr "検証なしにこれらのパッケージをインストールしますか?"
230
231 #: apt-private/private-download.cc apt-private/private-install.cc
232 msgid ""
233 "--force-yes is deprecated, use one of the options starting with --allow "
234 "instead."
235 msgstr ""
236 "--force-yes は時代遅れです、代わりに --allow で始まるオプションのいずれかを使"
237 "用します。"
238
239 #: apt-private/private-download.cc
240 msgid ""
241 "There were unauthenticated packages and -y was used without --allow-"
242 "unauthenticated"
243 msgstr ""
244 "認証されていないパッケージがあり、-y オプションが --allow-unauthenticated な"
245 "しで使用されました"
246
247 #: apt-private/private-download.cc apt-pkg/update.cc
248 #, c-format
249 msgid "Failed to fetch %s %s"
250 msgstr "%s の取得に失敗しました %s"
251
252 #: apt-private/private-download.cc
253 #, c-format
254 msgid "Couldn't determine free space in %s"
255 msgstr "%s の空き領域を測定できません"
256
257 #: apt-private/private-download.cc
258 #, c-format
259 msgid "You don't have enough free space in %s."
260 msgstr "%s に充分な空きスペースがありません。"
261
262 #: apt-private/private-download.cc
263 msgid "Unable to lock the download directory"
264 msgstr "ダウンロードディレクトリをロックできません"
265
266 #: apt-private/private-install.cc
267 msgid ""
268 "Some packages could not be installed. This may mean that you have\n"
269 "requested an impossible situation or if you are using the unstable\n"
270 "distribution that some required packages have not yet been created\n"
271 "or been moved out of Incoming."
272 msgstr ""
273 "インストールすることができないパッケージがありました。おそらく、あり得\n"
274 "ない状況を要求したか、(不安定版ディストリビューションを使用しているの\n"
275 "であれば) 必要なパッケージがまだ作成されていなかったり Incoming から移\n"
276 "動されていないことが考えられます。"
277
278 #.
279 #. if (Packages == 1)
280 #. {
281 #. c1out << std::endl;
282 #. c1out <<
283 #. _("Since you only requested a single operation it is extremely likely that\n"
284 #. "the package is simply not installable and a bug report against\n"
285 #. "that package should be filed.") << std::endl;
286 #. }
287 #.
288 #: apt-private/private-install.cc
289 msgid "The following information may help to resolve the situation:"
290 msgstr "以下の情報がこの問題を解決するために役立つかもしれません:"
291
292 #: apt-private/private-install.cc
293 msgid "Broken packages"
294 msgstr "壊れたパッケージ"
295
296 #: apt-private/private-install.cc
297 msgid "Internal error, InstallPackages was called with broken packages!"
298 msgstr "内部エラー、InstallPackages が壊れたパッケージで呼び出されました!"
299
300 #: apt-private/private-install.cc
301 msgid "Packages need to be removed but remove is disabled."
302 msgstr "パッケージを削除しなければなりませんが、削除が無効になっています。"
303
304 #: apt-private/private-install.cc
305 msgid ""
306 "Essential packages were removed and -y was used without --allow-remove-"
307 "essential."
308 msgstr ""
309 "不可欠パッケージが削除され、-y オプションが --allow-remove-essential なしで使"
310 "用されました"
311
312 #: apt-private/private-install.cc
313 msgid "Packages were downgraded and -y was used without --allow-downgrades."
314 msgstr ""
315 "パッケージがダウングレードされ、-y オプションが --allow-downgrades なしで使用"
316 "されました。"
317
318 #: apt-private/private-install.cc
319 msgid ""
320 "Held packages were changed and -y was used without --allow-change-held-"
321 "packages."
322 msgstr ""
323 "保留パッケージが変更され、-y オプションが --allow-change-held-packages なしで"
324 "使用されました。"
325
326 #: apt-private/private-install.cc
327 msgid "Internal error, Ordering didn't finish"
328 msgstr "内部エラー、調整が終わっていません"
329
330 #: apt-private/private-install.cc
331 msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
332 msgstr ""
333 "おっと、サイズがマッチしません。apt@packages.debian.org にメールしてください"
334
335 #. TRANSLATOR: The required space between number and unit is already included
336 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
337 #: apt-private/private-install.cc
338 #, c-format
339 msgid "Need to get %sB/%sB of archives.\n"
340 msgstr "%2$sB 中 %1$sB のアーカイブを取得する必要があります。\n"
341
342 #. TRANSLATOR: The required space between number and unit is already included
343 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
344 #: apt-private/private-install.cc
345 #, c-format
346 msgid "Need to get %sB of archives.\n"
347 msgstr "%sB のアーカイブを取得する必要があります。\n"
348
349 #. TRANSLATOR: The required space between number and unit is already included
350 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
351 #: apt-private/private-install.cc
352 #, c-format
353 msgid "After this operation, %sB of additional disk space will be used.\n"
354 msgstr "この操作後に追加で %sB のディスク容量が消費されます。\n"
355
356 #. TRANSLATOR: The required space between number and unit is already included
357 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
358 #: apt-private/private-install.cc
359 #, c-format
360 msgid "After this operation, %sB disk space will be freed.\n"
361 msgstr "この操作後に %sB のディスク容量が解放されます。\n"
362
363 #: apt-private/private-install.cc
364 msgid "Trivial Only specified but this is not a trivial operation."
365 msgstr "Trivial Only が指定されましたが、これは簡単な操作ではありません。"
366
367 #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
368 #. careful with hard to type or special characters (like non-breaking spaces)
369 #: apt-private/private-install.cc
370 msgid "Yes, do as I say!"
371 msgstr "Yes, do as I say!"
372
373 #: apt-private/private-install.cc
374 #, c-format
375 msgid ""
376 "You are about to do something potentially harmful.\n"
377 "To continue type in the phrase '%s'\n"
378 " ?] "
379 msgstr ""
380 "重大な問題を引き起こす可能性のあることをしようとしています。\n"
381 "続行するには、'%s' というフレーズをタイプしてください。\n"
382 " ?] "
383
384 #: apt-private/private-install.cc
385 msgid "Abort."
386 msgstr "中断しました。"
387
388 #: apt-private/private-install.cc
389 msgid "Do you want to continue?"
390 msgstr "続行しますか?"
391
392 #: apt-private/private-install.cc
393 msgid "Some files failed to download"
394 msgstr "いくつかのファイルの取得に失敗しました"
395
396 #: apt-private/private-install.cc apt-private/private-source.cc
397 msgid "Download complete and in download only mode"
398 msgstr "ダウンロードオンリーモードでパッケージのダウンロードが完了しました"
399
400 #: apt-private/private-install.cc
401 msgid ""
402 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
403 "missing?"
404 msgstr ""
405 "いくつかのアーカイブを取得できません。apt-get update を実行するか --fix-"
406 "missing オプションを付けて試してみてください。"
407
408 #: apt-private/private-install.cc
409 msgid "--fix-missing and media swapping is not currently supported"
410 msgstr "--fix-missing とメディア交換は現在同時にはサポートされていません"
411
412 #: apt-private/private-install.cc
413 msgid "Unable to correct missing packages."
414 msgstr "足りないパッケージを直すことができません。"
415
416 #: apt-private/private-install.cc
417 msgid "Aborting install."
418 msgstr "インストールを中断します。"
419
420 #: apt-private/private-install.cc
421 msgid ""
422 "The following package disappeared from your system as\n"
423 "all files have been overwritten by other packages:"
424 msgid_plural ""
425 "The following packages disappeared from your system as\n"
426 "all files have been overwritten by other packages:"
427 msgstr[0] ""
428 "以下のパッケージは、全ファイルが別のパッケージで上書きされたため、\n"
429 "システムから消えました:"
430
431 #: apt-private/private-install.cc
432 msgid "Note: This is done automatically and on purpose by dpkg."
433 msgstr "注意: これは dpkg により自動でわざと行われれます。"
434
435 #: apt-private/private-install.cc
436 msgid "We are not supposed to delete stuff, can't start AutoRemover"
437 msgstr ""
438 "一連のものを削除するようになっていないので、AutoRemover を開始できません"
439
440 #: apt-private/private-install.cc
441 msgid ""
442 "Hmm, seems like the AutoRemover destroyed something which really\n"
443 "shouldn't happen. Please file a bug report against apt."
444 msgstr ""
445 "AutoRemover が、本来起きるべきでない何かを壊したようです。\n"
446 "apt にバグ報告を送ってください。"
447
448 #: apt-private/private-install.cc
449 msgid "Internal Error, AutoRemover broke stuff"
450 msgstr "内部エラー、AutoRemover が何かを破壊しました"
451
452 #: apt-private/private-install.cc
453 msgid ""
454 "The following package was automatically installed and is no longer required:"
455 msgid_plural ""
456 "The following packages were automatically installed and are no longer "
457 "required:"
458 msgstr[0] ""
459 "以下のパッケージが自動でインストールされましたが、もう必要とされていません:"
460
461 #: apt-private/private-install.cc
462 #, c-format
463 msgid "%lu package was automatically installed and is no longer required.\n"
464 msgid_plural ""
465 "%lu packages were automatically installed and are no longer required.\n"
466 msgstr[0] ""
467 "%lu つのパッケージが自動でインストールされましたが、もう必要とされていませ"
468 "ん:\n"
469
470 #: apt-private/private-install.cc
471 #, c-format
472 msgid "Use '%s' to remove it."
473 msgid_plural "Use '%s' to remove them."
474 msgstr[0] "これを削除するには '%s' を利用してください。"
475
476 #: apt-private/private-install.cc
477 msgid "You might want to run 'apt-get -f install' to correct these:"
478 msgstr ""
479 "以下の問題を解決するために 'apt-get -f install' を実行する必要があるかもしれ"
480 "ません:"
481
482 #: apt-private/private-install.cc
483 msgid ""
484 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
485 "solution)."
486 msgstr ""
487 "未解決の依存関係です。'apt-get -f install' を実行してみてください (または解法"
488 "を明示してください)。"
489
490 #: apt-private/private-install.cc
491 msgid "The following additional packages will be installed:"
492 msgstr "以下の追加パッケージがインストールされます:"
493
494 #: apt-private/private-install.cc
495 msgid "Suggested packages:"
496 msgstr "提案パッケージ:"
497
498 #: apt-private/private-install.cc
499 msgid "Recommended packages:"
500 msgstr "推奨パッケージ:"
501
502 #: apt-private/private-install.cc
503 #, c-format
504 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
505 msgstr ""
506 "%s はすでにインストール済みで upgrade がセットされていないため、インストール"
507 "をスキップします。\n"
508
509 #: apt-private/private-install.cc
510 #, c-format
511 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
512 msgstr ""
513 "%s はインストールされておらず、アップグレードだけの要求なので、インストール"
514 "をスキップします。\n"
515
516 #: apt-private/private-install.cc
517 #, c-format
518 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
519 msgstr "%s はダウンロードできないため、再インストールは不可能です。\n"
520
521 #. TRANSLATORS: First string is package name, second is version
522 #: apt-private/private-install.cc
523 #, c-format
524 msgid "%s is already the newest version (%s).\n"
525 msgstr "%s はすでに最新バージョン (%s) です。\n"
526
527 #: apt-private/private-install.cc cmdline/apt-get.cc cmdline/apt-mark.cc
528 #, c-format
529 msgid "%s set to manually installed.\n"
530 msgstr "%s は手動でインストールしたと設定されました。\n"
531
532 #: apt-private/private-install.cc
533 #, c-format
534 msgid "Selected version '%s' (%s) for '%s'\n"
535 msgstr "'%3$s' のバージョン '%1$s' (%2$s) を選択しました\n"
536
537 #: apt-private/private-install.cc
538 #, c-format
539 msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
540 msgstr "'%4$s' のために '%3$s' のバージョン '%1$s' (%2$s) を選択しました\n"
541
542 #: apt-private/private-list.cc
543 msgid "Listing"
544 msgstr "一覧表示"
545
546 #: apt-private/private-list.cc
547 #, c-format
548 msgid "There is %i additional version. Please use the '-a' switch to see it"
549 msgid_plural ""
550 "There are %i additional versions. Please use the '-a' switch to see them."
551 msgstr[0] ""
552 "追加バージョンが %i 件あります。表示するには '-a' スイッチを付けてください。"
553
554 #: apt-private/private-main.cc
555 msgid ""
556 "NOTE: This is only a simulation!\n"
557 " apt-get needs root privileges for real execution.\n"
558 " Keep also in mind that locking is deactivated,\n"
559 " so don't depend on the relevance to the real current situation!"
560 msgstr ""
561 "注意: これはシミュレーションにすぎません!\n"
562 " apt-get は実際の実行に root 権限を必要とします。\n"
563 " ロックが非アクティブであることから、今この時点の状態に妥当性が\n"
564 " あるとは言い切れないことに注意してください!"
565
566 #: apt-private/private-output.cc apt-private/private-show.cc
567 msgid "unknown"
568 msgstr "不明"
569
570 #: apt-private/private-output.cc
571 #, c-format
572 msgid "[installed,upgradable to: %s]"
573 msgstr "[インストール済み、%s にアップグレード可]"
574
575 #: apt-private/private-output.cc
576 msgid "[installed,local]"
577 msgstr "[インストール済み、ローカル]"
578
579 #: apt-private/private-output.cc
580 msgid "[installed,auto-removable]"
581 msgstr "[インストール済み、自動削除可]"
582
583 #: apt-private/private-output.cc
584 msgid "[installed,automatic]"
585 msgstr "[インストール済み、自動]"
586
587 #: apt-private/private-output.cc
588 msgid "[installed]"
589 msgstr "[インストール済み]"
590
591 #: apt-private/private-output.cc
592 #, c-format
593 msgid "[upgradable from: %s]"
594 msgstr "[%s からアップグレード可]"
595
596 #: apt-private/private-output.cc
597 msgid "[residual-config]"
598 msgstr "[設定が残存]"
599
600 #: apt-private/private-output.cc
601 #, c-format
602 msgid "but %s is installed"
603 msgstr "しかし、%s はインストールされています"
604
605 #: apt-private/private-output.cc
606 #, c-format
607 msgid "but %s is to be installed"
608 msgstr "しかし、%s はインストールされようとしています"
609
610 #: apt-private/private-output.cc
611 msgid "but it is not installable"
612 msgstr "しかし、インストールすることができません"
613
614 #: apt-private/private-output.cc
615 msgid "but it is a virtual package"
616 msgstr "しかし、これは仮想パッケージです"
617
618 #: apt-private/private-output.cc
619 msgid "but it is not installed"
620 msgstr "しかし、インストールされていません"
621
622 #: apt-private/private-output.cc
623 msgid "but it is not going to be installed"
624 msgstr "しかし、インストールされようとしていません"
625
626 #: apt-private/private-output.cc
627 msgid " or"
628 msgstr " または"
629
630 #: apt-private/private-output.cc
631 msgid "The following packages have unmet dependencies:"
632 msgstr "以下のパッケージには満たせない依存関係があります:"
633
634 #: apt-private/private-output.cc
635 msgid "The following NEW packages will be installed:"
636 msgstr "以下のパッケージが新たにインストールされます:"
637
638 #: apt-private/private-output.cc
639 msgid "The following packages will be REMOVED:"
640 msgstr "以下のパッケージは「削除」されます:"
641
642 #: apt-private/private-output.cc
643 msgid "The following packages have been kept back:"
644 msgstr "以下のパッケージは保留されます:"
645
646 #: apt-private/private-output.cc
647 msgid "The following packages will be upgraded:"
648 msgstr "以下のパッケージはアップグレードされます:"
649
650 #: apt-private/private-output.cc
651 msgid "The following packages will be DOWNGRADED:"
652 msgstr "以下のパッケージは「ダウングレード」されます:"
653
654 #: apt-private/private-output.cc
655 msgid "The following held packages will be changed:"
656 msgstr "以下の変更禁止パッケージは変更されます:"
657
658 #: apt-private/private-output.cc
659 #, c-format
660 msgid "%s (due to %s)"
661 msgstr "%s (%s のため)"
662
663 #: apt-private/private-output.cc
664 msgid ""
665 "WARNING: The following essential packages will be removed.\n"
666 "This should NOT be done unless you know exactly what you are doing!"
667 msgstr ""
668 "警告: 以下の不可欠パッケージが削除されます。\n"
669 "何をしようとしているか本当にわかっていない場合は、実行してはいけません!"
670
671 #: apt-private/private-output.cc
672 #, c-format
673 msgid "%lu upgraded, %lu newly installed, "
674 msgstr "アップグレード: %lu 個、新規インストール: %lu 個、"
675
676 #: apt-private/private-output.cc
677 #, c-format
678 msgid "%lu reinstalled, "
679 msgstr "再インストール: %lu 個、"
680
681 #: apt-private/private-output.cc
682 #, c-format
683 msgid "%lu downgraded, "
684 msgstr "ダウングレード: %lu 個、"
685
686 #: apt-private/private-output.cc
687 #, c-format
688 msgid "%lu to remove and %lu not upgraded.\n"
689 msgstr "削除: %lu 個、保留: %lu 個。\n"
690
691 #: apt-private/private-output.cc
692 #, c-format
693 msgid "%lu not fully installed or removed.\n"
694 msgstr "%lu 個のパッケージが完全にインストールまたは削除されていません。\n"
695
696 #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
697 #. e.g. "Do you want to continue? [Y/n] "
698 #. The user has to answer with an input matching the
699 #. YESEXPR/NOEXPR defined in your l10n.
700 #: apt-private/private-output.cc
701 msgid "[Y/n]"
702 msgstr "[Y/n]"
703
704 #. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
705 #. e.g. "Should this file be removed? [y/N] "
706 #. The user has to answer with an input matching the
707 #. YESEXPR/NOEXPR defined in your l10n.
708 #: apt-private/private-output.cc
709 msgid "[y/N]"
710 msgstr "[y/N]"
711
712 #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
713 #: apt-private/private-output.cc
714 msgid "Y"
715 msgstr "Y"
716
717 #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
718 #: apt-private/private-output.cc
719 msgid "N"
720 msgstr "N"
721
722 #: apt-private/private-output.cc apt-pkg/cachefilter.cc
723 #, c-format
724 msgid "Regex compilation error - %s"
725 msgstr "正規表現の展開エラー - %s"
726
727 #: apt-private/private-search.cc
728 msgid "You must give at least one search pattern"
729 msgstr "検索パターンはちょうど 1 つだけ指定してください"
730
731 #: apt-private/private-search.cc
732 msgid "Full Text Search"
733 msgstr "全文検索"
734
735 #: apt-private/private-show.cc cmdline/apt-cache.cc
736 #, c-format
737 msgid "Package file %s is out of sync."
738 msgstr "Package ファイル %s が同期していません。"
739
740 #: apt-private/private-show.cc
741 #, c-format
742 msgid "There is %i additional record. Please use the '-a' switch to see it"
743 msgid_plural ""
744 "There are %i additional records. Please use the '-a' switch to see them."
745 msgstr[0] ""
746 "追加レコードが %i 件あります。表示するには '-a' スイッチを付けてください。"
747
748 #: apt-private/private-show.cc
749 msgid "not a real package (virtual)"
750 msgstr "実際のパッケージではありません (仮想)"
751
752 #: apt-private/private-show.cc apt-pkg/cacheset.cc
753 #, c-format
754 msgid "Unable to locate package %s"
755 msgstr "パッケージ %s が見つかりません"
756
757 #: apt-private/private-show.cc
758 msgid "Package files:"
759 msgstr "パッケージファイル:"
760
761 #: apt-private/private-show.cc
762 msgid "Cache is out of sync, can't x-ref a package file"
763 msgstr "キャッシュが同期しておらず、パッケージファイルを相互参照できません"
764
765 #. Show any packages have explicit pins
766 #: apt-private/private-show.cc
767 msgid "Pinned packages:"
768 msgstr "Pin されたパッケージ:"
769
770 #. Print the package name and the version we are forcing to
771 #: apt-private/private-show.cc
772 #, c-format
773 msgid "%s -> %s with priority %d\n"
774 msgstr "%s -> %s 優先度 %d\n"
775
776 #: apt-private/private-show.cc
777 msgid " Installed: "
778 msgstr " インストールされているバージョン: "
779
780 #: apt-private/private-show.cc
781 msgid " Candidate: "
782 msgstr " 候補: "
783
784 #: apt-private/private-show.cc
785 msgid "(none)"
786 msgstr "(なし)"
787
788 #. Show the priority tables
789 #: apt-private/private-show.cc
790 msgid " Version table:"
791 msgstr " バージョンテーブル:"
792
793 #: apt-private/private-source.cc
794 #, c-format
795 msgid "Can not find a package for architecture '%s'"
796 msgstr "アーキテクチャ '%s' 用のパッケージは見つかりませんでした"
797
798 #: apt-private/private-source.cc
799 #, c-format
800 msgid "Can not find a package '%s' with version '%s'"
801 msgstr "パッケージ '%s' のバージョン '%s' は見つかりませんでした"
802
803 #: apt-private/private-source.cc
804 #, c-format
805 msgid "Can not find a package '%s' with release '%s'"
806 msgstr "リリース '%2$s' にはパッケージ '%1$s' は見つかりませんでした"
807
808 #: apt-private/private-source.cc
809 #, c-format
810 msgid "Picking '%s' as source package instead of '%s'\n"
811 msgstr "'%2$s' の代わりに '%1$s' をソースパッケージとして選出しています\n"
812
813 #: apt-private/private-source.cc
814 #, c-format
815 msgid "Can not find version '%s' of package '%s'"
816 msgstr "パッケージ '%2$s' のバージョン '%1$s' は見つかりませんでした"
817
818 #: apt-private/private-source.cc
819 msgid "Must specify at least one package to fetch source for"
820 msgstr ""
821 "ソースを取得するには少なくとも 1 つのパッケージ名を指定する必要があります"
822
823 #: apt-private/private-source.cc
824 #, c-format
825 msgid "Unable to find a source package for %s"
826 msgstr "%s のソースパッケージが見つかりません"
827
828 #: apt-private/private-source.cc
829 #, c-format
830 msgid ""
831 "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
832 "%s\n"
833 msgstr ""
834 "注意: '%s' パッケージは以下の場所の '%s' バージョン制御システムで保守されてい"
835 "ます:\n"
836 "%s\n"
837
838 #: apt-private/private-source.cc
839 #, c-format
840 msgid ""
841 "Please use:\n"
842 "%s\n"
843 "to retrieve the latest (possibly unreleased) updates to the package.\n"
844 msgstr ""
845 "パッケージの最新の (まだリリースされていないかもしれない) 更新を取得するに"
846 "は、\n"
847 "%s\n"
848 "を使用してください。\n"
849
850 #: apt-private/private-source.cc
851 #, c-format
852 msgid "Skipping already downloaded file '%s'\n"
853 msgstr "すでにダウンロードされたファイル '%s' をスキップします\n"
854
855 #. TRANSLATOR: The required space between number and unit is already included
856 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
857 #: apt-private/private-source.cc
858 #, c-format
859 msgid "Need to get %sB/%sB of source archives.\n"
860 msgstr "%2$sB 中 %1$sB のソースアーカイブを取得する必要があります。\n"
861
862 #. TRANSLATOR: The required space between number and unit is already included
863 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
864 #: apt-private/private-source.cc
865 #, c-format
866 msgid "Need to get %sB of source archives.\n"
867 msgstr "%sB のソースアーカイブを取得する必要があります。\n"
868
869 #: apt-private/private-source.cc
870 #, c-format
871 msgid "Fetch source %s\n"
872 msgstr "ソース %s を取得\n"
873
874 #: apt-private/private-source.cc
875 msgid "Failed to fetch some archives."
876 msgstr "いくつかのアーカイブの取得に失敗しました。"
877
878 #: apt-private/private-source.cc
879 #, c-format
880 msgid "Skipping unpack of already unpacked source in %s\n"
881 msgstr "すでに %s に展開されたソースがあるため、展開をスキップします\n"
882
883 #: apt-private/private-source.cc
884 #, c-format
885 msgid "Unpack command '%s' failed.\n"
886 msgstr "展開コマンド '%s' が失敗しました。\n"
887
888 #: apt-private/private-source.cc
889 #, c-format
890 msgid "Check if the 'dpkg-dev' package is installed.\n"
891 msgstr ""
892 "'dpkg-dev' パッケージがインストールされていることを確認してください。\n"
893
894 #: apt-private/private-source.cc
895 #, c-format
896 msgid "Build command '%s' failed.\n"
897 msgstr "ビルドコマンド '%s' が失敗しました。\n"
898
899 #: apt-private/private-source.cc
900 #, c-format
901 msgid "Unable to get build-dependency information for %s"
902 msgstr "%s のビルド依存情報を取得できません"
903
904 #: apt-private/private-source.cc
905 #, c-format
906 msgid "%s has no build depends.\n"
907 msgstr "%s にはビルド依存情報が指定されていません。\n"
908
909 #: apt-private/private-source.cc
910 msgid "Must specify at least one package to check builddeps for"
911 msgstr ""
912 "ビルド依存関係をチェックするパッケージを少なくとも 1 つ指定する必要があります"
913
914 #: apt-private/private-source.cc
915 #, c-format
916 msgid ""
917 "No architecture information available for %s. See apt.conf(5) APT::"
918 "Architectures for setup"
919 msgstr ""
920 "%s に利用可能なアーキテクチャ情報がありません。セットアップのために apt."
921 "conf(5) の APT::Architectures を参照してください。"
922
923 #: apt-private/private-source.cc
924 #, c-format
925 msgid "Note, using directory '%s' to get the build dependencies\n"
926 msgstr "注意、ビルドの依存関係を取得するためディレクトリ '%s' を使用します\n"
927
928 #: apt-private/private-source.cc
929 #, c-format
930 msgid "Note, using file '%s' to get the build dependencies\n"
931 msgstr "注意、ビルドの依存関係を取得するためファイル '%s' を使用します\n"
932
933 #: apt-private/private-source.cc
934 msgid "Failed to process build dependencies"
935 msgstr "ビルド依存関係の処理に失敗しました"
936
937 #: apt-private/private-sources.cc
938 #, c-format
939 msgid "Failed to parse %s. Edit again? "
940 msgstr "%s の解析に失敗しました。再編集しますか? "
941
942 #: apt-private/private-sources.cc
943 #, c-format
944 msgid "Your '%s' file changed, please run 'apt-get update'."
945 msgstr ""
946 "'%s' ファイルが変更されています。「apt-get update」を実行してください。"
947
948 #: apt-private/private-unmet.cc
949 #, c-format
950 msgid "Package %s version %s has an unmet dep:\n"
951 msgstr "パッケージ %s のバージョン %s には解決不可能な依存関係があります:\n"
952
953 #: apt-private/private-update.cc
954 msgid "The update command takes no arguments"
955 msgstr "update コマンドは引数をとりません"
956
957 #: apt-private/private-update.cc
958 #, c-format
959 msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
960 msgid_plural ""
961 "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
962 msgstr[0] ""
963 "アップグレードできるパッケージが %i 個あります。表示するには 'apt list --"
964 "upgradable' を実行してください。\n"
965
966 #: apt-private/private-update.cc
967 msgid "All packages are up to date."
968 msgstr "パッケージはすべて最新です。"
969
970 #: cmdline/apt-cache.cc
971 msgid "apt-cache stats does not take any arguments"
972 msgstr "apt-cache stats は引数をとりません"
973
974 #: cmdline/apt-cache.cc
975 msgid "Total package names: "
976 msgstr "パッケージ名総数: "
977
978 #: cmdline/apt-cache.cc
979 msgid "Total package structures: "
980 msgstr "パッケージ構造総数: "
981
982 #: cmdline/apt-cache.cc
983 msgid " Normal packages: "
984 msgstr " 通常パッケージ: "
985
986 #: cmdline/apt-cache.cc
987 msgid " Pure virtual packages: "
988 msgstr " 純粋仮想パッケージ: "
989
990 #: cmdline/apt-cache.cc
991 msgid " Single virtual packages: "
992 msgstr " 単一仮想パッケージ: "
993
994 #: cmdline/apt-cache.cc
995 msgid " Mixed virtual packages: "
996 msgstr " 複合仮想パッケージ: "
997
998 #: cmdline/apt-cache.cc
999 msgid " Missing: "
1000 msgstr " 欠落: "
1001
1002 #: cmdline/apt-cache.cc
1003 msgid "Total distinct versions: "
1004 msgstr "個別バージョン総数: "
1005
1006 #: cmdline/apt-cache.cc
1007 msgid "Total distinct descriptions: "
1008 msgstr "個別説明総数: "
1009
1010 #: cmdline/apt-cache.cc
1011 msgid "Total dependencies: "
1012 msgstr "依存関係総数: "
1013
1014 #: cmdline/apt-cache.cc
1015 msgid "Total ver/file relations: "
1016 msgstr "バージョン/ファイル関係総数: "
1017
1018 #: cmdline/apt-cache.cc
1019 msgid "Total Desc/File relations: "
1020 msgstr "説明/ファイル関係総数: "
1021
1022 #: cmdline/apt-cache.cc
1023 msgid "Total Provides mappings: "
1024 msgstr "提供マッピング総数: "
1025
1026 #: cmdline/apt-cache.cc
1027 msgid "Total globbed strings: "
1028 msgstr "Glob 文字列の総数: "
1029
1030 #: cmdline/apt-cache.cc
1031 msgid "Total slack space: "
1032 msgstr "総空き容量: "
1033
1034 #: cmdline/apt-cache.cc
1035 msgid "Total space accounted for: "
1036 msgstr "総占有容量: "
1037
1038 #: cmdline/apt-cache.cc
1039 msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
1040 msgstr ""
1041 "このコマンドは時代遅れです。'apt-mark showauto' を代わりに使用してください。"
1042
1043 #: cmdline/apt-cache.cc
1044 msgid ""
1045 "Usage: apt-cache [options] command\n"
1046 " apt-cache [options] show pkg1 [pkg2 ...]\n"
1047 "\n"
1048 "apt-cache queries and displays available information about installed\n"
1049 "and installable packages. It works exclusively on the data acquired\n"
1050 "into the local cache via the 'update' command of e.g. apt-get. The\n"
1051 "displayed information may therefore be outdated if the last update was\n"
1052 "too long ago, but in exchange apt-cache works independently of the\n"
1053 "availability of the configured sources (e.g. offline).\n"
1054 msgstr ""
1055 "使用方法: apt-cache [オプション] コマンド\n"
1056 " apt-cache [オプション] show パッケージ名1 [パッケージ名2 ...]\n"
1057 "\n"
1058 "apt-cache はインストール済みとインストール可能なパッケージの情報を\n"
1059 "問い合わせて表示します。例えば apt-get の「更新」コマンドによって\n"
1060 "ローカルキャッシュに取得されたデータと排他的に動作します。したがって、\n"
1061 "最後の更新が古すぎる場合には、表示される情報は時代遅れかもしれません。\n"
1062 "しかし、引き換えに、apt-cache は設定されたソースの可用性とは独立して\n"
1063 "動作します (例えばオフライン)。\n"
1064
1065 #: cmdline/apt-cache.cc
1066 msgid "Show source records"
1067 msgstr "ソースレコードを表示する"
1068
1069 #: cmdline/apt-cache.cc
1070 msgid "Search the package list for a regex pattern"
1071 msgstr "正規表現パターンによってパッケージ一覧を検索する"
1072
1073 #: cmdline/apt-cache.cc
1074 msgid "Show raw dependency information for a package"
1075 msgstr "パッケージの生の依存情報を表示する"
1076
1077 #: cmdline/apt-cache.cc
1078 msgid "Show reverse dependency information for a package"
1079 msgstr "パッケージの生の逆依存情報を表示する"
1080
1081 #: cmdline/apt-cache.cc
1082 msgid "Show a readable record for the package"
1083 msgstr "パッケージの情報を表示する"
1084
1085 #: cmdline/apt-cache.cc
1086 msgid "List the names of all packages in the system"
1087 msgstr "システム内のすべてのパッケージ名一覧を表示する"
1088
1089 #: cmdline/apt-cache.cc
1090 msgid "Show policy settings"
1091 msgstr "ポリシー設定情報を表示する"
1092
1093 #: cmdline/apt-cdrom.cc
1094 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
1095 msgstr "このディスクに、'Debian 5.0.3 Disk 1' のような名前を付けてください"
1096
1097 #: cmdline/apt-cdrom.cc
1098 msgid "Please insert a Disc in the drive and press [Enter]"
1099 msgstr "ディスクをドライブに入れて [Enter] キーを押してください"
1100
1101 #: cmdline/apt-cdrom.cc
1102 #, c-format
1103 msgid "Failed to mount '%s' to '%s'"
1104 msgstr "'%s' を '%s' にマウントできませんでした"
1105
1106 #: cmdline/apt-cdrom.cc
1107 msgid ""
1108 "No CD-ROM could be auto-detected or found using the default mount point.\n"
1109 "You may try the --cdrom option to set the CD-ROM mount point.\n"
1110 "See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
1111 "mount point."
1112 msgstr ""
1113 "CD-ROM が自動検出されなかったか、デフォルトで利用するマウントポイントに見当た"
1114 "りませんでした。\n"
1115 "CD-ROM のマウントポイントを設定するために --cdrom オプションを試すことができ"
1116 "ます。\n"
1117 "CD-ROM の自動検出およびマウントポイントの詳細については、'man apt-cdrom' を参"
1118 "照してください。"
1119
1120 #: cmdline/apt-cdrom.cc
1121 msgid "Repeat this process for the rest of the CDs in your set."
1122 msgstr ""
1123 "あなたの持っている CD セットの残り全部に、この手順を繰り返してください。"
1124
1125 #: cmdline/apt-cdrom.cc
1126 msgid ""
1127 "Usage: apt-cdrom [options] command\n"
1128 "\n"
1129 "apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
1130 "media types as package sources to APT. The mount point and device\n"
1131 "information is taken from apt.conf(5), udev(7) and fstab(5).\n"
1132 msgstr ""
1133 "使用方法: apt-cdrom [オプション] コマンド\n"
1134 "\n"
1135 "apt-cdrom は、CD-ROM、USB フラッシュドライブやその他のリムーバブル\n"
1136 "メディアを APT のパッケージソースに追加するために使用されます。\n"
1137 "マウントポイントとデバイス情報は、apt.conf(5)、udev(7) と fstab(5)\n"
1138 "から取得されます。\n"
1139
1140 #: cmdline/apt-config.cc
1141 msgid "Arguments not in pairs"
1142 msgstr "引数がペアではありません"
1143
1144 #: cmdline/apt-config.cc
1145 msgid ""
1146 "Usage: apt-config [options] command\n"
1147 "\n"
1148 "apt-config is an interface to the configuration settings used by\n"
1149 "all APT tools, mainly intended for debugging and shell scripting.\n"
1150 msgstr ""
1151 "使用方法: apt-config [オプション] コマンド\n"
1152 "\n"
1153 "apt-config はすべての APT ツールで使用される設定へのインター\n"
1154 "フェースで、主にデバッグとシェルスクリプト向けです。\n"
1155
1156 #: cmdline/apt-config.cc
1157 msgid "get configuration values via shell evaluation"
1158 msgstr "シェルの評価を経由して設定値を取得"
1159
1160 #: cmdline/apt-config.cc
1161 msgid "show the active configuration setting"
1162 msgstr "アクティブな設定を表示"
1163
1164 #: cmdline/apt-get.cc
1165 #, c-format
1166 msgid "Couldn't find package %s"
1167 msgstr "パッケージ %s が見つかりません"
1168
1169 #: cmdline/apt-get.cc cmdline/apt-mark.cc
1170 #, c-format
1171 msgid "%s set to automatically installed.\n"
1172 msgstr "%s は自動でインストールしたと設定されました。\n"
1173
1174 #: cmdline/apt-get.cc cmdline/apt-mark.cc
1175 msgid ""
1176 "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
1177 "instead."
1178 msgstr ""
1179 "このコマンドは時代遅れです。'apt-mark auto' および 'apt-mark manual' を代わり"
1180 "に使用してください。"
1181
1182 #: cmdline/apt-get.cc
1183 msgid "Internal error, problem resolver broke stuff"
1184 msgstr "内部エラー、問題リゾルバが何かを破壊しました"
1185
1186 #: cmdline/apt-get.cc
1187 msgid "Supported modules:"
1188 msgstr "サポートされているモジュール:"
1189
1190 #: cmdline/apt-get.cc
1191 msgid ""
1192 "Usage: apt-get [options] command\n"
1193 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1194 " apt-get [options] source pkg1 [pkg2 ...]\n"
1195 "\n"
1196 "apt-get is a command line interface for retrieval of packages\n"
1197 "and information about them from authenticated sources and\n"
1198 "for installation, upgrade and removal of packages together\n"
1199 "with their dependencies.\n"
1200 msgstr ""
1201 "使用法: apt-get [オプション] コマンド\n"
1202 " apt-get [オプション] install|remove パッケージ名1 [パッケージ名"
1203 "2 ...]\n"
1204 " apt-get [オプション] source パッケージ名1 [パッケージ名2 ...]\n"
1205 "\n"
1206 "apt-get は、認証されたソースからのパッケージと情報の検索、\n"
1207 "および依存関係を伴うパッケージのインストール、アップグレード、\n"
1208 "削除のためのコマンドラインインターフェースです。\n"
1209
1210 #: cmdline/apt-get.cc
1211 msgid "Retrieve new lists of packages"
1212 msgstr "新しいパッケージリストを取得する"
1213
1214 #: cmdline/apt-get.cc
1215 msgid "Perform an upgrade"
1216 msgstr "アップグレードを行う"
1217
1218 #: cmdline/apt-get.cc
1219 msgid "Install new packages (pkg is libc6 not libc6.deb)"
1220 msgstr ""
1221 "新規パッケージをインストールする (pkg は libc6.deb ではなく libc6 のように指"
1222 "定する)"
1223
1224 #: cmdline/apt-get.cc
1225 msgid "Remove packages"
1226 msgstr "パッケージを削除する"
1227
1228 #: cmdline/apt-get.cc
1229 msgid "Remove packages and config files"
1230 msgstr "設定ファイルまで含めてパッケージを削除する"
1231
1232 #: cmdline/apt-get.cc cmdline/apt.cc
1233 msgid "Remove automatically all unused packages"
1234 msgstr "自動インストールされ使われていないすべてのパッケージを削除する"
1235
1236 #: cmdline/apt-get.cc
1237 msgid "Distribution upgrade, see apt-get(8)"
1238 msgstr "ディストリビューションをアップグレードする (apt-get(8) を参照)"
1239
1240 #: cmdline/apt-get.cc
1241 msgid "Follow dselect selections"
1242 msgstr "dselect の選択に従う"
1243
1244 #: cmdline/apt-get.cc
1245 msgid "Configure build-dependencies for source packages"
1246 msgstr "ソースパッケージの構築依存関係を設定する"
1247
1248 #: cmdline/apt-get.cc
1249 msgid "Erase downloaded archive files"
1250 msgstr "ダウンロードしたアーカイブファイルを削除する"
1251
1252 #: cmdline/apt-get.cc
1253 msgid "Erase old downloaded archive files"
1254 msgstr "ダウンロードした古いアーカイブファイルを削除する"
1255
1256 #: cmdline/apt-get.cc
1257 msgid "Verify that there are no broken dependencies"
1258 msgstr "壊れた依存関係がないかチェックする"
1259
1260 #: cmdline/apt-get.cc
1261 msgid "Download source archives"
1262 msgstr "ソースアーカイブをダウンロードする"
1263
1264 #: cmdline/apt-get.cc
1265 msgid "Download the binary package into the current directory"
1266 msgstr "バイナリパッケージをカレントディレクトリにダウンロードする"
1267
1268 #: cmdline/apt-get.cc
1269 msgid "Download and display the changelog for the given package"
1270 msgstr "指定のパッケージの変更履歴をダウンロードして表示する"
1271
1272 #: cmdline/apt-helper.cc
1273 msgid "Need one URL as argument"
1274 msgstr "引数として URL が 1 つ必要です"
1275
1276 #: cmdline/apt-helper.cc
1277 msgid "Must specify at least one pair url/filename"
1278 msgstr "少なくとも URL / ファイル名を 1 組指定する必要があります"
1279
1280 #: cmdline/apt-helper.cc
1281 msgid "Download Failed"
1282 msgstr "ダウンロード失敗"
1283
1284 #: cmdline/apt-helper.cc
1285 #, c-format
1286 msgid "GetSrvRec failed for %s"
1287 msgstr "GetSrvRec は %s のため失敗しました"
1288
1289 #: cmdline/apt-helper.cc
1290 msgid ""
1291 "Usage: apt-helper [options] command\n"
1292 " apt-helper [options] cat-file file ...\n"
1293 " apt-helper [options] download-file uri target-path\n"
1294 "\n"
1295 "apt-helper bundles a variety of commands for shell scripts to use\n"
1296 "e.g. the same proxy configuration or acquire system as APT would.\n"
1297 msgstr ""
1298 "使用法: apt-helper [オプション] コマンド\n"
1299 " apt-helper [オプション] cat-file ファイル ...\n"
1300 " apt-helper [オプション] download-file uri 目標パス\n"
1301 "\n"
1302 "apt-helper はシェルスクリプトが使用するさまざまなコマンドをバンドル\n"
1303 "しています。例えば、同じプロキシ設定や APT と同様のシステム取得。\n"
1304
1305 #: cmdline/apt-helper.cc
1306 msgid "download the given uri to the target-path"
1307 msgstr "指定した uri を目標パスにダウンロードする"
1308
1309 #: cmdline/apt-helper.cc
1310 msgid "lookup a SRV record (e.g. _http._tcp.ftp.debian.org)"
1311 msgstr "SRV レコードを検索 (例えば _http._tcp.ftp.debian.org)"
1312
1313 #: cmdline/apt-helper.cc
1314 msgid "concatenate files, with automatic decompression"
1315 msgstr "自動解凍とファイル結合"
1316
1317 #: cmdline/apt-helper.cc
1318 msgid "detect proxy using apt.conf"
1319 msgstr "apt.conf を使ってプロキシを検出する"
1320
1321 #: cmdline/apt-mark.cc
1322 #, c-format
1323 msgid "%s can not be marked as it is not installed.\n"
1324 msgstr "%s をインストールされていないものとしてマークできません\n"
1325
1326 #: cmdline/apt-mark.cc
1327 #, c-format
1328 msgid "%s was already set to manually installed.\n"
1329 msgstr "%s は手動でインストールしたとすでに設定されています。\n"
1330
1331 #: cmdline/apt-mark.cc
1332 #, c-format
1333 msgid "%s was already set to automatically installed.\n"
1334 msgstr "%s は自動でインストールしたとすでに設定されています。\n"
1335
1336 #: cmdline/apt-mark.cc
1337 #, c-format
1338 msgid "%s was already set on hold.\n"
1339 msgstr "%s はすでに保留に設定されています。\n"
1340
1341 #: cmdline/apt-mark.cc
1342 #, c-format
1343 msgid "%s was already not hold.\n"
1344 msgstr "%s はすでに保留されていません。\n"
1345
1346 #: cmdline/apt-mark.cc
1347 msgid "Executing dpkg failed. Are you root?"
1348 msgstr "dpkg の実行に失敗しました。root 権限で実行していますか?"
1349
1350 #: cmdline/apt-mark.cc
1351 #, c-format
1352 msgid "%s set on hold.\n"
1353 msgstr "%s は保留に設定されました。\n"
1354
1355 #: cmdline/apt-mark.cc
1356 #, c-format
1357 msgid "Canceled hold on %s.\n"
1358 msgstr "%s の保留を解除しました。\n"
1359
1360 #: cmdline/apt-mark.cc
1361 #, c-format
1362 msgid "Selected %s for purge.\n"
1363 msgstr "%s は完全削除で選択されました。\n"
1364
1365 #: cmdline/apt-mark.cc
1366 #, c-format
1367 msgid "Selected %s for removal.\n"
1368 msgstr "%s は削除で選択されました。\n"
1369
1370 #: cmdline/apt-mark.cc
1371 #, c-format
1372 msgid "Selected %s for installation.\n"
1373 msgstr "%s はインストールで選択されました。\n"
1374
1375 #: cmdline/apt-mark.cc
1376 msgid ""
1377 "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
1378 "\n"
1379 "apt-mark is a simple command line interface for marking packages\n"
1380 "as manually or automatically installed. It can also be used to\n"
1381 "manipulate the dpkg(1) selection states of packages, and to list\n"
1382 "all packages with or without a certain marking.\n"
1383 msgstr ""
1384 "Usage: apt-mark [オプション] {auto|manual} パッケージ1 [パッケージ2 ...]\n"
1385 "\n"
1386 "apt-mark は、パッケージを手動または自動でインストールされたものとして\n"
1387 "マークする簡単なコマンドラインインターフェイスです。また、dpkg(1) の\n"
1388 "パッケージ選択状態を操作したり、マークを特定せずにすべてのパッケージの\n"
1389 "一覧表示したりもできます。\n"
1390
1391 #: cmdline/apt-mark.cc
1392 msgid "Mark the given packages as automatically installed"
1393 msgstr "指定のパッケージを自動でインストールされたものとしてマークする"
1394
1395 #: cmdline/apt-mark.cc
1396 msgid "Mark the given packages as manually installed"
1397 msgstr "指定のパッケージを手動でインストールしたものとしてマークする"
1398
1399 #: cmdline/apt-mark.cc
1400 msgid "Mark a package as held back"
1401 msgstr "パッケージを保留としてマークする"
1402
1403 #: cmdline/apt-mark.cc
1404 msgid "Unset a package set as held back"
1405 msgstr "パッケージの保留を解除する"
1406
1407 #: cmdline/apt-mark.cc
1408 msgid "Print the list of automatically installed packages"
1409 msgstr "自動的にインストールされたパッケージの一覧を表示する"
1410
1411 #: cmdline/apt-mark.cc
1412 msgid "Print the list of manually installed packages"
1413 msgstr "手作業でインストールしたパッケージの一覧を表示する"
1414
1415 #: cmdline/apt-mark.cc
1416 msgid "Print the list of package on hold"
1417 msgstr "保留されているパッケージの一覧を表示する"
1418
1419 #: cmdline/apt.cc
1420 msgid ""
1421 "Usage: apt [options] command\n"
1422 "\n"
1423 "apt is a commandline package manager and provides commands for\n"
1424 "searching and managing as well as querying information about packages.\n"
1425 "It provides the same functionality as the specialized APT tools,\n"
1426 "like apt-get and apt-cache, but enables options more suitable for\n"
1427 "interactive use by default.\n"
1428 msgstr ""
1429 "使用方法: apt [オプション] コマンド\n"
1430 "\n"
1431 "apt は、検索や管理、パッケージに関する情報を問い合わせるコマンドを\n"
1432 "提供するコマンドラインパッケージマネージャです。apt-get や apt-cache\n"
1433 "のような特化した APT ツールと同じ機能を提供しますが、デフォルトで\n"
1434 "対話的に使用するために適切なオプションを有効にします。\n"
1435
1436 #. query
1437 #: cmdline/apt.cc
1438 msgid "list packages based on package names"
1439 msgstr "パッケージ名を基にパッケージの一覧を表示"
1440
1441 #: cmdline/apt.cc
1442 msgid "search in package descriptions"
1443 msgstr "パッケージの説明を検索"
1444
1445 #: cmdline/apt.cc
1446 msgid "show package details"
1447 msgstr "パッケージの詳細を表示"
1448
1449 #. package stuff
1450 #: cmdline/apt.cc
1451 msgid "install packages"
1452 msgstr "パッケージをインストール"
1453
1454 #: cmdline/apt.cc
1455 msgid "remove packages"
1456 msgstr "パッケージを削除"
1457
1458 #. system wide stuff
1459 #: cmdline/apt.cc
1460 msgid "update list of available packages"
1461 msgstr "利用可能パッケージの一覧を更新"
1462
1463 #: cmdline/apt.cc
1464 msgid "upgrade the system by installing/upgrading packages"
1465 msgstr "パッケージをインストール/更新してシステムをアップグレード"
1466
1467 #: cmdline/apt.cc
1468 msgid "upgrade the system by removing/installing/upgrading packages"
1469 msgstr "パッケージを削除/インストール/更新してシステムをアップグレード"
1470
1471 #. misc
1472 #: cmdline/apt.cc
1473 msgid "edit the source information file"
1474 msgstr "ソース情報ファイルを編集"
1475
1476 #: methods/cdrom.cc
1477 #, c-format
1478 msgid "Unable to read the cdrom database %s"
1479 msgstr "CD-ROM データベース %s を読み込むことができません"
1480
1481 #: methods/cdrom.cc
1482 msgid ""
1483 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1484 "cannot be used to add new CD-ROMs"
1485 msgstr ""
1486 "この CD-ROM を APT に認識させるには apt-cdrom を使用してください。新しい CD-"
1487 "ROM を追加するために apt-get update は使用できません。"
1488
1489 #: methods/cdrom.cc
1490 msgid "Wrong CD-ROM"
1491 msgstr "CD が違います"
1492
1493 #: methods/cdrom.cc
1494 #, c-format
1495 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1496 msgstr "%s の CD-ROM は使用中のためアンマウントすることができません。"
1497
1498 #: methods/cdrom.cc
1499 msgid "Disk not found."
1500 msgstr "ディスクが見つかりません。"
1501
1502 #: methods/cdrom.cc methods/file.cc methods/rsh.cc
1503 msgid "File not found"
1504 msgstr "ファイルが見つかりません"
1505
1506 #: methods/connect.cc
1507 #, c-format
1508 msgid "Connecting to %s (%s)"
1509 msgstr "%s (%s) へ接続しています"
1510
1511 #: methods/connect.cc
1512 #, c-format
1513 msgid "[IP: %s %s]"
1514 msgstr "[IP: %s %s]"
1515
1516 #: methods/connect.cc
1517 #, c-format
1518 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1519 msgstr "%s (f=%u t=%u p=%u) に対するソケットを作成できません"
1520
1521 #: methods/connect.cc
1522 #, c-format
1523 msgid "Cannot initiate the connection to %s:%s (%s)."
1524 msgstr "%s:%s (%s) への接続を開始できません。"
1525
1526 #: methods/connect.cc
1527 #, c-format
1528 msgid "Could not connect to %s:%s (%s), connection timed out"
1529 msgstr "%s:%s (%s) へ接続できませんでした。接続がタイムアウトしました"
1530
1531 #: methods/connect.cc methods/ftp.cc methods/rsh.cc
1532 msgid "Failed"
1533 msgstr "失敗"
1534
1535 #: methods/connect.cc
1536 #, c-format
1537 msgid "Could not connect to %s:%s (%s)."
1538 msgstr "%s:%s (%s) へ接続できませんでした。"
1539
1540 #. We say this mainly because the pause here is for the
1541 #. ssh connection that is still going
1542 #: methods/connect.cc methods/rsh.cc
1543 #, c-format
1544 msgid "Connecting to %s"
1545 msgstr "%s へ接続しています"
1546
1547 #: methods/connect.cc
1548 #, c-format
1549 msgid "Could not resolve '%s'"
1550 msgstr "'%s' を解決できませんでした"
1551
1552 #: methods/connect.cc
1553 #, c-format
1554 msgid "Temporary failure resolving '%s'"
1555 msgstr "'%s' が一時的に解決できません"
1556
1557 #: methods/connect.cc
1558 #, c-format
1559 msgid "System error resolving '%s:%s'"
1560 msgstr "'%s:%s' の解決中にシステムエラーが発生しました"
1561
1562 #: methods/connect.cc
1563 #, c-format
1564 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
1565 msgstr "'%s:%s' (%i - %s) の解決中に何か問題が起こりました"
1566
1567 #: methods/connect.cc
1568 #, c-format
1569 msgid "Unable to connect to %s:%s:"
1570 msgstr "%s:%s へ接続できません:"
1571
1572 #: methods/copy.cc methods/store.cc
1573 msgid "Failed to stat"
1574 msgstr "状態の取得に失敗しました"
1575
1576 #: methods/copy.cc methods/rred.cc methods/store.cc
1577 msgid "Failed to set modification time"
1578 msgstr "変更時刻の設定に失敗しました"
1579
1580 #: methods/file.cc
1581 msgid "Invalid URI, local URIS must not start with //"
1582 msgstr "不正な URI です。ローカルの URI は // で始まってはいけません"
1583
1584 #. Login must be before getpeername otherwise dante won't work.
1585 #: methods/ftp.cc
1586 msgid "Logging in"
1587 msgstr "ログインしています"
1588
1589 #: methods/ftp.cc
1590 msgid "Unable to determine the peer name"
1591 msgstr "ピアネームを決定することができません"
1592
1593 #: methods/ftp.cc
1594 msgid "Unable to determine the local name"
1595 msgstr "ローカルネームを決定することができません"
1596
1597 #: methods/ftp.cc
1598 #, c-format
1599 msgid "The server refused the connection and said: %s"
1600 msgstr "サーバから接続を拒絶されました。応答: %s"
1601
1602 #: methods/ftp.cc
1603 #, c-format
1604 msgid "USER failed, server said: %s"
1605 msgstr "USER 失敗、サーバ応答: %s"
1606
1607 #: methods/ftp.cc
1608 #, c-format
1609 msgid "PASS failed, server said: %s"
1610 msgstr "PASS 失敗、サーバ応答: %s"
1611
1612 #: methods/ftp.cc
1613 msgid ""
1614 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1615 "is empty."
1616 msgstr ""
1617 "プロキシサーバが指定されていますが、ログインスクリプトが設定されていません。"
1618 "Acquire::ftp::ProxyLogin が空です。"
1619
1620 #: methods/ftp.cc
1621 #, c-format
1622 msgid "Login script command '%s' failed, server said: %s"
1623 msgstr "ログインスクリプトのコマンド '%s' 失敗、サーバ応答: %s"
1624
1625 #: methods/ftp.cc
1626 #, c-format
1627 msgid "TYPE failed, server said: %s"
1628 msgstr "TYPE 失敗、サーバ応答: %s"
1629
1630 #: methods/ftp.cc methods/rsh.cc
1631 msgid "Connection timeout"
1632 msgstr "接続タイムアウト"
1633
1634 #: methods/ftp.cc
1635 msgid "Server closed the connection"
1636 msgstr "サーバが接続を切断しました"
1637
1638 #: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc
1639 msgid "Read error"
1640 msgstr "読み込みエラー"
1641
1642 #: methods/ftp.cc methods/rsh.cc
1643 msgid "A response overflowed the buffer."
1644 msgstr "レスポンスがバッファをオーバフローさせました。"
1645
1646 #: methods/ftp.cc
1647 msgid "Protocol corruption"
1648 msgstr "プロトコルが壊れています"
1649
1650 #: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc
1651 msgid "Write error"
1652 msgstr "書き込みエラー"
1653
1654 #: methods/ftp.cc
1655 msgid "Could not create a socket"
1656 msgstr "ソケットを作成できません"
1657
1658 #: methods/ftp.cc
1659 msgid "Could not connect data socket, connection timed out"
1660 msgstr "データソケットへ接続できませんでした。接続がタイムアウトしました"
1661
1662 #: methods/ftp.cc
1663 msgid "Could not connect passive socket."
1664 msgstr "パッシブソケットに接続できません。"
1665
1666 #: methods/ftp.cc
1667 msgid "getaddrinfo was unable to get a listening socket"
1668 msgstr "getaddrinfo はリスニングソケットを取得できませんでした"
1669
1670 #: methods/ftp.cc
1671 msgid "Could not bind a socket"
1672 msgstr "ソケットをバインドできませんでした"
1673
1674 #: methods/ftp.cc
1675 msgid "Could not listen on the socket"
1676 msgstr "ソケットをリスンできませんでした"
1677
1678 #: methods/ftp.cc
1679 msgid "Could not determine the socket's name"
1680 msgstr "ソケットの名前を特定できませんでした"
1681
1682 #: methods/ftp.cc
1683 msgid "Unable to send PORT command"
1684 msgstr "PORT コマンドを送信できません"
1685
1686 #: methods/ftp.cc
1687 #, c-format
1688 msgid "Unknown address family %u (AF_*)"
1689 msgstr "未知のアドレスファミリ %u (AF_*)"
1690
1691 #: methods/ftp.cc
1692 #, c-format
1693 msgid "EPRT failed, server said: %s"
1694 msgstr "EPRT に失敗しました。サーバ応答: %s"
1695
1696 #: methods/ftp.cc
1697 msgid "Data socket connect timed out"
1698 msgstr "データソケット接続タイムアウト"
1699
1700 #: methods/ftp.cc
1701 msgid "Unable to accept connection"
1702 msgstr "接続を accept できません"
1703
1704 #: methods/ftp.cc methods/rsh.cc methods/server.cc
1705 msgid "Problem hashing file"
1706 msgstr "ファイルのハッシュでの問題"
1707
1708 #: methods/ftp.cc
1709 #, c-format
1710 msgid "Unable to fetch file, server said '%s'"
1711 msgstr "ファイルを取得できません。サーバ応答 '%s'"
1712
1713 #: methods/ftp.cc methods/rsh.cc
1714 msgid "Data socket timed out"
1715 msgstr "データソケットタイムアウト"
1716
1717 #: methods/ftp.cc
1718 #, c-format
1719 msgid "Data transfer failed, server said '%s'"
1720 msgstr "データ転送に失敗しました。サーバ応答 '%s'"
1721
1722 #. Get the files information
1723 #: methods/ftp.cc
1724 msgid "Query"
1725 msgstr "問い合わせ"
1726
1727 #: methods/ftp.cc
1728 msgid "Unable to invoke "
1729 msgstr "呼び出せません"
1730
1731 #. TRANSLATORS: %s is a single techy word like 'NODATA'
1732 #: methods/gpgv.cc apt-pkg/acquire-item.cc
1733 #, c-format
1734 msgid ""
1735 "Clearsigned file isn't valid, got '%s' (does the network require "
1736 "authentication?)"
1737 msgstr ""
1738 "クリアサインされたファイルが有効ではなく、'%s' を得ました (認証にネットワーク"
1739 "が必要?)"
1740
1741 #. TRANSLATORS: %s is a single techy word like 'NODATA'
1742 #: methods/gpgv.cc
1743 #, fuzzy, c-format
1744 msgid ""
1745 "Signed file isn't valid, got '%s' (does the network require authentication?)"
1746 msgstr ""
1747 "クリアサインされたファイルが有効ではなく、'%s' を得ました (認証にネットワーク"
1748 "が必要?)"
1749
1750 #: methods/gpgv.cc
1751 msgid "At least one invalid signature was encountered."
1752 msgstr "少なくとも 1 つの不正な署名が発見されました。"
1753
1754 #: methods/gpgv.cc
1755 msgid ""
1756 "Internal error: Good signature, but could not determine key fingerprint?!"
1757 msgstr "内部エラー: 正しい署名ですが、鍵指紋を確定できません?!"
1758
1759 #: methods/gpgv.cc
1760 msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
1761 msgstr ""
1762 "署名を検証するための 'apt-key' の実行ができませんでした (gnupg はインストール"
1763 "されていますか?)"
1764
1765 #: methods/gpgv.cc
1766 msgid "Unknown error executing apt-key"
1767 msgstr "apt-key の実行中に未知のエラーが発生"
1768
1769 #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners.
1770 #: methods/gpgv.cc
1771 #, c-format
1772 msgid "Signature by key %s uses weak digest algorithm (%s)"
1773 msgstr "鍵 %s による署名は弱い digest アルゴリズム (%s) を使用しています"
1774
1775 #: methods/gpgv.cc
1776 msgid "The following signatures were invalid:\n"
1777 msgstr "以下の署名が無効です:\n"
1778
1779 #: methods/gpgv.cc
1780 msgid ""
1781 "The following signatures couldn't be verified because the public key is not "
1782 "available:\n"
1783 msgstr "公開鍵を利用できないため、以下の署名は検証できませんでした:\n"
1784
1785 #: methods/http.cc
1786 msgid "Error writing to the file"
1787 msgstr "ファイルへの書き込みでエラーが発生しました"
1788
1789 #: methods/http.cc
1790 msgid "Error reading from server. Remote end closed connection"
1791 msgstr "リモート側で接続がクローズされてサーバからの読み込みに失敗しました"
1792
1793 #: methods/http.cc
1794 msgid "Error reading from server"
1795 msgstr "サーバからの読み込みに失敗しました"
1796
1797 #: methods/http.cc
1798 msgid "Error writing to file"
1799 msgstr "ファイルへの書き込みでエラーが発生しました"
1800
1801 #: methods/http.cc
1802 msgid "Select failed"
1803 msgstr "select に失敗しました"
1804
1805 #: methods/http.cc
1806 msgid "Connection timed out"
1807 msgstr "接続タイムアウト"
1808
1809 #: methods/http.cc
1810 msgid "Error writing to output file"
1811 msgstr "出力ファイルへの書き込みでエラーが発生しました"
1812
1813 #. Only warn if there are no sources.list.d.
1814 #. Only warn if there is no sources.list file.
1815 #: methods/mirror.cc apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc
1816 #: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/init.cc
1817 #: apt-pkg/policy.cc apt-pkg/sourcelist.cc
1818 #, c-format
1819 msgid "Unable to read %s"
1820 msgstr "%s を読み込むことができません"
1821
1822 #: methods/mirror.cc apt-pkg/acquire.cc apt-pkg/clean.cc
1823 #: apt-pkg/contrib/cdromutl.cc
1824 #, c-format
1825 msgid "Unable to change to %s"
1826 msgstr "%s へ変更することができません"
1827
1828 #. FIXME: fallback to a default mirror here instead
1829 #. and provide a config option to define that default
1830 #: methods/mirror.cc
1831 #, c-format
1832 msgid "No mirror file '%s' found "
1833 msgstr "ミラーファイル '%s' が見つかりません "
1834
1835 #. FIXME: fallback to a default mirror here instead
1836 #. and provide a config option to define that default
1837 #: methods/mirror.cc
1838 #, c-format
1839 msgid "Can not read mirror file '%s'"
1840 msgstr "ミラーファイル '%s' を読み込めません"
1841
1842 #: methods/mirror.cc
1843 #, c-format
1844 msgid "No entry found in mirror file '%s'"
1845 msgstr "ミラーファイル '%s' のエントリが見つかりません"
1846
1847 #: methods/mirror.cc
1848 #, c-format
1849 msgid "[Mirror: %s]"
1850 msgstr "[ミラー: %s]"
1851
1852 #: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
1853 #: apt-pkg/acquire-item.cc
1854 #, c-format
1855 msgid "Failed to stat %s"
1856 msgstr "%s の状態を取得するのに失敗しました"
1857
1858 #: methods/rsh.cc ftparchive/multicompress.cc
1859 msgid "Failed to create IPC pipe to subprocess"
1860 msgstr "子プロセスへの IPC パイプの作成に失敗しました"
1861
1862 #: methods/rsh.cc
1863 msgid "Connection closed prematurely"
1864 msgstr "途中で接続がクローズされました"
1865
1866 #: methods/server.cc
1867 msgid "Waiting for headers"
1868 msgstr "ヘッダの待機中です"
1869
1870 #: methods/server.cc
1871 msgid "Bad header line"
1872 msgstr "不正なヘッダ行です"
1873
1874 #: methods/server.cc
1875 msgid "The HTTP server sent an invalid reply header"
1876 msgstr "HTTP サーバが不正なリプライヘッダを送信してきました"
1877
1878 #: methods/server.cc
1879 msgid "The HTTP server sent an invalid Content-Length header"
1880 msgstr "HTTP サーバが不正な Content-Length ヘッダを送信してきました"
1881
1882 #: methods/server.cc
1883 msgid "The HTTP server sent an invalid Content-Range header"
1884 msgstr "HTTP サーバが不正な Content-Range ヘッダを送信してきました"
1885
1886 #: methods/server.cc
1887 msgid "This HTTP server has broken range support"
1888 msgstr "HTTP サーバのレンジサポートが壊れています"
1889
1890 #: methods/server.cc
1891 msgid "Unknown date format"
1892 msgstr "不明な日付フォーマットです"
1893
1894 #: methods/server.cc
1895 msgid "Bad header data"
1896 msgstr "不正なヘッダです"
1897
1898 #: methods/server.cc
1899 msgid "Connection failed"
1900 msgstr "接続失敗"
1901
1902 #: methods/server.cc
1903 #, c-format
1904 msgid ""
1905 "Automatically disabled %s due to incorrect response from server/proxy. (man "
1906 "5 apt.conf)"
1907 msgstr ""
1908 "サーバ/プロキシからの不正な応答のため自動的に %s を無効にしました。(man 5 "
1909 "apt.conf)"
1910
1911 #: methods/server.cc
1912 msgid "Internal error"
1913 msgstr "内部エラー"
1914
1915 #: methods/store.cc
1916 msgid "Empty files can't be valid archives"
1917 msgstr "空のファイルは有効なアーカイブと認められません"
1918
1919 #: dselect/install:33
1920 msgid "Bad default setting!"
1921 msgstr "不正なデフォルト設定です!"
1922
1923 #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95
1924 #: dselect/install:106 dselect/update:45
1925 msgid "Press [Enter] to continue."
1926 msgstr "[Enter] キーを押すと続行します。"
1927
1928 #: dselect/install:92
1929 msgid "Do you want to erase any previously downloaded .deb files?"
1930 msgstr "過去にダウンロードした .deb ファイルを削除しますか?"
1931
1932 #: dselect/install:102
1933 msgid "Some errors occurred while unpacking. Packages that were installed"
1934 msgstr "展開中に何らかのエラーが発生しました。インストールされたパッケージを"
1935
1936 #: dselect/install:103
1937 msgid "will be configured. This may result in duplicate errors"
1938 msgstr "設定します。これにより、エラーが複数出るか、依存関係の欠如に"
1939
1940 #: dselect/install:104
1941 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1942 msgstr "よるエラーが出るかもしれません。これには問題はなく、上記のメッセージ"
1943
1944 #: dselect/install:105
1945 msgid ""
1946 "above this message are important. Please fix them and run [I]nstall again"
1947 msgstr "が重要です。これを修正して「導入」を再度実行してください"
1948
1949 #: dselect/update:30
1950 msgid "Merging available information"
1951 msgstr "入手可能情報をマージしています"
1952
1953 #: cmdline/apt-dump-solver.cc
1954 msgid ""
1955 "Usage: apt-dump-solver\n"
1956 "\n"
1957 "apt-dump-solver is an interface to store an EDSP scenario in\n"
1958 "a file and optionally forwards it to another solver.\n"
1959 msgstr ""
1960
1961 #: cmdline/apt-dump-solver.cc apt-pkg/contrib/fileutl.cc
1962 #: apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc
1963 #, c-format
1964 msgid "Waited for %s but it wasn't there"
1965 msgstr "%s を待ちましたが、そこにはありませんでした"
1966
1967 #: cmdline/apt-extracttemplates.cc
1968 msgid ""
1969 "Usage: apt-extracttemplates file1 [file2 ...]\n"
1970 "\n"
1971 "apt-extracttemplates is used to extract config and template files\n"
1972 "from debian packages. It is used mainly by debconf(1) to prompt for\n"
1973 "configuration questions before installation of packages.\n"
1974 msgstr ""
1975 "使用方法: apt-extracttemplates ファイル名1 [ファイル名2 ...]\n"
1976 "\n"
1977 "apt-extracttemplates は debian パッケージから設定とテンプレートファイルを\n"
1978 "抽出するためのツールです。パッケージのインストールの前に設定に関する質問を\n"
1979 "要求する debconf(1) によって主に使用されます。\n"
1980
1981 #: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc
1982 #, c-format
1983 msgid "Unable to mkstemp %s"
1984 msgstr "mkstemp %s を実行できません"
1985
1986 #: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc
1987 #, c-format
1988 msgid "Unable to write to %s"
1989 msgstr "%s に書き込めません"
1990
1991 #: cmdline/apt-extracttemplates.cc
1992 msgid "Cannot get debconf version. Is debconf installed?"
1993 msgstr ""
1994 "debconf のバージョンを取得できません。debconf はインストールされていますか?"
1995
1996 #: cmdline/apt-internal-solver.cc
1997 msgid ""
1998 "Usage: apt-internal-solver\n"
1999 "\n"
2000 "apt-internal-solver is an interface to use the current internal\n"
2001 "resolver for the APT family like an external one, for debugging or\n"
2002 "the like.\n"
2003 msgstr ""
2004 "使用方法: apt-internal-solver\n"
2005 "\n"
2006 "apt-internal-solver は、デバッグなどの用途で、現在の内部リゾルバを\n"
2007 "APT ファミリの外部リゾルバのように使うためのインターフェイスです。\n"
2008
2009 #: cmdline/apt-sortpkgs.cc
2010 msgid "Unknown package record!"
2011 msgstr "不明なパッケージレコードです!"
2012
2013 #: cmdline/apt-sortpkgs.cc
2014 msgid ""
2015 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
2016 "\n"
2017 "apt-sortpkgs is a simple tool to sort package information files.\n"
2018 "By default it sorts by binary package information, but the -s option\n"
2019 "can be used to switch to source package ordering instead.\n"
2020 msgstr ""
2021 "使用方法: apt-sortpkgs [オプション] ファイル名1 [ファイル名2 ...]\n"
2022 "\n"
2023 "apt-sortpkgs は、パッケージ情報ファイルをソートするシンプルなツールです。\n"
2024 "デフォルトではバイナリパッケージ情報でソートしますが、-s オプションを使って\n"
2025 "ソースパッケージの順序に切り替えることができます。\n"
2026
2027 #: ftparchive/apt-ftparchive.cc
2028 msgid "Package extension list is too long"
2029 msgstr "パッケージ拡張子リストが長すぎます"
2030
2031 #: ftparchive/apt-ftparchive.cc
2032 #, c-format
2033 msgid "Error processing directory %s"
2034 msgstr "ディレクトリ %s の処理中にエラーが発生しました"
2035
2036 #: ftparchive/apt-ftparchive.cc
2037 msgid "Source extension list is too long"
2038 msgstr "ソース拡張子リストが長すぎます"
2039
2040 #: ftparchive/apt-ftparchive.cc
2041 msgid "Error writing header to contents file"
2042 msgstr "Contents ファイルへのヘッダの書き込み中にエラーが発生しました"
2043
2044 #: ftparchive/apt-ftparchive.cc
2045 #, c-format
2046 msgid "Error processing contents %s"
2047 msgstr "Contents %s の処理中にエラーが発生しました"
2048
2049 #: ftparchive/apt-ftparchive.cc
2050 msgid ""
2051 "Usage: apt-ftparchive [options] command\n"
2052 "Commands: packages binarypath [overridefile [pathprefix]]\n"
2053 " sources srcpath [overridefile [pathprefix]]\n"
2054 " contents path\n"
2055 " release path\n"
2056 " generate config [groups]\n"
2057 " clean config\n"
2058 "\n"
2059 "apt-ftparchive generates index files for Debian archives. It supports\n"
2060 "many styles of generation from fully automated to functional replacements\n"
2061 "for dpkg-scanpackages and dpkg-scansources\n"
2062 "\n"
2063 "apt-ftparchive generates Package files from a tree of .debs. The\n"
2064 "Package file contains the contents of all the control fields from\n"
2065 "each package as well as the MD5 hash and filesize. An override file\n"
2066 "is supported to force the value of Priority and Section.\n"
2067 "\n"
2068 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
2069 "The --source-override option can be used to specify a src override file\n"
2070 "\n"
2071 "The 'packages' and 'sources' command should be run in the root of the\n"
2072 "tree. BinaryPath should point to the base of the recursive search and \n"
2073 "override file should contain the override flags. Pathprefix is\n"
2074 "appended to the filename fields if present. Example usage from the \n"
2075 "Debian archive:\n"
2076 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
2077 " dists/potato/main/binary-i386/Packages\n"
2078 "\n"
2079 "Options:\n"
2080 " -h This help text\n"
2081 " --md5 Control MD5 generation\n"
2082 " -s=? Source override file\n"
2083 " -q Quiet\n"
2084 " -d=? Select the optional caching database\n"
2085 " --no-delink Enable delinking debug mode\n"
2086 " --contents Control contents file generation\n"
2087 " -c=? Read this configuration file\n"
2088 " -o=? Set an arbitrary configuration option"
2089 msgstr ""
2090 "使用方法: apt-ftparchive [オプション] コマンド\n"
2091 "コマンド: packages binarypath [overridefile [pathprefix]]\n"
2092 " sources srcpath [overridefile [pathprefix]]\n"
2093 " contents path\n"
2094 " release path\n"
2095 " generate config [groups]\n"
2096 " clean config\n"
2097 "\n"
2098 "apt-ftparchive は Debian アーカイブ用のインデックスファイルを生成しま\n"
2099 "す。全自動のものから、dpkg-scanpackages と dpkg-scansources の代替機能\n"
2100 "となるものまで、多くの生成方法をサポートしています。\n"
2101 "\n"
2102 "apt-ftparchive は .deb のツリーから Packages ファイルを生成します。\n"
2103 "Packages ファイルは MD5 ハッシュやファイルサイズに加えて、各パッケージ\n"
2104 "のすべての制御フィールドの内容を含んでいます。Priority と Section の値\n"
2105 "を強制するために override ファイルがサポートされています。\n"
2106 "\n"
2107 "同様に apt-ftparchive は .dsc のツリーから Sources ファイルを生成しま\n"
2108 "す。--source-override オプションを使用するとソース override ファイルを\n"
2109 "指定できます。\n"
2110 "\n"
2111 "'packages' および 'sources' コマンドはツリーのルートで実行する必要があ\n"
2112 "ります。BinaryPath には再帰検索のベースディレクトリを指定し、override \n"
2113 "ファイルは override フラグを含んでいる必要があります。もし pathprefix \n"
2114 "が存在すればファイル名フィールドに付加されます。debian アーカイブでの\n"
2115 "使用方法の例:\n"
2116 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
2117 " dists/potato/main/binary-i386/Packages\n"
2118 "\n"
2119 "オプション:\n"
2120 " -h このヘルプを表示する\n"
2121 " --md5 MD5 の生成を制御する\n"
2122 " -s=? ソース override ファイル\n"
2123 " -q 表示を抑制する\n"
2124 " -d=? オプションのキャッシュデータベースを選択する\n"
2125 " --no-delink delinking デバッグモードを有効にする\n"
2126 " --contents contents ファイルの生成を制御する\n"
2127 " -c=? 指定の設定ファイルを読む\n"
2128 " -o=? 任意の設定オプションを設定する"
2129
2130 #: ftparchive/apt-ftparchive.cc
2131 msgid "No selections matched"
2132 msgstr "選択にマッチするものがありません"
2133
2134 #: ftparchive/apt-ftparchive.cc
2135 #, c-format
2136 msgid "Some files are missing in the package file group `%s'"
2137 msgstr "パッケージファイルグループ `%s' に見当たらないファイルがあります"
2138
2139 #: ftparchive/cachedb.cc
2140 #, c-format
2141 msgid "DB was corrupted, file renamed to %s.old"
2142 msgstr "DB が壊れていたため、ファイル名を %s.old に変更しました"
2143
2144 #: ftparchive/cachedb.cc
2145 #, c-format
2146 msgid "DB is old, attempting to upgrade %s"
2147 msgstr "DB が古いため、%s のアップグレードを試みます"
2148
2149 #: ftparchive/cachedb.cc
2150 msgid ""
2151 "DB format is invalid. If you upgraded from an older version of apt, please "
2152 "remove and re-create the database."
2153 msgstr ""
2154 "DB フォーマットが無効です。apt の古いバージョンから更新したのであれば、データ"
2155 "ベースを削除し、再作成してください。"
2156
2157 #: ftparchive/cachedb.cc
2158 #, c-format
2159 msgid "Unable to open DB file %s: %s"
2160 msgstr "DB ファイル %s を開くことができません: %s"
2161
2162 #: ftparchive/cachedb.cc
2163 msgid "Failed to read .dsc"
2164 msgstr ".dsc の読み取りに失敗しました"
2165
2166 #: ftparchive/cachedb.cc
2167 msgid "Archive has no control record"
2168 msgstr "アーカイブにコントロールレコードがありません"
2169
2170 #: ftparchive/cachedb.cc
2171 msgid "Unable to get a cursor"
2172 msgstr "カーソルを取得できません"
2173
2174 #: ftparchive/contents.cc
2175 msgid "realloc - Failed to allocate memory"
2176 msgstr "realloc - メモリの割り当てに失敗しました"
2177
2178 #: ftparchive/multicompress.cc
2179 #, c-format
2180 msgid "Unknown compression algorithm '%s'"
2181 msgstr "'%s' は未知の圧縮アルゴリズムです"
2182
2183 #: ftparchive/multicompress.cc
2184 #, c-format
2185 msgid "Compressed output %s needs a compression set"
2186 msgstr "圧縮出力 %s には圧縮セットが必要です"
2187
2188 #: ftparchive/multicompress.cc
2189 msgid "Failed to fork"
2190 msgstr "fork に失敗しました"
2191
2192 #: ftparchive/multicompress.cc
2193 msgid "Compress child"
2194 msgstr "圧縮子プロセス"
2195
2196 #: ftparchive/multicompress.cc
2197 #, c-format
2198 msgid "Internal error, failed to create %s"
2199 msgstr "内部エラー、%s の作成に失敗しました"
2200
2201 #: ftparchive/multicompress.cc
2202 msgid "IO to subprocess/file failed"
2203 msgstr "子プロセス/ファイルへの IO が失敗しました"
2204
2205 #: ftparchive/multicompress.cc
2206 msgid "Failed to read while computing MD5"
2207 msgstr "MD5 の計算中に読み込みに失敗しました"
2208
2209 #: ftparchive/multicompress.cc apt-inst/extract.cc
2210 #, c-format
2211 msgid "Failed to rename %s to %s"
2212 msgstr "%s を %s に名前変更できませんでした"
2213
2214 #: ftparchive/override.cc
2215 #, c-format
2216 msgid "Unable to open %s"
2217 msgstr "'%s' をオープンできません"
2218
2219 #. skip spaces
2220 #. find end of word
2221 #: ftparchive/override.cc
2222 #, c-format
2223 msgid "Malformed override %s line %llu (%s)"
2224 msgstr "不正な override %s %llu 行目 (%s)"
2225
2226 #: ftparchive/override.cc
2227 #, c-format
2228 msgid "Failed to read the override file %s"
2229 msgstr "override ファイル %s を読み込むのに失敗しました"
2230
2231 #: ftparchive/override.cc
2232 #, c-format
2233 msgid "Malformed override %s line %llu #1"
2234 msgstr "不正な override %s %llu 行目 #1"
2235
2236 #: ftparchive/override.cc
2237 #, c-format
2238 msgid "Malformed override %s line %llu #2"
2239 msgstr "不正な override %s %llu 行目 #2"
2240
2241 #: ftparchive/override.cc
2242 #, c-format
2243 msgid "Malformed override %s line %llu #3"
2244 msgstr "不正な override %s %llu 行目 #3"
2245
2246 #: ftparchive/writer.cc
2247 #, c-format
2248 msgid "W: Unable to read directory %s\n"
2249 msgstr "警告: ディレクトリ %s が読めません\n"
2250
2251 #: ftparchive/writer.cc
2252 #, c-format
2253 msgid "W: Unable to stat %s\n"
2254 msgstr "警告: %s の状態を取得できません\n"
2255
2256 #: ftparchive/writer.cc
2257 msgid "E: "
2258 msgstr "エラー: "
2259
2260 #: ftparchive/writer.cc
2261 msgid "W: "
2262 msgstr "警告: "
2263
2264 #: ftparchive/writer.cc
2265 msgid "E: Errors apply to file "
2266 msgstr "エラー: エラーが適用されるファイルは "
2267
2268 #: ftparchive/writer.cc
2269 #, c-format
2270 msgid "Failed to resolve %s"
2271 msgstr "%s の解決に失敗しました"
2272
2273 #: ftparchive/writer.cc
2274 msgid "Tree walking failed"
2275 msgstr "ツリー内での移動に失敗しました"
2276
2277 #: ftparchive/writer.cc
2278 #, c-format
2279 msgid "Failed to open %s"
2280 msgstr "%s のオープンに失敗しました"
2281
2282 #: ftparchive/writer.cc
2283 #, c-format
2284 msgid " DeLink %s [%s]\n"
2285 msgstr " リンク %s [%s] を外します\n"
2286
2287 #: ftparchive/writer.cc apt-pkg/acquire-item.cc
2288 #, c-format
2289 msgid "Failed to readlink %s"
2290 msgstr "%s のリンク読み取りに失敗しました"
2291
2292 #: ftparchive/writer.cc
2293 #, c-format
2294 msgid "*** Failed to link %s to %s"
2295 msgstr "*** %s を %s にリンクするのに失敗しました"
2296
2297 #: ftparchive/writer.cc
2298 #, c-format
2299 msgid " DeLink limit of %sB hit.\n"
2300 msgstr " リンクを外す制限の %sB に到達しました。\n"
2301
2302 #: ftparchive/writer.cc
2303 msgid "Archive had no package field"
2304 msgstr "アーカイブにパッケージフィールドがありませんでした"
2305
2306 #: ftparchive/writer.cc
2307 #, c-format
2308 msgid " %s has no override entry\n"
2309 msgstr " %s に override エントリがありません\n"
2310
2311 #: ftparchive/writer.cc
2312 #, c-format
2313 msgid " %s maintainer is %s not %s\n"
2314 msgstr " %1$s メンテナは %3$s ではなく %2$s です\n"
2315
2316 #: ftparchive/writer.cc
2317 #, c-format
2318 msgid " %s has no source override entry\n"
2319 msgstr " %s にソース override エントリがありません\n"
2320
2321 #: ftparchive/writer.cc
2322 #, c-format
2323 msgid " %s has no binary override entry either\n"
2324 msgstr " %s にバイナリ override エントリがありません\n"
2325
2326 #: apt-inst/contrib/arfile.cc
2327 msgid "Invalid archive signature"
2328 msgstr "不正なアーカイブ署名"
2329
2330 #: apt-inst/contrib/arfile.cc
2331 msgid "Error reading archive member header"
2332 msgstr "アーカイブメンバーヘッダの読み込みに失敗しました"
2333
2334 #: apt-inst/contrib/arfile.cc
2335 #, c-format
2336 msgid "Invalid archive member header %s"
2337 msgstr "不正なアーカイブメンバーヘッダ %s"
2338
2339 #: apt-inst/contrib/arfile.cc
2340 msgid "Invalid archive member header"
2341 msgstr "不正なアーカイブメンバーヘッダ"
2342
2343 #: apt-inst/contrib/arfile.cc
2344 msgid "Archive is too short"
2345 msgstr "アーカイブが不足しています"
2346
2347 #: apt-inst/contrib/arfile.cc
2348 msgid "Failed to read the archive headers"
2349 msgstr "アーカイブヘッダの読み込みに失敗しました"
2350
2351 #: apt-inst/contrib/extracttar.cc
2352 #, c-format
2353 msgid "Cannot find a configured compressor for '%s'"
2354 msgstr "'%s' のために設定された圧縮プログラムが見つかりません"
2355
2356 #: apt-inst/contrib/extracttar.cc
2357 msgid "Corrupted archive"
2358 msgstr "壊れたアーカイブ"
2359
2360 #: apt-inst/contrib/extracttar.cc
2361 msgid "Tar checksum failed, archive corrupted"
2362 msgstr "tar チェックサム検証が失敗しました。アーカイブが壊れています"
2363
2364 #: apt-inst/contrib/extracttar.cc
2365 #, c-format
2366 msgid "Unknown TAR header type %u, member %s"
2367 msgstr "未知の TAR ヘッダタイプ %u、メンバー %s"
2368
2369 #: apt-inst/deb/debfile.cc
2370 #, c-format
2371 msgid "This is not a valid DEB archive, missing '%s' member"
2372 msgstr "'%s' メンバーがないため、正しい DEB アーカイブではありません"
2373
2374 #: apt-inst/deb/debfile.cc
2375 #, c-format
2376 msgid "Internal error, could not locate member %s"
2377 msgstr "内部エラー、メンバー %s を特定できません"
2378
2379 #: apt-inst/deb/debfile.cc
2380 msgid "Unparsable control file"
2381 msgstr "解析できないコントロールファイル"
2382
2383 #: apt-inst/dirstream.cc
2384 #, c-format
2385 msgid "Failed to write file %s"
2386 msgstr "ファイル %s の書き込みに失敗しました"
2387
2388 #: apt-inst/dirstream.cc
2389 #, c-format
2390 msgid "Failed to close file %s"
2391 msgstr "%s のクローズに失敗しました"
2392
2393 #: apt-inst/extract.cc
2394 #, c-format
2395 msgid "The path %s is too long"
2396 msgstr "パス %s は長すぎます"
2397
2398 #: apt-inst/extract.cc
2399 #, c-format
2400 msgid "Unpacking %s more than once"
2401 msgstr "%s を複数回展開しています"
2402
2403 #: apt-inst/extract.cc
2404 #, c-format
2405 msgid "The directory %s is diverted"
2406 msgstr "ディレクトリ %s は divert されています"
2407
2408 #: apt-inst/extract.cc
2409 #, c-format
2410 msgid "The package is trying to write to the diversion target %s/%s"
2411 msgstr ""
2412 "このパッケージは diversion のターゲットの %s/%s に書き込もうとしています"
2413
2414 #: apt-inst/extract.cc
2415 msgid "The diversion path is too long"
2416 msgstr "diversion パスが長すぎます"
2417
2418 #: apt-inst/extract.cc
2419 #, c-format
2420 msgid "The directory %s is being replaced by a non-directory"
2421 msgstr "ディレクトリ %s が非ディレクトリに置換されようとしています"
2422
2423 #: apt-inst/extract.cc
2424 msgid "Failed to locate node in its hash bucket"
2425 msgstr "ハッシュバケツ内でノードを特定するのに失敗しました"
2426
2427 #: apt-inst/extract.cc
2428 msgid "The path is too long"
2429 msgstr "パスが長すぎます"
2430
2431 #: apt-inst/extract.cc
2432 #, c-format
2433 msgid "Overwrite package match with no version for %s"
2434 msgstr "%s に対するバージョンのないパッケージマッチを上書きします"
2435
2436 #: apt-inst/extract.cc
2437 #, c-format
2438 msgid "File %s/%s overwrites the one in the package %s"
2439 msgstr "ファイル %s/%s がパッケージ %s のものを上書きします"
2440
2441 #: apt-inst/extract.cc
2442 #, c-format
2443 msgid "Unable to stat %s"
2444 msgstr "%s の状態を取得できません"
2445
2446 #: apt-inst/filelist.cc
2447 msgid "DropNode called on still linked node"
2448 msgstr "リンクされているノードで DropNode が呼ばれました"
2449
2450 #: apt-inst/filelist.cc
2451 msgid "Failed to locate the hash element!"
2452 msgstr "ハッシュ要素を特定することができません!"
2453
2454 #: apt-inst/filelist.cc
2455 msgid "Failed to allocate diversion"
2456 msgstr "diversion の割り当てに失敗しました"
2457
2458 #: apt-inst/filelist.cc
2459 msgid "Internal error in AddDiversion"
2460 msgstr "AddDiversion での内部エラー"
2461
2462 #: apt-inst/filelist.cc
2463 #, c-format
2464 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
2465 msgstr "%s -> %s と %s/%s の diversion を上書きしようとしています"
2466
2467 #: apt-inst/filelist.cc
2468 #, c-format
2469 msgid "Double add of diversion %s -> %s"
2470 msgstr "%s -> %s の diversion が二重に追加されています"
2471
2472 #: apt-inst/filelist.cc
2473 #, c-format
2474 msgid "Duplicate conf file %s/%s"
2475 msgstr "設定ファイル %s/%s が重複しています"
2476
2477 #: apt-pkg/acquire-item.cc
2478 msgid ""
2479 "Updating from such a repository can't be done securely, and is therefore "
2480 "disabled by default."
2481 msgstr ""
2482 "このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更"
2483 "新が無効になっています。"
2484
2485 #: apt-pkg/acquire-item.cc
2486 msgid ""
2487 "Data from such a repository can't be authenticated and is therefore "
2488 "potentially dangerous to use."
2489 msgstr ""
2490 "このようなリポジトリから取得したデータは認証できないので、データの使用は潜在"
2491 "的に危険です。"
2492
2493 #: apt-pkg/acquire-item.cc
2494 msgid ""
2495 "See apt-secure(8) manpage for repository creation and user configuration "
2496 "details."
2497 msgstr ""
2498 "リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してくだ"
2499 "さい。"
2500
2501 #: apt-pkg/acquire-item.cc
2502 #, c-format
2503 msgid "The repository '%s' is no longer signed."
2504 msgstr "リポジトリ %s はもう署名されていません。"
2505
2506 #: apt-pkg/acquire-item.cc
2507 #, fuzzy, c-format
2508 msgid "The repository '%s' does no longer have a Release file."
2509 msgstr "リポジトリ %s には Release ファイルがありません。"
2510
2511 #: apt-pkg/acquire-item.cc
2512 msgid ""
2513 "This is normally not allowed, but the option Acquire::"
2514 "AllowDowngradeToInsecureRepositories was given to override it."
2515 msgstr ""
2516 "通常は許可されませんが、オプション Acquire::"
2517 "AllowDowngradeToInsecureRepositories が上書きするために指定されました。"
2518
2519 #: apt-pkg/acquire-item.cc
2520 #, c-format
2521 msgid "The repository '%s' is not signed."
2522 msgstr "リポジトリ %s は署名されていません。"
2523
2524 #: apt-pkg/acquire-item.cc
2525 #, c-format
2526 msgid "The repository '%s' does not have a Release file."
2527 msgstr "リポジトリ %s には Release ファイルがありません。"
2528
2529 #: apt-pkg/acquire-item.cc
2530 #, fuzzy, c-format
2531 msgid "The repository '%s' provides only weak security information."
2532 msgstr ""
2533 "リポジトリ '%2$s' は弱いセキュリティ情報のみを提供しているため、設定ファイル "
2534 "'%1$s' の取得をスキップします"
2535
2536 #: apt-pkg/acquire-item.cc
2537 msgid "Hash Sum mismatch"
2538 msgstr "ハッシュサムが適合しません"
2539
2540 #: apt-pkg/acquire-item.cc
2541 msgid "Insufficient information available to perform this download securely"
2542 msgstr ""
2543
2544 #: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
2545 #, c-format
2546 msgid "rename failed, %s (%s -> %s)."
2547 msgstr "名前の変更に失敗しました。%s (%s -> %s)"
2548
2549 #: apt-pkg/acquire-item.cc
2550 msgid "Size mismatch"
2551 msgstr "サイズが適合しません"
2552
2553 #: apt-pkg/acquire-item.cc
2554 msgid "Invalid file format"
2555 msgstr "不正なファイル形式"
2556
2557 #: apt-pkg/acquire-item.cc
2558 msgid "Signature error"
2559 msgstr "署名エラー"
2560
2561 #: apt-pkg/acquire-item.cc
2562 #, c-format
2563 msgid ""
2564 "An error occurred during the signature verification. The repository is not "
2565 "updated and the previous index files will be used. GPG error: %s: %s"
2566 msgstr ""
2567 "署名照合中にエラーが発生しました。リポジトリは更新されず、過去のインデックス"
2568 "ファイルが使われます。GPG エラー: %s: %s"
2569
2570 #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
2571 #: apt-pkg/acquire-item.cc
2572 #, c-format
2573 msgid "GPG error: %s: %s"
2574 msgstr "GPG エラー: %s: %s"
2575
2576 #: apt-pkg/acquire-item.cc
2577 #, c-format
2578 msgid ""
2579 "Skipping acquire of configured file '%s' as repository '%s' doesn't support "
2580 "architecture '%s'"
2581 msgstr ""
2582 "リポジトリ '%2$s' がアーキテクチャ '%3$s' をサポートしないため設定ファイル "
2583 "'%1$s' の取得をスキップ"
2584
2585 #: apt-pkg/acquire-item.cc
2586 #, c-format
2587 msgid ""
2588 "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
2589 "or malformed file)"
2590 msgstr ""
2591 "期待されるエントリ '%s' が Release ファイル内に見つかりません (誤った "
2592 "sources.list エントリか、壊れたファイル)"
2593
2594 #: apt-pkg/acquire-item.cc
2595 #, c-format
2596 msgid ""
2597 "Skipping acquire of configured file '%s' as repository '%s' provides only "
2598 "weak security information for it"
2599 msgstr ""
2600 "リポジトリ '%2$s' は弱いセキュリティ情報のみを提供しているため、設定ファイル "
2601 "'%1$s' の取得をスキップします"
2602
2603 #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
2604 #. the time since then the file is invalid - formatted in the same way as in
2605 #. the download progress display (e.g. 7d 3h 42min 1s)
2606 #: apt-pkg/acquire-item.cc
2607 #, c-format
2608 msgid ""
2609 "Release file for %s is expired (invalid since %s). Updates for this "
2610 "repository will not be applied."
2611 msgstr ""
2612 "%s の Release ファイルは期限切れ (%s 以来無効) です。このリポジトリからの更新"
2613 "物は適用されません。"
2614
2615 #: apt-pkg/acquire-item.cc
2616 #, c-format
2617 msgid "Conflicting distribution: %s (expected %s but got %s)"
2618 msgstr ""
2619 "ディストリビューションが競合しています: %s (%s を期待していたのに %s を取得し"
2620 "ました)"
2621
2622 #: apt-pkg/acquire-item.cc
2623 #, c-format
2624 msgid ""
2625 "I wasn't able to locate a file for the %s package. This might mean you need "
2626 "to manually fix this package. (due to missing arch)"
2627 msgstr ""
2628 "パッケージ %s のファイルの位置を特定できません。おそらくこのパッケージを手動"
2629 "で修正する必要があります (存在しないアーキテクチャのため)。"
2630
2631 #: apt-pkg/acquire-item.cc
2632 #, c-format
2633 msgid "Can't find a source to download version '%s' of '%s'"
2634 msgstr "'%2$s' のバージョン '%1$s' をダウンロードするソースが見つかりません"
2635
2636 #: apt-pkg/acquire-item.cc
2637 #, c-format
2638 msgid ""
2639 "The package index files are corrupted. No Filename: field for package %s."
2640 msgstr ""
2641 "パッケージインデックスファイルが壊れています。パッケージ %s に Filename: "
2642 "フィールドがありません。"
2643
2644 #. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1
2645 #: apt-pkg/acquire-item.cc
2646 #, c-format
2647 msgid "Changelog unavailable for %s=%s"
2648 msgstr "%s=%s のため変更履歴が利用できません"
2649
2650 #: apt-pkg/acquire-worker.cc
2651 #, c-format
2652 msgid "The method driver %s could not be found."
2653 msgstr "メソッドドライバ %s が見つかりません。"
2654
2655 #: apt-pkg/acquire-worker.cc
2656 #, c-format
2657 msgid "Is the package %s installed?"
2658 msgstr "パッケージ %s はインストールされていますか?"
2659
2660 #: apt-pkg/acquire-worker.cc
2661 #, c-format
2662 msgid "Method %s did not start correctly"
2663 msgstr "メソッド %s が正常に開始しませんでした"
2664
2665 #: apt-pkg/acquire-worker.cc
2666 #, c-format
2667 msgid ""
2668 "Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]."
2669 msgstr ""
2670 "'%s' とラベルの付いたディスクをドライブ '%s' に入れて [Enter] キーを押してく"
2671 "ださい。"
2672
2673 #: apt-pkg/acquire.cc apt-pkg/cdrom.cc
2674 #, c-format
2675 msgid "List directory %spartial is missing."
2676 msgstr "リストディレクトリ %spartial が見つかりません。"
2677
2678 #: apt-pkg/acquire.cc
2679 #, c-format
2680 msgid "Archives directory %spartial is missing."
2681 msgstr "アーカイブディレクトリ %spartial が見つかりません。"
2682
2683 #: apt-pkg/acquire.cc
2684 #, c-format
2685 msgid "Unable to lock directory %s"
2686 msgstr "ディレクトリ %s をロックできません"
2687
2688 #: apt-pkg/acquire.cc
2689 #, c-format
2690 msgid "No sandbox user '%s' on the system, can not drop privileges"
2691 msgstr "システムにサンドボックスユーザ '%s' がありません。権限を削除できません"
2692
2693 #: apt-pkg/acquire.cc
2694 #, c-format
2695 msgid ""
2696 "Can't drop privileges for downloading as file '%s' couldn't be accessed by "
2697 "user '%s'."
2698 msgstr ""
2699 "ダウンロード権限を削除できません。ファイル '%s' がユーザ '%s' からアクセスで"
2700 "きません。"
2701
2702 #: apt-pkg/acquire.cc apt-pkg/clean.cc
2703 #, c-format
2704 msgid "Clean of %s is not supported"
2705 msgstr "%s の消去はサポートされていません"
2706
2707 #. only show the ETA if it makes sense
2708 #. two days
2709 #: apt-pkg/acquire.cc
2710 #, c-format
2711 msgid "Retrieving file %li of %li (%s remaining)"
2712 msgstr "ファイルを取得しています %li/%li (残り %s)"
2713
2714 #: apt-pkg/acquire.cc
2715 #, c-format
2716 msgid "Retrieving file %li of %li"
2717 msgstr "ファイルを取得しています %li/%li"
2718
2719 #: apt-pkg/algorithms.cc
2720 #, c-format
2721 msgid ""
2722 "The package %s needs to be reinstalled, but I can't find an archive for it."
2723 msgstr ""
2724 "パッケージ %s を再インストールする必要がありますが、そのためのアーカイブを見"
2725 "つけることができませんでした。"
2726
2727 #: apt-pkg/algorithms.cc
2728 msgid ""
2729 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2730 "held packages."
2731 msgstr ""
2732 "エラー、pkgProblemResolver::Resolve は停止しました。おそらく変更禁止パッケー"
2733 "ジが原因です。"
2734
2735 #: apt-pkg/algorithms.cc
2736 msgid "Unable to correct problems, you have held broken packages."
2737 msgstr "問題を解決することができません。壊れた変更禁止パッケージがあります。"
2738
2739 #: apt-pkg/cachefile.cc
2740 msgid "The package lists or status file could not be parsed or opened."
2741 msgstr ""
2742 "パッケージリストまたはステータスファイルを解釈またはオープンすることができま"
2743 "せん。"
2744
2745 #: apt-pkg/cachefile.cc
2746 msgid "You may want to run apt-get update to correct these problems"
2747 msgstr ""
2748 "これらの問題を解決するためには apt-get update を実行する必要があるかもしれま"
2749 "せん"
2750
2751 #: apt-pkg/cachefile.cc
2752 msgid "The list of sources could not be read."
2753 msgstr "ソースのリストを読むことができません。"
2754
2755 #: apt-pkg/cacheset.cc
2756 #, c-format
2757 msgid "Release '%s' for '%s' was not found"
2758 msgstr "'%2$s' のリリース '%1$s' が見つかりませんでした"
2759
2760 #: apt-pkg/cacheset.cc
2761 #, c-format
2762 msgid "Version '%s' for '%s' was not found"
2763 msgstr "'%2$s' のバージョン '%1$s' が見つかりませんでした"
2764
2765 #: apt-pkg/cacheset.cc
2766 #, c-format
2767 msgid "Couldn't find task '%s'"
2768 msgstr "タスク '%s' が見つかりません"
2769
2770 #: apt-pkg/cacheset.cc
2771 #, c-format
2772 msgid "Couldn't find any package by regex '%s'"
2773 msgstr "正規表現 '%s' ではパッケージは見つかりませんでした"
2774
2775 #: apt-pkg/cacheset.cc
2776 #, c-format
2777 msgid "Couldn't find any package by glob '%s'"
2778 msgstr "'%s' に一致するパッケージは見つかりませんでした"
2779
2780 #: apt-pkg/cacheset.cc
2781 #, c-format
2782 msgid "Can't select versions from package '%s' as it is purely virtual"
2783 msgstr "純粋な仮想パッケージのため、パッケージ '%s' のバージョンを選べません"
2784
2785 #: apt-pkg/cacheset.cc
2786 #, c-format
2787 msgid "Can't select newest version from package '%s' as it is purely virtual"
2788 msgstr ""
2789 "純粋な仮想パッケージのため、パッケージ '%s' の最新バージョンを選べません"
2790
2791 #: apt-pkg/cacheset.cc
2792 #, c-format
2793 msgid "Can't select candidate version from package %s as it has no candidate"
2794 msgstr "候補が存在しないので、パッケージ %s の候補バージョンを選べません"
2795
2796 #: apt-pkg/cacheset.cc
2797 #, c-format
2798 msgid "Can't select installed version from package %s as it is not installed"
2799 msgstr ""
2800 "インストールされていないので、パッケージ %s のインストール済みバージョンを選"
2801 "べません。"
2802
2803 #: apt-pkg/cacheset.cc
2804 #, c-format
2805 msgid ""
2806 "Can't select installed nor candidate version from package '%s' as it has "
2807 "neither of them"
2808 msgstr ""
2809 "パッケージ '%s' のインストール済みまたは候補のバージョンはいずれも存在しない"
2810 "ので選べません"
2811
2812 #: apt-pkg/cdrom.cc
2813 #, c-format
2814 msgid "Line %u too long in source list %s."
2815 msgstr "ソースリスト %2$s の %1$u 行目が長すぎます。"
2816
2817 #: apt-pkg/cdrom.cc
2818 msgid "Unmounting CD-ROM...\n"
2819 msgstr "CD-ROM をアンマウントしています ...\n"
2820
2821 #: apt-pkg/cdrom.cc
2822 #, c-format
2823 msgid "Using CD-ROM mount point %s\n"
2824 msgstr "CD-ROM マウントポイント %s を使用します\n"
2825
2826 #: apt-pkg/cdrom.cc
2827 msgid "Waiting for disc...\n"
2828 msgstr "ディスクを待っています ...\n"
2829
2830 #: apt-pkg/cdrom.cc
2831 msgid "Mounting CD-ROM...\n"
2832 msgstr "CD-ROM をマウントしています ...\n"
2833
2834 #: apt-pkg/cdrom.cc
2835 msgid "Identifying... "
2836 msgstr "確認しています... "
2837
2838 #: apt-pkg/cdrom.cc
2839 #, c-format
2840 msgid "Stored label: %s\n"
2841 msgstr "格納されたラベル: %s \n"
2842
2843 #: apt-pkg/cdrom.cc
2844 msgid "Scanning disc for index files...\n"
2845 msgstr "ディスクのインデックスファイルを走査しています ...\n"
2846
2847 #: apt-pkg/cdrom.cc
2848 #, c-format
2849 msgid ""
2850 "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
2851 "%zu signatures\n"
2852 msgstr ""
2853 "%zu のパッケージインデックス、%zu のソースインデックス、%zu の翻訳インデック"
2854 "ス、%zu の署名を見つけました\n"
2855
2856 #: apt-pkg/cdrom.cc
2857 msgid ""
2858 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2859 "wrong architecture?"
2860 msgstr ""
2861 "パッケージファイルを配置できません。Debian のディスクではないか、誤ったアーキ"
2862 "テクチャではないでしょうか?"
2863
2864 #: apt-pkg/cdrom.cc
2865 #, c-format
2866 msgid "Found label '%s'\n"
2867 msgstr "ラベル '%s' を見つけました\n"
2868
2869 #: apt-pkg/cdrom.cc
2870 msgid "That is not a valid name, try again.\n"
2871 msgstr "これは有効な名前ではありません。再試行してください。\n"
2872
2873 #: apt-pkg/cdrom.cc
2874 #, c-format
2875 msgid ""
2876 "This disc is called: \n"
2877 "'%s'\n"
2878 msgstr ""
2879 "このディスクは以下のように呼ばれます: \n"
2880 "'%s'\n"
2881
2882 #: apt-pkg/cdrom.cc
2883 msgid "Copying package lists..."
2884 msgstr "パッケージリストをコピーしています ..."
2885
2886 #: apt-pkg/cdrom.cc
2887 msgid "Writing new source list\n"
2888 msgstr "新しいソースリストを書き込んでいます\n"
2889
2890 #: apt-pkg/cdrom.cc
2891 msgid "Source list entries for this disc are:\n"
2892 msgstr "このディスクのソースリストのエントリ:\n"
2893
2894 #: apt-pkg/clean.cc
2895 #, c-format
2896 msgid "Unable to stat %s."
2897 msgstr "%s の状態を取得できません。"
2898
2899 #: apt-pkg/contrib/cdromutl.cc
2900 #, c-format
2901 msgid "Unable to stat the mount point %s"
2902 msgstr "マウントポイント %s の状態を取得できません"
2903
2904 #: apt-pkg/contrib/cdromutl.cc
2905 msgid "Failed to stat the cdrom"
2906 msgstr "CD-ROM の状態を取得するのに失敗しました"
2907
2908 #: apt-pkg/contrib/cmndline.cc
2909 #, c-format
2910 msgid ""
2911 "Command line option '%c' [from %s] is not understood in combination with the "
2912 "other options."
2913 msgstr ""
2914 "コマンドラインオプション '%c' [%s から] は、ほかのオプションとの組み合わせで"
2915 "理解できません。"
2916
2917 #: apt-pkg/contrib/cmndline.cc
2918 #, c-format
2919 msgid ""
2920 "Command line option %s is not understood in combination with the other "
2921 "options"
2922 msgstr ""
2923 "コマンドラインオプション %s は、ほかのオプションとの組み合わせで理解できませ"
2924 "ん"
2925
2926 #: apt-pkg/contrib/cmndline.cc
2927 #, c-format
2928 msgid "Command line option %s is not boolean"
2929 msgstr "コマンドラインオプション %s は boolean ではありません"
2930
2931 #: apt-pkg/contrib/cmndline.cc
2932 #, c-format
2933 msgid "Option %s requires an argument."
2934 msgstr "オプション %s には引数が必要です。"
2935
2936 #: apt-pkg/contrib/cmndline.cc
2937 #, c-format
2938 msgid "Option %s: Configuration item specification must have an =<val>."
2939 msgstr "オプション %s: 設定項目には =<値> を指定する必要があります。"
2940
2941 #: apt-pkg/contrib/cmndline.cc
2942 #, c-format
2943 msgid "Option %s requires an integer argument, not '%s'"
2944 msgstr "オプション %s には '%s' ではなく整数の引数が必要です"
2945
2946 #: apt-pkg/contrib/cmndline.cc
2947 #, c-format
2948 msgid "Option '%s' is too long"
2949 msgstr "オプション '%s' は長すぎます"
2950
2951 #: apt-pkg/contrib/cmndline.cc
2952 #, c-format
2953 msgid "Sense %s is not understood, try true or false."
2954 msgstr "%s を解釈することができません。true か false を試してください。"
2955
2956 #: apt-pkg/contrib/cmndline.cc
2957 #, c-format
2958 msgid "Invalid operation %s"
2959 msgstr "不正な操作 %s"
2960
2961 #: apt-pkg/contrib/configuration.cc
2962 #, c-format
2963 msgid "Unrecognized type abbreviation: '%c'"
2964 msgstr "理解できない省略形式です: '%c'"
2965
2966 #: apt-pkg/contrib/configuration.cc
2967 #, c-format
2968 msgid "Opening configuration file %s"
2969 msgstr "設定ファイル %s をオープンできませんでした"
2970
2971 #: apt-pkg/contrib/configuration.cc
2972 #, c-format
2973 msgid "Syntax error %s:%u: Block starts with no name."
2974 msgstr "文法エラー %s:%u: ブロックが名前なしで始まっています。"
2975
2976 #: apt-pkg/contrib/configuration.cc
2977 #, c-format
2978 msgid "Syntax error %s:%u: Malformed tag"
2979 msgstr "文法エラー %s:%u: 不正なタグです"
2980
2981 #: apt-pkg/contrib/configuration.cc
2982 #, c-format
2983 msgid "Syntax error %s:%u: Extra junk after value"
2984 msgstr "文法エラー %s:%u: 値の後に余分なゴミが入っています"
2985
2986 #: apt-pkg/contrib/configuration.cc
2987 #, c-format
2988 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2989 msgstr "文法エラー %s:%u: 命令はトップレベルでのみ実行できます"
2990
2991 #: apt-pkg/contrib/configuration.cc
2992 #, c-format
2993 msgid "Syntax error %s:%u: Too many nested includes"
2994 msgstr "文法エラー %s:%u: インクルードのネストが多すぎます"
2995
2996 #: apt-pkg/contrib/configuration.cc
2997 #, c-format
2998 msgid "Syntax error %s:%u: Included from here"
2999 msgstr "文法エラー %s:%u: ここからインクルードされています"
3000
3001 #: apt-pkg/contrib/configuration.cc
3002 #, c-format
3003 msgid "Syntax error %s:%u: Unsupported directive '%s'"
3004 msgstr "文法エラー %s:%u: 未対応の命令 '%s'"
3005
3006 #: apt-pkg/contrib/configuration.cc
3007 #, c-format
3008 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
3009 msgstr ""
3010 "文法エラー %s:%u: clear ディレクティブは、引数としてオプションツリーを必要と"
3011 "します"
3012
3013 #: apt-pkg/contrib/configuration.cc
3014 #, c-format
3015 msgid "Syntax error %s:%u: Extra junk at end of file"
3016 msgstr "文法エラー %s:%u: ファイルの最後に余計なゴミがあります"
3017
3018 #: apt-pkg/contrib/fileutl.cc
3019 #, c-format
3020 msgid "Problem unlinking the file %s"
3021 msgstr "ファイル %s の削除中に問題が発生しました"
3022
3023 #: apt-pkg/contrib/fileutl.cc
3024 #, c-format
3025 msgid "Not using locking for read only lock file %s"
3026 msgstr "読み込み専用のロックファイル %s にロックは使用しません"
3027
3028 #: apt-pkg/contrib/fileutl.cc
3029 #, c-format
3030 msgid "Could not open lock file %s"
3031 msgstr "ロックファイル %s をオープンできません"
3032
3033 #: apt-pkg/contrib/fileutl.cc
3034 #, c-format
3035 msgid "Not using locking for nfs mounted lock file %s"
3036 msgstr "nfs マウントされたロックファイル %s にはロックを使用しません"
3037
3038 #: apt-pkg/contrib/fileutl.cc
3039 #, c-format
3040 msgid "Could not get lock %s"
3041 msgstr "ロック %s が取得できませんでした"
3042
3043 #: apt-pkg/contrib/fileutl.cc
3044 #, c-format
3045 msgid "List of files can't be created as '%s' is not a directory"
3046 msgstr "'%s' がディレクトリではないため、ファイルの一覧を作成できません"
3047
3048 #: apt-pkg/contrib/fileutl.cc
3049 #, c-format
3050 msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
3051 msgstr "ディレクトリ '%2$s' の '%1$s' が通常ファイルではないため、無視します"
3052
3053 #: apt-pkg/contrib/fileutl.cc
3054 #, c-format
3055 msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
3056 msgstr ""
3057 "ディレクトリ '%2$s' の '%1$s' がファイル名拡張子を持たないため、無視します"
3058
3059 #: apt-pkg/contrib/fileutl.cc
3060 #, c-format
3061 msgid ""
3062 "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
3063 msgstr ""
3064 "ディレクトリ '%2$s' の '%1$s' が無効なファイル名拡張子を持っているため、無視"
3065 "します"
3066
3067 #: apt-pkg/contrib/fileutl.cc
3068 #, c-format
3069 msgid "Sub-process %s received a segmentation fault."
3070 msgstr "子プロセス %s がセグメンテーション違反を受け取りました。"
3071
3072 #: apt-pkg/contrib/fileutl.cc
3073 #, c-format
3074 msgid "Sub-process %s received signal %u."
3075 msgstr "子プロセス %s がシグナル %u を受け取りました。"
3076
3077 #: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
3078 #, c-format
3079 msgid "Sub-process %s returned an error code (%u)"
3080 msgstr "子プロセス %s がエラーコード (%u) を返しました"
3081
3082 #: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
3083 #, c-format
3084 msgid "Sub-process %s exited unexpectedly"
3085 msgstr "子プロセス %s が予期せず終了しました"
3086
3087 #: apt-pkg/contrib/fileutl.cc
3088 #, c-format
3089 msgid "Problem closing the gzip file %s"
3090 msgstr "gzip ファイル %s のクローズ中に問題が発生しました"
3091
3092 #: apt-pkg/contrib/fileutl.cc
3093 msgid "Unexpected end of file"
3094 msgstr "予期しないファイル終端 (EOF)"
3095
3096 #: apt-pkg/contrib/fileutl.cc
3097 msgid "Failed to create subprocess IPC"
3098 msgstr "子プロセス IPC の生成に失敗しました"
3099
3100 #: apt-pkg/contrib/fileutl.cc
3101 msgid "Failed to exec compressor "
3102 msgstr "以下の圧縮ツールの実行に失敗しました: "
3103
3104 #: apt-pkg/contrib/fileutl.cc
3105 #, c-format
3106 msgid "Could not open file %s"
3107 msgstr "ファイル %s をオープンできませんでした"
3108
3109 #: apt-pkg/contrib/fileutl.cc
3110 #, c-format
3111 msgid "Could not open file descriptor %d"
3112 msgstr "ファイルデスクリプタ %d を開けませんでした"
3113
3114 #: apt-pkg/contrib/fileutl.cc
3115 #, c-format
3116 msgid "read, still have %llu to read but none left"
3117 msgstr "読み込みが %llu 残っているはずですが、何も残っていません"
3118
3119 #: apt-pkg/contrib/fileutl.cc
3120 #, c-format
3121 msgid "write, still have %llu to write but couldn't"
3122 msgstr "あと %llu 書き込む必要がありますが、書き込むことができませんでした"
3123
3124 #: apt-pkg/contrib/fileutl.cc
3125 #, c-format
3126 msgid "Problem closing the file %s"
3127 msgstr "ファイル %s のクローズ中に問題が発生しました"
3128
3129 #: apt-pkg/contrib/fileutl.cc
3130 #, c-format
3131 msgid "Problem renaming the file %s to %s"
3132 msgstr "%s から %s へのファイル名変更中に問題が発生しました"
3133
3134 #: apt-pkg/contrib/fileutl.cc
3135 msgid "Problem syncing the file"
3136 msgstr "ファイルの同期中に問題が発生しました"
3137
3138 #: apt-pkg/contrib/mmap.cc
3139 msgid "Can't mmap an empty file"
3140 msgstr "空のファイルを mmap できません"
3141
3142 #: apt-pkg/contrib/mmap.cc
3143 #, c-format
3144 msgid "Couldn't make mmap of %llu bytes"
3145 msgstr "%llu バイトの mmap ができませんでした"
3146
3147 #: apt-pkg/contrib/mmap.cc
3148 #, c-format
3149 msgid "Couldn't duplicate file descriptor %i"
3150 msgstr "ファイルデスクリプタ %i は重複できません"
3151
3152 #: apt-pkg/contrib/mmap.cc
3153 msgid "Unable to close mmap"
3154 msgstr "mmap をクローズできません"
3155
3156 #: apt-pkg/contrib/mmap.cc
3157 msgid "Unable to synchronize mmap"
3158 msgstr "mmap を同期できません"
3159
3160 #: apt-pkg/contrib/mmap.cc
3161 #, c-format
3162 msgid "Couldn't make mmap of %lu bytes"
3163 msgstr "%lu バイトの mmap ができませんでした"
3164
3165 #: apt-pkg/contrib/mmap.cc
3166 msgid "Failed to truncate file"
3167 msgstr "ファイルの切り詰めに失敗しました"
3168
3169 #: apt-pkg/contrib/mmap.cc
3170 #, c-format
3171 msgid ""
3172 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
3173 "Current value: %lu. (man 5 apt.conf)"
3174 msgstr ""
3175 "動的 MMap が範囲を越えました。APT::Cache-Start の大きさを増やしてください。現"
3176 "在値は %lu です (man 5 apt.conf を参照)。"
3177
3178 #: apt-pkg/contrib/mmap.cc
3179 #, c-format
3180 msgid ""
3181 "Unable to increase the size of the MMap as the limit of %lu bytes is already "
3182 "reached."
3183 msgstr "%lu バイトの上限に達しているため、MMap のサイズを増やせません。"
3184
3185 #: apt-pkg/contrib/mmap.cc
3186 msgid ""
3187 "Unable to increase size of the MMap as automatic growing is disabled by user."
3188 msgstr ""
3189 "自動増加がユーザによって無効にされているため、MMap のサイズを増やせません。"
3190
3191 #: apt-pkg/contrib/progress.cc
3192 #, c-format
3193 msgid "%c%s... Error!"
3194 msgstr "%c%s... エラー!"
3195
3196 #: apt-pkg/contrib/progress.cc
3197 #, c-format
3198 msgid "%c%s... Done"
3199 msgstr "%c%s... 完了"
3200
3201 #: apt-pkg/contrib/progress.cc
3202 msgid "..."
3203 msgstr "..."
3204
3205 #. Print the spinner
3206 #: apt-pkg/contrib/progress.cc
3207 #, c-format
3208 msgid "%c%s... %u%%"
3209 msgstr "%c%s... %u%%"
3210
3211 #. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds
3212 #: apt-pkg/contrib/strutl.cc
3213 #, c-format
3214 msgid "%lid %lih %limin %lis"
3215 msgstr "%li日 %li時間 %li分 %li秒"
3216
3217 #. TRANSLATOR: h means hours, min means minutes, s means seconds
3218 #: apt-pkg/contrib/strutl.cc
3219 #, c-format
3220 msgid "%lih %limin %lis"
3221 msgstr "%li時間 %li分 %li秒"
3222
3223 #. TRANSLATOR: min means minutes, s means seconds
3224 #: apt-pkg/contrib/strutl.cc
3225 #, c-format
3226 msgid "%limin %lis"
3227 msgstr "%li分 %li秒"
3228
3229 #. TRANSLATOR: s means seconds
3230 #: apt-pkg/contrib/strutl.cc
3231 #, c-format
3232 msgid "%lis"
3233 msgstr "%li秒"
3234
3235 #: apt-pkg/contrib/strutl.cc
3236 #, c-format
3237 msgid "Selection %s not found"
3238 msgstr "選択された %s が見つかりません"
3239
3240 #. TRANSLATOR: an identifier like Packages; Releasefile key indicating
3241 #. a file like main/binary-amd64/Packages; another identifier like Contents;
3242 #. filename and linenumber of the sources.list entry currently parsed
3243 #: apt-pkg/deb/debmetaindex.cc
3244 #, c-format
3245 msgid "Target %s wants to acquire the same file (%s) as %s from source %s"
3246 msgstr ""
3247 "ターゲット %1$s はソース %4$s から %3$s と同じファイル (%2$s) の取得を求めて"
3248 "います"
3249
3250 #. TRANSLATOR: an identifier like Packages; Releasefile key indicating
3251 #. a file like main/binary-amd64/Packages; filename and linenumber of
3252 #. two sources.list entries
3253 #: apt-pkg/deb/debmetaindex.cc
3254 #, c-format
3255 msgid "Target %s (%s) is configured multiple times in %s and %s"
3256 msgstr "ターゲット %s (%s) は %s と %s で複数回設定されています"
3257
3258 #: apt-pkg/deb/debmetaindex.cc
3259 #, c-format
3260 msgid "Unable to parse Release file %s"
3261 msgstr "Release ファイル %s を解釈することができません"
3262
3263 #: apt-pkg/deb/debmetaindex.cc
3264 #, c-format
3265 msgid "No sections in Release file %s"
3266 msgstr "Release ファイル %s にセクションがありません"
3267
3268 #: apt-pkg/deb/debmetaindex.cc
3269 #, c-format
3270 msgid "No Hash entry in Release file %s"
3271 msgstr "Release ファイル %s に Hash エントリがありません"
3272
3273 #: apt-pkg/deb/debmetaindex.cc
3274 #, c-format
3275 msgid ""
3276 "No Hash entry in Release file %s which is considered strong enough for "
3277 "security purposes"
3278 msgstr ""
3279 "Release ファイル %s にセキュリティ目的のために十分に強いと考えられているハッ"
3280 "シュエントリがありません"
3281
3282 #: apt-pkg/deb/debmetaindex.cc
3283 #, c-format
3284 msgid "Invalid '%s' entry in Release file %s"
3285 msgstr "Release ファイル %2$s に無効な '%1$s' エントリがあります"
3286
3287 #. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
3288 #: apt-pkg/deb/debmetaindex.cc
3289 #, c-format
3290 msgid "Conflicting values set for option %s regarding source %s %s"
3291 msgstr "ソース %2$s %3$s に関してオプション %1$s の値が競合します"
3292
3293 #: apt-pkg/deb/debmetaindex.cc
3294 #, c-format
3295 msgid "Invalid value set for option %s regarding source %s %s (%s)"
3296 msgstr ""
3297 "ソース %2$s %3$s (%4$s) に関してオプション %1$s に設定された値が無効です"
3298
3299 #: apt-pkg/deb/debmetaindex.cc
3300 #, fuzzy, c-format
3301 msgid "Conflicting values set for option %s regarding source %s %s: %s != %s"
3302 msgstr "ソース %2$s %3$s に関してオプション %1$s の値が競合します"
3303
3304 #: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
3305 #, c-format
3306 msgid "Unable to parse package file %s (%d)"
3307 msgstr "パッケージファイル %s を解釈することができません (%d)"
3308
3309 #: apt-pkg/deb/debsystem.cc
3310 #, c-format
3311 msgid ""
3312 "Unable to lock the administration directory (%s), is another process using "
3313 "it?"
3314 msgstr ""
3315 "管理用ディレクトリ (%s) をロックできません。これを使う別のプロセスが動いてい"
3316 "ませんか?"
3317
3318 #: apt-pkg/deb/debsystem.cc
3319 #, c-format
3320 msgid "Unable to lock the administration directory (%s), are you root?"
3321 msgstr ""
3322 "管理用ディレクトリ (%s) をロックできません。root 権限で実行していますか?"
3323
3324 #. TRANSLATORS: the %s contains the recovery command, usually
3325 #. dpkg --configure -a
3326 #: apt-pkg/deb/debsystem.cc
3327 #, c-format
3328 msgid ""
3329 "dpkg was interrupted, you must manually run '%s' to correct the problem. "
3330 msgstr ""
3331 "dpkg は中断されました。問題を修正するには '%s' を手動で実行する必要がありま"
3332 "す。"
3333
3334 #: apt-pkg/deb/debsystem.cc
3335 msgid "Not locked"
3336 msgstr "ロックされていません"
3337
3338 #: apt-pkg/deb/dpkgpm.cc
3339 #, c-format
3340 msgid "Installing %s"
3341 msgstr "%s をインストールしています"
3342
3343 #: apt-pkg/deb/dpkgpm.cc
3344 #, c-format
3345 msgid "Configuring %s"
3346 msgstr "%s を設定しています"
3347
3348 #: apt-pkg/deb/dpkgpm.cc
3349 #, c-format
3350 msgid "Removing %s"
3351 msgstr "%s を削除しています"
3352
3353 #: apt-pkg/deb/dpkgpm.cc
3354 #, c-format
3355 msgid "Completely removing %s"
3356 msgstr "%s を完全に削除しています"
3357
3358 #: apt-pkg/deb/dpkgpm.cc
3359 #, c-format
3360 msgid "Noting disappearance of %s"
3361 msgstr "%s の消失を記録しています"
3362
3363 #: apt-pkg/deb/dpkgpm.cc
3364 #, c-format
3365 msgid "Running post-installation trigger %s"
3366 msgstr "インストール後トリガ %s を実行しています"
3367
3368 #. FIXME: use a better string after freeze
3369 #: apt-pkg/deb/dpkgpm.cc
3370 #, c-format
3371 msgid "Directory '%s' missing"
3372 msgstr "ディレクトリ '%s' が見つかりません"
3373
3374 #: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc
3375 #, c-format
3376 msgid "Could not open file '%s'"
3377 msgstr "ファイル '%s' をオープンできませんでした"
3378
3379 #: apt-pkg/deb/dpkgpm.cc
3380 #, c-format
3381 msgid "Preparing %s"
3382 msgstr "%s を準備しています"
3383
3384 #: apt-pkg/deb/dpkgpm.cc
3385 #, c-format
3386 msgid "Unpacking %s"
3387 msgstr "%s を展開しています"
3388
3389 #: apt-pkg/deb/dpkgpm.cc
3390 #, c-format
3391 msgid "Preparing to configure %s"
3392 msgstr "%s の設定を準備しています"
3393
3394 #: apt-pkg/deb/dpkgpm.cc
3395 #, c-format
3396 msgid "Installed %s"
3397 msgstr "%s をインストールしました"
3398
3399 #: apt-pkg/deb/dpkgpm.cc
3400 #, c-format
3401 msgid "Preparing for removal of %s"
3402 msgstr "%s の削除を準備しています"
3403
3404 #: apt-pkg/deb/dpkgpm.cc
3405 #, c-format
3406 msgid "Removed %s"
3407 msgstr "%s を削除しました"
3408
3409 #: apt-pkg/deb/dpkgpm.cc
3410 #, c-format
3411 msgid "Preparing to completely remove %s"
3412 msgstr "%s を完全に削除する準備をしています"
3413
3414 #: apt-pkg/deb/dpkgpm.cc
3415 #, c-format
3416 msgid "Completely removed %s"
3417 msgstr "%s を完全に削除しました"
3418
3419 #: apt-pkg/deb/dpkgpm.cc
3420 #, c-format
3421 msgid "Can not write log (%s)"
3422 msgstr "ログを書き込めません (%s)"
3423
3424 #: apt-pkg/deb/dpkgpm.cc
3425 msgid "Is /dev/pts mounted?"
3426 msgstr "/dev/pts はマウントされていますか?"
3427
3428 #: apt-pkg/deb/dpkgpm.cc
3429 msgid "Operation was interrupted before it could finish"
3430 msgstr "操作はそれが完了する前に中断されました"
3431
3432 #: apt-pkg/deb/dpkgpm.cc
3433 msgid "No apport report written because MaxReports is reached already"
3434 msgstr "MaxReports にすでに達しているため、レポートは書き込まれません"
3435
3436 #. check if its not a follow up error
3437 #: apt-pkg/deb/dpkgpm.cc
3438 msgid "dependency problems - leaving unconfigured"
3439 msgstr "依存関係の問題 - 未設定のままにしています"
3440
3441 #: apt-pkg/deb/dpkgpm.cc
3442 msgid ""
3443 "No apport report written because the error message indicates its a followup "
3444 "error from a previous failure."
3445 msgstr ""
3446 "エラーメッセージは前の失敗から続くエラーであることを示しているので、レポート"
3447 "は書き込まれません。"
3448
3449 #: apt-pkg/deb/dpkgpm.cc
3450 msgid ""
3451 "No apport report written because the error message indicates a disk full "
3452 "error"
3453 msgstr ""
3454 "エラーメッセージはディスクフルエラーであることを示しているので、レポートは書"
3455 "き込まれません。"
3456
3457 #: apt-pkg/deb/dpkgpm.cc
3458 msgid ""
3459 "No apport report written because the error message indicates a out of memory "
3460 "error"
3461 msgstr ""
3462 "エラーメッセージはメモリ超過エラーであることを示しているので、レポートは書き"
3463 "込まれません。"
3464
3465 #: apt-pkg/deb/dpkgpm.cc
3466 msgid ""
3467 "No apport report written because the error message indicates an issue on the "
3468 "local system"
3469 msgstr ""
3470 "エラーメッセージはローカルシステムの問題であることを示しているので、レポート"
3471 "は書き込まれません。"
3472
3473 #: apt-pkg/deb/dpkgpm.cc
3474 msgid ""
3475 "No apport report written because the error message indicates a dpkg I/O error"
3476 msgstr ""
3477 "エラーメッセージは dpkg I/O エラーであることを示しているので、レポートは書き"
3478 "込まれません。"
3479
3480 #: apt-pkg/depcache.cc
3481 msgid "Building dependency tree"
3482 msgstr "依存関係ツリーを作成しています"
3483
3484 #: apt-pkg/depcache.cc
3485 msgid "Candidate versions"
3486 msgstr "候補バージョン"
3487
3488 #: apt-pkg/depcache.cc
3489 msgid "Dependency generation"
3490 msgstr "依存関係の生成"
3491
3492 #: apt-pkg/depcache.cc
3493 msgid "Reading state information"
3494 msgstr "状態情報を読み取っています"
3495
3496 #: apt-pkg/depcache.cc
3497 #, c-format
3498 msgid "Failed to open StateFile %s"
3499 msgstr "状態ファイル %s のオープンに失敗しました"
3500
3501 #: apt-pkg/depcache.cc
3502 #, c-format
3503 msgid "Failed to write temporary StateFile %s"
3504 msgstr "一時状態ファイル %s の書き込みに失敗しました"
3505
3506 #: apt-pkg/edsp.cc
3507 msgid "Send scenario to solver"
3508 msgstr "ソルバにシナリオを送信"
3509
3510 #: apt-pkg/edsp.cc
3511 msgid "Send request to solver"
3512 msgstr "ソルバにリクエストを送信"
3513
3514 #: apt-pkg/edsp.cc
3515 msgid "Prepare for receiving solution"
3516 msgstr "解決を受け取る準備"
3517
3518 #: apt-pkg/edsp.cc
3519 msgid "External solver failed without a proper error message"
3520 msgstr "外部ソルバが適切なエラーメッセージなしに失敗しました"
3521
3522 #: apt-pkg/edsp.cc
3523 msgid "Execute external solver"
3524 msgstr "外部ソルバを実行"
3525
3526 #: apt-pkg/indexcopy.cc
3527 #, c-format
3528 msgid "Wrote %i records.\n"
3529 msgstr "%i レコードを書き込みました。\n"
3530
3531 #: apt-pkg/indexcopy.cc
3532 #, c-format
3533 msgid "Wrote %i records with %i missing files.\n"
3534 msgstr "%i レコードを書き込みました。%i 個のファイルが存在しません。\n"
3535
3536 #: apt-pkg/indexcopy.cc
3537 #, c-format
3538 msgid "Wrote %i records with %i mismatched files\n"
3539 msgstr "%i レコードを書き込みました。%i 個の適合しないファイルがあります。\n"
3540
3541 #: apt-pkg/indexcopy.cc
3542 #, c-format
3543 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
3544 msgstr ""
3545 "%i レコードを書き込みました。%i 個のファイルが見つからず、%i 個の適合しない"
3546 "ファイルがあります。\n"
3547
3548 #: apt-pkg/indexcopy.cc
3549 #, c-format
3550 msgid "Can't find authentication record for: %s"
3551 msgstr "認証レコードが見つかりません: %s"
3552
3553 #: apt-pkg/indexcopy.cc
3554 #, c-format
3555 msgid "Hash mismatch for: %s"
3556 msgstr "ハッシュサムが適合しません: %s"
3557
3558 #: apt-pkg/init.cc
3559 #, c-format
3560 msgid "Packaging system '%s' is not supported"
3561 msgstr "パッケージングシステム '%s' はサポートされていません"
3562
3563 #: apt-pkg/init.cc
3564 msgid "Unable to determine a suitable packaging system type"
3565 msgstr "適切なパッケージシステムタイプを特定できません"
3566
3567 #: apt-pkg/install-progress.cc
3568 #, c-format
3569 msgid "Progress: [%3i%%]"
3570 msgstr "進捗: [%3i%%]"
3571
3572 #: apt-pkg/install-progress.cc
3573 msgid "Running dpkg"
3574 msgstr "dpkg を実行しています"
3575
3576 #: apt-pkg/packagemanager.cc
3577 #, c-format
3578 msgid ""
3579 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
3580 "under APT::Immediate-Configure for details. (%d)"
3581 msgstr ""
3582 "'%s' の即時設定は動作しません。詳細については man 5 apt.conf の APT::"
3583 "Immediate-Configure の項を参照してください。(%d)"
3584
3585 #: apt-pkg/packagemanager.cc
3586 #, c-format
3587 msgid "Could not configure '%s'. "
3588 msgstr "'%s' を設定できませんでした。"
3589
3590 #: apt-pkg/packagemanager.cc
3591 #, c-format
3592 msgid ""
3593 "This installation run will require temporarily removing the essential "
3594 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
3595 "you really want to do it, activate the APT::Force-LoopBreak option."
3596 msgstr ""
3597 "このインストールは、競合/先行依存のループが原因で、一時的に重要な不可欠パッ"
3598 "ケージ %s を削除します。これは多くの場合に問題が起こる原因となります。本当に"
3599 "これを行いたいなら、APT::Force-LoopBreak オプションを有効にしてください。"
3600
3601 #: apt-pkg/pkgcache.cc
3602 msgid "Empty package cache"
3603 msgstr "空のパッケージキャッシュ"
3604
3605 #: apt-pkg/pkgcache.cc
3606 msgid "The package cache file is corrupted"
3607 msgstr "パッケージキャッシュファイルが壊れています"
3608
3609 #: apt-pkg/pkgcache.cc
3610 msgid "The package cache file is an incompatible version"
3611 msgstr "このパッケージキャッシュファイルは互換性がないバージョンです"
3612
3613 #: apt-pkg/pkgcache.cc
3614 #, c-format
3615 msgid "This APT does not support the versioning system '%s'"
3616 msgstr "この APT はバージョニングシステム '%s' をサポートしていません"
3617
3618 #: apt-pkg/pkgcache.cc
3619 #, c-format
3620 msgid "The package cache was built for different architectures: %s vs %s"
3621 msgstr ""
3622 "パッケージキャッシュが異なるアーキテクチャ用に構築されています: %s vs %s"
3623
3624 #: apt-pkg/pkgcache.cc
3625 msgid "The package cache file is corrupted, it has the wrong hash"
3626 msgstr "パッケージキャッシュファイルが壊れています。ハッシュが違います"
3627
3628 #: apt-pkg/pkgcache.cc
3629 msgid "Depends"
3630 msgstr "依存"
3631
3632 #: apt-pkg/pkgcache.cc
3633 msgid "PreDepends"
3634 msgstr "先行依存"
3635
3636 #: apt-pkg/pkgcache.cc
3637 msgid "Suggests"
3638 msgstr "提案"
3639
3640 #: apt-pkg/pkgcache.cc
3641 msgid "Recommends"
3642 msgstr "推奨"
3643
3644 #: apt-pkg/pkgcache.cc
3645 msgid "Conflicts"
3646 msgstr "競合"
3647
3648 #: apt-pkg/pkgcache.cc
3649 msgid "Replaces"
3650 msgstr "置換"
3651
3652 #: apt-pkg/pkgcache.cc
3653 msgid "Obsoletes"
3654 msgstr "廃止"
3655
3656 #: apt-pkg/pkgcache.cc
3657 msgid "Breaks"
3658 msgstr "破壊"
3659
3660 #: apt-pkg/pkgcache.cc
3661 msgid "Enhances"
3662 msgstr "拡張"
3663
3664 #: apt-pkg/pkgcache.cc
3665 msgid "required"
3666 msgstr "要求"
3667
3668 #: apt-pkg/pkgcache.cc
3669 msgid "important"
3670 msgstr "重要"
3671
3672 #: apt-pkg/pkgcache.cc
3673 msgid "standard"
3674 msgstr "標準"
3675
3676 #: apt-pkg/pkgcache.cc
3677 msgid "optional"
3678 msgstr "任意"
3679
3680 #: apt-pkg/pkgcache.cc
3681 msgid "extra"
3682 msgstr "特別"
3683
3684 #: apt-pkg/pkgcachegen.cc
3685 msgid "Cache has an incompatible versioning system"
3686 msgstr "キャッシュに非互換なバージョニングシステムがあります"
3687
3688 #. TRANSLATOR: The first placeholder is a package name,
3689 #. the other two should be copied verbatim as they include debug info
3690 #: apt-pkg/pkgcachegen.cc
3691 #, c-format
3692 msgid "Error occurred while processing %s (%s%d)"
3693 msgstr "%s を処理中にエラーが発生しました (%s%d)"
3694
3695 #: apt-pkg/pkgcachegen.cc
3696 msgid "Wow, you exceeded the number of package names this APT is capable of."
3697 msgstr "この APT が対応している以上の数のパッケージが指定されました。"
3698
3699 #: apt-pkg/pkgcachegen.cc
3700 msgid "Wow, you exceeded the number of versions this APT is capable of."
3701 msgstr "この APT が対応している以上の数のバージョンが要求されました。"
3702
3703 #: apt-pkg/pkgcachegen.cc
3704 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
3705 msgstr "この APT が対応している以上の数の説明が要求されました。"
3706
3707 #: apt-pkg/pkgcachegen.cc
3708 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
3709 msgstr "この APT が対応している以上の数の依存関係が発生しました。"
3710
3711 #: apt-pkg/pkgcachegen.cc
3712 msgid "Reading package lists"
3713 msgstr "パッケージリストを読み込んでいます"
3714
3715 #: apt-pkg/pkgcachegen.cc
3716 msgid "IO Error saving source cache"
3717 msgstr "ソースキャッシュの保存中に IO エラーが発生しました"
3718
3719 #: apt-pkg/pkgrecords.cc
3720 #, c-format
3721 msgid "Index file type '%s' is not supported"
3722 msgstr "インデックスファイルのタイプ '%s' はサポートされていません"
3723
3724 #: apt-pkg/policy.cc
3725 #, c-format
3726 msgid ""
3727 "The value '%s' is invalid for APT::Default-Release as such a release is not "
3728 "available in the sources"
3729 msgstr ""
3730 "APT::Default-Release の 値 '%s' は、そのようなリリースをソース中から利用でき"
3731 "ないため、無効です"
3732
3733 #: apt-pkg/policy.cc
3734 #, c-format
3735 msgid "Invalid record in the preferences file %s, no Package header"
3736 msgstr ""
3737 "不正なレコードがプリファレンスファイル %s に存在します。パッケージヘッダがあ"
3738 "りません"
3739
3740 #: apt-pkg/policy.cc
3741 #, c-format
3742 msgid "Did not understand pin type %s"
3743 msgstr "pin タイプ %s を理解できませんでした"
3744
3745 #: apt-pkg/policy.cc
3746 #, c-format
3747 msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
3748 msgstr "%s: 値 %s は pin の有効な優先度の範囲外です (%d から %d)"
3749
3750 #: apt-pkg/policy.cc
3751 msgid "No priority (or zero) specified for pin"
3752 msgstr "pin で優先度 (または 0) が指定されていません"
3753
3754 #. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports
3755 #: apt-pkg/sourcelist.cc
3756 #, c-format
3757 msgid "Malformed entry %u in %s file %s (%s)"
3758 msgstr "不正なエントリ %u 行目 %s ファイル %s (%s)"
3759
3760 #: apt-pkg/sourcelist.cc
3761 #, c-format
3762 msgid "Opening %s"
3763 msgstr "%s をオープンしています"
3764
3765 #: apt-pkg/sourcelist.cc
3766 #, c-format
3767 msgid "Malformed line %u in source list %s (type)"
3768 msgstr "ソースリスト %2$s の %1$u 行目が不正です (type)"
3769
3770 #: apt-pkg/sourcelist.cc
3771 #, c-format
3772 msgid "Type '%s' is not known on line %u in source list %s"
3773 msgstr "ソースリスト %3$s の %2$u 行にあるタイプ '%1$s' は不明です"
3774
3775 #: apt-pkg/sourcelist.cc
3776 #, c-format
3777 msgid "Malformed stanza %u in source list %s (type)"
3778 msgstr "ソースリスト %2$s の %1$u 個目の節が不正です (type)"
3779
3780 #: apt-pkg/sourcelist.cc
3781 #, c-format
3782 msgid "Type '%s' is not known on stanza %u in source list %s"
3783 msgstr "ソースリスト %3$s の %2$u 個目の節 '%1$s' は不明です"
3784
3785 #: apt-pkg/sourcelist.cc
3786 #, c-format
3787 msgid "Unsupported file %s given on commandline"
3788 msgstr "コマンドラインで指定されたファイル %s はサポートされていません"
3789
3790 #: apt-pkg/srcrecords.cc
3791 msgid "You must put some 'source' URIs in your sources.list"
3792 msgstr "sources.list に 'ソース' URI を指定する必要があります"
3793
3794 #: apt-pkg/tagfile.cc
3795 #, c-format
3796 msgid "Cannot convert %s to integer: out of range"
3797 msgstr "%s を整数に変換できません: 範囲外"
3798
3799 #: apt-pkg/update.cc
3800 msgid ""
3801 "Some index files failed to download. They have been ignored, or old ones "
3802 "used instead."
3803 msgstr ""
3804 "いくつかのインデックスファイルのダウンロードに失敗しました。これらは無視され"
3805 "るか、古いものが代わりに使われます。"
3806
3807 #: apt-pkg/upgrade.cc
3808 msgid "Calculating upgrade"
3809 msgstr "アップグレードパッケージを検出しています"
3810
3811 #~ msgid "Failed to fetch %s %s\n"
3812 #~ msgstr "%s の取得に失敗しました %s\n"
3813
3814 #~ msgid "(not found)"
3815 #~ msgstr "(見つかりません)"
3816
3817 #~ msgid " Package pin: "
3818 #~ msgstr " パッケージ Pin: "
3819
3820 #~ msgid "Invalid 'Valid-Until' entry in Release file %s"
3821 #~ msgstr "Release ファイル %s に無効な 'Valid-Until' エントリがあります"
3822
3823 #~ msgid "There is no public key available for the following key IDs:\n"
3824 #~ msgstr "以下の鍵 ID に対して利用可能な公開鍵がありません:\n"
3825
3826 #, fuzzy
3827 #~ msgid "The repository is insufficiently signed by key %s (%s)"
3828 #~ msgstr "ディレクトリ %s は divert されています"
3829
3830 #~ msgid ""
3831 #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
3832 #~ "packages"
3833 #~ msgstr ""
3834 #~ "パッケージ %3$s が '%4$s' パッケージで許されていないため、%2$s に対する "
3835 #~ "%1$s の依存関係を満たすことができません"
3836
3837 #~ msgid ""
3838 #~ "%s dependency for %s cannot be satisfied because the package %s cannot be "
3839 #~ "found"
3840 #~ msgstr ""
3841 #~ "パッケージ %3$s が見つからないため、%2$s に対する %1$s の依存関係を満たす"
3842 #~ "ことができません"
3843
3844 #~ msgid ""
3845 #~ "Failed to satisfy %s dependency for %s: Installed package %s is too new"
3846 #~ msgstr ""
3847 #~ "%2$s の依存関係 %1$s を満たすことができません: インストールされた %3$s "
3848 #~ "パッケージは新しすぎます"
3849
3850 #~ msgid ""
3851 #~ "%s dependency for %s cannot be satisfied because candidate version of "
3852 #~ "package %s can't satisfy version requirements"
3853 #~ msgstr ""
3854 #~ "パッケージ %3$s の候補バージョンはバージョンについての要求を満たせないた"
3855 #~ "め、%2$s に対する %1$s の依存関係を満たすことができません"
3856
3857 #~ msgid ""
3858 #~ "%s dependency for %s cannot be satisfied because package %s has no "
3859 #~ "candidate version"
3860 #~ msgstr ""
3861 #~ "パッケージ %3$s の候補バージョンが存在しないため、%2$s に対する %1$s の依"
3862 #~ "存関係を満たすことができません"
3863
3864 #~ msgid "Failed to satisfy %s dependency for %s: %s"
3865 #~ msgstr "%2$s の依存関係 %1$s を満たすことができません: %3$s"
3866
3867 #~ msgid "Build-dependencies for %s could not be satisfied."
3868 #~ msgstr "%s のビルド依存関係を満たすことができませんでした。"
3869
3870 #~ msgid "Problem unlinking %s"
3871 #~ msgstr "%s のリンク解除で問題が発生しました"
3872
3873 #~ msgid "Failed to unlink %s"
3874 #~ msgstr "%s のリンク解除に失敗しました"
3875
3876 #~ msgid ""
3877 #~ "Usage: apt-cache [options] command\n"
3878 #~ " apt-cache [options] show pkg1 [pkg2 ...]\n"
3879 #~ "\n"
3880 #~ "apt-cache is a low-level tool used to query information\n"
3881 #~ "from APT's binary cache files\n"
3882 #~ msgstr ""
3883 #~ "使用方法: apt-cache [オプション] コマンド\n"
3884 #~ " apt-cache [オプション] show pkg1 [pkg2 ...]\n"
3885 #~ "\n"
3886 #~ "apt-cache は APT のバイナリキャッシュファイルを操作したり、そこから情\n"
3887 #~ "報を検索したりするための低レベルのツールです\n"
3888
3889 #~ msgid "Commands:"
3890 #~ msgstr "コマンド:"
3891
3892 #~ msgid ""
3893 #~ "Options:\n"
3894 #~ " -h This help text.\n"
3895 #~ " -p=? The package cache.\n"
3896 #~ " -s=? The source cache.\n"
3897 #~ " -q Disable progress indicator.\n"
3898 #~ " -i Show only important deps for the unmet command.\n"
3899 #~ " -c=? Read this configuration file\n"
3900 #~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3901 #~ "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
3902 #~ msgstr ""
3903 #~ "オプション:\n"
3904 #~ " -h このヘルプを表示する\n"
3905 #~ " -p=? パッケージキャッシュ\n"
3906 #~ " -s=? ソースキャッシュ\n"
3907 #~ " -q プログレス表示をしない\n"
3908 #~ " -i umnet コマンドで重要な依存情報のみを表示する\n"
3909 #~ " -c=? 指定した設定ファイルを読み込む\n"
3910 #~ " -o=? 指定した設定オプションを読み込む (例: -o dir::cache=/tmp)\n"
3911 #~ "詳細は、apt-cache(8) や apt.conf(5) のマニュアルページを参照してくださ"
3912 #~ "い。\n"
3913
3914 #~ msgid ""
3915 #~ "Usage: apt [options] command\n"
3916 #~ "\n"
3917 #~ "CLI for apt.\n"
3918 #~ msgstr ""
3919 #~ "使用法: apt [オプション] コマンド\n"
3920 #~ "\n"
3921 #~ "apt 用コマンドラインインターフェイス\n"
3922
3923 #, fuzzy
3924 #~ msgid ""
3925 #~ "Options:\n"
3926 #~ " -h This help text\n"
3927 #~ " -d CD-ROM mount point\n"
3928 #~ " -r Rename a recognized CD-ROM\n"
3929 #~ " -m No mounting\n"
3930 #~ " -f Fast mode, don't check package files\n"
3931 #~ " -a Thorough scan mode\n"
3932 #~ " --no-auto-detect Do not try to auto detect drive and mount point\n"
3933 #~ " -c=? Read this configuration file\n"
3934 #~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3935 #~ "See fstab(5)\n"
3936 #~ msgstr ""
3937 #~ "オプション:\n"
3938 #~ " -h このヘルプを表示する\n"
3939 #~ " -q ログファイルに出力可能な形式にする - プログレス表示をしない\n"
3940 #~ " -qq エラー以外は表示しない\n"
3941 #~ " -s 実際には実行しない。実行シミュレーションのみ行う\n"
3942 #~ " -f 指定のファイルを使って自動/手動のマーキングを読み書きする\n"
3943 #~ " -c=? 指定した設定ファイルを読み込む\n"
3944 #~ " -o=? 任意の設定オプションを指定する (例 -o dir::cache=/tmp)\n"
3945 #~ "さらなる情報については、マニュアルページ apt-mark(8) および apt.conf(5) を"
3946 #~ "参照してください。"
3947
3948 #~ msgid ""
3949 #~ "Options:\n"
3950 #~ " -h This help text.\n"
3951 #~ " -c=? Read this configuration file\n"
3952 #~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3953 #~ msgstr ""
3954 #~ "オプション:\n"
3955 #~ " -h このヘルプを表示する\n"
3956 #~ " -c=? 指定した設定ファイルを読み込む\n"
3957 #~ " -o=? 指定した設定オプションを適用する (例: -o dir::cache=/tmp)\n"
3958
3959 #~ msgid ""
3960 #~ "Options:\n"
3961 #~ " -h This help text.\n"
3962 #~ " -q Loggable output - no progress indicator\n"
3963 #~ " -qq No output except for errors\n"
3964 #~ " -s No-act. Just prints what would be done.\n"
3965 #~ " -f read/write auto/manual marking in the given file\n"
3966 #~ " -c=? Read this configuration file\n"
3967 #~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3968 #~ "See the apt-mark(8) and apt.conf(5) manual pages for more information."
3969 #~ msgstr ""
3970 #~ "オプション:\n"
3971 #~ " -h このヘルプを表示する\n"
3972 #~ " -q ログファイルに出力可能な形式にする - プログレス表示をしない\n"
3973 #~ " -qq エラー以外は表示しない\n"
3974 #~ " -s 実際には実行しない。実行シミュレーションのみ行う\n"
3975 #~ " -f 指定のファイルを使って自動/手動のマーキングを読み書きする\n"
3976 #~ " -c=? 指定した設定ファイルを読み込む\n"
3977 #~ " -o=? 任意の設定オプションを指定する (例 -o dir::cache=/tmp)\n"
3978 #~ "さらなる情報については、マニュアルページ apt-mark(8) および apt.conf(5) を"
3979 #~ "参照してください。"
3980
3981 #~ msgid ""
3982 #~ "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
3983 #~ "\n"
3984 #~ "apt-sortpkgs is a simple tool to sort package files. The -s option is "
3985 #~ "used\n"
3986 #~ "to indicate what kind of file it is.\n"
3987 #~ "\n"
3988 #~ "Options:\n"
3989 #~ " -h This help text\n"
3990 #~ " -s Use source file sorting\n"
3991 #~ " -c=? Read this configuration file\n"
3992 #~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3993 #~ msgstr ""
3994 #~ "使用方法: apt-sortpkgs [オプション] ファイル名1 [ファイル名2 ...]\n"
3995 #~ "\n"
3996 #~ "apt-sortpkgs はパッケージファイルをソートするための簡単なツールです。\n"
3997 #~ "-s オプションはファイルの種類を示すために使用されます。\n"
3998 #~ "\n"
3999 #~ "オプション:\n"
4000 #~ " -h このヘルプを表示する\n"
4001 #~ " -s ソースファイルソートを使用する\n"
4002 #~ " -c=? 指定した設定ファイルを読み込む\n"
4003 #~ " -o=? 指定した設定オプションを適用する (例: -o dir::cache=/tmp)\n"
4004
4005 #~ msgid "Child process failed"
4006 #~ msgstr "子プロセスが失敗しました"
4007
4008 #, fuzzy
4009 #~ msgid "Must specifc at least one srv record"
4010 #~ msgstr "少なくとも URL / ファイル名を 1 組指定する必要があります"
4011
4012 #~ msgid "Failed to create pipes"
4013 #~ msgstr "パイプの生成に失敗しました"
4014
4015 #~ msgid "Failed to exec gzip "
4016 #~ msgstr "gzip の実行に失敗しました"
4017
4018 #~ msgid "%s %s for %s compiled on %s %s\n"
4019 #~ msgstr "%s %s for %s コンパイル日時: %s %s\n"
4020
4021 #~ msgid "Failed to create FILE*"
4022 #~ msgstr "FILE* の作成に失敗しました"
4023
4024 #~ msgid "Malformed stanza %u in source list %s (URI parse)"
4025 #~ msgstr "ソースリスト %2$s の %1$u 個目の区切りが不正です (URI parse)"
4026
4027 #~ msgid "Malformed line %lu in source list %s ([option] unparseable)"
4028 #~ msgstr ""
4029 #~ "ソースリスト %2$s の %1$lu 行目が不正です ([オプション] を解釈できません)"
4030
4031 #~ msgid "Malformed line %lu in source list %s ([option] too short)"
4032 #~ msgstr ""
4033 #~ "ソースリスト %2$s の %1$lu 行目が不正です ([オプション] が短かすぎます)"
4034
4035 #~ msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
4036 #~ msgstr ""
4037 #~ "ソースリスト %2$s の %1$lu 行目が不正です ([%3$s] は割り当てられていませ"
4038 #~ "ん)"
4039
4040 #~ msgid "Malformed line %lu in source list %s ([%s] has no key)"
4041 #~ msgstr ""
4042 #~ "ソースリスト %2$s の %1$lu 行目が不正です ([%3$s にキーがありません)"
4043
4044 #~ msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
4045 #~ msgstr ""
4046 #~ "ソースリスト %2$s の %1$lu 行目が不正です ([%3$s] キー %4$s に値がありませ"
4047 #~ "ん)"
4048
4049 #~ msgid "Malformed line %lu in source list %s (URI)"
4050 #~ msgstr "ソースリスト %2$s の %1$lu 行目が不正です (URI)"
4051
4052 #~ msgid "Malformed line %lu in source list %s (dist)"
4053 #~ msgstr "ソースリスト %2$s の %1$lu 行目が不正です (dist)"
4054
4055 #~ msgid "Malformed line %lu in source list %s (URI parse)"
4056 #~ msgstr "ソースリスト %2$s の %1$lu 行目が不正です (URI parse)"
4057
4058 #~ msgid "Malformed line %lu in source list %s (absolute dist)"
4059 #~ msgstr "ソースリスト %2$s の %1$lu 行目が不正です (absolute dist)"
4060
4061 #~ msgid "Malformed line %lu in source list %s (dist parse)"
4062 #~ msgstr "ソースリスト %2$s の %1$lu 行目が不正です (dist parse)"
4063
4064 #~ msgid "Package %s %s was not found while processing file dependencies"
4065 #~ msgstr "パッケージ %s %s がファイル依存の処理中に見つかりませんでした"
4066
4067 #~ msgid "Couldn't stat source package list %s"
4068 #~ msgstr "ソースパッケージリスト %s の状態を取得できません"
4069
4070 #~ msgid "Collecting File Provides"
4071 #~ msgstr "ファイル提供情報を収集しています"
4072
4073 #~ msgid "Unable to find hash sum for '%s' in Release file"
4074 #~ msgstr "Release ファイル中の '%s' のハッシュサムを見つけられません"
4075
4076 #~ msgid "Vendor block %s contains no fingerprint"
4077 #~ msgstr "ベンダブロック %s は鍵指紋を含んでいません"
4078
4079 #~ msgid "Total dependency version space: "
4080 #~ msgstr "総依存関係・バージョン容量: "
4081
4082 #~ msgid "You don't have enough free space in %s"
4083 #~ msgstr "%s に充分な空きスペースがありません"
4084
4085 #~ msgid "Done"
4086 #~ msgstr "完了"
4087
4088 #~ msgid "No keyring installed in %s."
4089 #~ msgstr "%s にキーリングがインストールされていません。"
4090
4091 #~ msgid "Is stdout a terminal?"
4092 #~ msgstr "標準出力はターミナルですか?"
4093
4094 #~ msgid "ioctl(TIOCGWINSZ) failed"
4095 #~ msgstr "ioctl(TIOCGWINSZ) に失敗しました"
4096
4097 #~ msgid "Internal error, Upgrade broke stuff"
4098 #~ msgstr "内部エラー、アップグレードで何か壊れました"