]> git.saurik.com Git - apt.git/commitdiff
* doc/apt-config.8.xml:
authorJustin B Rye <jbr@edlug.org.uk>
Fri, 25 May 2012 11:17:27 +0000 (13:17 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 25 May 2012 11:17:27 +0000 (13:17 +0200)
  - review and fix spelling issues

debian/changelog
doc/apt-config.8.xml
doc/po/apt-doc.pot
doc/po/de.po
doc/po/es.po
doc/po/fr.po
doc/po/it.po
doc/po/ja.po
doc/po/pl.po
doc/po/pt.po
doc/po/pt_BR.po

index 719bd16f5dcaaaf0ba179c6e29d9533559eaec85..cfc87b72b7bf5eeb376b4b86d38e778430bf49b9 100644 (file)
@@ -12,6 +12,9 @@ apt (0.9.5.2) UNRELEASED; urgency=low
   * 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
 
index a7164b4e7f4ad0561818d5452c10644ef7367817..dc585cfb295cbd16722d2b59c2f9de2f0179442e 100644 (file)
@@ -39,7 +39,7 @@
    <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.
    <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>
@@ -93,11 +93,11 @@ eval $RES
 
      <varlistentry>
       <term><option>--format '<replaceable>&percnt;f &#x0022;&percnt;v&#x0022;;&percnt;n</replaceable>'</option></term>
-      <listitem><para>Defines the output of each config option. &percnt;t will be replaced with the name of the option,
-                     &percnt;f with the complete optionname and &percnt;v with the value of the option.
+      <listitem><para>Defines the output of each config option. &percnt;t will be replaced with its individual name,
+                     &percnt;f with its full hierarchical name and &percnt;v with its value.
                      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
-                     &percnt;n will be replaced by a newline, &percnt;N by a tab. A &percnt; can be
+                     it can e.g. be safely used in a quoted-string as defined by RFC822. Additionally
+                     &percnt;n will be replaced by a newline, and &percnt;N by a tab. A &percnt; can be
                      printed by using &percnt;&percnt;.</para></listitem>
      </varlistentry>
 
index 65849a621a320851dc259a5d814afe8b15c5bab6..b84439886a4e71ee71d87ec36692c93d1de6d620 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -1193,7 +1193,7 @@ msgid ""
 "<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>
@@ -1201,9 +1201,9 @@ msgstr ""
 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>
@@ -1251,12 +1251,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using "
-"&percnt;&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
index b617bed6bba4dcb33513e199affc2b1f7bcbd003..85e06b1ffa6310d8e53a186b65af99d6ccaea568 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -1506,9 +1506,9 @@ msgstr ""
 #. 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</"
@@ -1586,7 +1586,7 @@ msgid ""
 "<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 "
@@ -1596,12 +1596,19 @@ msgstr ""
 
 #. 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 "
-"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-"
@@ -1663,14 +1670,22 @@ msgstr "&percnt;f &#x0022;&percnt;v&#x0022;;&percnt;n"
 
 #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 #: apt-config.8.xml:96
+#, fuzzy
+#| msgid ""
+#| "Defines the output of each config option. &percnt;t will be replaced with "
+#| "the name of the option, &percnt;f with the complete optionname and "
+#| "&percnt;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 "
+#| "&percnt;n will be replaced by a newline, &percnt;N by a tab. A &percnt; "
+#| "can be printed by using &percnt;&percnt;."
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 "definiert die Ausgabe jeder Option. &percnt;t wird durch den Namen der "
 "Option ersetzt, &percnt;f durch den kompletten Optionsnamen und &percnt;v "
@@ -8619,8 +8634,8 @@ msgid ""
 "<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 ""
index d483388e4a9814a9653c6c0e3d69df56ee18813d..571a884eb3109c30c64943197931c942fa75cf8a 100644 (file)
@@ -37,7 +37,7 @@ msgid ""
 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"
@@ -1572,9 +1572,9 @@ msgstr ""
 #. 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 "
@@ -1652,7 +1652,7 @@ msgid ""
 "<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 "
@@ -1662,12 +1662,19 @@ msgstr ""
 
 #. 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 "
-"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 "
@@ -1731,12 +1738,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
@@ -8713,8 +8719,8 @@ msgid ""
 "<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 ""
index b9186bdb19bac71dffd9e6b69e29d0ca180322d0..7b20c1ac891eae11d88630478a4ec89dae8cc665 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 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"
@@ -1530,9 +1530,9 @@ msgstr ""
 #. 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> à "
@@ -1612,7 +1612,7 @@ msgid ""
 "<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 "
@@ -1622,12 +1622,19 @@ msgstr ""
 
 #. 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 "
-"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 "
@@ -1690,12 +1697,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
@@ -8666,8 +8672,8 @@ msgid ""
 "<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 ""
index 2a37721a009f6522a488119d00b708b0ee37108e..391d9068b5c31f8836812b0bbf95f9c25d5c7a35 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 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"
@@ -1170,7 +1170,7 @@ msgid ""
 "<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>
@@ -1178,9 +1178,9 @@ msgstr ""
 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>
@@ -1228,12 +1228,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
index f3348bb3f13ce9c62333d4bd0c3ead1090ad0bbb..873e5ae41003f79dd90fd8d6fd08db2f473db6e5 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.25.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-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"
@@ -1507,9 +1507,9 @@ msgid ""
 "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>
@@ -1532,10 +1532,11 @@ msgid ""
 "<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>
@@ -1545,8 +1546,8 @@ msgid ""
 "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>
@@ -1581,9 +1582,9 @@ msgstr ""
 #. 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> が新しいラベルを入力するよう促し"
@@ -1669,7 +1670,7 @@ msgid ""
 "<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 スイートの様々な所で一貫した設定を行う"
 "ために使用する、内部ツールです。スクリプトアプリケーションで使いやすい方法"
@@ -1679,12 +1680,19 @@ msgstr ""
 # 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 "
-"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 は、シェルスクリプトから設定情報にアクセスするのに使用します。引数とし"
 "て、まずシェル変数、次に取得したい設定値をペアで与えます。出力として、現在の"
@@ -1749,12 +1757,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 # type: Content of: <refentry><refsect1><para>
@@ -5367,14 +5374,14 @@ msgid ""
 "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>
@@ -6069,8 +6076,8 @@ msgid ""
 "<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
@@ -8555,8 +8562,8 @@ msgid ""
 "<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 ""
index 7a99415cff4a1dc269af427e7f0c1e111e945169..7b6621f570b008e986c2aadb413caa75977f9410 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.25.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2012-05-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"
@@ -1571,8 +1571,8 @@ msgid ""
 "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."
 
@@ -1620,9 +1620,9 @@ msgstr ""
 #. 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>  "
@@ -1708,7 +1708,7 @@ msgid ""
 "<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 "
@@ -1717,12 +1717,19 @@ msgstr ""
 
 #. 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 "
-"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 "
@@ -1783,12 +1790,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
@@ -7518,8 +7524,8 @@ msgid ""
 "<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 ""
index a528b420860ec107d20a7335a3307d8fe4b38228..6d8581ed0ef1e12dfecba255d283e1867ea5b652 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -1531,9 +1531,9 @@ msgstr ""
 #. 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</"
@@ -1611,7 +1611,7 @@ msgid ""
 "<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 "
@@ -1620,12 +1620,19 @@ msgstr ""
 
 #. 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 "
-"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 "
@@ -1687,12 +1694,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>
@@ -8678,8 +8684,8 @@ msgid ""
 "<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 ""
@@ -8691,8 +8697,8 @@ 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 "
-"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
index b5aa21d9b787b6955f5132fcf68723ac55b1d9ed..b5c6c2e76c4e60ae08d70812bdf68cd434d2591a 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 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"
@@ -1219,7 +1219,7 @@ msgid ""
 "<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>
@@ -1227,9 +1227,9 @@ msgstr ""
 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>
@@ -1277,12 +1277,11 @@ msgstr ""
 #: apt-config.8.xml:96
 msgid ""
 "Defines the output of each config option. &percnt;t will be replaced with "
-"the name of the option, &percnt;f with the complete optionname and &percnt;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 &percnt;n will be replaced "
-"by a newline, &percnt;N by a tab. A &percnt; can be printed by using &percnt;"
-"&percnt;."
+"its individual name, &percnt;f with its full hierarchical name and &percnt;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 &percnt;n will be replaced by a newline, "
+"and &percnt;N by a tab. A &percnt; can be printed by using &percnt;&percnt;."
 msgstr ""
 
 #. type: Content of: <refentry><refsect1><para>