+"The Languages subsection controls which <filename>Translation</filename> "
+"files are downloaded and in which order APT tries to display the description-"
+"translations. APT will try to display the first available description in the "
+"language which is listed first. Languages can be defined with their short or "
+"long language codes. Note that not all archives provide "
+"<filename>Translation</filename> files for every language - the long "
+"language codes are especially rare."
+msgstr ""
+"Languages サブセクションは、<filename>Translation</filename> ファイルをダウン"
+"ロードし、APT が説明の翻訳を表示しようとする場合の挙動を制御します。APT はリ"
+"ストの先頭にある言語で、まず有効な説明を表示しようとします。Languages は 短い"
+"形式や長い形式の言語コードで、定義できます。すべてのアーカイブが、全言語の "
+"<filename>Translation</filename> ファイルを、提供しているわけではないことに注"
+"意してください。長い言語コードは特に見かけません。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><programlisting>
+#: apt.conf.5.xml:575
+#, no-wrap
+msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
+msgstr "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:563
+msgid ""
+"The default list includes \"environment\" and \"en\". "
+"\"<literal>environment</literal>\" has a special meaning here: it will be "
+"replaced at runtime with the language codes extracted from the "
+"<literal>LC_MESSAGES</literal> environment variable. It will also ensure "
+"that these codes are not included twice in the list. If "
+"<literal>LC_MESSAGES</literal> is set to \"C\" only the "
+"<filename>Translation-en</filename> file (if available) will be used. To "
+"force APT to use no Translation file use the setting <literal>Acquire::"
+"Languages=none</literal>. \"<literal>none</literal>\" is another special "
+"meaning code which will stop the search for a suitable "
+"<filename>Translation</filename> file. This tells APT to download these "
+"translations too, without actually using them unless the environment "
+"specifies the languages. So the following example configuration will result "
+"in the order \"en, de\" in an English locale or \"de, en\" in a German one. "
+"Note that \"fr\" is downloaded, but not used unless APT is used in a French "
+"locale (where the order would be \"fr, de, en\"). <placeholder type="
+"\"programlisting\" id=\"0\"/>"
+msgstr ""
+"デフォルトのリストには \"environment\" と \"en\" がありま"
+"す。\"<literal>environment</literal>\" はここでは特殊な意味があります。これは"
+"実行時に、<literal>LC_MESSAGES</literal> 環境変数から取得した言語コードに置換"
+"されます。また、このリストには、同じコードが2度現れないように確認してくださ"
+"い。<literal>LC_MESSAGES</literal> が \"C\" に設定されているだけの場合、"
+"<filename>Translation-en</filename> ファイルを (利用可能であれば) 使用しま"
+"す。強制的に APT が Translation ファイルを使用しないようにするには、"
+"<literal>Acquire::Languages=none</literal> と設定してくださ"
+"い。\"<literal>none</literal>\" はもうひとつの特殊な意味を持つコードで、適切"
+"な <filename>Translation</filename> ファイルの検索を中止します。環境から実際"
+"の言語を指定されなかった場合、この値を用いて APT に翻訳をダウンロードさせま"
+"す。そのため、以下の設定例では、英語ロケールの場合 \"en, de\" の順になり、ド"
+"イツ語ロケールの場合 \"de, en\" の順になります。\"fr\" はダウンロードされます"
+"が、フランス語ロケール (\"fr, de, en\" の順になる) でないと、APT が使用しない"
+"ことに注意してください。<placeholder type=\"programlisting\" id=\"0\"/>"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:576
+msgid ""
+"Note: To prevent problems resulting from APT being executed in different "
+"environments (e.g. by different users or by other programs) all Translation "
+"files which are found in <filename>/var/lib/apt/lists/</filename> will be "
+"added to the end of the list (after an implicit \"<literal>none</literal>\")."
+msgstr ""
+"注意: 異なる環境 (例: 異なるユーザや他のプログラム) で APT を実行したことによ"
+"る問題を防ぐため、<filename>/var/lib/apt/lists/</filename> にあるすべての "
+"Translation ファイルを、リストの最後 (暗黙の \"<literal>none</literal>\" の"
+"後) に追加します。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:585
+msgid "When downloading, force to use only the IPv4 protocol."