diff options
author | Justin B Rye <jbr@edlug.org.uk> | 2012-06-07 00:04:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-07 00:04:44 +0200 |
commit | 14301cf38d3a211250589da1f8ad1d89e4721bfa (patch) | |
tree | 296782d326a10a282e3825546354acfe03e849b7 | |
parent | 75d9bdba9b62422a42787727e60f850dfd86171b (diff) | |
download | apt-14301cf38d3a211250589da1f8ad1d89e4721bfa.tar.gz |
* doc/apt-sortpkgs.1.xml:
- review and fix typo, grammar and style issues
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/apt-ftparchive.1.xml | 2 | ||||
-rw-r--r-- | doc/apt-sortpkgs.1.xml | 6 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 10 | ||||
-rw-r--r-- | doc/po/de.po | 8 | ||||
-rw-r--r-- | doc/po/es.po | 8 | ||||
-rw-r--r-- | doc/po/fr.po | 8 | ||||
-rw-r--r-- | doc/po/it.po | 10 | ||||
-rw-r--r-- | doc/po/ja.po | 8 | ||||
-rw-r--r-- | doc/po/pl.po | 8 | ||||
-rw-r--r-- | doc/po/pt.po | 8 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 10 |
12 files changed, 45 insertions, 44 deletions
diff --git a/debian/changelog b/debian/changelog index adfb9865..518ec999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,7 +27,8 @@ apt (0.9.5.2) UNRELEASED; urgency=low - review and fix spelling issues * doc/apt-ftparchive.8.xml, doc/apt-config.8.xml, doc/apt-key.8.xml, doc/apt-mark.8.xml, - doc/apt_preferences.5.xml, doc/apt-secure.8.xml: + doc/apt_preferences.5.xml, doc/apt-secure.8.xml, + doc/apt-sortpkgs.1.xml: - review and fix typo, grammar and style issues [ Robert Luberda ] diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index 1a827b6a..0b26241c 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -182,7 +182,7 @@ <varlistentry><term><option>Packages::Compress</option></term> <listitem><para> Sets the default compression schemes to use - for the Package index files. It is a string that contains a space + for the package index files. It is a string that contains a space separated list of at least one of: '.' (no compression), 'gzip' and 'bzip2'. The default for all compression schemes is '. gzip'.</para></listitem> </varlistentry> diff --git a/doc/apt-sortpkgs.1.xml b/doc/apt-sortpkgs.1.xml index f4b2a64a..3121bd9b 100644 --- a/doc/apt-sortpkgs.1.xml +++ b/doc/apt-sortpkgs.1.xml @@ -36,13 +36,13 @@ &synopsis-command-apt-sortpkgs; <refsect1><title>Description</title> - <para><command>apt-sortpkgs</command> will take an index file (Source index or Package + <para><command>apt-sortpkgs</command> will take an index file (source index or package index) and sort the records so that they are ordered by the package name. It will also sort the internal fields of each record according to the internal sorting rules.</para> <para> - All output is sent to stdout, the input must be a seekable file.</para> + All output is sent to standard output; the input must be a seekable file.</para> </refsect1> <refsect1><title>options</title> @@ -51,7 +51,7 @@ <variablelist> <varlistentry><term><option>-s</option></term><term><option>--source</option></term> <listitem><para> - Use Source index field ordering. + Use source index field ordering. Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem> </varlistentry> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 56e54b58..714ef542 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -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-06-06 23:46+0300\n" +"POT-Creation-Date: 2012-06-07 00:01+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" @@ -4982,8 +4982,8 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -4996,7 +4996,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: " +"Use source index field ordering. Configuration Item: " "<literal>APT::SortPkgs::Source</literal>." msgstr "" @@ -5206,7 +5206,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/de.po b/doc/po/de.po index 4daffba8..c84999b2 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7222,8 +7222,8 @@ msgstr "Werkzeug zum Sortieren von Paketindexdateien" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -7241,7 +7241,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "Quellindexfeldanordnung benutzen. Konfigurationselement: <literal>APT::" @@ -7541,7 +7541,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/es.po b/doc/po/es.po index 3c508213..d0b0933f 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -7309,8 +7309,8 @@ msgstr "Herramienta para ordenar los ficheros de índice de paquetes" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -7329,7 +7329,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "Ordena por el campo de índice Source. Opción de configuración: <literal>APT::" @@ -7616,7 +7616,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/fr.po b/doc/po/fr.po index 4a7034ff..14d8e806 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -7190,8 +7190,8 @@ msgstr "Outil de tri des index de paquets." #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -7210,7 +7210,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "Utiliser un index de sources pour le tri des champs. Élément de " @@ -7504,7 +7504,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/it.po b/doc/po/it.po index b2544d73..cad478a8 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -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-06-06 23:46+0300\n" +"POT-Creation-Date: 2012-06-07 00:01+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" @@ -4929,8 +4929,8 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -4943,7 +4943,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" @@ -5153,7 +5153,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/ja.po b/doc/po/ja.po index 658d8bc4..50c42b85 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -7187,8 +7187,8 @@ msgstr "パッケージインデックスファイルのソートユーティリ #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -7207,7 +7207,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "ソースインデックスフィールド順に並べ替えに使用します。設定項目 - " @@ -7506,7 +7506,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/pl.po b/doc/po/pl.po index 19998c7c..65c88d55 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -6636,8 +6636,8 @@ msgstr "Narzędzie użytkowe do sortowania plików indeksu" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -6656,7 +6656,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "Używa kolejności pól indeksu pliku Source. Pozycja w pliku konfiguracji: " @@ -6880,7 +6880,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/pt.po b/doc/po/pt.po index f9ba21db..b3339907 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7273,8 +7273,8 @@ msgstr "Utilitário para organizar ficheiros índice de pacotes" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -7293,7 +7293,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" "Usa ordenação de campo de índice Source. Item de Configuração: <literal>APT::" @@ -7582,7 +7582,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index eace9856..b6cb3c5d 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -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-06-06 23:46+0300\n" +"POT-Creation-Date: 2012-06-07 00:01+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" @@ -5392,8 +5392,8 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-sortpkgs.1.xml:39 msgid "" -"<command>apt-sortpkgs</command> will take an index file (Source index or " -"Package index) and sort the records so that they are ordered by the package " +"<command>apt-sortpkgs</command> will take an index file (source index or " +"package index) and sort the records so that they are ordered by the package " "name. It will also sort the internal fields of each record according to the " "internal sorting rules." msgstr "" @@ -5406,7 +5406,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-sortpkgs.1.xml:54 msgid "" -"Use Source index field ordering. Configuration Item: <literal>APT::" +"Use source index field ordering. Configuration Item: <literal>APT::" "SortPkgs::Source</literal>." msgstr "" @@ -5618,7 +5618,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml:184 msgid "" -"Sets the default compression schemes to use for the Package index files. It " +"Sets the default compression schemes to use for the package index files. It " "is a string that contains a space separated list of at least one of: '.' (no " "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " "'. gzip'." |