diff options
Diffstat (limited to 'doc/po/apt-doc.pot')
-rw-r--r-- | doc/po/apt-doc.pot | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 1d69fc74f..ab9fa7c16 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 2.3.6\n" +"Project-Id-Version: apt-doc 2.3.7\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2021-06-09 13:41+0200\n" +"POT-Creation-Date: 2021-07-29 17:00+0200\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" @@ -2957,9 +2957,10 @@ msgid "" "such as bind and dhcp use. Lines starting with <literal>//</literal> are " "treated as comments (ignored), as well as all text between " "<literal>/*</literal> and <literal>*/</literal>, just like C/C++ comments. " -"Each line is of the form <literal>APT::Get::Assume-Yes \"true\";</literal>. " -"The quotation marks and trailing semicolon are required. The value must be " -"on one line, and there is no kind of string concatenation. Values must not " +"Lines starting with <literal>#</literal> are also treated as comments. Each " +"line is of the form <literal>APT::Get::Assume-Yes \"true\";</literal>. The " +"quotation marks and trailing semicolon are required. The value must be on " +"one line, and there is no kind of string concatenation. Values must not " "include backslashes or extra quotation marks. Option names are made up of " "alphanumeric characters and the characters \"/-:._+\". A new scope can be " "opened with curly braces, like this:" |