[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 18 Oct 2023 09:48:24 -0400 (EDT) |
branch: master
commit 01c47c76d65aa86dbd38d8bb969b1a511b7258d8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 18 14:37:57 2023 +0100
Texinfo 7.1
* configure.ac, NEWS: update
---
ChangeLog | 6 +++
NEWS | 1 +
configure.ac | 2 +-
js/info.js | 2 +-
po/ca.po | 2 +-
po/cs.po | 2 +-
po/da.po | 2 +-
po/de.po | 2 +-
po/el.po | 2 +-
po/eo.po | 2 +-
po/es.po | 2 +-
po/fi.po | 2 +-
po/fr.po | 2 +-
po/he.po | 2 +-
po/hr.po | 2 +-
po/hu.po | 2 +-
po/id.po | 2 +-
po/it.po | 2 +-
po/ja.po | 2 +-
po/ka.po | 2 +-
po/nb.po | 2 +-
po/nl.po | 2 +-
po/pl.po | 2 +-
po/pt.po | 2 +-
po/pt_BR.po | 2 +-
po/ro.po | 2 +-
po/ru.po | 2 +-
po/rw.po | 2 +-
po/sk.po | 2 +-
po/sl.po | 2 +-
po/sr.po | 2 +-
po/sv.po | 2 +-
po/tr.po | 2 +-
po/uk.po | 2 +-
po/vi.po | 2 +-
po/zh_CN.po | 2 +-
po/zh_TW.po | 2 +-
po_document/ca.po | 2 +-
po_document/ca.us-ascii.po | 73 +----------------------------
po_document/cs.po | 2 +-
po_document/de.po | 2 +-
po_document/de.us-ascii.po | 73 +----------------------------
po_document/eo.po | 2 +-
po_document/es.po | 2 +-
po_document/fi.po | 2 +-
po_document/fr.po | 2 +-
po_document/hr.po | 2 +-
po_document/hu.po | 2 +-
po_document/it.po | 2 +-
po_document/nl.po | 2 +-
po_document/no.us-ascii.po | 13 +----
po_document/pl.iso-8859-2.po | 73 +----------------------------
po_document/pl.po | 2 +-
po_document/pt.po | 2 +-
po_document/pt.us-ascii.po | 58 +----------------------
po_document/pt_BR.po | 2 +-
po_document/pt_BR.us-ascii.po | 65 +------------------------
po_document/ro.po | 2 +-
po_document/sk.po | 2 +-
po_document/sr.po | 2 +-
po_document/sv.po | 2 +-
po_document/texinfo_document.pot | 4 +-
po_document/uk.po | 2 +-
tp/Texinfo/Common.pm | 2 +-
tp/Texinfo/Convert/Converter.pm | 2 +-
tp/Texinfo/Convert/DocBook.pm | 2 +-
tp/Texinfo/Convert/HTML.pm | 2 +-
tp/Texinfo/Convert/IXIN.pm | 2 +-
tp/Texinfo/Convert/IXINSXML.pm | 2 +-
tp/Texinfo/Convert/Info.pm | 2 +-
tp/Texinfo/Convert/LaTeX.pm | 2 +-
tp/Texinfo/Convert/NodeNameNormalization.pm | 2 +-
tp/Texinfo/Convert/Paragraph.pm | 2 +-
tp/Texinfo/Convert/PlainTexinfo.pm | 2 +-
tp/Texinfo/Convert/Plaintext.pm | 2 +-
tp/Texinfo/Convert/Texinfo.pm | 2 +-
tp/Texinfo/Convert/TexinfoMarkup.pm | 2 +-
tp/Texinfo/Convert/TexinfoSXML.pm | 2 +-
tp/Texinfo/Convert/TexinfoXML.pm | 2 +-
tp/Texinfo/Convert/Text.pm | 2 +-
tp/Texinfo/Convert/TextContent.pm | 2 +-
tp/Texinfo/Convert/Unicode.pm | 2 +-
tp/Texinfo/Convert/Utils.pm | 2 +-
tp/Texinfo/Documentlanguages.pm | 2 +-
tp/Texinfo/MiscXS.pm | 2 +-
tp/Texinfo/Parser.pm | 2 +-
tp/Texinfo/ParserNonXS.pm | 2 +-
tp/Texinfo/Structuring.pm | 2 +-
tp/Texinfo/Transformations.pm | 2 +-
tp/Texinfo/XSLoader.pm | 2 +-
util/pdftexi2dvi | 2 +-
util/texi2dvi | 2 +-
util/texi2pdf | 2 +-
93 files changed, 99 insertions(+), 435 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1364865947..e619109f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
+
+ Texinfo 7.1
+
+ * configure.ac, NEWS: update
+
2023-10-18 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo-tex-test.texi (Line macros): Avoid checking
diff --git a/NEWS b/NEWS
index 70d159cfa8..745f94bb0b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ See the manual for detailed information.
------------------------------------------------------------------------------
+7.1 (18 October 2023)
* Language
. new generic definition commands, @defblock, @defline and @deftypeline,
for definitions without automatic index entries
diff --git a/configure.ac b/configure.ac
index 7fa457deb2..8094498683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-AC_INIT([GNU Texinfo], [7.0.94], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [7.1], [bug-texinfo@gnu.org])
dnl Must come before AM_INIT_AUTOMAKE.
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/js/info.js b/js/info.js
index df328ed867..4e0ac70013 100644
--- a/js/info.js
+++ b/js/info.js
@@ -1199,7 +1199,7 @@
store.dispatch ({ type: "iframe-ready", id: config.INDEX_ID });
store.dispatch ({
type: "echo",
- msg: "Welcome to Texinfo documentation viewer 7.0.94, type '?' for
help."
+ msg: "Welcome to Texinfo documentation viewer 7.1, type '?' for help."
});
/* Call user hook. */
diff --git a/po/ca.po b/po/ca.po
index f317d0b8a2..eb27140d12 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.1.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2016-12-30 07:10+0100\n"
"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po/cs.po b/po/cs.po
index f43ee23b79..f32ba850fb 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-25 21:16+02:00\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po/da.po b/po/da.po
index 11728f2a7e..848413be8c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.5.93\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2019-02-14 10:09+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index 9b0d15b816..5acf18fa5c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -32,7 +32,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-12-10 15:10+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po/el.po b/po/el.po
index caa9f0634e..060154c289 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo 6.0.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2015-12-28 00:59+0200\n"
"Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
diff --git a/po/eo.po b/po/eo.po
index 8b59c5380f..23bc9471b7 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.6.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-03-17 15:12-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po/es.po b/po/es.po
index 2dd79c2368..2faa8b0a7e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo-7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-22 20:05+0200\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
diff --git a/po/fi.po b/po/fi.po
index 0ab010d61d..7005d8fed1 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-07-08 14:19+0300\n"
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po/fr.po b/po/fr.po
index 4c089f2315..a57b809704 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-18 20:00+0200\n"
"Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
diff --git a/po/he.po b/po/he.po
index cd2e4db420..2ee08c22bd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 4.2\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2002-04-03 12:31+0300\n"
"Last-Translator: Eli Zaretskii <eliz@gnu.org>\n"
"Language-Team: Hebrew <eliz@gnu.org>\n"
diff --git a/po/hr.po b/po/hr.po
index df59d8dc76..35557b0f03 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo-7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-20 17:07+0200\n"
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po/hu.po b/po/hu.po
index 9fae197619..febfac38b6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 4.7.x\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2006-02-18 16:00+0100\n"
"Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po/id.po b/po/id.po
index 8be1469052..5e121c506e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 5.1.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2014-08-11 17:30+0700\n"
"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
diff --git a/po/it.po b/po/it.po
index e12a0732de..6076ea52ab 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.6.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2020-10-22 14:08+0200\n"
"Last-Translator: Francesco Groccia <f.g@disroot.org>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 6fda9109f9..e080618d74 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 5.1.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2014-11-07 08:03+0000\n"
"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
diff --git a/po/ka.po b/po/ka.po
index 360839e32a..7c09d03d25 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.2.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-04-22 17:47+0200\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <(nothing)>\n"
diff --git a/po/nb.po b/po/nb.po
index 057a88f08c..b74d72d950 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-07-01 15:36+0200\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <l10n-no@lister.huftis.org>\n"
diff --git a/po/nl.po b/po/nl.po
index 435b9a22a0..0995adfc3c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo-7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-10-01 13:02+0200\n"
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/pl.po b/po/pl.po
index 09bd3dfc19..6388878074 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-25 21:40+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/pt.po b/po/pt.po
index 479bf1df44..737c5d1fb0 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-07-02 05:53+0100\n"
"Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index fb9338c13b..1f6e026447 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-10-13 21:15-0300\n"
"Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po/ro.po b/po/ro.po
index c5f6236662..bc6dd17c6c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -26,7 +26,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-19 20:23+0200\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index b2c2d8059a..c07533ae3b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.7.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-07-08 08:20+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@d07.ru>\n"
diff --git a/po/rw.po b/po/rw.po
index 4830e1f2cc..221df5e759 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 4.7.94\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
diff --git a/po/sk.po b/po/sk.po
index 788cbe1f9c..ddb8f51568 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-01-19 22:03+0100\n"
"Last-Translator: Marek Felšöci <marek@felsoci.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index 70359cc915..af06e4f0ec 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 4.13\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2012-08-10 18:31+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
diff --git a/po/sr.po b/po/sr.po
index 4b40cef28a..e3f7163e70 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo 7.0.2.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-05-19 12:55+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
diff --git a/po/sv.po b/po/sv.po
index 1ad52d5fe5..eea0db1362 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.2.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-03-26 22:05+0200\n"
"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/tr.po b/po/tr.po
index 5589cf7beb..d7d7a67438 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.7.91\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-06-22 12:11+0300\n"
"Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
diff --git a/po/uk.po b/po/uk.po
index a182158a41..fee7b25f40 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-19 12:14+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
diff --git a/po/vi.po b/po/vi.po
index 4e08408e84..9e30671258 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.3.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2017-07-11 14:12+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 25f1191be1..b58f887f6b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 6.3.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2018-01-23 10:13+0800\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1136dac4ed..fe0b37640d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 4.1\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-14 13:47+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2002-03-08 04:56+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
diff --git a/po_document/ca.po b/po_document/ca.po
index 1ac2bac6e2..aabb459a5b 100644
--- a/po_document/ca.po
+++ b/po_document/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 5.9.93\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2015-06-08 17:08+0200\n"
"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po_document/ca.us-ascii.po b/po_document/ca.us-ascii.po
index 3d90f6f556..019e18c790 100644
--- a/po_document/ca.us-ascii.po
+++ b/po_document/ca.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 5.9.93\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2015-06-08 17:08+0200\n"
"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -30,7 +30,6 @@ msgid "{explained_string} ({explanation})"
msgstr "{explained_string} ({explanation})"
#: tp/Texinfo/Common.pm:638
-#| msgid "Function"
msgctxt "category of functions for @defun"
msgid "Function"
msgstr "Funci@'o"
@@ -46,7 +45,6 @@ msgid "Special Form"
msgstr "Forma especial"
#: tp/Texinfo/Common.pm:645
-#| msgid "Variable"
msgctxt "category of variables for @defvar"
msgid "Variable"
msgstr "Variable"
@@ -57,26 +55,22 @@ msgid "User Option"
msgstr "Opci@'o d'usuari"
#: tp/Texinfo/Common.pm:650
-#| msgid "Function"
msgctxt "category of functions for @deftypefun"
msgid "Function"
msgstr "Funci@'o"
#: tp/Texinfo/Common.pm:653
-#| msgid "Variable"
msgctxt "category of variables in typed languages for @deftypevar"
msgid "Variable"
msgstr "Variable"
#: tp/Texinfo/Common.pm:656
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables in object-oriented programming for @defivar"
msgid "Instance Variable"
msgstr "Variable d'inst@`ancia"
#: tp/Texinfo/Common.pm:659
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables with data type in object-oriented programming "
"for @deftypeivar"
@@ -84,13 +78,11 @@ msgid "Instance Variable"
msgstr "Variable d'inst@`ancia"
#: tp/Texinfo/Common.pm:662
-#| msgid "Method"
msgctxt "category of methods in object-oriented programming for @defmethod"
msgid "Method"
msgstr "M@'etode"
#: tp/Texinfo/Common.pm:665
-#| msgid "Method"
msgctxt ""
"category of methods with data type in object-oriented programming for "
"@deftypemethod"
@@ -467,379 +459,316 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr "@tie{ }-- {category} de {class}: {type} {name}"
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "Quan a aquest document"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Taula de continguts"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Taula breu de continguts"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "Notes a peu de p@`agina"
#: tp/Texinfo/Convert/HTML.pm:2121
-#| msgid "Top"
msgctxt "Top direction string"
msgid "Top"
msgstr "Amunt"
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Continguts"
#: tp/Texinfo/Convert/HTML.pm:2126
-#| msgid "Overview"
msgctxt "Overview direction string"
msgid "Overview"
msgstr "Panor@`amica"
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "@'Index"
#: tp/Texinfo/Convert/HTML.pm:2131
-#| msgid "current"
msgctxt "This (current section) direction string"
msgid "current"
msgstr "actual"
#: tp/Texinfo/Convert/HTML.pm:2135
-#| msgid "Prev"
msgctxt "Prev direction string"
msgid "Prev"
msgstr "Prev"
#: tp/Texinfo/Convert/HTML.pm:2137
-#| msgid " Up "
msgctxt "Up direction string"
msgid " Up "
msgstr " Amunt"
#: tp/Texinfo/Convert/HTML.pm:2139
-#| msgid "Next"
msgctxt "Next direction string"
msgid "Next"
msgstr "Seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2141
-#| msgid "Up"
msgctxt "NodeUp direction string"
msgid "Up"
msgstr "Amunt"
#: tp/Texinfo/Convert/HTML.pm:2143
-#| msgid "Next"
msgctxt "NodeNext direction string"
msgid "Next"
msgstr "Seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2145
-#| msgid "Previous"
msgctxt "NodePrev direction string"
msgid "Previous"
msgstr "Previ"
#: tp/Texinfo/Convert/HTML.pm:2147
-#| msgid "Forward node"
msgctxt "NodeForward direction string"
msgid "Forward node"
msgstr "Node cap endavant"
#: tp/Texinfo/Convert/HTML.pm:2149
-#| msgid "Back node"
msgctxt "NodeBack direction string"
msgid "Back node"
msgstr "Node cap endarrere"
#: tp/Texinfo/Convert/HTML.pm:2156
-#| msgid "Next file"
msgctxt "NextFile direction string"
msgid "Next file"
msgstr "Fitxer seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2158
-#| msgid "Previous file"
msgctxt "PrevFile direction string"
msgid "Previous file"
msgstr "Fitxer previ"
#: tp/Texinfo/Convert/HTML.pm:2163
-#| msgid "Cover (top) of document"
msgctxt "Top direction description"
msgid "Cover (top) of document"
msgstr "Portada (part superior) del document"
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Taula de continguts"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short table of contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Taula breu de continguts"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "@'Index"
#: tp/Texinfo/Convert/HTML.pm:2174
-#| msgid "Current section"
msgctxt "This (current section) direction description"
msgid "Current section"
msgstr "Secci@'o actual"
#: tp/Texinfo/Convert/HTML.pm:2177
-#| msgid "Previous section in reading order"
msgctxt "Back direction description"
msgid "Previous section in reading order"
msgstr "Secci@'o pr@`evia a l'ordre de lectura"
#: tp/Texinfo/Convert/HTML.pm:2180
-#| msgid "Beginning of this chapter or previous chapter"
msgctxt "FastBack direction description"
msgid "Beginning of this chapter or previous chapter"
msgstr "Inici del cap@'@dotless{i}tol actual o previ"
#: tp/Texinfo/Convert/HTML.pm:2183
-#| msgid "Previous section on same level"
msgctxt "Prev direction description"
msgid "Previous section on same level"
msgstr "Secci@'o pr@`evia al mateix nivell"
#: tp/Texinfo/Convert/HTML.pm:2185
-#| msgid "Up section"
msgctxt "Up direction description"
msgid "Up section"
msgstr "Secci@'o amunt"
#: tp/Texinfo/Convert/HTML.pm:2187
-#| msgid "Next section on same level"
msgctxt "Next direction description"
msgid "Next section on same level"
msgstr "Secci@'o seg@\"uent al mateix nivell"
#: tp/Texinfo/Convert/HTML.pm:2189
-#| msgid "Up node"
msgctxt "NodeUp direction description"
msgid "Up node"
msgstr "Node amunt"
#: tp/Texinfo/Convert/HTML.pm:2191
-#| msgid "Next node"
msgctxt "NodeNext direction description"
msgid "Next node"
msgstr "Node seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2193
-#| msgid "Previous node"
msgctxt "NodePrev direction description"
msgid "Previous node"
msgstr "Node previ"
#: tp/Texinfo/Convert/HTML.pm:2196
-#| msgid "Next node in node reading order"
msgctxt "NodeForward direction description"
msgid "Next node in node reading order"
msgstr "Node seg@\"uent a l'ordre de lectura de nodes"
#: tp/Texinfo/Convert/HTML.pm:2199
-#| msgid "Previous node in node reading order"
msgctxt "NodeBack direction description"
msgid "Previous node in node reading order"
msgstr "Node previ a l'ordre de lectura de nodes"
#: tp/Texinfo/Convert/HTML.pm:2202
-#| msgid "Next section in reading order"
msgctxt "Forward direction description"
msgid "Next section in reading order"
msgstr "Secci@'o seg@\"uent a l'ordre de lectura"
#: tp/Texinfo/Convert/HTML.pm:2204
-#| msgid "Next chapter"
msgctxt "FastForward direction description"
msgid "Next chapter"
msgstr "Cap@'@dotless{i}tol seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2206
-#| msgid "About (help)"
msgctxt "About direction description"
msgid "About (help)"
msgstr "Quant a (ajuda)"
#: tp/Texinfo/Convert/HTML.pm:2209
-#| msgid "First section in reading order"
msgctxt "First direction description"
msgid "First section in reading order"
msgstr "Primera secci@'o a l'ordre de lectura"
#: tp/Texinfo/Convert/HTML.pm:2212
-#| msgid "Last section in reading order"
msgctxt "Last direction description"
msgid "Last section in reading order"
msgstr "@\"Ultima secci@'o a l'ordre de lectura"
#: tp/Texinfo/Convert/HTML.pm:2215
-#| msgid "Forward section in next file"
msgctxt "NextFile direction description"
msgid "Forward section in next file"
msgstr "Secci@'o cap endavant al fitxer seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2218
-#| msgid "Back section in previous file"
msgctxt "PrevFile direction description"
msgid "Back section in previous file"
msgstr "Secci@'o cap endarrere al fitxer previ"
#: tp/Texinfo/Convert/HTML.pm:2224
-#| msgid "Top"
msgctxt "Top direction button label"
msgid "Top"
msgstr "Amunt"
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Continguts"
#: tp/Texinfo/Convert/HTML.pm:2228
-#| msgid "Overview"
msgctxt "Overview direction button label"
msgid "Overview"
msgstr "Panor@`amica"
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "@'Index"
#: tp/Texinfo/Convert/HTML.pm:2232
-#| msgid "This"
msgctxt "This direction button label"
msgid "This"
msgstr "Aquest"
#: tp/Texinfo/Convert/HTML.pm:2234
-#| msgid "Back"
msgctxt "Back direction button label"
msgid "Back"
msgstr "En darrere"
#: tp/Texinfo/Convert/HTML.pm:2236
-#| msgid "FastBack"
msgctxt "FastBack direction button label"
msgid "FastBack"
msgstr "CapEnDarrereR@`apid"
#: tp/Texinfo/Convert/HTML.pm:2238
-#| msgid "Prev"
msgctxt "Prev direction button label"
msgid "Prev"
msgstr "Prev"
#: tp/Texinfo/Convert/HTML.pm:2240
-#| msgid "Up"
msgctxt "Up direction button label"
msgid "Up"
msgstr "Amunt"
#: tp/Texinfo/Convert/HTML.pm:2242
-#| msgid "Next"
msgctxt "Next direction button label"
msgid "Next"
msgstr "Seg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2244
-#| msgid "NodeUp"
msgctxt "NodeUp direction button label"
msgid "NodeUp"
msgstr "NodeAmunt"
#: tp/Texinfo/Convert/HTML.pm:2246
-#| msgid "NodeNext"
msgctxt "NodeNext direction button label"
msgid "NodeNext"
msgstr "NodeSeg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2248
-#| msgid "NodePrev"
msgctxt "NodePrev direction button label"
msgid "NodePrev"
msgstr "NodePrevi"
#: tp/Texinfo/Convert/HTML.pm:2250
-#| msgid "NodeForward"
msgctxt "NodeForward direction button label"
msgid "NodeForward"
msgstr "NodeEnDavant"
#: tp/Texinfo/Convert/HTML.pm:2252
-#| msgid "NodeBack"
msgctxt "NodeBack direction button label"
msgid "NodeBack"
msgstr "NodeEnDarrere"
#: tp/Texinfo/Convert/HTML.pm:2254
-#| msgid "Forward"
msgctxt "Forward direction button label"
msgid "Forward"
msgstr "Endavant"
#: tp/Texinfo/Convert/HTML.pm:2256
-#| msgid "FastForward"
msgctxt "FastForward direction button label"
msgid "FastForward"
msgstr "EndavantR@`apid"
#: tp/Texinfo/Convert/HTML.pm:2258
-#| msgid "About"
msgctxt "About direction button label"
msgid "About"
msgstr "Quant a"
#: tp/Texinfo/Convert/HTML.pm:2260
-#| msgid "First"
msgctxt "First direction button label"
msgid "First"
msgstr "Primer"
#: tp/Texinfo/Convert/HTML.pm:2262
-#| msgid "Last"
msgctxt "Last direction button label"
msgid "Last"
msgstr "@'Ultim"
#: tp/Texinfo/Convert/HTML.pm:2264
-#| msgid "NextFile"
msgctxt "NextFile direction button label"
msgid "NextFile"
msgstr "FitxerSeg@\"uent"
#: tp/Texinfo/Convert/HTML.pm:2266
-#| msgid "PrevFile"
msgctxt "PrevFile direction button label"
msgid "PrevFile"
msgstr "FitxerPrevi"
diff --git a/po_document/cs.po b/po_document/cs.po
index df4350d729..b1ca7a2d4c 100644
--- a/po_document/cs.po
+++ b/po_document/cs.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-26 21:13+02:00\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po_document/de.po b/po_document/de.po
index dde8453bc0..440b2bc935 100644
--- a/po_document/de.po
+++ b/po_document/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 5.0\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2014-04-11 22:11+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po_document/de.us-ascii.po b/po_document/de.us-ascii.po
index 99254b6df0..1df1efcef0 100644
--- a/po_document/de.us-ascii.po
+++ b/po_document/de.us-ascii.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 5.0\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2014-04-11 22:11+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -32,7 +32,6 @@ msgid "{explained_string} ({explanation})"
msgstr "{explained_string} ({explanation})"
#: tp/Texinfo/Common.pm:638
-#| msgid "Function"
msgctxt "category of functions for @defun"
msgid "Function"
msgstr "Funktion"
@@ -48,7 +47,6 @@ msgid "Special Form"
msgstr "Spezielle Form"
#: tp/Texinfo/Common.pm:645
-#| msgid "Variable"
msgctxt "category of variables for @defvar"
msgid "Variable"
msgstr "Variable"
@@ -59,26 +57,22 @@ msgid "User Option"
msgstr "Benutzeroption"
#: tp/Texinfo/Common.pm:650
-#| msgid "Function"
msgctxt "category of functions for @deftypefun"
msgid "Function"
msgstr "Funktion"
#: tp/Texinfo/Common.pm:653
-#| msgid "Variable"
msgctxt "category of variables in typed languages for @deftypevar"
msgid "Variable"
msgstr "Variable"
#: tp/Texinfo/Common.pm:656
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables in object-oriented programming for @defivar"
msgid "Instance Variable"
msgstr "Instanzvariable"
#: tp/Texinfo/Common.pm:659
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables with data type in object-oriented programming "
"for @deftypeivar"
@@ -86,13 +80,11 @@ msgid "Instance Variable"
msgstr "Instanzvariable"
#: tp/Texinfo/Common.pm:662
-#| msgid "Method"
msgctxt "category of methods in object-oriented programming for @defmethod"
msgid "Method"
msgstr "Method"
#: tp/Texinfo/Common.pm:665
-#| msgid "Method"
msgctxt ""
"category of methods with data type in object-oriented programming for "
"@deftypemethod"
@@ -469,379 +461,316 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr "@tie{ }-- {category} von {class}: {type} {name}"
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "Info zu diesem Dokument"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Inhaltsverzeichnis"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Kurzes Inhaltsverzeichnis"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "Fußnoten"
#: tp/Texinfo/Convert/HTML.pm:2121
-#| msgid "Top"
msgctxt "Top direction string"
msgid "Top"
msgstr "Anfang"
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Inhalt"
#: tp/Texinfo/Convert/HTML.pm:2126
-#| msgid "Overview"
msgctxt "Overview direction string"
msgid "Overview"
msgstr "Übersicht"
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "Index"
#: tp/Texinfo/Convert/HTML.pm:2131
-#| msgid "current"
msgctxt "This (current section) direction string"
msgid "current"
msgstr "aktuell"
#: tp/Texinfo/Convert/HTML.pm:2135
-#| msgid "Prev"
msgctxt "Prev direction string"
msgid "Prev"
msgstr "Vorh."
#: tp/Texinfo/Convert/HTML.pm:2137
-#| msgid " Up "
msgctxt "Up direction string"
msgid " Up "
msgstr " Nach oben "
#: tp/Texinfo/Convert/HTML.pm:2139
-#| msgid "Next"
msgctxt "Next direction string"
msgid "Next"
msgstr "Nächste"
#: tp/Texinfo/Convert/HTML.pm:2141
-#| msgid "Up"
msgctxt "NodeUp direction string"
msgid "Up"
msgstr "Nach oben"
#: tp/Texinfo/Convert/HTML.pm:2143
-#| msgid "Next"
msgctxt "NodeNext direction string"
msgid "Next"
msgstr "Nächste"
#: tp/Texinfo/Convert/HTML.pm:2145
-#| msgid "Previous"
msgctxt "NodePrev direction string"
msgid "Previous"
msgstr "Vorige"
#: tp/Texinfo/Convert/HTML.pm:2147
-#| msgid "Forward node"
msgctxt "NodeForward direction string"
msgid "Forward node"
msgstr "Absatz vor"
#: tp/Texinfo/Convert/HTML.pm:2149
-#| msgid "Back node"
msgctxt "NodeBack direction string"
msgid "Back node"
msgstr "Absatz zurück"
#: tp/Texinfo/Convert/HTML.pm:2156
-#| msgid "Next file"
msgctxt "NextFile direction string"
msgid "Next file"
msgstr "Nächste Datei"
#: tp/Texinfo/Convert/HTML.pm:2158
-#| msgid "Previous file"
msgctxt "PrevFile direction string"
msgid "Previous file"
msgstr "Vorige Datei"
#: tp/Texinfo/Convert/HTML.pm:2163
-#| msgid "Cover (top) of document"
msgctxt "Top direction description"
msgid "Cover (top) of document"
msgstr "Titelseite des Dokuments"
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Inhaltsverzeichnis"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short table of contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Kurzes Inhaltsverzeichnis"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "Index"
#: tp/Texinfo/Convert/HTML.pm:2174
-#| msgid "Current section"
msgctxt "This (current section) direction description"
msgid "Current section"
msgstr "Aktueller Abschnitt"
#: tp/Texinfo/Convert/HTML.pm:2177
-#| msgid "Previous section in reading order"
msgctxt "Back direction description"
msgid "Previous section in reading order"
msgstr "Voriger Abschnitt in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2180
-#| msgid "Beginning of this chapter or previous chapter"
msgctxt "FastBack direction description"
msgid "Beginning of this chapter or previous chapter"
msgstr "Anfang dieses oder des letzten Kapitels"
#: tp/Texinfo/Convert/HTML.pm:2183
-#| msgid "Previous section on same level"
msgctxt "Prev direction description"
msgid "Previous section on same level"
msgstr "Voriger Abschnitt derselben Ebene"
#: tp/Texinfo/Convert/HTML.pm:2185
-#| msgid "Up section"
msgctxt "Up direction description"
msgid "Up section"
msgstr "Abschnitt nach oben"
#: tp/Texinfo/Convert/HTML.pm:2187
-#| msgid "Next section on same level"
msgctxt "Next direction description"
msgid "Next section on same level"
msgstr "Nächster Abschitt derselben Ebene"
#: tp/Texinfo/Convert/HTML.pm:2189
-#| msgid "Up node"
msgctxt "NodeUp direction description"
msgid "Up node"
msgstr "Absatz nach oben"
#: tp/Texinfo/Convert/HTML.pm:2191
-#| msgid "Next node"
msgctxt "NodeNext direction description"
msgid "Next node"
msgstr "Nächster Absatz"
#: tp/Texinfo/Convert/HTML.pm:2193
-#| msgid "Previous node"
msgctxt "NodePrev direction description"
msgid "Previous node"
msgstr "Voriger Absatz"
#: tp/Texinfo/Convert/HTML.pm:2196
-#| msgid "Next node in node reading order"
msgctxt "NodeForward direction description"
msgid "Next node in node reading order"
msgstr "Nächster Absatz in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2199
-#| msgid "Previous node in node reading order"
msgctxt "NodeBack direction description"
msgid "Previous node in node reading order"
msgstr "Voriger Absatz in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2202
-#| msgid "Next section in reading order"
msgctxt "Forward direction description"
msgid "Next section in reading order"
msgstr "Nächster Abschnitt in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2204
-#| msgid "Next chapter"
msgctxt "FastForward direction description"
msgid "Next chapter"
msgstr "Nächstes Kapitel"
#: tp/Texinfo/Convert/HTML.pm:2206
-#| msgid "About (help)"
msgctxt "About direction description"
msgid "About (help)"
msgstr "Info (Hilfe)"
#: tp/Texinfo/Convert/HTML.pm:2209
-#| msgid "First section in reading order"
msgctxt "First direction description"
msgid "First section in reading order"
msgstr "Erster Abschnitt in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2212
-#| msgid "Last section in reading order"
msgctxt "Last direction description"
msgid "Last section in reading order"
msgstr "Letzter Abschnitt in Lesereihenfolge"
#: tp/Texinfo/Convert/HTML.pm:2215
-#| msgid "Forward section in next file"
msgctxt "NextFile direction description"
msgid "Forward section in next file"
msgstr "Abschnitt vor in nächster Datei"
#: tp/Texinfo/Convert/HTML.pm:2218
-#| msgid "Back section in previous file"
msgctxt "PrevFile direction description"
msgid "Back section in previous file"
msgstr "Abschnitt zurück in nächster Datei"
#: tp/Texinfo/Convert/HTML.pm:2224
-#| msgid "Top"
msgctxt "Top direction button label"
msgid "Top"
msgstr "Anfang"
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Inhalt"
#: tp/Texinfo/Convert/HTML.pm:2228
-#| msgid "Overview"
msgctxt "Overview direction button label"
msgid "Overview"
msgstr "Übersicht"
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "Index"
#: tp/Texinfo/Convert/HTML.pm:2232
-#| msgid "This"
msgctxt "This direction button label"
msgid "This"
msgstr "Diese"
#: tp/Texinfo/Convert/HTML.pm:2234
-#| msgid "Back"
msgctxt "Back direction button label"
msgid "Back"
msgstr "Zurück"
#: tp/Texinfo/Convert/HTML.pm:2236
-#| msgid "FastBack"
msgctxt "FastBack direction button label"
msgid "FastBack"
msgstr "Schnellrücklauf"
#: tp/Texinfo/Convert/HTML.pm:2238
-#| msgid "Prev"
msgctxt "Prev direction button label"
msgid "Prev"
msgstr "Vorh."
#: tp/Texinfo/Convert/HTML.pm:2240
-#| msgid "Up"
msgctxt "Up direction button label"
msgid "Up"
msgstr "Nach oben"
#: tp/Texinfo/Convert/HTML.pm:2242
-#| msgid "Next"
msgctxt "Next direction button label"
msgid "Next"
msgstr "Nächste"
#: tp/Texinfo/Convert/HTML.pm:2244
-#| msgid "NodeUp"
msgctxt "NodeUp direction button label"
msgid "NodeUp"
msgstr "Absatz nach oben"
#: tp/Texinfo/Convert/HTML.pm:2246
-#| msgid "NodeNext"
msgctxt "NodeNext direction button label"
msgid "NodeNext"
msgstr "Nächster Absatz"
#: tp/Texinfo/Convert/HTML.pm:2248
-#| msgid "NodePrev"
msgctxt "NodePrev direction button label"
msgid "NodePrev"
msgstr "Voriger Absatz"
#: tp/Texinfo/Convert/HTML.pm:2250
-#| msgid "NodeForward"
msgctxt "NodeForward direction button label"
msgid "NodeForward"
msgstr "Absatz vor"
#: tp/Texinfo/Convert/HTML.pm:2252
-#| msgid "NodeBack"
msgctxt "NodeBack direction button label"
msgid "NodeBack"
msgstr "Absatz zurück"
#: tp/Texinfo/Convert/HTML.pm:2254
-#| msgid "Forward"
msgctxt "Forward direction button label"
msgid "Forward"
msgstr "Vor"
#: tp/Texinfo/Convert/HTML.pm:2256
-#| msgid "FastForward"
msgctxt "FastForward direction button label"
msgid "FastForward"
msgstr "Schnellvorlauf"
#: tp/Texinfo/Convert/HTML.pm:2258
-#| msgid "About"
msgctxt "About direction button label"
msgid "About"
msgstr "Info"
#: tp/Texinfo/Convert/HTML.pm:2260
-#| msgid "First"
msgctxt "First direction button label"
msgid "First"
msgstr "Erste"
#: tp/Texinfo/Convert/HTML.pm:2262
-#| msgid "Last"
msgctxt "Last direction button label"
msgid "Last"
msgstr "Letzte"
#: tp/Texinfo/Convert/HTML.pm:2264
-#| msgid "NextFile"
msgctxt "NextFile direction button label"
msgid "NextFile"
msgstr "Nächste Datei"
#: tp/Texinfo/Convert/HTML.pm:2266
-#| msgid "PrevFile"
msgctxt "PrevFile direction button label"
msgid "PrevFile"
msgstr "Vorige Datei"
diff --git a/po_document/eo.po b/po_document/eo.po
index 87e47f037f..b29a100284 100644
--- a/po_document/eo.po
+++ b/po_document/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.4.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2018-05-24 21:45-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po_document/es.po b/po_document/es.po
index 2a418bfe0e..ab9f4b9c96 100644
--- a/po_document/es.po
+++ b/po_document/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document-7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-25 08:19+0200\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
diff --git a/po_document/fi.po b/po_document/fi.po
index ce7601bc21..745950e6c3 100644
--- a/po_document/fi.po
+++ b/po_document/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo_document 6.7.91\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-07-07 18:24+0300\n"
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po_document/fr.po b/po_document/fr.po
index 470edb6578..8bce3e220b 100644
--- a/po_document/fr.po
+++ b/po_document/fr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-21 18:21+0200\n"
"Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
diff --git a/po_document/hr.po b/po_document/hr.po
index 6508058d4e..32d6fab1b4 100644
--- a/po_document/hr.po
+++ b/po_document/hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-20 10:48+0200\n"
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po_document/hu.po b/po_document/hu.po
index fa71dcf9b1..10c609fb01 100644
--- a/po_document/hu.po
+++ b/po_document/hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.4.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2018-01-20 14:27+0100\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po_document/it.po b/po_document/it.po
index 3ce491f376..58e3ff32dc 100644
--- a/po_document/it.po
+++ b/po_document/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2022-10-30 21:50+0100\n"
"Last-Translator: Federico Bruni <fede@inventati.org>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po_document/nl.po b/po_document/nl.po
index 1538bb984d..e66819a8a6 100644
--- a/po_document/nl.po
+++ b/po_document/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document-7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-10-01 13:10+0200\n"
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po_document/no.us-ascii.po b/po_document/no.us-ascii.po
index 288f938409..8a009c8ee8 100644
--- a/po_document/no.us-ascii.po
+++ b/po_document/no.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 5.0\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2001-01-01\n"
"Last-Translator: Unknown\n"
"Language-Team: Unknown\n"
@@ -438,25 +438,21 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "No translation available!"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Innholdsfortegnelse"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Kort innholdsfortegnelse"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "No translation available!"
@@ -467,7 +463,6 @@ msgid "Top"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Table of Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Innholdsfortegnelse"
@@ -478,7 +473,6 @@ msgid "Overview"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "Indeks"
@@ -544,19 +538,16 @@ msgid "Cover (top) of document"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of Contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Innholdsfortegnelse"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short Table of Contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Kort innholdsfortegnelse"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "Indeks"
@@ -657,7 +648,6 @@ msgid "Top"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Table of Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Innholdsfortegnelse"
@@ -668,7 +658,6 @@ msgid "Overview"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "Indeks"
diff --git a/po_document/pl.iso-8859-2.po b/po_document/pl.iso-8859-2.po
index dd58138331..fcb7754fbc 100644
--- a/po_document/pl.iso-8859-2.po
+++ b/po_document/pl.iso-8859-2.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2022-10-20 17:23+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -30,7 +30,6 @@ msgid "{explained_string} ({explanation})"
msgstr "{explained_string} ({explanation})"
#: tp/Texinfo/Common.pm:638
-#| msgid "Function"
msgctxt "category of functions for @defun"
msgid "Function"
msgstr "Funkcja"
@@ -46,7 +45,6 @@ msgid "Special Form"
msgstr "Posta� specjalna"
#: tp/Texinfo/Common.pm:645
-#| msgid "Variable"
msgctxt "category of variables for @defvar"
msgid "Variable"
msgstr "Zmienna"
@@ -57,26 +55,22 @@ msgid "User Option"
msgstr "Opcja u�ytkownika"
#: tp/Texinfo/Common.pm:650
-#| msgid "Function"
msgctxt "category of functions for @deftypefun"
msgid "Function"
msgstr "Funkcja"
#: tp/Texinfo/Common.pm:653
-#| msgid "Variable"
msgctxt "category of variables in typed languages for @deftypevar"
msgid "Variable"
msgstr "Zmienna"
#: tp/Texinfo/Common.pm:656
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables in object-oriented programming for @defivar"
msgid "Instance Variable"
msgstr "Przyk�ad zmiennej"
#: tp/Texinfo/Common.pm:659
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables with data type in object-oriented programming "
"for @deftypeivar"
@@ -84,13 +78,11 @@ msgid "Instance Variable"
msgstr "Przyk�ad zmiennej"
#: tp/Texinfo/Common.pm:662
-#| msgid "Method"
msgctxt "category of methods in object-oriented programming for @defmethod"
msgid "Method"
msgstr "Metoda"
#: tp/Texinfo/Common.pm:665
-#| msgid "Method"
msgctxt ""
"category of methods with data type in object-oriented programming for "
"@deftypemethod"
@@ -448,379 +440,316 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr "@tie{}-- {category} klasy {class}: {type} {name}"
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "O tym dokumencie"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Spis tre�ci"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Skr�cony spis tre�ci"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "Przypisy"
#: tp/Texinfo/Convert/HTML.pm:2121
-#| msgid "Top"
msgctxt "Top direction string"
msgid "Top"
msgstr "Szczytowy"
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Tre��"
#: tp/Texinfo/Convert/HTML.pm:2126
-#| msgid "Overview"
msgctxt "Overview direction string"
msgid "Overview"
msgstr "Przegl�d"
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "Indeks"
#: tp/Texinfo/Convert/HTML.pm:2131
-#| msgid "current"
msgctxt "This (current section) direction string"
msgid "current"
msgstr "bie��cy"
#: tp/Texinfo/Convert/HTML.pm:2135
-#| msgid "Prev"
msgctxt "Prev direction string"
msgid "Prev"
msgstr "Poprzedni"
#: tp/Texinfo/Convert/HTML.pm:2137
-#| msgid " Up "
msgctxt "Up direction string"
msgid " Up "
msgstr " W g�r� "
#: tp/Texinfo/Convert/HTML.pm:2139
-#| msgid "Next"
msgctxt "Next direction string"
msgid "Next"
msgstr "Nast�pny"
#: tp/Texinfo/Convert/HTML.pm:2141
-#| msgid "Up"
msgctxt "NodeUp direction string"
msgid "Up"
msgstr "W g�r�"
#: tp/Texinfo/Convert/HTML.pm:2143
-#| msgid "Next"
msgctxt "NodeNext direction string"
msgid "Next"
msgstr "Nast�pny"
#: tp/Texinfo/Convert/HTML.pm:2145
-#| msgid "Previous"
msgctxt "NodePrev direction string"
msgid "Previous"
msgstr "Poprzedni"
#: tp/Texinfo/Convert/HTML.pm:2147
-#| msgid "Forward node"
msgctxt "NodeForward direction string"
msgid "Forward node"
msgstr "W�ze� w prz�d"
#: tp/Texinfo/Convert/HTML.pm:2149
-#| msgid "Back node"
msgctxt "NodeBack direction string"
msgid "Back node"
msgstr "W�ze� w ty�"
#: tp/Texinfo/Convert/HTML.pm:2156
-#| msgid "Next file"
msgctxt "NextFile direction string"
msgid "Next file"
msgstr "Nast�pny plik"
#: tp/Texinfo/Convert/HTML.pm:2158
-#| msgid "Previous file"
msgctxt "PrevFile direction string"
msgid "Previous file"
msgstr "Poprzedni plik"
#: tp/Texinfo/Convert/HTML.pm:2163
-#| msgid "Cover (top) of document"
msgctxt "Top direction description"
msgid "Cover (top) of document"
msgstr "Ok�adka (szczyt) dokumentu"
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Spis tre�ci"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short table of contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Skr�cony spis tre�ci"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "Indeks"
#: tp/Texinfo/Convert/HTML.pm:2174
-#| msgid "Current section"
msgctxt "This (current section) direction description"
msgid "Current section"
msgstr "Sekcja bie��ca"
#: tp/Texinfo/Convert/HTML.pm:2177
-#| msgid "Previous section in reading order"
msgctxt "Back direction description"
msgid "Previous section in reading order"
msgstr "Sekcja poprzednia w kolejno�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2180
-#| msgid "Beginning of this chapter or previous chapter"
msgctxt "FastBack direction description"
msgid "Beginning of this chapter or previous chapter"
msgstr "Pocz�tek tego rozdzia�u lub rozdzia� poprzedni"
#: tp/Texinfo/Convert/HTML.pm:2183
-#| msgid "Previous section on same level"
msgctxt "Prev direction description"
msgid "Previous section on same level"
msgstr "Sekcja poprzednia na tym samym poziomie"
#: tp/Texinfo/Convert/HTML.pm:2185
-#| msgid "Up section"
msgctxt "Up direction description"
msgid "Up section"
msgstr "Sekcja w g�r�"
#: tp/Texinfo/Convert/HTML.pm:2187
-#| msgid "Next section on same level"
msgctxt "Next direction description"
msgid "Next section on same level"
msgstr "Sekcja nast�pna na tym samym poziomie"
#: tp/Texinfo/Convert/HTML.pm:2189
-#| msgid "Up node"
msgctxt "NodeUp direction description"
msgid "Up node"
msgstr "W�z� w g�r�"
#: tp/Texinfo/Convert/HTML.pm:2191
-#| msgid "Next node"
msgctxt "NodeNext direction description"
msgid "Next node"
msgstr "Nast�pny w�ze�"
#: tp/Texinfo/Convert/HTML.pm:2193
-#| msgid "Previous node"
msgctxt "NodePrev direction description"
msgid "Previous node"
msgstr "Poprzedni w�ze�"
#: tp/Texinfo/Convert/HTML.pm:2196
-#| msgid "Next node in node reading order"
msgctxt "NodeForward direction description"
msgid "Next node in node reading order"
msgstr "W�ze� nast�pny w kolejno�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2199
-#| msgid "Previous node in node reading order"
msgctxt "NodeBack direction description"
msgid "Previous node in node reading order"
msgstr "W�ze� poprzedni w kolejno�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2202
-#| msgid "Next section in reading order"
msgctxt "Forward direction description"
msgid "Next section in reading order"
msgstr "Sekcja nast�pna w kolejno�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2204
-#| msgid "Next chapter"
msgctxt "FastForward direction description"
msgid "Next chapter"
msgstr "Nast�pny rozdzia�"
#: tp/Texinfo/Convert/HTML.pm:2206
-#| msgid "About (help)"
msgctxt "About direction description"
msgid "About (help)"
msgstr "O dokumencie (pomoc)"
#: tp/Texinfo/Convert/HTML.pm:2209
-#| msgid "First section in reading order"
msgctxt "First direction description"
msgid "First section in reading order"
msgstr "Sekcja pierwsza w kolejo�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2212
-#| msgid "Last section in reading order"
msgctxt "Last direction description"
msgid "Last section in reading order"
msgstr "Sekcja ostatnia w kolejo�ci czytania"
#: tp/Texinfo/Convert/HTML.pm:2215
-#| msgid "Forward section in next file"
msgctxt "NextFile direction description"
msgid "Forward section in next file"
msgstr "Sekcja w prz�d w nast�pnym pliku"
#: tp/Texinfo/Convert/HTML.pm:2218
-#| msgid "Back section in previous file"
msgctxt "PrevFile direction description"
msgid "Back section in previous file"
msgstr "Sekcja wstecz w poprzednim pliku"
#: tp/Texinfo/Convert/HTML.pm:2224
-#| msgid "Top"
msgctxt "Top direction button label"
msgid "Top"
msgstr "Szczytowy"
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Tre��"
#: tp/Texinfo/Convert/HTML.pm:2228
-#| msgid "Overview"
msgctxt "Overview direction button label"
msgid "Overview"
msgstr "Przegl�d"
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "Indeks"
#: tp/Texinfo/Convert/HTML.pm:2232
-#| msgid "This"
msgctxt "This direction button label"
msgid "This"
msgstr "Ten"
#: tp/Texinfo/Convert/HTML.pm:2234
-#| msgid "Back"
msgctxt "Back direction button label"
msgid "Back"
msgstr "Wstecz"
#: tp/Texinfo/Convert/HTML.pm:2236
-#| msgid "FastBack"
msgctxt "FastBack direction button label"
msgid "FastBack"
msgstr "SzybkoWstecz"
#: tp/Texinfo/Convert/HTML.pm:2238
-#| msgid "Prev"
msgctxt "Prev direction button label"
msgid "Prev"
msgstr "Poprzedni"
#: tp/Texinfo/Convert/HTML.pm:2240
-#| msgid "Up"
msgctxt "Up direction button label"
msgid "Up"
msgstr "W g�r�"
#: tp/Texinfo/Convert/HTML.pm:2242
-#| msgid "Next"
msgctxt "Next direction button label"
msgid "Next"
msgstr "Nast�pny"
#: tp/Texinfo/Convert/HTML.pm:2244
-#| msgid "NodeUp"
msgctxt "NodeUp direction button label"
msgid "NodeUp"
msgstr "W�ze�WG�r�"
#: tp/Texinfo/Convert/HTML.pm:2246
-#| msgid "NodeNext"
msgctxt "NodeNext direction button label"
msgid "NodeNext"
msgstr "W�ze�Nast�pny"
#: tp/Texinfo/Convert/HTML.pm:2248
-#| msgid "NodePrev"
msgctxt "NodePrev direction button label"
msgid "NodePrev"
msgstr "W�ze�Poprzedni"
#: tp/Texinfo/Convert/HTML.pm:2250
-#| msgid "NodeForward"
msgctxt "NodeForward direction button label"
msgid "NodeForward"
msgstr "W�ze�WPrz�d"
#: tp/Texinfo/Convert/HTML.pm:2252
-#| msgid "NodeBack"
msgctxt "NodeBack direction button label"
msgid "NodeBack"
msgstr "W�ze�Wstecz"
#: tp/Texinfo/Convert/HTML.pm:2254
-#| msgid "Forward"
msgctxt "Forward direction button label"
msgid "Forward"
msgstr "WPrz�d"
#: tp/Texinfo/Convert/HTML.pm:2256
-#| msgid "FastForward"
msgctxt "FastForward direction button label"
msgid "FastForward"
msgstr "SzybkoWPrz�d"
#: tp/Texinfo/Convert/HTML.pm:2258
-#| msgid "About"
msgctxt "About direction button label"
msgid "About"
msgstr "O"
#: tp/Texinfo/Convert/HTML.pm:2260
-#| msgid "First"
msgctxt "First direction button label"
msgid "First"
msgstr "Pierwszy"
#: tp/Texinfo/Convert/HTML.pm:2262
-#| msgid "Last"
msgctxt "Last direction button label"
msgid "Last"
msgstr "Ostatni"
#: tp/Texinfo/Convert/HTML.pm:2264
-#| msgid "NextFile"
msgctxt "NextFile direction button label"
msgid "NextFile"
msgstr "PlikNast�pny"
#: tp/Texinfo/Convert/HTML.pm:2266
-#| msgid "PrevFile"
msgctxt "PrevFile direction button label"
msgid "PrevFile"
msgstr "PlikPoprzedni"
diff --git a/po_document/pl.po b/po_document/pl.po
index 706640dcd8..505701a033 100644
--- a/po_document/pl.po
+++ b/po_document/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-26 18:23+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po_document/pt.po b/po_document/pt.po
index 43b73e96da..216d8ea083 100644
--- a/po_document/pt.po
+++ b/po_document/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.7.91\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-06-17 06:32+0100\n"
"Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
diff --git a/po_document/pt.us-ascii.po b/po_document/pt.us-ascii.po
index 9a8498c2e8..098742d970 100644
--- a/po_document/pt.us-ascii.po
+++ b/po_document/pt.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo 5.0\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2006-01-09\n"
"Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n"
"Language-Team: Unknown\n"
@@ -451,91 +451,76 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr "@tie{ }-- {category} da {class}: {type} {name}"
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "Sobre Esse Documento"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Breve Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "Notas de Rodap@'e"
#: tp/Texinfo/Convert/HTML.pm:2121
-#| msgid "Top"
msgctxt "Top direction string"
msgid "Top"
msgstr "Topo"
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Conte@'udo"
#: tp/Texinfo/Convert/HTML.pm:2126
-#| msgid "Overview"
msgctxt "Overview direction string"
msgid "Overview"
msgstr "Vis@~ao geral"
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2131
-#| msgid "current"
msgctxt "This (current section) direction string"
msgid "current"
msgstr "atual"
#: tp/Texinfo/Convert/HTML.pm:2135
-#| msgid "Prev"
msgctxt "Prev direction string"
msgid "Prev"
msgstr "Pr@'evio"
#: tp/Texinfo/Convert/HTML.pm:2137
-#| msgid " Up "
msgctxt "Up direction string"
msgid " Up "
msgstr " Acima "
#: tp/Texinfo/Convert/HTML.pm:2139
-#| msgid "Next"
msgctxt "Next direction string"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2141
-#| msgid "Up"
msgctxt "NodeUp direction string"
msgid "Up"
msgstr "Acima"
#: tp/Texinfo/Convert/HTML.pm:2143
-#| msgid "Next"
msgctxt "NodeNext direction string"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2145
-#| msgid "Previous node"
msgctxt "NodePrev direction string"
msgid "Previous"
msgstr "Nodo anterior"
@@ -551,91 +536,76 @@ msgid "Back node"
msgstr "Nodo acima"
#: tp/Texinfo/Convert/HTML.pm:2156
-#| msgid "Next node"
msgctxt "NextFile direction string"
msgid "Next file"
msgstr "Pr@'oximo nodo"
#: tp/Texinfo/Convert/HTML.pm:2158
-#| msgid "Previous node"
msgctxt "PrevFile direction string"
msgid "Previous file"
msgstr "Nodo anterior"
#: tp/Texinfo/Convert/HTML.pm:2163
-#| msgid "Cover (top) of document"
msgctxt "Top direction description"
msgid "Cover (top) of document"
msgstr "In@'icio (topo) do documento"
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short table of contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Breve sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2174
-#| msgid "Current section"
msgctxt "This (current section) direction description"
msgid "Current section"
msgstr "Se@,{c}@~ao atual"
#: tp/Texinfo/Convert/HTML.pm:2177
-#| msgid "Previous section in reading order"
msgctxt "Back direction description"
msgid "Previous section in reading order"
msgstr "Se@,{c}@~ao anterior na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2180
-#| msgid "Beginning of this chapter or previous chapter"
msgctxt "FastBack direction description"
msgid "Beginning of this chapter or previous chapter"
msgstr "Come@,{c}o desse cap@'itulo ou cap@'itulo anterior"
#: tp/Texinfo/Convert/HTML.pm:2183
-#| msgid "Previous section on same level"
msgctxt "Prev direction description"
msgid "Previous section on same level"
msgstr "Se@,{c}@~ao anterior no mesmo n@'ivel"
#: tp/Texinfo/Convert/HTML.pm:2185
-#| msgid "Up section"
msgctxt "Up direction description"
msgid "Up section"
msgstr "Se@,{c}@~ao acima"
#: tp/Texinfo/Convert/HTML.pm:2187
-#| msgid "Next section on same level"
msgctxt "Next direction description"
msgid "Next section on same level"
msgstr "Pr@'oxima se@,{c}@~ao no mesmo n@'ivel"
#: tp/Texinfo/Convert/HTML.pm:2189
-#| msgid "Up node"
msgctxt "NodeUp direction description"
msgid "Up node"
msgstr "Nodo acima"
#: tp/Texinfo/Convert/HTML.pm:2191
-#| msgid "Next node"
msgctxt "NodeNext direction description"
msgid "Next node"
msgstr "Pr@'oximo nodo"
#: tp/Texinfo/Convert/HTML.pm:2193
-#| msgid "Previous node"
msgctxt "NodePrev direction description"
msgid "Previous node"
msgstr "Nodo anterior"
@@ -651,31 +621,26 @@ msgid "Previous node in node reading order"
msgstr "Se@,{c}@~ao anterior na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2202
-#| msgid "Next section in reading order"
msgctxt "Forward direction description"
msgid "Next section in reading order"
msgstr "Pr@'oxima se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2204
-#| msgid "Next chapter"
msgctxt "FastForward direction description"
msgid "Next chapter"
msgstr "Pr@'oximo cap@'itulo"
#: tp/Texinfo/Convert/HTML.pm:2206
-#| msgid "About (help)"
msgctxt "About direction description"
msgid "About (help)"
msgstr "Sobre (ajuda)"
#: tp/Texinfo/Convert/HTML.pm:2209
-#| msgid "First section in reading order"
msgctxt "First direction description"
msgid "First section in reading order"
msgstr "Primeira se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2212
-#| msgid "Last section in reading order"
msgctxt "Last direction description"
msgid "Last section in reading order"
msgstr "@'Ultima se@,{c}@~ao na ordem de leitura"
@@ -686,85 +651,71 @@ msgid "Forward section in next file"
msgstr ""
#: tp/Texinfo/Convert/HTML.pm:2218
-#| msgid "Last section in reading order"
msgctxt "PrevFile direction description"
msgid "Back section in previous file"
msgstr "@'Ultima se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2224
-#| msgid "Top"
msgctxt "Top direction button label"
msgid "Top"
msgstr "Topo"
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Conte@'udo"
#: tp/Texinfo/Convert/HTML.pm:2228
-#| msgid "Overview"
msgctxt "Overview direction button label"
msgid "Overview"
msgstr "Vis@~ao geral"
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2232
-#| msgid "This"
msgctxt "This direction button label"
msgid "This"
msgstr "Esse"
#: tp/Texinfo/Convert/HTML.pm:2234
-#| msgid "Back"
msgctxt "Back direction button label"
msgid "Back"
msgstr "Volta"
#: tp/Texinfo/Convert/HTML.pm:2236
-#| msgid "FastBack"
msgctxt "FastBack direction button label"
msgid "FastBack"
msgstr "Voltar R@'apido"
#: tp/Texinfo/Convert/HTML.pm:2238
-#| msgid "Prev"
msgctxt "Prev direction button label"
msgid "Prev"
msgstr "Pr@'evio"
#: tp/Texinfo/Convert/HTML.pm:2240
-#| msgid "Up"
msgctxt "Up direction button label"
msgid "Up"
msgstr "Acima"
#: tp/Texinfo/Convert/HTML.pm:2242
-#| msgid "Next"
msgctxt "Next direction button label"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2244
-#| msgid "NodeUp"
msgctxt "NodeUp direction button label"
msgid "NodeUp"
msgstr "Nodo Acima"
#: tp/Texinfo/Convert/HTML.pm:2246
-#| msgid "NodeNext"
msgctxt "NodeNext direction button label"
msgid "NodeNext"
msgstr "Pr@'oximo Nodo"
#: tp/Texinfo/Convert/HTML.pm:2248
-#| msgid "NodePrev"
msgctxt "NodePrev direction button label"
msgid "NodePrev"
msgstr "Nodo Anterior"
@@ -780,43 +731,36 @@ msgid "NodeBack"
msgstr "Volta"
#: tp/Texinfo/Convert/HTML.pm:2254
-#| msgid "Forward"
msgctxt "Forward direction button label"
msgid "Forward"
msgstr "Avan@,{c}ar"
#: tp/Texinfo/Convert/HTML.pm:2256
-#| msgid "FastForward"
msgctxt "FastForward direction button label"
msgid "FastForward"
msgstr "Avan@,{c}ar R@'apido"
#: tp/Texinfo/Convert/HTML.pm:2258
-#| msgid "About"
msgctxt "About direction button label"
msgid "About"
msgstr "Sobre"
#: tp/Texinfo/Convert/HTML.pm:2260
-#| msgid "First"
msgctxt "First direction button label"
msgid "First"
msgstr "Primeiro"
#: tp/Texinfo/Convert/HTML.pm:2262
-#| msgid "Last"
msgctxt "Last direction button label"
msgid "Last"
msgstr "@'Ultimo"
#: tp/Texinfo/Convert/HTML.pm:2264
-#| msgid "Next"
msgctxt "NextFile direction button label"
msgid "NextFile"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2266
-#| msgid "Prev"
msgctxt "PrevFile direction button label"
msgid "PrevFile"
msgstr "Pr@'evio"
diff --git a/po_document/pt_BR.po b/po_document/pt_BR.po
index e7556bd14f..5553158261 100644
--- a/po_document/pt_BR.po
+++ b/po_document/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.7.91\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2021-06-16 11:08-0300\n"
"Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po_document/pt_BR.us-ascii.po b/po_document/pt_BR.us-ascii.po
index 99175ba129..d782c535a6 100644
--- a/po_document/pt_BR.us-ascii.po
+++ b/po_document/pt_BR.us-ascii.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 5.9.93\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2015-06-07 06:25-0300\n"
"Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
@@ -46,7 +46,6 @@ msgid "Special Form"
msgstr "Forma Especial"
#: tp/Texinfo/Common.pm:645
-#| msgid "Variable"
msgctxt "category of variables for @defvar"
msgid "Variable"
msgstr "Vari@'{a}vel"
@@ -63,20 +62,17 @@ msgid "Function"
msgstr "Se@,{c}@~ao"
#: tp/Texinfo/Common.pm:653
-#| msgid "Variable"
msgctxt "category of variables in typed languages for @deftypevar"
msgid "Variable"
msgstr "Vari@'{a}vel"
#: tp/Texinfo/Common.pm:656
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables in object-oriented programming for @defivar"
msgid "Instance Variable"
msgstr "Vari@'{a}vel de inst@^{a}ncia"
#: tp/Texinfo/Common.pm:659
-#| msgid "Instance Variable"
msgctxt ""
"category of instance variables with data type in object-oriented programming "
"for @deftypeivar"
@@ -84,13 +80,11 @@ msgid "Instance Variable"
msgstr "Vari@'{a}vel de inst@^{a}ncia"
#: tp/Texinfo/Common.pm:662
-#| msgid "Method"
msgctxt "category of methods in object-oriented programming for @defmethod"
msgid "Method"
msgstr "M@'{e}todo"
#: tp/Texinfo/Common.pm:665
-#| msgid "Method"
msgctxt ""
"category of methods with data type in object-oriented programming for "
"@deftypemethod"
@@ -459,91 +453,76 @@ msgid "@tie{}-- {category} of {class}: {type} {name}"
msgstr "@tie{ }-- {category} da {class}: {type} {name}"
#: tp/Texinfo/Convert/HTML.pm:2010
-#| msgid "About This Document"
msgctxt "about section heading"
msgid "About This Document"
msgstr "Sobre Esse Documento"
#: tp/Texinfo/Convert/HTML.pm:2012
-#| msgid "Table of Contents"
msgctxt "contents section heading"
msgid "Table of Contents"
msgstr "Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2015
-#| msgid "Short Table of Contents"
msgctxt "shortcontents section heading"
msgid "Short Table of Contents"
msgstr "Breve Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2017
-#| msgid "Footnotes"
msgctxt "footnotes section heading"
msgid "Footnotes"
msgstr "Notas de Rodap@'e"
#: tp/Texinfo/Convert/HTML.pm:2121
-#| msgid "Top"
msgctxt "Top direction string"
msgid "Top"
msgstr "Topo"
#: tp/Texinfo/Convert/HTML.pm:2123
-#| msgid "Contents"
msgctxt "Contents direction string"
msgid "Contents"
msgstr "Conte@'udo"
#: tp/Texinfo/Convert/HTML.pm:2126
-#| msgid "Overview"
msgctxt "Overview direction string"
msgid "Overview"
msgstr "Vis@~ao geral"
#: tp/Texinfo/Convert/HTML.pm:2128
-#| msgid "Index"
msgctxt "Index direction string"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2131
-#| msgid "current"
msgctxt "This (current section) direction string"
msgid "current"
msgstr "atual"
#: tp/Texinfo/Convert/HTML.pm:2135
-#| msgid "Prev"
msgctxt "Prev direction string"
msgid "Prev"
msgstr "Pr@'evio"
#: tp/Texinfo/Convert/HTML.pm:2137
-#| msgid " Up "
msgctxt "Up direction string"
msgid " Up "
msgstr " Acima "
#: tp/Texinfo/Convert/HTML.pm:2139
-#| msgid "Next"
msgctxt "Next direction string"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2141
-#| msgid "Up"
msgctxt "NodeUp direction string"
msgid "Up"
msgstr "Acima"
#: tp/Texinfo/Convert/HTML.pm:2143
-#| msgid "Next"
msgctxt "NodeNext direction string"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2145
-#| msgid "Previous"
msgctxt "NodePrev direction string"
msgid "Previous"
msgstr "Anterior"
@@ -559,91 +538,76 @@ msgid "Back node"
msgstr "Nodo acima"
#: tp/Texinfo/Convert/HTML.pm:2156
-#| msgid "Next file"
msgctxt "NextFile direction string"
msgid "Next file"
msgstr "Arquivo seguinte"
#: tp/Texinfo/Convert/HTML.pm:2158
-#| msgid "Previous file"
msgctxt "PrevFile direction string"
msgid "Previous file"
msgstr "Arquivo anterior"
#: tp/Texinfo/Convert/HTML.pm:2163
-#| msgid "Cover (top) of document"
msgctxt "Top direction description"
msgid "Cover (top) of document"
msgstr "In@'icio (topo) do documento"
#: tp/Texinfo/Convert/HTML.pm:2166
-#| msgid "Table of contents"
msgctxt "Contents direction description"
msgid "Table of contents"
msgstr "Sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2169
-#| msgid "Short table of contents"
msgctxt "Overview direction description"
msgid "Short table of contents"
msgstr "Breve sum@'ario"
#: tp/Texinfo/Convert/HTML.pm:2171
-#| msgid "Index"
msgctxt "Index direction description"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2174
-#| msgid "Current section"
msgctxt "This (current section) direction description"
msgid "Current section"
msgstr "Se@,{c}@~ao atual"
#: tp/Texinfo/Convert/HTML.pm:2177
-#| msgid "Previous section in reading order"
msgctxt "Back direction description"
msgid "Previous section in reading order"
msgstr "Se@,{c}@~ao anterior na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2180
-#| msgid "Beginning of this chapter or previous chapter"
msgctxt "FastBack direction description"
msgid "Beginning of this chapter or previous chapter"
msgstr "Come@,{c}o desse cap@'itulo ou cap@'itulo anterior"
#: tp/Texinfo/Convert/HTML.pm:2183
-#| msgid "Previous section on same level"
msgctxt "Prev direction description"
msgid "Previous section on same level"
msgstr "Se@,{c}@~ao anterior no mesmo n@'ivel"
#: tp/Texinfo/Convert/HTML.pm:2185
-#| msgid "Up section"
msgctxt "Up direction description"
msgid "Up section"
msgstr "Se@,{c}@~ao acima"
#: tp/Texinfo/Convert/HTML.pm:2187
-#| msgid "Next section on same level"
msgctxt "Next direction description"
msgid "Next section on same level"
msgstr "Pr@'oxima se@,{c}@~ao no mesmo n@'ivel"
#: tp/Texinfo/Convert/HTML.pm:2189
-#| msgid "Up node"
msgctxt "NodeUp direction description"
msgid "Up node"
msgstr "Nodo acima"
#: tp/Texinfo/Convert/HTML.pm:2191
-#| msgid "Next node"
msgctxt "NodeNext direction description"
msgid "Next node"
msgstr "Pr@'oximo nodo"
#: tp/Texinfo/Convert/HTML.pm:2193
-#| msgid "Previous node"
msgctxt "NodePrev direction description"
msgid "Previous node"
msgstr "Nodo anterior"
@@ -659,121 +623,101 @@ msgid "Previous node in node reading order"
msgstr "Se@,{c}@~ao anterior na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2202
-#| msgid "Next section in reading order"
msgctxt "Forward direction description"
msgid "Next section in reading order"
msgstr "Pr@'oxima se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2204
-#| msgid "Next chapter"
msgctxt "FastForward direction description"
msgid "Next chapter"
msgstr "Pr@'oximo cap@'itulo"
#: tp/Texinfo/Convert/HTML.pm:2206
-#| msgid "About (help)"
msgctxt "About direction description"
msgid "About (help)"
msgstr "Sobre (ajuda)"
#: tp/Texinfo/Convert/HTML.pm:2209
-#| msgid "First section in reading order"
msgctxt "First direction description"
msgid "First section in reading order"
msgstr "Primeira se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2212
-#| msgid "Last section in reading order"
msgctxt "Last direction description"
msgid "Last section in reading order"
msgstr "@'Ultima se@,{c}@~ao na ordem de leitura"
#: tp/Texinfo/Convert/HTML.pm:2215
-#| msgid "Forward section in next file"
msgctxt "NextFile direction description"
msgid "Forward section in next file"
msgstr "Avan@,{c}a se@,{c}@~ao no arquivo seguinte"
#: tp/Texinfo/Convert/HTML.pm:2218
-#| msgid "Back section in previous file"
msgctxt "PrevFile direction description"
msgid "Back section in previous file"
msgstr "Volta se@,{c}@~ao no arquivo anterior"
#: tp/Texinfo/Convert/HTML.pm:2224
-#| msgid "Top"
msgctxt "Top direction button label"
msgid "Top"
msgstr "Topo"
#: tp/Texinfo/Convert/HTML.pm:2226
-#| msgid "Contents"
msgctxt "Contents direction button label"
msgid "Contents"
msgstr "Conte@'udo"
#: tp/Texinfo/Convert/HTML.pm:2228
-#| msgid "Overview"
msgctxt "Overview direction button label"
msgid "Overview"
msgstr "Vis@~ao geral"
#: tp/Texinfo/Convert/HTML.pm:2230
-#| msgid "Index"
msgctxt "Index direction button label"
msgid "Index"
msgstr "@'Indice"
#: tp/Texinfo/Convert/HTML.pm:2232
-#| msgid "This"
msgctxt "This direction button label"
msgid "This"
msgstr "Esse"
#: tp/Texinfo/Convert/HTML.pm:2234
-#| msgid "Back"
msgctxt "Back direction button label"
msgid "Back"
msgstr "Volta"
#: tp/Texinfo/Convert/HTML.pm:2236
-#| msgid "FastBack"
msgctxt "FastBack direction button label"
msgid "FastBack"
msgstr "Voltar R@'apido"
#: tp/Texinfo/Convert/HTML.pm:2238
-#| msgid "Prev"
msgctxt "Prev direction button label"
msgid "Prev"
msgstr "Pr@'evio"
#: tp/Texinfo/Convert/HTML.pm:2240
-#| msgid "Up"
msgctxt "Up direction button label"
msgid "Up"
msgstr "Acima"
#: tp/Texinfo/Convert/HTML.pm:2242
-#| msgid "Next"
msgctxt "Next direction button label"
msgid "Next"
msgstr "Pr@'oximo"
#: tp/Texinfo/Convert/HTML.pm:2244
-#| msgid "NodeUp"
msgctxt "NodeUp direction button label"
msgid "NodeUp"
msgstr "Nodo Acima"
#: tp/Texinfo/Convert/HTML.pm:2246
-#| msgid "NodeNext"
msgctxt "NodeNext direction button label"
msgid "NodeNext"
msgstr "Pr@'oximo Nodo"
#: tp/Texinfo/Convert/HTML.pm:2248
-#| msgid "NodePrev"
msgctxt "NodePrev direction button label"
msgid "NodePrev"
msgstr "Nodo Anterior"
@@ -789,43 +733,36 @@ msgid "NodeBack"
msgstr "Volta"
#: tp/Texinfo/Convert/HTML.pm:2254
-#| msgid "Forward"
msgctxt "Forward direction button label"
msgid "Forward"
msgstr "Avan@,{c}ar"
#: tp/Texinfo/Convert/HTML.pm:2256
-#| msgid "FastForward"
msgctxt "FastForward direction button label"
msgid "FastForward"
msgstr "Avan@,{c}ar R@'apido"
#: tp/Texinfo/Convert/HTML.pm:2258
-#| msgid "About"
msgctxt "About direction button label"
msgid "About"
msgstr "Sobre"
#: tp/Texinfo/Convert/HTML.pm:2260
-#| msgid "First"
msgctxt "First direction button label"
msgid "First"
msgstr "Primeiro"
#: tp/Texinfo/Convert/HTML.pm:2262
-#| msgid "Last"
msgctxt "Last direction button label"
msgid "Last"
msgstr "@'Ultimo"
#: tp/Texinfo/Convert/HTML.pm:2264
-#| msgid "NextFile"
msgctxt "NextFile direction button label"
msgid "NextFile"
msgstr "ProximoArquivo"
#: tp/Texinfo/Convert/HTML.pm:2266
-#| msgid "PrevFile"
msgctxt "PrevFile direction button label"
msgid "PrevFile"
msgstr "ArquivoAnterior"
diff --git a/po_document/ro.po b/po_document/ro.po
index f2b66165a1..4a78da666d 100644
--- a/po_document/ro.po
+++ b/po_document/ro.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-20 00:28+0200\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
diff --git a/po_document/sk.po b/po_document/sk.po
index d76ad8500a..691437a937 100644
--- a/po_document/sk.po
+++ b/po_document/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-01-19 18:48+0100\n"
"Last-Translator: Marek Felšöci <marek@felsoci.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po_document/sr.po b/po_document/sr.po
index bad9171d9c..1d8cdeda33 100644
--- a/po_document/sr.po
+++ b/po_document/sr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo_document 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-02-26 11:50+0100\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
diff --git a/po_document/sv.po b/po_document/sv.po
index 051e7c0f1d..e51c9edd8f 100644
--- a/po_document/sv.po
+++ b/po_document/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU texinfo_document 6.8.90\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2022-10-20 15:17+0200\n"
"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po_document/texinfo_document.pot b/po_document/texinfo_document.pot
index 6ff14e314b..d804a71b02 100644
--- a/po_document/texinfo_document.pot
+++ b/po_document/texinfo_document.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GNU texinfo 7.0.94\n"
+"Project-Id-Version: GNU texinfo 7.1\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\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"
diff --git a/po_document/uk.po b/po_document/uk.po
index ee62fde230..6cc389c3a7 100644
--- a/po_document/uk.po
+++ b/po_document/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: texinfo_document 7.0.92\n"
"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2023-10-17 13:04+0100\n"
+"POT-Creation-Date: 2023-10-18 14:21+0100\n"
"PO-Revision-Date: 2023-09-19 12:28+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index d99b4ebc6c..70a12ce88a 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -71,7 +71,7 @@ valid_tree_transformation
__ __p
);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# i18n
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 1be99f1c7c..43fa64acee 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -58,7 +58,7 @@ xml_accents
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %defaults = (
'documentlanguage' => undef,
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index 4cb66d6ec0..b65702b22f 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -43,7 +43,7 @@ require Exporter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %brace_commands = %Texinfo::Commands::brace_commands;
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index d2348b9a46..5901e0db53 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -80,7 +80,7 @@ require Exporter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
our $module_loaded = 0;
sub import {
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 6e48110ad4..03d894cb1c 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -78,7 +78,7 @@ use Texinfo::Convert::TexinfoSXML;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my $ixin_version = 1;
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index bc0dd768e6..07b2deaac6 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -38,7 +38,7 @@ use Carp qw(cluck);
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::TexinfoSXML Texinfo::Convert::IXIN);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %defaults = (
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index e7e7b6b527..fd16dd816a 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -36,7 +36,7 @@ use Texinfo::Convert::Paragraph;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Plaintext);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my $STDIN_DOCU_NAME = 'stdin';
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 23af232b43..330bc3c646 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -187,7 +187,7 @@ use Texinfo::Convert::Converter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# could export convert_to_latex_math
diff --git a/tp/Texinfo/Convert/NodeNameNormalization.pm
b/tp/Texinfo/Convert/NodeNameNormalization.pm
index 2d521cf397..a8683686f5 100644
--- a/tp/Texinfo/Convert/NodeNameNormalization.pm
+++ b/tp/Texinfo/Convert/NodeNameNormalization.pm
@@ -57,7 +57,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %normalize_node_brace_no_arg_commands
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index 142bd1bf6b..f7b9d226c8 100644
--- a/tp/Texinfo/Convert/Paragraph.pm
+++ b/tp/Texinfo/Convert/Paragraph.pm
@@ -20,7 +20,7 @@ use 5.00405;
use strict;
use warnings;
-our $VERSION = '7.0.94';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm
b/tp/Texinfo/Convert/PlainTexinfo.pm
index 6234f145ea..867c528d26 100644
--- a/tp/Texinfo/Convert/PlainTexinfo.pm
+++ b/tp/Texinfo/Convert/PlainTexinfo.pm
@@ -31,7 +31,7 @@ use Texinfo::Convert::Converter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %defaults = (
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index d2724f5030..cc7f50591b 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -62,7 +62,7 @@ sub import {
goto &Exporter::import;
}
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# commands that are of use for formatting.
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 4e295a57b5..3bc6fff646 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -45,7 +45,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %brace_commands = %Texinfo::Commands::brace_commands;
diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index a78d1e86c3..2b939c0aba 100644
--- a/tp/Texinfo/Convert/TexinfoMarkup.pm
+++ b/tp/Texinfo/Convert/TexinfoMarkup.pm
@@ -47,7 +47,7 @@ use Carp qw(cluck);
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# our because it is used in the xml to texi translator and subclasses.
diff --git a/tp/Texinfo/Convert/TexinfoSXML.pm
b/tp/Texinfo/Convert/TexinfoSXML.pm
index 09069b4202..daeb106c9e 100644
--- a/tp/Texinfo/Convert/TexinfoSXML.pm
+++ b/tp/Texinfo/Convert/TexinfoSXML.pm
@@ -31,7 +31,7 @@ use Carp qw(cluck);
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::TexinfoMarkup);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# SXML specific
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 1a5fbc742c..7ba8657a4c 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -35,7 +35,7 @@ use Texinfo::Convert::Converter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::TexinfoMarkup Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# TexinfoXML specific
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index ec82a15ab3..1de8224e4d 100644
--- a/tp/Texinfo/Convert/Text.pm
+++ b/tp/Texinfo/Convert/Text.pm
@@ -51,7 +51,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# this is in fact not needed for 'footnote', 'shortcaption', 'caption'
diff --git a/tp/Texinfo/Convert/TextContent.pm
b/tp/Texinfo/Convert/TextContent.pm
index 1fe5ec0f76..fff467377d 100644
--- a/tp/Texinfo/Convert/TextContent.pm
+++ b/tp/Texinfo/Convert/TextContent.pm
@@ -34,7 +34,7 @@ use Texinfo::Convert::Converter;
use vars qw($VERSION @ISA);
@ISA = qw(Texinfo::Convert::Converter);
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %ignored_brace_commands;
diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index d9e991577c..83f6e6ba8f 100644
--- a/tp/Texinfo/Convert/Unicode.pm
+++ b/tp/Texinfo/Convert/Unicode.pm
@@ -66,7 +66,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS);
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
our %unicode_diacritics = (
diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index a40b3e34d7..571932b7a9 100644
--- a/tp/Texinfo/Convert/Utils.pm
+++ b/tp/Texinfo/Convert/Utils.pm
@@ -58,7 +58,7 @@ add_heading_number
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
our @MONTH_NAMES =
diff --git a/tp/Texinfo/Documentlanguages.pm b/tp/Texinfo/Documentlanguages.pm
index caed22dc10..edd09bdbd8 100644
--- a/tp/Texinfo/Documentlanguages.pm
+++ b/tp/Texinfo/Documentlanguages.pm
@@ -1,4 +1,4 @@
-# This file was automatically generated from
./maintain/regenerate_documentlanguages-loc.pl
+# This file was automatically generated from
maintain/regenerate_documentlanguages-loc.pl
package Texinfo::Documentlanguages;
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index bdbd9dba17..1c61a65586 100644
--- a/tp/Texinfo/MiscXS.pm
+++ b/tp/Texinfo/MiscXS.pm
@@ -22,7 +22,7 @@ use 5.00405;
use strict;
use warnings;
-our $VERSION = '7.0.94';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index 143627404d..d9e1ba73e4 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -20,7 +20,7 @@ use 5.00405;
use strict;
use warnings;
-our $VERSION = '7.0.94';
+our $VERSION = '7.1';
use Texinfo::XSLoader;
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index f2c79f32c6..09455e561f 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -117,7 +117,7 @@ sub import {
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# these are the default values for the parser state
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 59fc049e67..2f3e34cb58 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -73,7 +73,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
my %types_to_enter;
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index 4585476573..3e43a2a563 100644
--- a/tp/Texinfo/Transformations.pm
+++ b/tp/Texinfo/Transformations.pm
@@ -46,7 +46,7 @@ reference_to_arg_in_tree
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0.94';
+$VERSION = '7.1';
# Add raise/lowersections to be back at the normal level
sub _correct_level($$;$)
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index ffa4ed083b..4a4b8508ea 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -33,7 +33,7 @@ BEGIN {
our $TEXINFO_XS;
-our $VERSION = '7.0.94';
+our $VERSION = '7.1';
our $disable_XS;
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index 065354061f..2d2824613c 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
# obliged to.
if test "x$1" = x--version; then
cat <<EOF
-texi2pdf (GNU Texinfo 7.0.94)
+texi2pdf (GNU Texinfo 7.1)
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2dvi b/util/texi2dvi
index a4c13ae385..e65b4cfec7 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -197,7 +197,7 @@ EOF
version ()
{
cat <<EOF
-texi2dvi (GNU Texinfo 7.0.94)
+texi2dvi (GNU Texinfo 7.1)
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2pdf b/util/texi2pdf
index 065354061f..2d2824613c 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
# obliged to.
if test "x$1" = x--version; then
cat <<EOF
-texi2pdf (GNU Texinfo 7.0.94)
+texi2pdf (GNU Texinfo 7.1)
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>