- review and fix spelling issues
* doc/apt-cdrom.8.xml:
- replace CDROM with the proper CD-ROM in text
- correct disc vs. disk issues
* doc/apt-cdrom.8.xml:
- replace CDROM with the proper CD-ROM in text
- correct disc vs. disk issues
+ * doc/apt-config.8.xml:
+ - review and fix spelling issues
+
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 24 May 2012 19:40:58 +0200
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 24 May 2012 19:40:58 +0200
<para><command>apt-config</command> is an internal program used by various
portions of the APT suite to provide consistent configurability. It accesses
the main configuration file <filename>/etc/apt/apt.conf</filename> in a
<para><command>apt-config</command> is an internal program used by various
portions of the APT suite to provide consistent configurability. It accesses
the main configuration file <filename>/etc/apt/apt.conf</filename> in a
- manner that is easy to use by scripted applications.</para>
+ manner that is easy to use for scripted applications.</para>
<para>Unless the <option>-h</option>, or <option>--help</option> option is
given, one of the commands below must be present.
<para>Unless the <option>-h</option>, or <option>--help</option> option is
given, one of the commands below must be present.
<variablelist>
<varlistentry><term><option>shell</option></term>
<listitem><para>
<variablelist>
<varlistentry><term><option>shell</option></term>
<listitem><para>
- shell is used to access the configuration information from a shell
- script. It is given pairs of arguments, the first being a shell
- variable and the second the configuration value to query. As output
- it lists a series of shell assignments commands for each present value.
- In a shell script it should be used like:
+ shell is used to access the configuration information from a shell
+ script. It is given pairs of arguments, the first being a shell
+ variable and the second the configuration value to query. As output
+ it lists shell assignment commands for each value present.
+ In a shell script it should be used as follows:
</para>
<informalexample><programlisting>
</para>
<informalexample><programlisting>
<varlistentry>
<term><option>--format '<replaceable>%f "%v";%n</replaceable>'</option></term>
<varlistentry>
<term><option>--format '<replaceable>%f "%v";%n</replaceable>'</option></term>
- <listitem><para>Defines the output of each config option. %t will be replaced with the name of the option,
- %f with the complete optionname and %v with the value of the option.
+ <listitem><para>Defines the output of each config option. %t will be replaced with its individual name,
+ %f with its full hierarchical name and %v with its value.
Use uppercase letters and special characters in the value will be encoded to ensure that
Use uppercase letters and special characters in the value will be encoded to ensure that
- it can e.g. be savely used in a quoted-string as defined by RFC822. Additionally
- %n will be replaced by a newline, %N by a tab. A % can be
+ it can e.g. be safely used in a quoted-string as defined by RFC822. Additionally
+ %n will be replaced by a newline, and %N by a tab. A % can be
printed by using %%.</para></listitem>
</varlistentry>
printed by using %%.</para></listitem>
</varlistentry>
msgstr ""
"Project-Id-Version: apt-doc 0.9.5.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: apt-doc 0.9.5.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-25 10:28+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgid ""
"shell is used to access the configuration information from a shell "
"script. It is given pairs of arguments, the first being a shell variable and "
msgid ""
"shell is used to access the configuration information from a shell "
"script. It is given pairs of arguments, the first being a shell variable and "
-"the second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"the second the configuration value to query. As output it lists shell "
+"assignment commands for each value present. In a shell script it should be "
+"used as follows:"
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using "
-"%%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
"Project-Id-Version: apt-doc 0.9.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: apt-doc 0.9.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2012-05-21 23:18+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"PO-Revision-Date: 2012-05-21 23:18+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"ein Medium umbenennen. Ändert den Namen eines Mediums oder überschreibt den "
"Namen, der dem Medium gegeben wurde. Diese Option wird <command>apt-cdrom</"
msgstr ""
"ein Medium umbenennen. Ändert den Namen eines Mediums oder überschreibt den "
"Namen, der dem Medium gegeben wurde. Diese Option wird <command>apt-cdrom</"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> ist ein internes Programm, das von vielen "
"Teilen des APT-Pakets benutzt wird, um durchgängige Konfigurierbarkeit "
msgstr ""
"<command>apt-config</command> ist ein internes Programm, das von vielen "
"Teilen des APT-Pakets benutzt wird, um durchgängige Konfigurierbarkeit "
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"shell wird benutzt, um aus einem Shellskript auf Konfigurationsinformationen "
"zuzugreifen. Es wird ein Paar aus Argumenten angegeben – das erste als Shell-"
msgstr ""
"shell wird benutzt, um aus einem Shellskript auf Konfigurationsinformationen "
"zuzugreifen. Es wird ein Paar aus Argumenten angegeben – das erste als Shell-"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:96
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:96
+#, fuzzy
+#| msgid ""
+#| "Defines the output of each config option. %t will be replaced with "
+#| "the name of the option, %f with the complete optionname and "
+#| "%v with the value of the option. Use uppercase letters and "
+#| "special characters in the value will be encoded to ensure that it can e."
+#| "g. be savely used in a quoted-string as defined by RFC822. Additionally "
+#| "%n will be replaced by a newline, %N by a tab. A % "
+#| "can be printed by using %%."
msgid ""
"Defines the output of each config option. %t will be replaced with "
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
"definiert die Ausgabe jeder Option. %t wird durch den Namen der "
"Option ersetzt, %f durch den kompletten Optionsnamen und %v "
msgstr ""
"definiert die Ausgabe jeder Option. %t wird durch den Namen der "
"Option ersetzt, %f durch den kompletten Optionsnamen und %v "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
msgstr ""
"Project-Id-Version: apt 0.7.25\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: apt 0.7.25\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2010-08-25 03:25+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
"PO-Revision-Date: 2010-08-25 03:25+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"Renombra un disco. Cambia la etiqueta de un disco o invalida la etiqueta del "
"disco. Esta opción hará que <command>apt-cdrom</command> solicite una "
msgstr ""
"Renombra un disco. Cambia la etiqueta de un disco o invalida la etiqueta del "
"disco. Esta opción hará que <command>apt-cdrom</command> solicite una "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> es un programa interno que usan varios "
"programas del conjunto de herramientas de APT para ofrecer un método de "
msgstr ""
"<command>apt-config</command> es un programa interno que usan varios "
"programas del conjunto de herramientas de APT para ofrecer un método de "
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"Se usa para acceder a la información de la configuración mediante un script. "
"Se proporcionan parejas de argumentos, el primero es una variable del "
msgstr ""
"Se usa para acceder a la información de la configuración mediante un script. "
"Se proporcionan parejas de argumentos, el primero es una variable del "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2011-02-17 07:50+0100\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"PO-Revision-Date: 2011-02-17 07:50+0100\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"Change le nom d'un disque ; change le nom d'un disque ou remplace un disque "
"pour un nom donné. Cette option oblige <command>apt-cdrom</command> à "
msgstr ""
"Change le nom d'un disque ; change le nom d'un disque ou remplace un disque "
"pour un nom donné. Cette option oblige <command>apt-cdrom</command> à "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> est un programme interne utilisé par "
"différents composants d'APT ; il offre la possibilité d'une configuration "
msgstr ""
"<command>apt-config</command> est un programme interne utilisé par "
"différents composants d'APT ; il offre la possibilité d'une configuration "
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"Le terme shell est utilisé pour accéder aux informations de configuration "
"depuis un script shell. Deux arguments doivent lui être donnés ; le premier "
msgstr ""
"Le terme shell est utilisé pour accéder aux informations de configuration "
"depuis un script shell. Deux arguments doivent lui être donnés ; le premier "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-25 10:28+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2003-04-26 23:26+0100\n"
"Last-Translator: Traduzione di Eugenia Franzoni <eugenia@linuxcare.com>\n"
"Language-Team: <debian-l10n-italian@lists.debian.org>\n"
"PO-Revision-Date: 2003-04-26 23:26+0100\n"
"Last-Translator: Traduzione di Eugenia Franzoni <eugenia@linuxcare.com>\n"
"Language-Team: <debian-l10n-italian@lists.debian.org>\n"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
"Project-Id-Version: apt 0.7.25.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
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-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+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"
"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"
"burns and verifying the index files."
msgstr ""
"<command>apt-cdrom</command> は利用可能な取得元として、APT のリストに新しい "
"burns and verifying the index files."
msgstr ""
"<command>apt-cdrom</command> は利用可能な取得元として、APT のリストに新しい "
-"CD-ROM を追加するのに便利です。<command>apt-cdrom</command> は焼き損じを可能な"
-"限り補正し、ディスク構造の確認を助けます。また、インデックスファイルの確認を"
-"行います。"
+"CD-ROM を追加するのに便利です。<command>apt-cdrom</command> は焼き損じを可能"
+"な限り補正し、ディスク構造の確認を助けます。また、インデックスファイルの確認"
+"を行います。"
# type: Content of: <refentry><refsect1><para>
#. type: Content of: <refentry><refsect1><para>
# type: Content of: <refentry><refsect1><para>
#. type: Content of: <refentry><refsect1><para>
"<filename>.disk</filename> directory you will be prompted for a descriptive "
"title."
msgstr ""
"<filename>.disk</filename> directory you will be prompted for a descriptive "
"title."
msgstr ""
-"<literal>add</literal> は、新しいディスクを取得元リストに追加します。CD-ROM デ"
-"バイスのアンマウント、ディスク挿入のプロンプト表示の後に、ディスクのスキャン"
-"とインデックスファイルのコピーを行います。ディスクに正しい <filename>.disk</"
-"filename> ディレクトリが存在しない場合、タイトルを入力するよう促します。"
+"<literal>add</literal> は、新しいディスクを取得元リストに追加します。CD-ROM "
+"デバイスのアンマウント、ディスク挿入のプロンプト表示の後に、ディスクのスキャ"
+"ンとインデックスファイルのコピーを行います。ディスクに正しい <filename>."
+"disk</filename> ディレクトリが存在しない場合、タイトルを入力するよう促しま"
+"す。"
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
"maintains a database of these IDs in <filename>&statedir;/cdroms.list</"
"filename>"
msgstr ""
"maintains a database of these IDs in <filename>&statedir;/cdroms.list</"
"filename>"
msgstr ""
-"APT は、現在ドライブにあるディスクのトラックから取得した、CD-ROM ID を使用しま"
-"す。またその ID を、<filename>&statedir;/cdroms.list</filename> 内のデータ"
+"APT は、現在ドライブにあるディスクのトラックから取得した、CD-ROM ID を使用し"
+"ã\81¾ã\81\99ã\80\82ã\81¾ã\81\9fã\81\9dã\81® ID ã\82\92ã\80\81<filename>&statedir;/cdroms.list</filename> å\86\85ã\81®ã\83\87ã\83¼ã\82¿"
"ベースで管理します。"
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
"ベースで管理します。"
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"ディスクの名前変更 - 指定した名前でディスクのラベルを変更・更新します。このオ"
"プションにより、<command>apt-cdrom</command> が新しいラベルを入力するよう促し"
msgstr ""
"ディスクの名前変更 - 指定した名前でディスクのラベルを変更・更新します。このオ"
"プションにより、<command>apt-cdrom</command> が新しいラベルを入力するよう促し"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> は、APT スイートの様々な所で一貫した設定を行う"
"ために使用する、内部ツールです。スクリプトアプリケーションで使いやすい方法"
msgstr ""
"<command>apt-config</command> は、APT スイートの様々な所で一貫した設定を行う"
"ために使用する、内部ツールです。スクリプトアプリケーションで使いやすい方法"
# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"shell は、シェルスクリプトから設定情報にアクセスするのに使用します。引数とし"
"て、まずシェル変数、次に取得したい設定値をペアで与えます。出力として、現在の"
msgstr ""
"shell は、シェルスクリプトから設定情報にアクセスするのに使用します。引数とし"
"て、まずシェル変数、次に取得したい設定値をペアで与えます。出力として、現在の"
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
# type: Content of: <refentry><refsect1><para>
msgstr ""
# type: Content of: <refentry><refsect1><para>
"cdrom block. It is important to have the trailing slash. Unmount commands "
"can be specified using UMount."
msgstr ""
"cdrom block. It is important to have the trailing slash. Unmount commands "
"can be specified using UMount."
msgstr ""
-"CD-ROM URI - CD-ROM URI はマウントポイントの設定のみを行います。<filename>/etc/"
-"fstab</filename> で設定されているように、CD-ROM ドライブのマウントポイントを "
-"<literal>cdrom::Mount</literal> に設定しなければなりません。(SMB マウントや古"
-"ã\81\84 mount ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81ªã\81©) ã\83\9eã\82¦ã\83³ã\83\88ã\83\9dã\82¤ã\83³ã\83\88ã\81\8c fstab ã\81«è¨\98è¿°ã\81§ã\81\8dã\81ªã\81\84å ´å\90\88ã\80\81ã\81\8bã\82\8fã\82\8a"
-"ã\81«ã\83\9eã\82¦ã\83³ã\83\88ã\83»ã\82¢ã\83³ã\83\9eã\82¦ã\83³ã\83\88ã\82³ã\83\9eã\83³ã\83\89ã\82\82使ç\94¨ã\81§ã\81\8dã\81¾ã\81\99ã\80\82æ§\8bæ\96\87ã\81¯ã\80\81cdrom ã\83\96ã\83ã\83\83ã\82¯ã\82\92 "
-"<placeholder type=\"literallayout\" id=\"0\"/> の形で記述します。スラッシュを"
-"後につけるのが重要です。アンマウントコマンドは UMount で指定することができま"
-"す。"
+"CD-ROM URI - CD-ROM URI はマウントポイントの設定のみを行います。<filename>/"
+"etc/fstab</filename> で設定されているように、CD-ROM ドライブのマウントポイン"
+"トを <literal>cdrom::Mount</literal> に設定しなければなりません。(SMB マウン"
+"ã\83\88ã\82\84å\8f¤ã\81\84 mount ã\83\91ã\83\83ã\82±ã\83¼ã\82¸ã\81ªã\81©) ã\83\9eã\82¦ã\83³ã\83\88ã\83\9dã\82¤ã\83³ã\83\88ã\81\8c fstab ã\81«è¨\98è¿°ã\81§ã\81\8dã\81ªã\81\84å ´å\90\88ã\80\81"
+"ã\81\8bã\82\8fã\82\8aã\81«ã\83\9eã\82¦ã\83³ã\83\88ã\83»ã\82¢ã\83³ã\83\9eã\82¦ã\83³ã\83\88ã\82³ã\83\9eã\83³ã\83\89ã\82\82使ç\94¨ã\81§ã\81\8dã\81¾ã\81\99ã\80\82æ§\8bæ\96\87ã\81¯ã\80\81cdrom ã\83\96ã\83ã\83\83ã\82¯"
+"を <placeholder type=\"literallayout\" id=\"0\"/> の形で記述します。スラッ"
+"シュを後につけるのが重要です。アンマウントコマンドは UMount で指定することが"
+"ã\81§ã\81\8dã\81¾ã\81\99ã\80\82"
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
# type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
"<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
"in CD-ROM IDs."
msgstr ""
"<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
"in CD-ROM IDs."
msgstr ""
-"<literal>Debug::IdentCdrom</literal> は CD-ROM ID にある statfs データの方gain"
-"を無効にします。"
+"<literal>Debug::IdentCdrom</literal> は CD-ROM ID にある statfs データの方"
+"gainを無効にします。"
#. type: Content of: <refentry><refsect1><para>
#: apt.conf.5.xml:785
#. type: Content of: <refentry><refsect1><para>
#: apt.conf.5.xml:785
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
msgstr ""
"Project-Id-Version: apt 0.7.25.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
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-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2010-03-18 22:00+0100\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: <debian-l10n-polish@lists.debian.org>\n"
"PO-Revision-Date: 2010-03-18 22:00+0100\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: <debian-l10n-polish@lists.debian.org>\n"
"title."
msgstr ""
"<literal>add</literal> jest używane do dodania nowego dysku do listy źródeł. "
"title."
msgstr ""
"<literal>add</literal> jest używane do dodania nowego dysku do listy źródeł. "
-"<literal>add</literal> odmontuje urządzenie CD-ROM, poprosi o włożenie dysku, "
-"a następnie zeskanuje go i skopiuje pliki indeksu. Jeżeli dysk nie ma "
+"<literal>add</literal> odmontuje urządzenie CD-ROM, poprosi o włożenie "
+"dysku, a następnie zeskanuje go i skopiuje pliki indeksu. Jeżeli dysk nie ma "
"właściwego katalogu <filename>.disk</filename>, użytkownik zostanie "
"poproszony o podanie opisu dysku."
"właściwego katalogu <filename>.disk</filename>, użytkownik zostanie "
"poproszony o podanie opisu dysku."
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"Przemianuj dysk. Zmienia etykietę dysku lub unieważnia etykietę wcześniej "
"daną dyskowi. Podanie tej opcji spowoduje, że <command>apt-cdrom</command> "
msgstr ""
"Przemianuj dysk. Zmienia etykietę dysku lub unieważnia etykietę wcześniej "
"daną dyskowi. Podanie tej opcji spowoduje, że <command>apt-cdrom</command> "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> jest wewnętrznym programem używanym przez "
"różne części pakietu APT w celu zapewnienia spójności konfiguracji. Uzyskuje "
msgstr ""
"<command>apt-config</command> jest wewnętrznym programem używanym przez "
"różne części pakietu APT w celu zapewnienia spójności konfiguracji. Uzyskuje "
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"shell pozwala skryptom powłoki na uzyskanie informacji o konfiguracji. "
"Wymaga podania pary argumentów: pierwszym z nich jest zmienna powłoki, a "
msgstr ""
"shell pozwala skryptom powłoki na uzyskanie informacji o konfiguracji. "
"Wymaga podania pary argumentów: pierwszym z nich jest zmienna powłoki, a "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
msgstr ""
"Project-Id-Version: apt 0.8.0~pre1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: apt 0.8.0~pre1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-24 15:57+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2010-08-25 23:07+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
"PO-Revision-Date: 2010-08-25 23:07+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cdrom.8.xml:94
msgid ""
-"Rename a disc; change the label of a disc or override the disc's given label. "
-"This option will cause <command>apt-cdrom</command> to prompt for a new "
-"label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
+"Rename a disc; change the label of a disc or override the disc's given "
+"label. This option will cause <command>apt-cdrom</command> to prompt for a "
+"new label. Configuration Item: <literal>APT::CDROM::Rename</literal>."
msgstr ""
"Renomear um disco; muda a etiqueta de um disco ou sobrepõe a etiqueta "
"fornecida do disco. Esta opção irá fazer com que o <command>apt-cdrom</"
msgstr ""
"Renomear um disco; muda a etiqueta de um disco ou sobrepõe a etiqueta "
"fornecida do disco. Esta opção irá fazer com que o <command>apt-cdrom</"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
"<command>apt-config</command> é um programa interno usado por várias partes "
"da suite APT para fornecer uma configurabilidade consistente. Acede ao "
msgstr ""
"<command>apt-config</command> é um programa interno usado por várias partes "
"da suite APT para fornecer uma configurabilidade consistente. Acede ao "
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-config.8.xml:51
+#, fuzzy
+#| msgid ""
+#| "shell is used to access the configuration information from a shell "
+#| "script. It is given pairs of arguments, the first being a shell variable "
+#| "and the second the configuration value to query. As output it lists a "
+#| "series of shell assignments commands for each present value. In a shell "
+#| "script it should be used like:"
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
"shell é usado para aceder à informação de configuração a partir de um script "
"shell. É fornecido pares de argumentos, sendo o primeiro uma variável de "
msgstr ""
"shell é usado para aceder à informação de configuração a partir de um script "
"shell. É fornecido pares de argumentos, sendo o primeiro uma variável de "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
"<em>Sources</em> which are places to fetch archives from. These can be "
"remote Internet sites, local Debian mirrors or CD-ROMs. Each source can "
"provide a fragment of the total Debian archive, APT will automatically "
-"combine them to form a complete set of packages. If you have a CD-ROM then it "
-"is a good idea to specify it first and then specify a mirror so that you "
+"combine them to form a complete set of packages. If you have a CD-ROM then "
+"it is a good idea to specify it first and then specify a mirror so that you "
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"have access to the latest bug fixes. APT will automatically use packages on "
"your CD-ROM before downloading from the Internet."
msgstr ""
"total. O APT irá automaticamente combiná-los para formar um conjunto "
"completo de pacotes. Se tem um CD-ROM, então é boa ideia especificá-lo em "
"primeiro lugar e depois especificar um mirror para ter acesso às correcções "
"total. O APT irá automaticamente combiná-los para formar um conjunto "
"completo de pacotes. Se tem um CD-ROM, então é boa ideia especificá-lo em "
"primeiro lugar e depois especificar um mirror para ter acesso às correcções "
-"de bugs mais recentes. O APT irá automaticamente usar os pacotes no seu "
-"CD-ROM antes de descarregar da Internet."
+"de bugs mais recentes. O APT irá automaticamente usar os pacotes no seu CD-"
+"ROM antes de descarregar da Internet."
#. type: <example></example>
#: guide.sgml:198
#. type: <example></example>
#: guide.sgml:198
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-25 10:28+0300\n"
+"POT-Creation-Date: 2012-05-25 13:12+0300\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
"<command>apt-config</command> is an internal program used by various "
"portions of the APT suite to provide consistent configurability. It accesses "
"the main configuration file <filename>/etc/apt/apt.conf</filename> in a "
-"manner that is easy to use by scripted applications."
+"manner that is easy to use for scripted applications."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
msgid ""
"shell is used to access the configuration information from a shell script. "
"It is given pairs of arguments, the first being a shell variable and the "
-"second the configuration value to query. As output it lists a series of "
-"shell assignments commands for each present value. In a shell script it "
-"should be used like:"
+"second the configuration value to query. As output it lists shell assignment "
+"commands for each value present. In a shell script it should be used as "
+"follows:"
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting>
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
#: apt-config.8.xml:96
msgid ""
"Defines the output of each config option. %t will be replaced with "
-"the name of the option, %f with the complete optionname and %v "
-"with the value of the option. Use uppercase letters and special characters "
-"in the value will be encoded to ensure that it can e.g. be savely used in a "
-"quoted-string as defined by RFC822. Additionally %n will be replaced "
-"by a newline, %N by a tab. A % can be printed by using %"
-"%."
+"its individual name, %f with its full hierarchical name and %v "
+"with its value. Use uppercase letters and special characters in the value "
+"will be encoded to ensure that it can e.g. be safely used in a quoted-string "
+"as defined by RFC822. Additionally %n will be replaced by a newline, "
+"and %N by a tab. A % can be printed by using %%."
msgstr ""
#. type: Content of: <refentry><refsect1><para>
msgstr ""
#. type: Content of: <refentry><refsect1><para>