X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5b0577488ff60e7163fe7dc62a044329d398d726..1f7c56acc6b36b7869294941c8eba2b026eaaeb1:/doc/po/ja.po diff --git a/doc/po/ja.po b/doc/po/ja.po index fd06e351e..bac76f082 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-05-11 10:50+0200\n" +"POT-Creation-Date: 2016-09-20 23:54+0200\n" "PO-Revision-Date: 2016-03-23 09:39+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -762,7 +762,7 @@ msgstr "" "パッケージを削除することができます。" #. type: Content of: -#: apt.8.xml +#: apt.8.xml apt-key.8.xml msgid "," msgstr "," @@ -1589,9 +1589,13 @@ msgstr "" #. type: Content of: #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Show upgraded packages; print out a list of all packages that are to be " +#| "upgraded. Configuration Item: APT::Get::Show-Upgraded." msgid "" -"Show upgraded packages; print out a list of all packages that are to be " -"upgraded. Configuration Item: APT::Get::Show-Upgraded." +"Do not show a list of all packages that are to be upgraded. Configuration " +"Item: APT::Get::Show-Upgraded." msgstr "" "更新パッケージ表示 - 更新される全パッケージを一覧表示します。設定項目: " "APT::Get::Show-Upgraded" @@ -1937,10 +1941,17 @@ msgstr "" #. type: Content of: #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Forbid the update command to acquire unverifiable data from configured " +#| "sources. Apt will fail at the update command for repositories without " +#| "valid cryptographically signatures. Configuration Item: " +#| "Acquire::AllowInsecureRepositories." msgid "" "Forbid the update command to acquire unverifiable data from configured " -"sources. Apt will fail at the update command for repositories without valid " -"cryptographically signatures. Configuration Item: Acquire::" +"sources. APT will fail at the update command for repositories without valid " +"cryptographically signatures. See also &apt-secure; for details on the " +"concept and the implications. Configuration Item: Acquire::" "AllowInsecureRepositories." msgstr "" "設定された取得元から検証できないデータを取得する update コマンドを禁止しま" @@ -1962,6 +1973,14 @@ msgstr "" "reporting を見てください。設定項目: Dpkg::Progress、 " "Dpkg::Progress-Fancy" +#. type: Content of: +#: apt-get.8.xml +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. See description in &apt-" +"cache; for further details." +msgstr "" + #. type: Content of: #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml @@ -2484,11 +2503,10 @@ msgstr "" msgid "" "Per default <command>depends</command> and <command>rdepends</command> print " "only dependencies explicitly expressed in the metadata. With this flag it " -"will also show dependencies implicitely added based on the encountered " -"data. A <literal>Conflicts: foo</literal> e.g. expresses implicitely that " -"this package also conflicts with the package foo from any other " -"architecture. Configuration Item: <literal>APT::Cache::ShowImplicit</" -"literal>." +"will also show dependencies implicitly added based on the encountered data. " +"A <literal>Conflicts: foo</literal> e.g. expresses implicitly that this " +"package also conflicts with the package foo from any other architecture. " +"Configuration Item: <literal>APT::Cache::ShowImplicit</literal>." msgstr "" "デフォルトでは <command>depends</command> や <command>rdepends</command> はメ" "タデータ中に明示的に表現された依存関係のみを出力します。このフラグを指定する" @@ -2575,6 +2593,39 @@ msgstr "" "ストールされているパッケージに限定します。設定項目: <literal>APT::Cache::" "Installed</literal>" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. Supported are currently <literal>*.deb</literal>, " +"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</" +"literal> and <literal>Packages</literal> files as well as source package " +"directories. Files are matched based on their name only, not their content!" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +msgid "" +"<literal>Sources</literal> and <literal>Packages</literal> can be compressed " +"in any format apt supports as long as they have the correct extension. If " +"you need to store multiple of these files in one directory you can prefix a " +"name of your choice with the last character being an underscore " +"(\"<literal>_</literal>\"). Example: my.example_Packages.xz" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +#, fuzzy +#| msgid "" +#| "Use source index field ordering. Configuration Item: <literal>APT::" +#| "SortPkgs::Source</literal>." +msgid "" +"Note that these sources are treated as trusted (see &apt-secure;). " +"Configuration Item: <literal>APT::Sources::With</literal>." +msgstr "" +"ソースインデックスフィールド順に並べ替えに使用します。設定項目: " +"<literal>APT::SortPkgs::Source</literal>" + #. type: Content of: <refentry><refsect1><para> #: apt-cache.8.xml msgid "&apt-conf;, &sources-list;, &apt-get;" @@ -2605,6 +2656,18 @@ msgstr "" "一覧を管理するのに使用します。このキーで認証されたパッケージは、信頼するに足" "ると見なせるでしょう。" +#. type: Content of: <refentry><refsect1><para> +#: apt-key.8.xml +msgid "" +"Note that if usage of <command>apt-key</command> is desired the additional " +"installation of the GNU Privacy Guard suite (packaged in <package>gnupg</" +"package>) is required. For this reason alone the programmatic usage " +"(especially in package maintainerscripts!) is strongly discouraged. Further " +"more the output format of all commands is undefined and can and does change " +"whenever the underlying commands change. <command>apt-key</command> will try " +"to detect such usage and generates warnings on stderr in these cases." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-key.8.xml msgid "Commands" @@ -2632,6 +2695,15 @@ msgstr "" "者に所属していることが確認されていることが重要です。そうでなければ、&apt-" "secure; インフラが完全に損なわれます。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-key.8.xml +msgid "" +"Instead of using this command a keyring can be placed directly in the " +"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive " +"name (same rules for filename apply as for &apt-conf; files) and " +"\"<literal>gpg</literal>\" as file extension." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "Remove a key from the list of trusted keys." @@ -2649,14 +2721,11 @@ msgstr "信頼するキーをすべて標準出力に出力します。" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml -msgid "List trusted keys." +#, fuzzy +#| msgid "List trusted keys." +msgid "List trusted keys with fingerprints." msgstr "信頼キーを一覧表示します。" -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "List fingerprints of trusted keys." -msgstr "信頼キーのフィンガープリントを一覧表示します。" - #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2670,6 +2739,11 @@ msgstr "" "できます。チェックが<emphasis>行われない</emphasis>ことに注意してください。注" "意せず使用するなら、容易に &apt-secure; インフラを完全に傷つけます。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-key.8.xml +msgid "(deprecated)" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2684,6 +2758,16 @@ msgstr "" "(例えば &keyring-distro; では &keyring-package; パッケージ) で提供されていま" "す。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-key.8.xml +msgid "" +"Note that a distribution does not need to and in fact should not use this " +"command any longer and instead ship keyring files in the <filename>/etc/apt/" +"trusted.gpg</filename> directory directly as this avoids a dependency on " +"<package>gnupg</package> and it is easier to manage keys by simply adding " +"and removing files for maintainers and users alike." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2731,36 +2815,6 @@ msgstr "" "ます。とはいえ、<filename>trusted.gpg</filename> がプライマリキーリングになり" "ます。つまり新しいキーはこのファイルに追加されます。" -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "<filename>/etc/apt/trustdb.gpg</filename>" -msgstr "<filename>/etc/apt/trustdb.gpg</filename>" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Local trust database of archive keys." -msgstr "アーカイブキーのローカル信頼データベースです。" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "&keyring-filename;" -msgstr "&keyring-filename;" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Keyring of &keyring-distro; archive trusted keys." -msgstr "&keyring-distro; アーカイブ信頼キーのキーリングです。" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "&keyring-removed-filename;" -msgstr "&keyring-removed-filename;" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Keyring of &keyring-distro; archive removed trusted keys." -msgstr "削除された &keyring-distro; アーカイブ信頼キーのキーリングです。" - #. type: Content of: <refentry><refsect1><para> #: apt-key.8.xml msgid "&apt-get;, &apt-secure;" @@ -2941,11 +2995,19 @@ msgstr "APT アーカイブ認証サポート" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml +#, fuzzy +#| msgid "" +#| "Starting with version 0.6, <command>APT</command> contains code that does " +#| "signature checking of the Release file for all repositories. This ensures " +#| "that data like packages in the archive can't be modified by people who " +#| "have no access to the Release file signing key." msgid "" "Starting with version 0.6, <command>APT</command> contains code that does " "signature checking of the Release file for all repositories. This ensures " "that data like packages in the archive can't be modified by people who have " -"no access to the Release file signing key." +"no access to the Release file signing key. Starting with version 1.1 " +"<command>APT</command> requires repositories to provide recent " +"authentication information for unimpeded usage of the repository." msgstr "" "バージョン 0.6 より、<command>apt</command> 全リポジトリに対する Release ファ" "イルの署名チェックコードが含まれています。これにより、アーカイブのパッケージ" @@ -2954,12 +3016,19 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml +#, fuzzy +#| msgid "" +#| "If an archive has an unsigned Release file or no Release file at all " +#| "current APT versions will raise a warning in <command>update</command> " +#| "operations and front-ends like <command>apt-get</command> will require " +#| "explicit confirmation if an installation request includes a package from " +#| "such an unauthenticated archive." msgid "" "If an archive has an unsigned Release file or no Release file at all current " -"APT versions will raise a warning in <command>update</command> operations " -"and front-ends like <command>apt-get</command> will require explicit " -"confirmation if an installation request includes a package from such an " -"unauthenticated archive." +"APT versions will refuse to download data from them by default in " +"<command>update</command> operations and even if forced to download front-" +"ends like &apt-get; will require explicit confirmation if an installation " +"request includes a package from such an unauthenticated archive." msgstr "" "アーカイブに署名されていない Release ファイルがあるか、または Release ファイ" "ルがまったくない場合は、現在の APT バージョンは <command>update</command> 操" @@ -2970,17 +3039,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml msgid "" -"In the future APT will refuse to work with unauthenticated repositories by " -"default until support for them is removed entirely. Users have the option to " -"opt-in to this behavior already by setting the configuration option " -"<option>Acquire::AllowInsecureRepositories</option> to <literal>false</" -"literal>." +"As a temporary exception &apt-get; (not &apt;!) raises warnings only if it " +"encounters unauthenticated archives to give a slightly longer grace period " +"on this backward compatibility effecting change. This exception will be " +"removed in future releases and you can opt-out of this grace period by " +"setting the configuration option <option>Binary::apt-get::Acquire::" +"AllowInsecureRepositories</option> to <literal>false</literal> or <option>--" +"no-allow-insecure-repositories</option> on the command line." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml +msgid "" +"You can force all APT clients to raise only warnings by setting the " +"configuration option <option>Acquire::AllowInsecureRepositories</option> to " +"<literal>true</literal>. Individual repositories can also be allowed to be " +"insecure via the &sources-list; option <literal>allow-insecure=yes</" +"literal>. Note that insecure repositories are strongly discouraged and all " +"options to force apt to continue supporting them will eventually be " +"removed. Users also have the <option>Trusted</option> option available to " +"disable even the warnings, but be sure to understand the implications as " +"detailed in &sources-list;." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml +msgid "" +"A repository which previously was authentication but would loose this state " +"in an <command>update</command> operation raises an error in all APT clients " +"irrespective of the option to allow or forbid usage of insecure " +"repositories. The error can be overcome by additionally setting " +"<option>Acquire::AllowDowngradeToInsecureRepositories</option> to " +"<literal>true</literal> or for Individual repositories with the &sources-" +"list; option <literal>allow-downgrade-to-insecure=yes</literal>." msgstr "" -"将来的には、リポジトリ認証サポートが完全に削除されるまで、APT はデフォルトで" -"認証されていないリポジトリでの動作を拒否するでしょう。設定オプション " -"<option>Acquire::AllowInsecureRepositories</option> を <literal>false</" -"literal> に設定することで、ユーザはこのような動作にするオプトインするオプショ" -"ンがあります。" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml @@ -3889,6 +3981,33 @@ msgstr "" "add-architecture</command> を用いて、外部アーキテクチャをデフォルトリストに追" "加します。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This scope defines which compression formats are supported, how compression " +"and decompression can be performed if support for this format isn't built " +"into apt directly and a cost-value indicating how costly it is to compress " +"something in this format. As an example the following configuration stanza " +"would allow apt to download and uncompress as well as create and store files " +"with the low-cost <literal>.reversed</literal> file extension which it will " +"pass to the command <command>rev</command> without additional commandline " +"parameters for compression and uncompression:" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Compressor::rev {\n" +"\tName \"rev\";\n" +"\tExtension \".reversed\";\n" +"\tBinary \"rev\";\n" +"\tCompressArg {};\n" +"\tUncompressArg {};\n" +"\tCost \"10\";\n" +"};\n" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -4353,16 +4472,30 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to " +#| "specify an external command to discover the http proxy to use. Apt " +#| "expects the command to output the proxy on stdout in the style " +#| "<literal>http://proxy:port/</literal>. This will override the generic " +#| "<literal>Acquire::http::Proxy</literal> but not any specific host proxy " +#| "configuration set via <literal>Acquire::http::Proxy::$HOST</literal>. " +#| "See the &squid-deb-proxy-client; package for an example implementation " +#| "that uses avahi. This option takes precedence over the legacy option name " +#| "<literal>ProxyAutoDetect</literal>." msgid "" "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to specify " -"an external command to discover the http proxy to use. Apt expects the " -"command to output the proxy on stdout in the style <literal>http://proxy:" -"port/</literal>. This will override the generic <literal>Acquire::http::" -"Proxy</literal> but not any specific host proxy configuration set via " -"<literal>Acquire::http::Proxy::$HOST</literal>. See the &squid-deb-proxy-" -"client; package for an example implementation that uses avahi. This option " -"takes precedence over the legacy option name <literal>ProxyAutoDetect</" -"literal>." +"an external command to discover the http proxy to use. The first and only " +"parameter is an URI denoting the host to be contacted to allow for host-" +"specific configuration. APT expects the command to output the proxy on " +"stdout as a single line in the style <literal>http://proxy:port/</literal> " +"or the word <literal>DIRECT</literal> if no proxy should be used. No output " +"indicates that the generic proxy settings should be used. Note that auto-" +"detection will not be used for a host if a host-specific proxy configuration " +"is already set via <literal>Acquire::http::Proxy::<replaceable>HOST</" +"replaceable></literal>. See the &squid-deb-proxy-client; package for an " +"example implementation that uses avahi. This option takes precedence over " +"the legacy option name <literal>ProxyAutoDetect</literal>." msgstr "" "<literal>Acquire::http::Proxy-Auto-Detect</literal> を使って利用する http プ" "ロキシを検出するための外部コマンドを指定できます。APT はコマンドが標準出力に " @@ -4548,14 +4681,23 @@ msgstr "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<r #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "List of compression types which are understood by the acquire methods. " +#| "Files like <filename>Packages</filename> can be available in various " +#| "compression formats. By default the acquire methods can decompress " +#| "<command>bzip2</command>, <command>lzma</command> and <command>gzip</" +#| "command> compressed files; with this setting more formats can be added on " +#| "the fly or the used method can be changed. The syntax for this is: " +#| "<placeholder type=\"synopsis\" id=\"0\"/>" msgid "" "List of compression types which are understood by the acquire methods. " "Files like <filename>Packages</filename> can be available in various " -"compression formats. By default the acquire methods can decompress " -"<command>bzip2</command>, <command>lzma</command> and <command>gzip</" -"command> compressed files; with this setting more formats can be added on " -"the fly or the used method can be changed. The syntax for this is: " -"<placeholder type=\"synopsis\" id=\"0\"/>" +"compression formats. By default the acquire methods can decompress and " +"recompress many common formats like <command>xz</command> and <command>gzip</" +"command>; with this scope the supported formats can be queried, modified as " +"well as support for more formats added (see also <option>APT::Compressor</" +"option>). The syntax for this is: <placeholder type=\"synopsis\" id=\"0\"/>" msgstr "" "acquire メソッドが理解できる、圧縮法のリストです。<filename>Packages</" "filename> のようなファイルは、さまざまな圧縮形式が利用できます。デフォルトで" @@ -4572,26 +4714,41 @@ msgstr "Acquire::CompressionTypes::Order:: \"gz\";" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> #: apt.conf.5.xml -#, no-wrap -msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +#, fuzzy, no-wrap +#| msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +msgid "Acquire::CompressionTypes::Order { \"xz\"; \"gz\"; };" msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Also, the <literal>Order</literal> subgroup can be used to define in " +#| "which order the acquire system will try to download the compressed files. " +#| "The acquire system will try the first and proceed with the next " +#| "compression type in this list on error, so to prefer one over the other " +#| "type simply add the preferred type first - default types not already " +#| "added will be implicitly appended to the end of the list, so e.g. " +#| "<placeholder type=\"synopsis\" id=\"0\"/> can be used to prefer " +#| "<command>gzip</command> compressed files over <command>bzip2</command> " +#| "and <command>lzma</command>. If <command>lzma</command> should be " +#| "preferred over <command>gzip</command> and <command>bzip2</command> the " +#| "configure setting should look like this: <placeholder type=\"synopsis\" " +#| "id=\"1\"/> It is not needed to add <literal>bz2</literal> to the list " +#| "explicitly as it will be added automatically." msgid "" "Also, the <literal>Order</literal> subgroup can be used to define in which " "order the acquire system will try to download the compressed files. The " "acquire system will try the first and proceed with the next compression type " "in this list on error, so to prefer one over the other type simply add the " -"preferred type first - default types not already added will be implicitly " -"appended to the end of the list, so e.g. <placeholder type=\"synopsis\" id=" -"\"0\"/> can be used to prefer <command>gzip</command> compressed files over " -"<command>bzip2</command> and <command>lzma</command>. If <command>lzma</" -"command> should be preferred over <command>gzip</command> and " -"<command>bzip2</command> the configure setting should look like this: " -"<placeholder type=\"synopsis\" id=\"1\"/> It is not needed to add " -"<literal>bz2</literal> to the list explicitly as it will be added " -"automatically." +"preferred type first - types not already added will be implicitly appended " +"to the end of the list, so e.g. <placeholder type=\"synopsis\" id=\"0\"/> " +"can be used to prefer <command>gzip</command> compressed files over all " +"other compression formats. If <command>xz</command> should be preferred " +"over <command>gzip</command> and <command>bzip2</command> the configure " +"setting should look like this: <placeholder type=\"synopsis\" id=\"1\"/> It " +"is not needed to add <literal>bz2</literal> to the list explicitly as it " +"will be added automatically." msgstr "" "また、<literal>Order</literal> サブグループを使用して、取得システムが、圧縮" "ファイルのダウンロードを試みる順番を定義できます。取得システムは先頭のものを" @@ -4613,17 +4770,30 @@ msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></" +#| "literal> will be checked at run time. If this option has been set, the " +#| "method will only be used if this file exists; e.g. for the " +#| "<literal>bzip2</literal> method (the inbuilt) setting is: <placeholder " +#| "type=\"literallayout\" id=\"0\"/> Note also that list entries specified " +#| "on the command line will be added at the end of the list specified in the " +#| "configuration files, but before the default entries. To prefer a type in " +#| "this case over the ones specified in the configuration files you can set " +#| "the option direct - not in list style. This will not override the " +#| "defined list; it will only prefix the list with this type." msgid "" "Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></" -"literal> will be checked at run time. If this option has been set, the " -"method will only be used if this file exists; e.g. for the <literal>bzip2</" -"literal> method (the inbuilt) setting is: <placeholder type=\"literallayout" -"\" id=\"0\"/> Note also that list entries specified on the command line will " -"be added at the end of the list specified in the configuration files, but " -"before the default entries. To prefer a type in this case over the ones " -"specified in the configuration files you can set the option direct - not in " -"list style. This will not override the defined list; it will only prefix " -"the list with this type." +"literal> will be checked at run time. If this option has been set and " +"support for this format isn't directly built into apt, the method will only " +"be used if this file exists; e.g. for the <literal>bzip2</literal> method " +"(the inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> " +"Note also that list entries specified on the command line will be added at " +"the end of the list specified in the configuration files, but before the " +"default entries. To prefer a type in this case over the ones specified in " +"the configuration files you can set the option direct - not in list style. " +"This will not override the defined list; it will only prefix the list with " +"this type." msgstr "" "実行時に <literal>Dir::Bin::<replaceable>Methodname</replaceable></literal> " "をチェックすることに注意してください。このオプションが設定されていると、ファ" @@ -4766,25 +4936,39 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Allow the update operation to load data files from a repository without a " -"trusted signature. If enabled this option no data files will be loaded and " -"the update operation fails with a error for this source. The default is " -"false for backward compatibility. This will be changed in the future." +"Allow update operations to load data files from repositories without " +"sufficient security information. The default value is \"<literal>false</" +"literal>\". Concept, implications as well as alternatives are detailed in " +"&apt-secure;." msgstr "" -"信頼された署名がないリポジトリからデータファイルをロードする更新操作を許可し" -"ます。このオプションを有効にした場合は、データファイルはロードされず、更新処" -"理はこの取得元からのエラーで失敗します。デフォルトは、下位互換性を維持するた" -"めに無効です。これは将来的に変更されます。" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Allow update operations to load data files from repositories which provide " +"security information, but these are deemed no longer cryptographically " +"strong enough. The default value is \"<literal>false</literal>\". Concept, " +"implications as well as alternatives are detailed in &apt-secure;." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Allow that a repository that was previously gpg signed to become unsigned " +#| "durign a update operation. When there is no valid signature of a " +#| "previously trusted repository apt will refuse the update. This option can " +#| "be used to override this protection. You almost certainly never want to " +#| "enable this. The default is false. Note that apt will still consider " +#| "packages from this source untrusted and warn about them if you try to " +#| "install them." +msgid "" "Allow that a repository that was previously gpg signed to become unsigned " -"durign a update operation. When there is no valid signature of a perviously " -"trusted repository apt will refuse the update. This option can be used to " -"override this protection. You almost certainly never want to enable this. " -"The default is false. Note that apt will still consider packages from this " -"source untrusted and warn about them if you try to install them." +"during an update operation. When there is no valid signature for a " +"previously trusted repository apt will refuse the update. This option can be " +"used to override this protection. You almost certainly never want to enable " +"this. The default is <literal>false</literal>. Concept, implications as " +"well as alternatives are detailed in &apt-secure;." msgstr "" "以前に GPG 署名されたリポジトリが、更新操作中に署名なしにすることを許可しま" "す。以前に信頼されたリポジトリの有効な署名が存在しない場合、更新を拒否しま" @@ -5257,128 +5441,22 @@ msgstr "" "これらのオプションは、パッケージのコンパイル時に &dpkg-buildpackage; に渡され" "ます。デフォルトでは署名を無効にし、全バイナリを生成します。" -#. type: Content of: <refentry><refsect1><refsect2><title> -#: apt.conf.5.xml -msgid "dpkg trigger usage (and related options)" -msgstr "dpkg トリガの使い方 (および関連オプション)" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml -msgid "" -"APT can call &dpkg; in such a way as to let it make aggressive use of " -"triggers over multiple calls of &dpkg;. Without further options &dpkg; will " -"use triggers once each time it runs. Activating these options can therefore " -"decrease the time needed to perform the install or upgrade. Note that it is " -"intended to activate these options per default in the future, but as it " -"drastically changes the way APT calls &dpkg; it needs a lot more testing. " -"<emphasis>These options are therefore currently experimental and should not " -"be used in production environments.</emphasis> It also breaks progress " -"reporting such that all front-ends will currently stay around half (or more) " -"of the time in the 100% state while it actually configures all packages." -msgstr "" -"APT は、複数の &dpkg; 呼び出しトリガを、積極的に行わせる方法で &dpkg; を呼び" -"出せます。オプションがなければ、実行のたびに &dpkg; は一度トリガを引くだけで" -"す。そのため、このオプションを有効にすると、インストールやアップグレードにか" -"かる時間を、短くできます。将来、このオプションを、デフォルトで有効にする方向" -"であることに注意してください。しかし、APT が &dpkg; を呼ぶ方法といった大幅な" -"変更を行うには、もっとたくさんのテストが必要です。<emphasis>したがって、この" -"オプションは現在実験中で、本番環境では使用するべきではありません。</emphasis>" -"さらに、すべてのフロントエンドが、実際には全パッケージを設定中なのに、半分 " -"(もしくはそれ以上) の時間 100% のままとなり、進捗レポートを壊してしまいます。" - -#. type: Content of: <refentry><refsect1><refsect2><para><literallayout> -#: apt.conf.5.xml -#, no-wrap -msgid "" -"DPkg::NoTriggers \"true\";\n" -"PackageManager::Configure \"smart\";\n" -"DPkg::ConfigurePending \"true\";\n" -"DPkg::TriggersPending \"true\";" -msgstr "" -"DPkg::NoTriggers \"true\";\n" -"PackageManager::Configure \"smart\";\n" -"DPkg::ConfigurePending \"true\";\n" -"DPkg::TriggersPending \"true\";" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml -msgid "" -"Note that it is not guaranteed that APT will support these options or that " -"these options will not cause (big) trouble in the future. If you have " -"understand the current risks and problems with these options, but are brave " -"enough to help testing them, create a new configuration file and test a " -"combination of options. Please report any bugs, problems and improvements " -"you encounter and make sure to note which options you have used in your " -"reports. Asking &dpkg; for help could also be useful for debugging proposes, " -"see e.g. <command>dpkg --audit</command>. A defensive option combination " -"would be <placeholder type=\"literallayout\" id=\"0\"/>" -msgstr "" -"APT がこのオプションをサポートすることや、将来このオプションが (大きな) トラ" -"ブルの原因にならないことは、保証されないことに注意してください。このオプショ" -"ンの現在のリスクと問題を理解し、テストを手伝う十分な勇気があるなら、新しい設" -"定ファイルを作成し、オプションの組み合わせのテストをお願いしたいです。遭遇し" -"たどんなバグ、問題、改善点を、どのようなオプションを使用したかと添えて報告し" -"てください。デバッグに役立つ可能性のある情報を &dpkg; に問い合わせることを提" -"案します (例: <command>dpkg --audit</command> を参照)。防御的なオプションの組" -"み合わせは、以下のようになります。<placeholder type=\"literallayout\" id=" -"\"0\"/>" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " -"call). See &dpkg; if you are interested in what this actually means. In " -"short: &dpkg; will not run the triggers when this flag is present unless it " -"is explicitly called to do so in an extra call. Note that this option " -"exists (undocumented) also in older APT versions with a slightly different " -"meaning: Previously these option only append --no-triggers to the configure " -"calls to &dpkg; - now APT will also add this flag to the unpack and remove " -"calls." -msgstr "" -"&dpkg; を呼び出すすべてのフラグ (ConfigurePending 呼び出し以外) を付与しませ" -"ん。実際にこれが何を意味するのか興味があるなら、&dpkg; を参照してください。要" -"するに、追加呼び出しで明示的に呼び出されない限り、このフラグがあると、&dpkg; " -"はトリガを実行しません。また、古いバージョンの APT に、意味がわずかに異なる、" -"このオプションが存在することに注意してください (ドキュメントなし)。以前のこの" -"オプションは、&dpkg; の呼び出し設定に、--no-triggers を追加するだけでした。現" -"在 APT は、このフラグを、展開呼び出しや削除呼び出しにも追加します。" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " -"and \"<literal>no</literal>\". The default value is \"<literal>all</literal>" -"\", which causes APT to configure all packages. The \"<literal>smart</" -"literal>\" way is to configure only packages which need to be configured " -"before another package can be unpacked (Pre-Depends), and let the rest be " -"configured by &dpkg; with a call generated by the ConfigurePending option " -"(see below). On the other hand, \"<literal>no</literal>\" will not configure " -"anything, and totally relies on &dpkg; for configuration (which at the " -"moment will fail if a Pre-Depends is encountered). Setting this option to " -"any value other than <literal>all</literal> will implicitly also activate " -"the next option by default, as otherwise the system could end in an " -"unconfigured and potentially unbootable state." -msgstr "" -"有効な値は \"<literal>all</literal>\", \"<literal>smart</literal>\", " -"\"<literal>no</literal>\" です。デフォルト値は \"<literal>all</literal>\" " -"で、APT にすべてのパッケージを設定させます。\"<literal>smart</literal>\" で" -"は、他のパッケージを展開する前に、設定が終わっていなければならないパッケージ " -"(事前依存) のみを設定し、残りを ConfigurePending オプション (後述) で生成し" -"た &dpkg; 呼び出しで設定します。他方では、\"<literal>no</literal>\" は何も設" -"定しません。設定については &dpkg; にすべて依存します (事前依存があると失敗し" -"ます)。このオプションを <literal>all</literal> 以外の値に設定すると、次のオプ" -"ションを暗黙的に有効にします。そうしないと、設定が完了せず、起動しなくなる可" -"能性があるからです。" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "If this option is set APT will call <command>dpkg --configure --pending</" +#| "command> to let &dpkg; handle all required configurations and triggers. " +#| "This option is activated automatically per default if the previous option " +#| "is not set to <literal>all</literal>, but deactivating it could be useful " +#| "if you want to run APT multiple times in a row - e.g. in an installer. In " +#| "these sceneries you could deactivate this option in all but the last run." msgid "" "If this option is set APT will call <command>dpkg --configure --pending</" "command> to let &dpkg; handle all required configurations and triggers. This " -"option is activated automatically per default if the previous option is not " -"set to <literal>all</literal>, but deactivating it could be useful if you " -"want to run APT multiple times in a row - e.g. in an installer. In these " -"sceneries you could deactivate this option in all but the last run." +"option is activated by default, but deactivating it could be useful if you " +"want to run APT multiple times in a row - e.g. in an installer. In this " +"scenario you could deactivate this option in all but the last run." msgstr "" "このオプションがセットされると、&dpkg; にすべての必要な設定とトリガを扱わせる" "ように、APT は <command>dpkg --configure --pending</command> を呼び出します。" @@ -5387,62 +5465,6 @@ msgstr "" "合 (インストーラなど) には、無効にしたほうが便利かもしれません。このシナリオ" "では、最後以外のすべての実行で、無効にできます。" -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Useful for the <literal>smart</literal> configuration as a package which has " -"pending triggers is not considered as <literal>installed</literal>, and " -"&dpkg; treats them as <literal>unpacked</literal> currently which is a " -"showstopper for Pre-Dependencies (see debbugs #526774). Note that this will " -"process all triggers, not only the triggers needed to configure this package." -msgstr "" -"<literal>installed</literal> として認識されない保留トリガがあるパッケージを、" -"<literal>smart</literal> 設定するのに便利です。&dpkg; は現在、先行依存関係に" -"は無力な <literal>unpacked</literal> として扱います (debbugs #526774 参照)。" -"このパッケージを設定するのに必要なトリガのみでなく、すべてのトリガを処理する" -"ことに注意してください。" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout> -#: apt.conf.5.xml -#, no-wrap -msgid "" -"OrderList::Score {\n" -"\tDelete 500;\n" -"\tEssential 200;\n" -"\tImmediate 10;\n" -"\tPreDepends 50;\n" -"};" -msgstr "" -"OrderList::Score {\n" -"\tDelete 500;\n" -"\tEssential 200;\n" -"\tImmediate 10;\n" -"\tPreDepends 50;\n" -"};" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Essential packages (and their dependencies) should be configured immediately " -"after unpacking. It is a good idea to do this quite early in the upgrade " -"process as these configure calls also currently require <literal>DPkg::" -"TriggersPending</literal> which will run quite a few triggers (which may not " -"be needed). Essentials get per default a high score but the immediate flag " -"is relatively low (a package which has a Pre-Depends is rated higher). " -"These option and the others in the same group can be used to change the " -"scoring. The following example shows the settings with their default " -"values. <placeholder type=\"literallayout\" id=\"0\"/>" -msgstr "" -"不可欠パッケージ (と、その依存しているパッケージ) は展開を終えると、すぐに設" -"定するべきです。アップグレードプロセスの初期に、設定してしまうのが良いのです" -"が、現在 <literal>DPkg::TriggersPending</literal> を要求しているパッケージも" -"同時に行うため、かなり多くのトリガ (すべてが必要とは限らない) を処理すること" -"になります。不可欠パッケージは、デフォルトではスコアを高く設定されています" -"が、即時フラグは相対的に低くなっています (先行依存パッケージのほうが高い)。こ" -"のオプションと、これと同じグループに属するものは、このスコア付けを変更するの" -"に使用します。以下の例では、デフォルト値を変更しています。<placeholder type=" -"\"literallayout\" id=\"0\"/>" - #. type: Content of: <refentry><refsect1><title> #: apt.conf.5.xml msgid "Periodic and Archives options" @@ -5453,13 +5475,13 @@ msgstr "Periodic オプションと Archives オプション" msgid "" "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups " "of options configure behavior of apt periodic updates, which is done by the " -"<literal>/etc/cron.daily/apt</literal> script. See the top of this script " -"for the brief documentation of these options." +"<literal>/usr/lib/apt/apt.systemd.daily</literal> script. See the top of " +"this script for the brief documentation of these options." msgstr "" "オプションの <literal>APT::Periodic</literal> グループと <literal>APT::" -"Archives</literal> グループは、<literal>/etc/cron.daily/apt</literal> スクリ" -"プトを使用して、apt の定期更新の挙動を設定します。このオプションのドキュメン" -"トは、このスクリプトの先頭を参照してください。" +"Archives</literal> グループは、<literal>/usr/lib/apt/apt.systemd.daily</" +"literal> スクリプトを使用して、apt の定期更新の挙動を設定します。このオプショ" +"ンのドキュメントは、このスクリプトの先頭を参照してください。" #. type: Content of: <refentry><refsect1><title> #: apt.conf.5.xml @@ -7635,6 +7657,17 @@ msgstr "" "異なる要素間で変化することができません。APT はこのような異常を検出してエラー" "出力しようとします。" +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Allow-Insecure</option> (<option>allow-insecure</option>), " +"<option>Allow-Weak</option> (<option>allow-weak</option>) and <option>Allow-" +"Downgrade-To-Insecure</option> (<option>allow-downgrade-to-insecure</" +"option>) are boolean values which all default to <literal>no</literal>. If " +"set to <literal>yes</literal> they circumvent parts of &apt-secure; and " +"should therefore not be used lightly!" +msgstr "" + #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" @@ -7962,34 +7995,34 @@ msgstr "" #: sources.list.5.xml #, no-wrap msgid "" -"deb http://httpredir.debian.org/debian &debian-stable-codename; main\n" -"deb [ arch=amd64,armel ] http://httpredir.debian.org/debian &debian-stable-codename; main" +"deb http://deb.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://deb.debian.org/debian &debian-stable-codename; main" msgstr "" -"deb http://httpredir.debian.org/debian &debian-stable-codename; main\n" -"deb [ arch=amd64,armel ] http://httpredir.debian.org/debian &debian-stable-codename; main" +"deb http://deb.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://deb.debian.org/debian &debian-stable-codename; main" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, no-wrap msgid "" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: &debian-stable-codename;\n" "Components: main\n" "\n" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: &debian-stable-codename;\n" "Components: main\n" "Architectures: amd64 armel\n" msgstr "" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: &debian-stable-codename;\n" "Components: main\n" "\n" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: &debian-stable-codename;\n" "Components: main\n" "Architectures: amd64 armel\n" @@ -8136,31 +8169,31 @@ msgstr "" #: sources.list.5.xml #, no-wrap msgid "" -"deb http://httpredir.debian.org/debian stable main contrib\n" -"deb-src http://httpredir.debian.org/debian stable main contrib\n" -"deb http://httpredir.debian.org/debian testing main contrib\n" -"deb-src http://httpredir.debian.org/debian testing main contrib\n" -"deb http://httpredir.debian.org/debian unstable main contrib\n" -"deb-src http://httpredir.debian.org/debian unstable main contrib" +"deb http://deb.debian.org/debian stable main contrib\n" +"deb-src http://deb.debian.org/debian stable main contrib\n" +"deb http://deb.debian.org/debian testing main contrib\n" +"deb-src http://deb.debian.org/debian testing main contrib\n" +"deb http://deb.debian.org/debian unstable main contrib\n" +"deb-src http://deb.debian.org/debian unstable main contrib" msgstr "" -"deb http://httpredir.debian.org/debian stable main contrib\n" -"deb-src http://httpredir.debian.org/debian stable main contrib\n" -"deb http://httpredir.debian.org/debian testing main contrib\n" -"deb-src http://httpredir.debian.org/debian testing main contrib\n" -"deb http://httpredir.debian.org/debian unstable main contrib\n" -"deb-src http://httpredir.debian.org/debian unstable main contrib" +"deb http://deb.debian.org/debian stable main contrib\n" +"deb-src http://deb.debian.org/debian stable main contrib\n" +"deb http://deb.debian.org/debian testing main contrib\n" +"deb-src http://deb.debian.org/debian testing main contrib\n" +"deb http://deb.debian.org/debian unstable main contrib\n" +"deb-src http://deb.debian.org/debian unstable main contrib" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, no-wrap msgid "" "Types: deb deb-src\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: stable testing unstable\n" "Components: main contrib\n" msgstr "" "Types: deb deb-src\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: stable testing unstable\n" "Components: main contrib\n" @@ -8388,17 +8421,31 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml +#, fuzzy +#| msgid "" +#| "The <literal>release</literal> command generates a Release file from a " +#| "directory tree. It recursively searches the given directory for " +#| "uncompressed <filename>Packages</filename> and <filename>Sources</" +#| "filename> files and ones compressed with <command>gzip</command>, " +#| "<command>bzip2</command> or <command>lzma</command> as well as " +#| "<filename>Release</filename> and <filename>md5sum.txt</filename> files by " +#| "default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). " +#| "Additional filename patterns can be added by listing them in " +#| "<literal>APT::FTPArchive::Release::Patterns</literal>. It then writes to " +#| "stdout a <filename>Release</filename> file containing (by default) an " +#| "MD5, SHA1, SHA256 and SHA512 digest for each file." msgid "" "The <literal>release</literal> command generates a Release file from a " "directory tree. It recursively searches the given directory for uncompressed " -"<filename>Packages</filename> and <filename>Sources</filename> files and " -"ones compressed with <command>gzip</command>, <command>bzip2</command> or " -"<command>lzma</command> as well as <filename>Release</filename> and " -"<filename>md5sum.txt</filename> files by default (<literal>APT::FTPArchive::" -"Release::Default-Patterns</literal>). Additional filename patterns can be " -"added by listing them in <literal>APT::FTPArchive::Release::Patterns</" -"literal>. It then writes to stdout a <filename>Release</filename> file " -"containing (by default) an MD5, SHA1, SHA256 and SHA512 digest for each file." +"and compressed <filename>Packages</filename>, <filename>Sources</filename>, " +"<filename>Contents</filename>, <filename>Components</filename> and " +"<filename>icons</filename> files as well as <filename>Release</filename>, " +"<filename>Index</filename> and <filename>md5sum.txt</filename> files by " +"default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). " +"Additional filename patterns can be added by listing them in <literal>APT::" +"FTPArchive::Release::Patterns</literal>. It then writes to stdout a " +"<filename>Release</filename> file containing (by default) an MD5, SHA1, " +"SHA256 and SHA512 digest for each file." msgstr "" "<literal>release</literal> コマンドは、ディレクトリツリーから Release ファイ" "ルを生成します。与えたディレクトリを再帰的に検索し、未圧縮の " @@ -8414,15 +8461,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml +#, fuzzy +#| msgid "" +#| "Values for the additional metadata fields in the Release file are taken " +#| "from the corresponding variables under <literal>APT::FTPArchive::Release</" +#| "literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " +#| "supported fields are: <literal>Origin</literal>, <literal>Label</" +#| "literal>, <literal>Suite</literal>, <literal>Version</literal>, " +#| "<literal>Codename</literal>, <literal>Date</literal>, <literal>Valid-" +#| "Until</literal>, <literal>Architectures</literal>, <literal>Components</" +#| "literal>, <literal>Description</literal>." msgid "" "Values for the additional metadata fields in the Release file are taken from " "the corresponding variables under <literal>APT::FTPArchive::Release</" -"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " -"supported fields are: <literal>Origin</literal>, <literal>Label</literal>, " +"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " +"supported fields are <literal>Origin</literal>, <literal>Label</literal>, " "<literal>Suite</literal>, <literal>Version</literal>, <literal>Codename</" "literal>, <literal>Date</literal>, <literal>Valid-Until</literal>, " -"<literal>Architectures</literal>, <literal>Components</literal>, " -"<literal>Description</literal>." +"<literal>Signed-By</literal>, <literal>Architectures</literal>, " +"<literal>Components</literal> and <literal>Description</literal>." msgstr "" "Release ファイルの追加メタデータフィールドの値は、<literal>APT::FTPArchive::" "Release</literal> 以下の相当する値 (例: <literal>APT::FTPArchive::Release::" @@ -8549,11 +8606,17 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml +#, fuzzy +#| msgid "" +#| "Sets the default compression schemes to use for the package index files. " +#| "It is a string that contains a space separated list of at least one of: " +#| "'.' (no compression), 'gzip' and 'bzip2'. The default for all compression " +#| "schemes is '. gzip'." msgid "" "Sets the default compression schemes to use for the package index files. It " -"is a string that contains a space separated list of at least one of: '.' (no " -"compression), 'gzip' and 'bzip2'. The default for all compression schemes is " -"'. gzip'." +"is a string that contains a space separated list of at least one of the " +"compressors configured via the <option>APT::Compressor</option> " +"configuration scope. The default for all compression schemes is '. gzip'." msgstr "" "パッケージインデックスファイルのデフォルト圧縮方法を設定します。少なくとも " "'.' (圧縮なし), 'gzip', 'bzip2' のどれかが入る、空白区切りの文字列です。圧縮" @@ -10768,6 +10831,206 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n" msgid "Which will use the already fetched archives on the disc." msgstr "これで、ディスクにある取得済みのアーカイブを使用するようになります。" +#~ msgid "dpkg trigger usage (and related options)" +#~ msgstr "dpkg トリガの使い方 (および関連オプション)" + +#~ msgid "" +#~ "APT can call &dpkg; in such a way as to let it make aggressive use of " +#~ "triggers over multiple calls of &dpkg;. Without further options &dpkg; " +#~ "will use triggers once each time it runs. Activating these options can " +#~ "therefore decrease the time needed to perform the install or upgrade. " +#~ "Note that it is intended to activate these options per default in the " +#~ "future, but as it drastically changes the way APT calls &dpkg; it needs a " +#~ "lot more testing. <emphasis>These options are therefore currently " +#~ "experimental and should not be used in production environments.</" +#~ "emphasis> It also breaks progress reporting such that all front-ends will " +#~ "currently stay around half (or more) of the time in the 100% state while " +#~ "it actually configures all packages." +#~ msgstr "" +#~ "APT は、複数の &dpkg; 呼び出しトリガを、積極的に行わせる方法で &dpkg; を呼" +#~ "び出せます。オプションがなければ、実行のたびに &dpkg; は一度トリガを引くだ" +#~ "けです。そのため、このオプションを有効にすると、インストールやアップグレー" +#~ "ドにかかる時間を、短くできます。将来、このオプションを、デフォルトで有効に" +#~ "する方向であることに注意してください。しかし、APT が &dpkg; を呼ぶ方法と" +#~ "いった大幅な変更を行うには、もっとたくさんのテストが必要です。<emphasis>し" +#~ "たがって、このオプションは現在実験中で、本番環境では使用するべきではありま" +#~ "せん。</emphasis>さらに、すべてのフロントエンドが、実際には全パッケージを" +#~ "設定中なのに、半分 (もしくはそれ以上) の時間 100% のままとなり、進捗レポー" +#~ "トを壊してしまいます。" + +#~ msgid "" +#~ "DPkg::NoTriggers \"true\";\n" +#~ "PackageManager::Configure \"smart\";\n" +#~ "DPkg::ConfigurePending \"true\";\n" +#~ "DPkg::TriggersPending \"true\";" +#~ msgstr "" +#~ "DPkg::NoTriggers \"true\";\n" +#~ "PackageManager::Configure \"smart\";\n" +#~ "DPkg::ConfigurePending \"true\";\n" +#~ "DPkg::TriggersPending \"true\";" + +#~ msgid "" +#~ "Note that it is not guaranteed that APT will support these options or " +#~ "that these options will not cause (big) trouble in the future. If you " +#~ "have understand the current risks and problems with these options, but " +#~ "are brave enough to help testing them, create a new configuration file " +#~ "and test a combination of options. Please report any bugs, problems and " +#~ "improvements you encounter and make sure to note which options you have " +#~ "used in your reports. Asking &dpkg; for help could also be useful for " +#~ "debugging proposes, see e.g. <command>dpkg --audit</command>. A defensive " +#~ "option combination would be <placeholder type=\"literallayout\" id=\"0\"/>" +#~ msgstr "" +#~ "APT がこのオプションをサポートすることや、将来このオプションが (大きな) ト" +#~ "ラブルの原因にならないことは、保証されないことに注意してください。このオプ" +#~ "ションの現在のリスクと問題を理解し、テストを手伝う十分な勇気があるなら、新" +#~ "しい設定ファイルを作成し、オプションの組み合わせのテストをお願いしたいで" +#~ "す。遭遇したどんなバグ、問題、改善点を、どのようなオプションを使用したかと" +#~ "添えて報告してください。デバッグに役立つ可能性のある情報を &dpkg; に問い合" +#~ "わせることを提案します (例: <command>dpkg --audit</command> を参照)。防御" +#~ "的なオプションの組み合わせは、以下のようになります。<placeholder type=" +#~ "\"literallayout\" id=\"0\"/>" + +#~ msgid "" +#~ "Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " +#~ "call). See &dpkg; if you are interested in what this actually means. In " +#~ "short: &dpkg; will not run the triggers when this flag is present unless " +#~ "it is explicitly called to do so in an extra call. Note that this option " +#~ "exists (undocumented) also in older APT versions with a slightly " +#~ "different meaning: Previously these option only append --no-triggers to " +#~ "the configure calls to &dpkg; - now APT will also add this flag to the " +#~ "unpack and remove calls." +#~ msgstr "" +#~ "&dpkg; を呼び出すすべてのフラグ (ConfigurePending 呼び出し以外) を付与しま" +#~ "せん。実際にこれが何を意味するのか興味があるなら、&dpkg; を参照してくださ" +#~ "い。要するに、追加呼び出しで明示的に呼び出されない限り、このフラグがある" +#~ "と、&dpkg; はトリガを実行しません。また、古いバージョンの APT に、意味がわ" +#~ "ずかに異なる、このオプションが存在することに注意してください (ドキュメント" +#~ "なし)。以前のこのオプションは、&dpkg; の呼び出し設定に、--no-triggers を追" +#~ "加するだけでした。現在 APT は、このフラグを、展開呼び出しや削除呼び出しに" +#~ "も追加します。" + +#~ msgid "" +#~ "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " +#~ "and \"<literal>no</literal>\". The default value is \"<literal>all</" +#~ "literal>\", which causes APT to configure all packages. The " +#~ "\"<literal>smart</literal>\" way is to configure only packages which need " +#~ "to be configured before another package can be unpacked (Pre-Depends), " +#~ "and let the rest be configured by &dpkg; with a call generated by the " +#~ "ConfigurePending option (see below). On the other hand, \"<literal>no</" +#~ "literal>\" will not configure anything, and totally relies on &dpkg; for " +#~ "configuration (which at the moment will fail if a Pre-Depends is " +#~ "encountered). Setting this option to any value other than <literal>all</" +#~ "literal> will implicitly also activate the next option by default, as " +#~ "otherwise the system could end in an unconfigured and potentially " +#~ "unbootable state." +#~ msgstr "" +#~ "有効な値は \"<literal>all</literal>\", \"<literal>smart</literal>\", " +#~ "\"<literal>no</literal>\" です。デフォルト値は \"<literal>all</literal>\" " +#~ "で、APT にすべてのパッケージを設定させます。\"<literal>smart</literal>\" " +#~ "では、他のパッケージを展開する前に、設定が終わっていなければならないパッ" +#~ "ケージ (事前依存) のみを設定し、残りを ConfigurePending オプション (後述) " +#~ "で生成した &dpkg; 呼び出しで設定します。他方では、\"<literal>no</literal>" +#~ "\" は何も設定しません。設定については &dpkg; にすべて依存します (事前依存" +#~ "があると失敗します)。このオプションを <literal>all</literal> 以外の値に設" +#~ "定すると、次のオプションを暗黙的に有効にします。そうしないと、設定が完了せ" +#~ "ず、起動しなくなる可能性があるからです。" + +#~ msgid "" +#~ "Useful for the <literal>smart</literal> configuration as a package which " +#~ "has pending triggers is not considered as <literal>installed</literal>, " +#~ "and &dpkg; treats them as <literal>unpacked</literal> currently which is " +#~ "a showstopper for Pre-Dependencies (see debbugs #526774). Note that this " +#~ "will process all triggers, not only the triggers needed to configure this " +#~ "package." +#~ msgstr "" +#~ "<literal>installed</literal> として認識されない保留トリガがあるパッケージ" +#~ "を、<literal>smart</literal> 設定するのに便利です。&dpkg; は現在、先行依存" +#~ "関係には無力な <literal>unpacked</literal> として扱います (debbugs " +#~ "#526774 参照)。このパッケージを設定するのに必要なトリガのみでなく、すべて" +#~ "のトリガを処理することに注意してください。" + +#~ msgid "" +#~ "OrderList::Score {\n" +#~ "\tDelete 500;\n" +#~ "\tEssential 200;\n" +#~ "\tImmediate 10;\n" +#~ "\tPreDepends 50;\n" +#~ "};" +#~ msgstr "" +#~ "OrderList::Score {\n" +#~ "\tDelete 500;\n" +#~ "\tEssential 200;\n" +#~ "\tImmediate 10;\n" +#~ "\tPreDepends 50;\n" +#~ "};" + +#~ msgid "" +#~ "Essential packages (and their dependencies) should be configured " +#~ "immediately after unpacking. It is a good idea to do this quite early in " +#~ "the upgrade process as these configure calls also currently require " +#~ "<literal>DPkg::TriggersPending</literal> which will run quite a few " +#~ "triggers (which may not be needed). Essentials get per default a high " +#~ "score but the immediate flag is relatively low (a package which has a Pre-" +#~ "Depends is rated higher). These option and the others in the same group " +#~ "can be used to change the scoring. The following example shows the " +#~ "settings with their default values. <placeholder type=\"literallayout\" " +#~ "id=\"0\"/>" +#~ msgstr "" +#~ "不可欠パッケージ (と、その依存しているパッケージ) は展開を終えると、すぐに" +#~ "設定するべきです。アップグレードプロセスの初期に、設定してしまうのが良いの" +#~ "ですが、現在 <literal>DPkg::TriggersPending</literal> を要求しているパッ" +#~ "ケージも同時に行うため、かなり多くのトリガ (すべてが必要とは限らない) を処" +#~ "理することになります。不可欠パッケージは、デフォルトではスコアを高く設定さ" +#~ "れていますが、即時フラグは相対的に低くなっています (先行依存パッケージのほ" +#~ "うが高い)。このオプションと、これと同じグループに属するものは、このスコア" +#~ "付けを変更するのに使用します。以下の例では、デフォルト値を変更しています。" +#~ "<placeholder type=\"literallayout\" id=\"0\"/>" + +#~ msgid "List fingerprints of trusted keys." +#~ msgstr "信頼キーのフィンガープリントを一覧表示します。" + +#~ msgid "<filename>/etc/apt/trustdb.gpg</filename>" +#~ msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +#~ msgid "Local trust database of archive keys." +#~ msgstr "アーカイブキーのローカル信頼データベースです。" + +#~ msgid "&keyring-filename;" +#~ msgstr "&keyring-filename;" + +#~ msgid "Keyring of &keyring-distro; archive trusted keys." +#~ msgstr "&keyring-distro; アーカイブ信頼キーのキーリングです。" + +#~ msgid "&keyring-removed-filename;" +#~ msgstr "&keyring-removed-filename;" + +#~ msgid "Keyring of &keyring-distro; archive removed trusted keys." +#~ msgstr "削除された &keyring-distro; アーカイブ信頼キーのキーリングです。" + +#~ msgid "" +#~ "In the future APT will refuse to work with unauthenticated repositories " +#~ "by default until support for them is removed entirely. Users have the " +#~ "option to opt-in to this behavior already by setting the configuration " +#~ "option <option>Acquire::AllowInsecureRepositories</option> to " +#~ "<literal>false</literal>." +#~ msgstr "" +#~ "将来的には、リポジトリ認証サポートが完全に削除されるまで、APT はデフォルト" +#~ "で認証されていないリポジトリでの動作を拒否するでしょう。設定オプション " +#~ "<option>Acquire::AllowInsecureRepositories</option> を <literal>false</" +#~ "literal> に設定することで、ユーザはこのような動作にするオプトインするオプ" +#~ "ションがあります。" + +#~ msgid "" +#~ "Allow the update operation to load data files from a repository without a " +#~ "trusted signature. If enabled this option no data files will be loaded " +#~ "and the update operation fails with a error for this source. The default " +#~ "is false for backward compatibility. This will be changed in the future." +#~ msgstr "" +#~ "信頼された署名がないリポジトリからデータファイルをロードする更新操作を許可" +#~ "します。このオプションを有効にした場合は、データファイルはロードされず、更" +#~ "新処理はこの取得元からのエラーで失敗します。デフォルトは、下位互換性を維持" +#~ "するために無効です。これは将来的に変更されます。" + #~ msgid "&apt-get;, &apt-conf;" #~ msgstr "&apt-get;, &apt-conf;"