diff options
Diffstat (limited to 'doc/po/apt-doc.pot')
| -rw-r--r-- | doc/po/apt-doc.pot | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index d42abd4da..8286e367c 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 3.1.9\n" +"Project-Id-Version: apt-doc 3.1.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2025-10-25 20:53+0000\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" @@ -155,6 +155,51 @@ msgstr "" #, no-wrap msgid "" " <varlistentry>\n" +" <term><option>--cli-version</option></term>\n" +" <listitem><para>Requests a specific CLI version. This is a pattern that " +"takes\n" +" a MAJOR.MINOR version. You may omit the MINOR version, in which case the " +"latest\n" +" supported minor level will be used.\n" +" </para>\n" +" <para>\n" +" Version tracks are presented as follows: The version 3.2 has equivalent " +"versions\n" +" 0.32, 1.22, and 2.12, implementing new features for their specified " +"major versions.\n" +" </para>\n" +" <para>\n" +" A special case is the X.9 version pattern: A version like 2.9 is " +"followed by 3.0,\n" +" but 2.10 follows directly on 2.8; given that we use odd version numbers " +"as development\n" +" series (2.9 is the 3.0 development series).\n" +" </para>\n" +" <para>\n" +" This feature has been introduced in APT 3.1.10, and replaces the " +"binary-specific\n" +"configuration. You may use the <option>APT::Version</option> to similar " +"effect on older\n" +"binaries, for example, use <option>-o APT::Version=2</option> to make &apt; " +"behave like\n" +"the 2.x series.\n" +" </para>\n" +" <para>\n" +" The default value is the current APT version for &apt; and " +"<literal>0.(10 * major + minor)</literal>\n" +" for the classic commands. The 0.X series is soft-deprecated and the " +"other commands will\n" +" roll over to the 2.x series in the future.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" <varlistentry>\n" " <term><option>--no-color</option></term>\n" " <term><option>--color</option></term>\n" "<listitem><para>Turn colors on or off. Colors are on by default on supported " |
