diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-20 18:24:23 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-20 18:24:23 +0200 |
commit | c086ac18511ce648a0ed88ab470965470bd422c5 (patch) | |
tree | 3c3cbd68f44373650be956fd8c196d743410de64 /doc/apt.ent | |
parent | 177645edb5775337ccf6d3971835a122b12318d4 (diff) |
* doc/*.xml:
- add a few translator notes and reword some paragraphs to ensure that
translators and users alike can better understand them (Closes: #669409)
Diffstat (limited to 'doc/apt.ent')
-rw-r--r-- | doc/apt.ent | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/apt.ent b/doc/apt.ent index e48087fa7..2b014ef3c 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -119,7 +119,7 @@ <varlistentry><term><filename>&cachedir;/archives/partial/</filename></term> <listitem><para>Storage area for package files in transit. - Configuration Item: <literal>Dir::Cache::Archives</literal> (implicit partial). </para></listitem> + Configuration Item: <literal>Dir::Cache::Archives</literal> (<filename>partial</filename> will be implicitly appended). </para></listitem> </varlistentry> "> @@ -160,7 +160,7 @@ <varlistentry><term><filename>&statedir;/lists/partial/</filename></term> <listitem><para>Storage area for state information in transit. - Configuration Item: <literal>Dir::State::Lists</literal> (implicit partial).</para></listitem> + Configuration Item: <literal>Dir::State::Lists</literal> (<filename>partial</filename> will be implicitly appended).</para></listitem> </varlistentry> "> @@ -242,11 +242,17 @@ <!-- TRANSLATOR: used as in apt-extracttemplates filename --> <!ENTITY synopsis-filename "filename"> -<!-- TRANSLATOR: used as parameters for apt-ftparchive e.g. apt-ftparchive packages path override pathprefix --> +<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive packages path override-file pathprefix --> <!ENTITY synopsis-path "path"> + +<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive packages path override-file pathprefix --> +<!ENTITY synopsis-override "override-file"> + +<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive packages path override-file pathprefix --> <!ENTITY synopsis-pathprefix "pathprefix"> + +<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive generate section --> <!ENTITY synopsis-section "section"> -<!ENTITY synopsis-override "override"> <!-- TRANSLATOR: used as in apt-key export keyid e.g. apt-key export 473041FA --> <!ENTITY synopsis-keyid "keyid"> |