diff options
author | Justin B Rye <jbr@edlug.org.uk> | 2012-06-02 18:03:45 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-02 18:03:45 +0200 |
commit | 2ad3eaf6a63334091367f963544a2ac508a28593 (patch) | |
tree | 8aff38c74f5acd292685a4e1e631290548c1e604 /doc/po/ja.po | |
parent | 5583d4146c513283590a1f2d73975a4e667b523a (diff) |
* doc/apt-get.8.xml:
- review and fix spelling issues
Diffstat (limited to 'doc/po/ja.po')
-rw-r--r-- | doc/po/ja.po | 243 |
1 files changed, 142 insertions, 101 deletions
diff --git a/doc/po/ja.po b/doc/po/ja.po index 0b08bb22f..ec33aac75 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.25.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2012-05-29 15:35+0300\n" +"POT-Creation-Date: 2012-06-02 18:01+0300\n" "PO-Revision-Date: 2010-09-07 07:38+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n" "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n" @@ -1291,7 +1291,7 @@ msgstr "" # type: Content of: <refentry><refsect1><title> #. type: Content of: <refentry><refsect1><title> #: apt-cache.8.xml:248 apt-config.8.xml:84 apt-extracttemplates.1.xml:52 -#: apt-ftparchive.1.xml:504 apt-get.8.xml:259 apt-mark.8.xml:108 +#: apt-ftparchive.1.xml:504 apt-get.8.xml:258 apt-mark.8.xml:108 #: apt-sortpkgs.1.xml:48 msgid "options" msgstr "オプション" @@ -1452,7 +1452,7 @@ msgstr "" # type: Content of: <refentry><refsect1><title> #. type: Content of: <refentry><refsect1><title> -#: apt-cache.8.xml:343 apt-get.8.xml:519 apt-key.8.xml:174 apt-mark.8.xml:125 +#: apt-cache.8.xml:343 apt-get.8.xml:518 apt-key.8.xml:174 apt-mark.8.xml:125 #: apt.conf.5.xml:1118 apt_preferences.5.xml:698 msgid "Files" msgstr "ファイル" @@ -1460,7 +1460,7 @@ msgstr "ファイル" # type: Content of: <refentry><refsect1><title> #. type: Content of: <refentry><refsect1><title> #: apt-cache.8.xml:350 apt-cdrom.8.xml:144 apt-config.8.xml:109 -#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:607 apt-get.8.xml:529 +#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:607 apt-get.8.xml:528 #: apt-key.8.xml:195 apt-mark.8.xml:131 apt-secure.8.xml:192 #: apt-sortpkgs.1.xml:63 apt.conf.5.xml:1124 apt_preferences.5.xml:705 #: sources.list.5.xml:252 @@ -1476,7 +1476,7 @@ msgstr "&apt-conf;, &sources-list;, &apt-get;" # type: Content of: <refentry><refsect1><title> #. type: Content of: <refentry><refsect1><title> #: apt-cache.8.xml:355 apt-cdrom.8.xml:149 apt-config.8.xml:114 -#: apt-extracttemplates.1.xml:74 apt-ftparchive.1.xml:611 apt-get.8.xml:535 +#: apt-extracttemplates.1.xml:74 apt-ftparchive.1.xml:611 apt-get.8.xml:534 #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:67 msgid "Diagnostics" msgstr "診断メッセージ" @@ -2944,11 +2944,12 @@ msgid "" "<literal>upgrade</literal>, also intelligently handles changing dependencies " "with new versions of packages; <command>apt-get</command> has a \"smart\" " "conflict resolution system, and it will attempt to upgrade the most " -"important packages at the expense of less important ones if necessary. The <literal>dist-upgrade</literal> command may therefore remove some packages. " -" The " -"<filename>/etc/apt/sources.list</filename> file contains a list of locations " -"from which to retrieve desired package files. See also &apt-preferences; " -"for a mechanism for overriding the general settings for individual packages." +"important packages at the expense of less important ones if necessary. The " +"<literal>dist-upgrade</literal> command may therefore remove some packages. " +"The <filename>/etc/apt/sources.list</filename> file contains a list of " +"locations from which to retrieve desired package files. See also &apt-" +"preferences; for a mechanism for overriding the general settings for " +"individual packages." msgstr "" "<literal>dist-upgrade</literal> は、<literal>upgrade</literal> の機能に加え、" "新バージョンのパッケージに対する依存関係の変更を知的に操作します。" @@ -2983,26 +2984,28 @@ msgstr "" msgid "" "<literal>install</literal> is followed by one or more packages desired for " "installation or upgrading. Each package is a package name, not a fully " -"qualified filename (for instance, in a Debian system, <package>apt-utils</package> would be the " -"argument provided, not <filename>apt-utils_&apt-product-version;_amd64.deb</filename>). All packages " -"required by the package(s) specified for installation will also be retrieved " -"and installed. The <filename>/etc/apt/sources.list</filename> file is used " -"to locate the desired packages. If a hyphen is appended to the package name " -"(with no intervening space), the identified package will be removed if it is " +"qualified filename (for instance, in a Debian system, <package>apt-utils</" +"package> would be the argument provided, not <filename>apt-utils_&apt-" +"product-version;_amd64.deb</filename>). All packages required by the package" +"(s) specified for installation will also be retrieved and installed. The " +"<filename>/etc/apt/sources.list</filename> file is used to locate the " +"desired packages. If a hyphen is appended to the package name (with no " +"intervening space), the identified package will be removed if it is " "installed. Similarly a plus sign can be used to designate a package to " "install. These latter features may be used to override decisions made by apt-" "get's conflict resolution system." msgstr "" "<literal>install</literal> の後には、インストールするパッケージを 1 つ以上指" "定します。指定するパッケージは、完全なファイル名ではなくパッケージ名です (例" -"えば Debian システムでは、<literal>apt-utils_&apt-product-version;_amd64.deb</literal> ではなく " -"<package>apt-utils</package> を引数として与えます)。インストールするよう指定したすべてのパッケージに" -"対し、取得・インストールを行います。<filename>/etc/apt/sources.list</" -"filename> ファイルを、要求するパッケージの場所を特定するのに使用します。パッ" -"ケージ名の後ろに (空白を含まず) ハイフンが追加されている場合、そのパッケージ" -"がインストールされていれば削除します。同様に、インストールするパッケージを明" -"示するのにプラス記号も使用できます。この記号は apt-get の競合解決システムの判" -"断を上書きするのに利用される可能性があります。" +"えば Debian システムでは、<literal>apt-utils_&apt-product-version;_amd64." +"deb</literal> ではなく <package>apt-utils</package> を引数として与えます)。イ" +"ンストールするよう指定したすべてのパッケージに対し、取得・インストールを行い" +"ます。<filename>/etc/apt/sources.list</filename> ファイルを、要求するパッケー" +"ジの場所を特定するのに使用します。パッケージ名の後ろに (空白を含まず) ハイフ" +"ンが追加されている場合、そのパッケージがインストールされていれば削除します。" +"同様に、インストールするパッケージを明示するのにプラス記号も使用できます。こ" +"の記号は apt-get の競合解決システムの判断を上書きするのに利用される可能性があ" +"ります。" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3084,9 +3087,9 @@ msgstr "" #: apt-get.8.xml:151 msgid "" "<literal>remove</literal> is identical to <literal>install</literal> except " -"that packages are removed instead of installed. Note the removing a package " -"leaves its configuration files in system. If a plus sign is appended to the " -"package name (with no intervening space), the identified package will be " +"that packages are removed instead of installed. Note that removing a package " +"leaves its configuration files on the system. If a plus sign is appended to " +"the package name (with no intervening space), the identified package will be " "installed instead of removed." msgstr "" "<literal>remove</literal> は、パッケージが削除されることを除き、" @@ -3128,12 +3131,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:172 +#, fuzzy +#| msgid "" +#| "Source packages are tracked separately from binary packages via " +#| "<literal>deb-src</literal> type lines in the &sources-list; file. This " +#| "means that you will need to add such a line for each repository you want " +#| "to get sources from. If you don't do this you will probably get another " +#| "(newer, older or none) source version than the one you have installed or " +#| "could install." msgid "" "Source packages are tracked separately from binary packages via <literal>deb-" -"src</literal> type lines in the &sources-list; file. This means that you " -"will need to add such a line for each repository you want to get sources " -"from. If you don't do this you will properly get another (newer, older or " -"none) source version than the one you have installed or could install." +"src</literal> lines in the &sources-list; file. This means that you will " +"need to add such a line for each repository you want to get sources from; " +"otherwise you will probably get either the wrong (too old/too new) source " +"versions or none at all." msgstr "" "ソースパッケージは、&sources-list; ファイルの <literal>deb-src</literal> タイ" "プにより、バイナリパッケート分けて管理されます。つまり、ソースを取得したいリ" @@ -3142,7 +3153,7 @@ msgstr "" "もっと適切なものを取得します。" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:179 +#: apt-get.8.xml:178 #, fuzzy #| msgid "" #| "If the <option>--compile</option> option is specified then the package " @@ -3163,7 +3174,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:186 +#: apt-get.8.xml:185 msgid "" "A specific source version can be retrieved by postfixing the source name " "with an equals and then the version to fetch, similar to the mechanism used " @@ -3178,18 +3189,23 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:192 +#: apt-get.8.xml:191 +#, fuzzy +#| msgid "" +#| "Note that source packages are not tracked like binary packages, they " +#| "exist only in the current directory and are similar to downloading source " +#| "tar balls." msgid "" -"Note that source packages are not tracked like binary packages, they exist " -"only in the current directory and are similar to downloading source tar " -"balls." +"Note that source packages are not installed and tracked in the " +"<command>dpkg</command> database like binary packages; they are simply " +"downloaded to the current directory, like source tarballs." msgstr "" "tar ball はカレントディレクトリにのみダウンロードされ、カレントディレクトリに" "展開されることに注意してください。" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:198 +#: apt-get.8.xml:197 #, fuzzy #| msgid "" #| "<literal>build-dep</literal> causes apt-get to install/remove packages in " @@ -3206,7 +3222,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:205 +#: apt-get.8.xml:204 msgid "" "<literal>check</literal> is a diagnostic tool; it updates the package cache " "and checks for broken dependencies." @@ -3215,7 +3231,7 @@ msgstr "" "チェックする診断ツールです。" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:210 +#: apt-get.8.xml:209 msgid "" "<literal>download</literal> will download the given binary package into the " "current directory." @@ -3223,7 +3239,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:216 +#: apt-get.8.xml:215 msgid "" "<literal>clean</literal> clears out the local repository of retrieved " "package files. It removes everything but the lock file from " @@ -3242,7 +3258,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:226 +#: apt-get.8.xml:225 msgid "" "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the " "local repository of retrieved package files. The difference is that it only " @@ -3262,7 +3278,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:236 +#: apt-get.8.xml:235 #, fuzzy #| msgid "" #| "<literal>autoremove</literal> is used to remove packages that were " @@ -3277,22 +3293,22 @@ msgstr "" "され、もう必要なくなったパッケージを削除するのに使用します。" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:241 +#: apt-get.8.xml:240 msgid "" "<literal>changelog</literal> downloads a package changelog and displays it " "through <command>sensible-pager</command>. The server name and base " "directory is defined in the <literal>APT::Changelogs::Server</literal> " -"variable (e. g. <ulink url=\"http://packages.debian.org/changelogs" -"\">packages.debian.org/changelogs</ulink> for Debian or <ulink url=\"http://" -"changelogs.ubuntu.com/changelogs\">changelogs.ubuntu.com/changelogs</ulink> " -"for Ubuntu). By default it displays the changelog for the version that is " +"variable (e.g. <ulink url=\"http://packages.debian.org/changelogs\">packages." +"debian.org/changelogs</ulink> for Debian or <ulink url=\"http://changelogs." +"ubuntu.com/changelogs\">changelogs.ubuntu.com/changelogs</ulink> for " +"Ubuntu). By default it displays the changelog for the version that is " "installed. However, you can specify the same options as for the " "<option>install</option> command." msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:264 +#: apt-get.8.xml:263 msgid "" "Do not consider recommended packages as a dependency for installing. " "Configuration Item: <literal>APT::Install-Recommends</literal>." @@ -3302,7 +3318,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:269 +#: apt-get.8.xml:268 #, fuzzy #| msgid "" #| "Do not consider recommended packages as a dependency for installing. " @@ -3316,7 +3332,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:274 +#: apt-get.8.xml:273 msgid "" "Download only; package files are only retrieved, not unpacked or installed. " "Configuration Item: <literal>APT::Get::Download-Only</literal>." @@ -3326,7 +3342,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:279 +#: apt-get.8.xml:278 msgid "" "Fix; attempt to correct a system with broken dependencies in place. This " "option, when used with install/remove, can omit any packages to permit APT " @@ -3353,9 +3369,9 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:294 +#: apt-get.8.xml:293 msgid "" -"Ignore missing packages; If packages cannot be retrieved or fail the " +"Ignore missing packages; if packages cannot be retrieved or fail the " "integrity check after retrieval (corrupted package files), hold back those " "packages and handle the result. Use of this option together with <option>-f</" "option> may produce an error in some situations. If a package is selected " @@ -3373,7 +3389,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:305 +#: apt-get.8.xml:304 msgid "" "Disables downloading of packages. This is best used with <option>--ignore-" "missing</option> to force APT to use only the .debs it has already " @@ -3385,14 +3401,14 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:312 +#: apt-get.8.xml:311 msgid "" "Quiet; produces output suitable for logging, omitting progress indicators. " "More q's will produce more quiet up to a maximum of 2. You can also use " "<option>-q=#</option> to set the quiet level, overriding the configuration " -"file. Note that quiet level 2 implies <option>-y</option>, you should never " +"file. Note that quiet level 2 implies <option>-y</option>; you should never " "use -qq without a no-action modifier such as -d, --print-uris or -s as APT " -"may decided to do something you did not expect. Configuration Item: " +"may decide to do something you did not expect. Configuration Item: " "<literal>quiet</literal>." msgstr "" "静粛 - 進捗表示を省略し、ログをとるのに便利な出力を行います。最大 2 つまで q " @@ -3405,7 +3421,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:327 +#: apt-get.8.xml:326 msgid "" "No action; perform a simulation of events that would occur but do not " "actually change the system. Configuration Item: <literal>APT::Get::" @@ -3415,14 +3431,24 @@ msgstr "" "行いません。設定項目 - <literal>APT::Get::Simulate</literal>" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:331 -msgid "" -"Simulation run as user will deactivate locking (<literal>Debug::NoLocking</" -"literal>) automatic. Also a notice will be displayed indicating that this " -"is only a simulation, if the option <literal>APT::Get::Show-User-Simulation-" -"Note</literal> is set (Default: true). Neither NoLocking nor the notice " -"will be triggered if run as root (root should know what he is doing without " -"further warnings by <literal>apt-get</literal>)." +#: apt-get.8.xml:330 +#, fuzzy +#| msgid "" +#| "Simulation run as user will deactivate locking (<literal>Debug::" +#| "NoLocking</literal>) automatic. Also a notice will be displayed " +#| "indicating that this is only a simulation, if the option <literal>APT::" +#| "Get::Show-User-Simulation-Note</literal> is set (Default: true). Neither " +#| "NoLocking nor the notice will be triggered if run as root (root should " +#| "know what he is doing without further warnings by <literal>apt-get</" +#| "literal>)." +msgid "" +"Simulated runs performed as a user will automatically deactivate locking " +"(<literal>Debug::NoLocking</literal>), and if the option <literal>APT::Get::" +"Show-User-Simulation-Note</literal> is set (as it is by default) a notice " +"will also be displayed indicating that this is only a simulation. Runs " +"performed as root do not trigger either NoLocking or the notice - superusers " +"should know what they are doing without further warnings from <literal>apt-" +"get</literal>." msgstr "" "シミュレーションは、自動ではロックを行わず (<literal>Debug::NoLocking</" "literal>) ユーザ権限で実行します。また、<literal>APT::Get::Show-User-" @@ -3433,12 +3459,19 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:337 +#: apt-get.8.xml:338 +#, fuzzy +#| msgid "" +#| "Simulate prints out a series of lines each one representing a dpkg " +#| "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square " +#| "brackets indicate broken packages and empty set of square brackets " +#| "meaning breaks that are of no consequence (rare)." msgid "" -"Simulate prints out a series of lines each one representing a dpkg " -"operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets " -"indicate broken packages and empty set of square brackets meaning breaks " -"that are of no consequence (rare)." +"Simulated runs print out a series of lines, each representing a " +"<command>dpkg</command> operation: configure (<literal>Conf</literal>), " +"remove (<literal>Remv</literal>) or unpack (<literal>Inst</literal>). " +"Square brackets indicate broken packages, and empty square brackets indicate " +"breaks that are of no consequence (rare)." msgstr "" "シミュレートの結果、dpkg の動作を表す一連の行のそれぞれに、設定 (Conf)、削除 " "(Remv)、展開 (Inst) を表示します。角カッコは壊れたパッケージを表し、(まれに) " @@ -3477,7 +3510,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:359 msgid "" -"Show upgraded packages; Print out a list of all packages that are to be " +"Show upgraded packages; print out a list of all packages that are to be " "upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>." msgstr "" "更新パッケージ表示 - 更新される全パッケージを一覧表示します。設定項目 - " @@ -3518,7 +3551,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:386 msgid "" -"Ignore package Holds; This causes <command>apt-get</command> to ignore a " +"Ignore package holds; this causes <command>apt-get</command> to ignore a " "hold placed on a package. This may be useful in conjunction with " "<literal>dist-upgrade</literal> to override a large number of undesired " "holds. Configuration Item: <literal>APT::Ignore-Hold</literal>." @@ -3532,7 +3565,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:393 msgid "" -"Do not upgrade packages; When used in conjunction with <literal>install</" +"Do not upgrade packages; when used in conjunction with <literal>install</" "literal>, <literal>no-upgrade</literal> will prevent packages on the command " "line from being upgraded if they are already installed. Configuration Item: " "<literal>APT::Get::Upgrade</literal>." @@ -3545,7 +3578,7 @@ msgstr "" #: apt-get.8.xml:400 #, fuzzy msgid "" -"Do not install new packages; When used in conjunction with <literal>install</" +"Do not install new packages; when used in conjunction with <literal>install</" "literal>, <literal>only-upgrade</literal> will install upgrades for already " "installed packages only and ignore requests to install new packages. " "Configuration Item: <literal>APT::Get::Only-Upgrade</literal>." @@ -3558,7 +3591,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:408 msgid "" -"Force yes; This is a dangerous option that will cause apt to continue " +"Force yes; this is a dangerous option that will cause apt to continue " "without prompting if it is doing something potentially harmful. It should " "not be used except in very special situations. Using <literal>force-yes</" "literal> can potentially destroy your system! Configuration Item: " @@ -3574,7 +3607,7 @@ msgstr "" #: apt-get.8.xml:416 msgid "" "Instead of fetching the files to install their URIs are printed. Each URI " -"will have the path, the destination file name, the size and the expected md5 " +"will have the path, the destination file name, the size and the expected MD5 " "hash. Note that the file name to write to will not always match the file " "name on the remote site! This also works with the <literal>source</literal> " "and <literal>update</literal> commands. When used with the <literal>update</" @@ -3583,7 +3616,7 @@ msgid "" "Print-URIs</literal>." msgstr "" "インストールするファイルを取得する代わりに、その URI を表示します。URI には、" -"パス、対象ファイル名、ファイルサイズ、予測される md5 ハッシュが含まれていま" +"パス、対象ファイル名、ファイルサイズ、予測される MD5 ハッシュが含まれていま" "す。出力したファイル名が、常にリモートサイトのファイル名と一致するわけではな" "い、ということに注意してください! これは <literal>source</literal> コマンド、" "<literal>update</literal> コマンドでも動作します。<literal>update</literal> " @@ -3609,7 +3642,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:435 msgid "" -"Re-Install packages that are already installed and at the newest version. " +"Re-install packages that are already installed and at the newest version. " "Configuration Item: <literal>APT::Get::ReInstall</literal>." msgstr "" "すでに最新版がインストールされていても、パッケージを再インストールします。設" @@ -3618,13 +3651,21 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:440 -msgid "" -"This option defaults to on, use <literal>--no-list-cleanup</literal> to turn " -"it off. When on <command>apt-get</command> will automatically manage the " -"contents of <filename>&statedir;/lists</filename> to ensure that obsolete " -"files are erased. The only reason to turn it off is if you frequently " -"change your source list. Configuration Item: <literal>APT::Get::List-" -"Cleanup</literal>." +#, fuzzy +#| msgid "" +#| "This option defaults to on, use <literal>--no-list-cleanup</literal> to " +#| "turn it off. When on <command>apt-get</command> will automatically manage " +#| "the contents of <filename>&statedir;/lists</filename> to ensure that " +#| "obsolete files are erased. The only reason to turn it off is if you " +#| "frequently change your source list. Configuration Item: <literal>APT::" +#| "Get::List-Cleanup</literal>." +msgid "" +"This option is on by default; use <literal>--no-list-cleanup</literal> to " +"turn it off. When it is on, <command>apt-get</command> will automatically " +"manage the contents of <filename>&statedir;/lists</filename> to ensure that " +"obsolete files are erased. The only reason to turn it off is if you " +"frequently change your sources list. Configuration Item: <literal>APT::Get::" +"List-Cleanup</literal>." msgstr "" "この機能はデフォルトで ON になっています。OFF にするには <literal>--no-list-" "cleanup</literal> としてください。ON の場合、<command>apt-get</command> は古" @@ -3634,9 +3675,9 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:451 +#: apt-get.8.xml:450 msgid "" -"This option controls the default input to the policy engine, it creates a " +"This option controls the default input to the policy engine; it creates a " "default pin at priority 990 using the specified release string. This " "overrides the general settings in <filename>/etc/apt/preferences</" "filename>. Specifically pinned packages are not affected by the value of " @@ -3657,10 +3698,10 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:466 +#: apt-get.8.xml:465 msgid "" "Only perform operations that are 'trivial'. Logically this can be considered " -"related to <option>--assume-yes</option>, where <option>--assume-yes</" +"related to <option>--assume-yes</option>; where <option>--assume-yes</" "option> will answer yes to any prompt, <option>--trivial-only</option> will " "answer no. Configuration Item: <literal>APT::Get::Trivial-Only</literal>." msgstr "" @@ -3671,7 +3712,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:473 +#: apt-get.8.xml:472 msgid "" "If any packages are to be removed apt-get immediately aborts without " "prompting. Configuration Item: <literal>APT::Get::Remove</literal>." @@ -3681,11 +3722,11 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:479 +#: apt-get.8.xml:478 msgid "" "If the command is either <literal>install</literal> or <literal>remove</" -"literal>, then this option acts like running <literal>autoremove</literal> " -"command, removing the unused dependency packages. Configuration Item: " +"literal>, then this option acts like running the <literal>autoremove</" +"literal> command, removing unused dependency packages. Configuration Item: " "<literal>APT::Get::AutomaticRemove</literal>." msgstr "" "コマンドが <literal>install</literal> か <literal>remove</literal> である場" @@ -3695,7 +3736,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:486 +#: apt-get.8.xml:485 msgid "" "Only has meaning for the <literal>source</literal> and <literal>build-dep</" "literal> commands. Indicates that the given source names are not to be " @@ -3714,7 +3755,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:497 +#: apt-get.8.xml:496 msgid "" "Download only the diff, dsc, or tar file of a source archive. Configuration " "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</" @@ -3726,7 +3767,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:503 +#: apt-get.8.xml:502 msgid "" "Only process architecture-dependent build-dependencies. Configuration Item: " "<literal>APT::Get::Arch-Only</literal>." @@ -3736,7 +3777,7 @@ msgstr "" # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-get.8.xml:508 +#: apt-get.8.xml:507 msgid "" "Ignore if packages can't be authenticated and don't prompt about it. This " "is useful for tools like pbuilder. Configuration Item: <literal>APT::Get::" @@ -3748,7 +3789,7 @@ msgstr "" # type: Content of: <refentry><refsect1><para> #. type: Content of: <refentry><refsect1><para> -#: apt-get.8.xml:530 +#: apt-get.8.xml:529 msgid "" "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, " "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-" @@ -3760,7 +3801,7 @@ msgstr "" # type: Content of: <refentry><refsect1><para> #. type: Content of: <refentry><refsect1><para> -#: apt-get.8.xml:536 +#: apt-get.8.xml:535 msgid "" "<command>apt-get</command> returns zero on normal operation, decimal 100 on " "error." |