texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Track *.pot files in git


From: Gavin D. Smith
Subject: branch master updated: Track *.pot files in git
Date: Fri, 25 Oct 2024 07:28:21 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e1c84d4aa6 Track *.pot files in git
e1c84d4aa6 is described below

commit e1c84d4aa65b971c578a453403bb54b720860d19
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Oct 25 12:25:09 2024 +0100

    Track *.pot files in git
    
    * .gitignore: Do not ignore gnulib/po/texinfo-gnulib.pot,
    po/texinfo.pot or tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot.
    (po_document/texinfo_document.pot was already tracked).
    
    This is intended to stop *.po files constantly regenerating.
---
 .gitignore                                    |    3 -
 ChangeLog                                     |   10 +
 gnulib/po/texinfo-gnulib.pot                  |  133 +
 po/texinfo.pot                                | 4189 +++++++++++++++++++++++++
 tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot |   85 +
 5 files changed, 4417 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1de728d65c..cbbddaf3d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,7 +43,6 @@ po/*.gmo
 po/POTFILES
 po/remove-potcdate.sed
 po/stamp-po
-po/texinfo.pot
 
 po_document/*.gmo
 po_document/POTFILES
@@ -99,7 +98,6 @@ gnulib/po/*.gmo
 gnulib/po/POTFILES
 gnulib/po/remove-potcdate.sed
 gnulib/po/stamp-po
-gnulib/po/texinfo-gnulib.pot
 
 tp/Texinfo/XS/teximakehtml
 
@@ -135,7 +133,6 @@ tp/Texinfo/XS/gnulib/po/*.gmo
 tp/Texinfo/XS/gnulib/po/POTFILES
 tp/Texinfo/XS/gnulib/po/remove-potcdate.sed
 tp/Texinfo/XS/gnulib/po/stamp-po
-tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot
 
 doc/*.html
 doc/*_html
diff --git a/ChangeLog b/ChangeLog
index 0357dd79e4..475462efaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-25  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Track *.pot files in git
+
+       * .gitignore: Do not ignore gnulib/po/texinfo-gnulib.pot,
+       po/texinfo.pot or tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot.
+       (po_document/texinfo_document.pot was already tracked).
+
+       This is intended to stop *.po files constantly regenerating.
+
 2024-10-24  Patrice Dumas  <pertusus@free.fr>
 
        * Makefile.am (BUILT_SOURCES, tp/Texinfo/HTMLData.pm)
diff --git a/gnulib/po/texinfo-gnulib.pot b/gnulib/po/texinfo-gnulib.pot
new file mode 100644
index 0000000000..eb4e67ac33
--- /dev/null
+++ b/gnulib/po/texinfo-gnulib.pot
@@ -0,0 +1,133 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the GNU texinfo package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU texinfo 7.1.90\n"
+"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
+"POT-Creation-Date: 2024-10-24 21:11+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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: gnulib/lib/error.c:208
+msgid "Unknown system error"
+msgstr ""
+
+#: gnulib/lib/getopt.c:282
+#, c-format
+msgid "%s: option '%s%s' is ambiguous\n"
+msgstr ""
+
+#: gnulib/lib/getopt.c:288
+#, c-format
+msgid "%s: option '%s%s' is ambiguous; possibilities:"
+msgstr ""
+
+#: gnulib/lib/getopt.c:322
+#, c-format
+msgid "%s: unrecognized option '%s%s'\n"
+msgstr ""
+
+#: gnulib/lib/getopt.c:348
+#, c-format
+msgid "%s: option '%s%s' doesn't allow an argument\n"
+msgstr ""
+
+#: gnulib/lib/getopt.c:363
+#, c-format
+msgid "%s: option '%s%s' requires an argument\n"
+msgstr ""
+
+#: gnulib/lib/getopt.c:624
+#, c-format
+msgid "%s: invalid option -- '%c'\n"
+msgstr ""
+
+#: gnulib/lib/getopt.c:639 gnulib/lib/getopt.c:685
+#, c-format
+msgid "%s: option requires an argument -- '%c'\n"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:122
+msgid "Success"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:125
+msgid "No match"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:128
+msgid "Invalid regular expression"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:131
+msgid "Invalid collation character"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:134
+msgid "Invalid character class name"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:137
+msgid "Trailing backslash"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:140
+msgid "Invalid back reference"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:143
+msgid "Unmatched [, [^, [:, [., or [="
+msgstr ""
+
+#: gnulib/lib/regcomp.c:146
+msgid "Unmatched ( or \\("
+msgstr ""
+
+#: gnulib/lib/regcomp.c:149
+msgid "Unmatched \\{"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:152
+msgid "Invalid content of \\{\\}"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:155
+msgid "Invalid range end"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:158
+msgid "Memory exhausted"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:161
+msgid "Invalid preceding regular expression"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:164
+msgid "Premature end of regular expression"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:167
+msgid "Regular expression too big"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:170
+msgid "Unmatched ) or \\)"
+msgstr ""
+
+#: gnulib/lib/regcomp.c:650
+msgid "No previous regular expression"
+msgstr ""
+
+#: gnulib/lib/xalloc-die.c:34
+msgid "memory exhausted"
+msgstr ""
diff --git a/po/texinfo.pot b/po/texinfo.pot
new file mode 100644
index 0000000000..e12599c8fb
--- /dev/null
+++ b/po/texinfo.pot
@@ -0,0 +1,4189 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the GNU texinfo package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU texinfo 7.1.90\n"
+"Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
+"POT-Creation-Date: 2024-10-24 20:47+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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+
+#: info/echo-area.c:290 info/session.c:1384
+msgid "Move forward a character"
+msgstr ""
+
+#: info/echo-area.c:309 info/session.c:1397
+msgid "Move backward a character"
+msgstr ""
+
+#: info/echo-area.c:335
+msgid "Move to the start of this line"
+msgstr ""
+
+#: info/echo-area.c:340
+msgid "Move to the end of this line"
+msgstr ""
+
+#: info/echo-area.c:348 info/session.c:1412
+msgid "Move forward a word"
+msgstr ""
+
+#: info/echo-area.c:388 info/session.c:1426
+msgid "Move backward a word"
+msgstr ""
+
+#: info/echo-area.c:428
+msgid "Delete the character under the cursor"
+msgstr ""
+
+#: info/echo-area.c:448
+msgid "Delete the character behind the cursor"
+msgstr ""
+
+#: info/echo-area.c:475
+msgid "Cancel or quit operation"
+msgstr ""
+
+#: info/echo-area.c:490
+msgid "Accept (or force completion of) this line"
+msgstr ""
+
+#: info/echo-area.c:495
+msgid "Insert next character verbatim"
+msgstr ""
+
+#: info/echo-area.c:527
+msgid "Insert a TAB character"
+msgstr ""
+
+#: info/echo-area.c:579
+msgid "Transpose characters at point"
+msgstr ""
+
+#: info/echo-area.c:648
+msgid "Yank back the contents of the last kill"
+msgstr ""
+
+#: info/echo-area.c:655
+msgid "Kill ring is empty"
+msgstr ""
+
+#: info/echo-area.c:668
+msgid "Yank back a previous kill"
+msgstr ""
+
+#: info/echo-area.c:701
+msgid "Kill to the end of the line"
+msgstr ""
+
+#: info/echo-area.c:714
+msgid "Kill to the beginning of the line"
+msgstr ""
+
+#: info/echo-area.c:726
+msgid "Kill the word following the cursor"
+msgstr ""
+
+#: info/echo-area.c:746
+msgid "Kill the word preceding the cursor"
+msgstr ""
+
+#: info/echo-area.c:978 info/echo-area.c:1037
+msgid "No completions"
+msgstr ""
+
+#: info/echo-area.c:980
+msgid "Not complete"
+msgstr ""
+
+#: info/echo-area.c:1030
+msgid "List possible completions"
+msgstr ""
+
+#: info/echo-area.c:1041
+msgid "Sole completion"
+msgstr ""
+
+#: info/echo-area.c:1050
+#, c-format
+msgid "%d completion:\n"
+msgid_plural "%d completions:\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: info/echo-area.c:1168
+msgid "Insert completion"
+msgstr ""
+
+#: info/echo-area.c:1274
+#, c-format
+msgid "Building completions..."
+msgstr ""
+
+#: info/echo-area.c:1400
+msgid "Scroll the completions window"
+msgstr ""
+
+#: info/filesys.c:88
+#, c-format
+msgid "looking for file \"%s\""
+msgstr ""
+
+#: info/filesys.c:150
+#, c-format
+msgid "looking for file %s in %s"
+msgstr ""
+
+#: info/filesys.c:198 info/filesys.c:218
+#, c-format
+msgid "found file %s"
+msgstr ""
+
+#: info/footnotes.c:230
+#, c-format
+msgid "Footnotes could not be displayed"
+msgstr ""
+
+#: info/footnotes.c:250
+msgid "Show the footnotes associated with this node in another window"
+msgstr ""
+
+#: info/footnotes.h:24
+msgid "---------- Footnotes ----------"
+msgstr ""
+
+#: info/indices.c:138 info/indices.c:887
+#, c-format
+msgid "Finding index entries..."
+msgstr ""
+
+#: info/indices.c:211
+msgid "Look up a string in the index for this file"
+msgstr ""
+
+#: info/indices.c:223
+#, c-format
+msgid "No indices found"
+msgstr ""
+
+#: info/indices.c:227
+msgid "Index entry: "
+msgstr ""
+
+#: info/indices.c:330 info/indices.c:893
+#, c-format
+msgid "No indices found."
+msgstr ""
+
+#: info/indices.c:446
+#, c-format
+msgid "Found '%s' in %s. ('\\[next-index-match]' tries to find next.)"
+msgstr ""
+
+#: info/indices.c:456
+msgid ""
+"Go to the next matching index item from the last '\\[index-search]' command"
+msgstr ""
+
+#: info/indices.c:467
+#, c-format
+msgid "No previous index search string"
+msgstr ""
+
+#: info/indices.c:485
+#, c-format
+msgid "No more index entries containing '%s'"
+msgstr ""
+
+#: info/indices.c:486
+#, c-format
+msgid "No index entries containing '%s'"
+msgstr ""
+
+#: info/indices.c:596
+#, c-format
+msgid "Scanning indices of '%s'..."
+msgstr ""
+
+#: info/indices.c:656
+msgid "Grovel all known info file's indices for a string and build a menu"
+msgstr ""
+
+#: info/indices.c:664 info/indices.c:666
+msgid "Index apropos"
+msgstr ""
+
+#: info/indices.c:708
+#, c-format
+msgid "Index entries containing '%s':\n"
+msgstr ""
+
+#: info/indices.c:828
+#, c-format
+msgid ""
+"Virtual Index\n"
+"*************\n"
+"\n"
+"Index entries that match '%s':\n"
+msgstr ""
+
+#: info/indices.c:875
+msgid "List all matches of a string in the index"
+msgstr ""
+
+#: info/indices.c:899 info/indices.c:901
+msgid "Index topic"
+msgstr ""
+
+#: info/indices.c:926
+#, c-format
+msgid "No index entries containing '%s'."
+msgstr ""
+
+#: info/indices.h:40
+#, c-format
+msgid "No available info files have '%s' in their indices"
+msgstr ""
+
+#: info/info.c:291 info/session.c:2810
+#, c-format
+msgid "No menu item '%s' in node '%s'"
+msgstr ""
+
+#: info/info.c:428 info/info.c:1199
+#, c-format
+msgid "Cannot find node '%s'"
+msgstr ""
+
+#: info/info.c:450
+#, c-format
+msgid "No program name given"
+msgstr ""
+
+#: info/info.c:648
+#, c-format
+msgid "invalid number: %s\n"
+msgstr ""
+
+#: info/info.c:831
+#, c-format
+msgid "malformed variable assignment: %s"
+msgstr ""
+
+#: info/info.c:838 info/infokey.c:567
+#, c-format
+msgid "%s: no such variable"
+msgstr ""
+
+#: info/info.c:844 info/infokey.c:569
+#, c-format
+msgid "value %s is not valid for variable %s"
+msgstr ""
+
+#: info/info.c:856
+#, c-format
+msgid "Try --help for more information.\n"
+msgstr ""
+
+#: info/info.c:875 install-info/install-info.c:2270
+#: Pod-Simple-Texinfo/pod2texi.pl:199 tp/texi2any.pl:1144
+#, c-format, perl-format
+msgid ""
+"Copyright (C) %s Free Software Foundation, Inc.\n"
+"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.";
+"html>\n"
+"This is free software: you are free to change and redistribute it.\n"
+"There is NO WARRANTY, to the extent permitted by law.\n"
+msgstr ""
+
+#: info/info.c:1041
+#, c-format
+msgid "no index entries found for '%s'\n"
+msgstr ""
+
+#: info/info.c:1101
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [MENU-ITEM...]\n"
+"\n"
+"Read documentation in Info format.\n"
+msgstr ""
+
+#: info/info.c:1107
+msgid ""
+"Frequently-used options:\n"
+"  -a, --all                    use all matching manuals\n"
+"  -k, --apropos=STRING         look up STRING in all indices of all manuals\n"
+"  -d, --directory=DIR          add DIR to INFOPATH\n"
+"  -f, --file=MANUAL            specify Info manual to visit"
+msgstr ""
+
+#: info/info.c:1114
+msgid ""
+"  -h, --help                   display this help and exit\n"
+"      --index-search=STRING    go to node pointed by index entry STRING\n"
+"  -n, --node=NODENAME          specify nodes in first visited Info file\n"
+"  -o, --output=FILE            output selected nodes to FILE"
+msgstr ""
+
+#: info/info.c:1121
+msgid "  -b, --speech-friendly        be friendly to speech synthesizers"
+msgstr ""
+
+#: info/info.c:1125
+msgid ""
+"      --subnodes               recursively output menu items\n"
+"  -v, --variable VAR=VALUE     assign VALUE to Info variable VAR\n"
+"      --version                display version information and exit\n"
+"  -w, --where, --location      print physical location of Info file"
+msgstr ""
+
+#: info/info.c:1131
+msgid ""
+"\n"
+"The first non-option argument, if present, is the menu entry to start from;\n"
+"it is searched for in all 'dir' files along INFOPATH.\n"
+"If it is not present, info merges all 'dir' files and shows the result.\n"
+"Any remaining arguments are treated as the names of menu\n"
+"items relative to the initial node visited."
+msgstr ""
+
+#: info/info.c:1138
+msgid ""
+"\n"
+"For a summary of key bindings, type H within Info."
+msgstr ""
+
+#: info/info.c:1142
+msgid "Examples:"
+msgstr ""
+
+#: info/info.c:1145
+msgid "  info                         show top-level dir menu"
+msgstr ""
+
+#: info/info.c:1147
+msgid "  info info-stnd               show the manual for this Info program"
+msgstr ""
+
+#: info/info.c:1149
+msgid "  info emacs                   start at emacs node from top-level dir"
+msgstr ""
+
+#: info/info.c:1151
+msgid ""
+"  info emacs buffers           select buffers menu entry in emacs manual"
+msgstr ""
+
+#: info/info.c:1153
+msgid "  info emacs -n Files          start at Files node within emacs manual"
+msgstr ""
+
+#: info/info.c:1155
+msgid "  info '(emacs)Files'          alternative way to start at Files node"
+msgstr ""
+
+#: info/info.c:1157
+msgid ""
+"  info --subnodes -o out.txt emacs\n"
+"                               dump entire emacs manual to out.txt"
+msgstr ""
+
+#: info/info.c:1160
+msgid "  info -f ./foo.info           show file ./foo.info, not searching dir"
+msgstr ""
+
+#: info/info.c:1165 install-info/install-info.c:578
+#: Pod-Simple-Texinfo/pod2texi.pl:173 tp/texi2any.pl:1130
+msgid ""
+"Email bug reports to bug-texinfo@gnu.org,\n"
+"general questions and discussion to help-texinfo@gnu.org.\n"
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
+msgstr ""
+
+#: info/info.c:1200
+#, c-format
+msgid "Cannot find node '(%s)%s'"
+msgstr ""
+
+#: info/info.c:1201
+msgid "Cannot find a window!"
+msgstr ""
+
+#: info/info.c:1202
+msgid "Point doesn't appear within this window's node!"
+msgstr ""
+
+#: info/info.c:1203
+msgid "Cannot delete the last window"
+msgstr ""
+
+#: info/info.c:1204
+msgid "No menu in this node"
+msgstr ""
+
+#: info/info.c:1205
+msgid "No footnotes in this node"
+msgstr ""
+
+#: info/info.c:1206
+msgid "No cross references in this node"
+msgstr ""
+
+#: info/info.c:1207
+#, c-format
+msgid "No '%s' pointer for this node"
+msgstr ""
+
+#: info/info.c:1208
+#, c-format
+msgid "Unknown Info command '%c'; try '?' for help"
+msgstr ""
+
+#: info/info.c:1209
+#, c-format
+msgid "Terminal type '%s' is not smart enough to run Info"
+msgstr ""
+
+#: info/info.c:1210
+msgid "You are already at the last page of this node"
+msgstr ""
+
+#: info/info.c:1211
+msgid "You are already at the first page of this node"
+msgstr ""
+
+#: info/info.c:1212
+msgid "Only one window"
+msgstr ""
+
+#: info/info.c:1213
+msgid "Resulting window would be too small"
+msgstr ""
+
+#: info/info.c:1214
+msgid "Not enough room for a help window, please delete a window"
+msgstr ""
+
+#: info/infodoc.c:39
+msgid "Basic Info command keys\n"
+msgstr ""
+
+#: info/infodoc.c:41
+msgid "\\%-10[quit-help]  Close this help window.\n"
+msgstr ""
+
+#: info/infodoc.c:42
+msgid "\\%-10[quit]  Quit Info altogether.\n"
+msgstr ""
+
+#: info/infodoc.c:43
+msgid "\\%-10[get-info-help-node]  Invoke the Info tutorial.\n"
+msgstr ""
+
+#: info/infodoc.c:45
+msgid "\\%-10[prev-line]  Move up one line.\n"
+msgstr ""
+
+#: info/infodoc.c:46
+msgid "\\%-10[next-line]  Move down one line.\n"
+msgstr ""
+
+#: info/infodoc.c:47
+msgid "\\%-10[scroll-backward]  Scroll backward one screenful.\n"
+msgstr ""
+
+#: info/infodoc.c:48
+msgid "\\%-10[scroll-forward]  Scroll forward one screenful.\n"
+msgstr ""
+
+#: info/infodoc.c:49
+msgid "\\%-10[beginning-of-node]  Go to the beginning of this node.\n"
+msgstr ""
+
+#: info/infodoc.c:50
+msgid "\\%-10[end-of-node]  Go to the end of this node.\n"
+msgstr ""
+
+#: info/infodoc.c:52
+msgid "\\%-10[move-to-next-xref]  Skip to the next hypertext link.\n"
+msgstr ""
+
+#: info/infodoc.c:53
+msgid ""
+"\\%-10[select-reference-this-line]  Follow the hypertext link under the "
+"cursor.\n"
+msgstr ""
+
+#: info/infodoc.c:54
+msgid "\\%-10[history-node]  Go back to the last node seen in this window.\n"
+msgstr ""
+
+#: info/infodoc.c:56
+msgid "\\%-10[global-prev-node]  Go to the previous node in the document.\n"
+msgstr ""
+
+#: info/infodoc.c:57
+msgid "\\%-10[global-next-node]  Go to the next node in the document.\n"
+msgstr ""
+
+#: info/infodoc.c:58
+msgid "\\%-10[prev-node]  Go to the previous node on this level.\n"
+msgstr ""
+
+#: info/infodoc.c:59
+msgid "\\%-10[next-node]  Go to the next node on this level.\n"
+msgstr ""
+
+#: info/infodoc.c:60
+msgid "\\%-10[up-node]  Go up one level.\n"
+msgstr ""
+
+#: info/infodoc.c:61
+msgid "\\%-10[top-node]  Go to the top node of this document.\n"
+msgstr ""
+
+#: info/infodoc.c:62
+msgid "\\%-10[dir-node]  Go to the main 'directory' node.\n"
+msgstr ""
+
+#: info/infodoc.c:64
+msgid "1...9       Pick the first...ninth item in this node's menu.\n"
+msgstr ""
+
+#: info/infodoc.c:65
+msgid "\\%-10[last-menu-item]  Pick the last item in this node's menu.\n"
+msgstr ""
+
+#: info/infodoc.c:66
+msgid "\\%-10[menu-item]  Pick a menu item specified by name.\n"
+msgstr ""
+
+#: info/infodoc.c:67
+msgid "\\%-10[xref-item]  Follow a cross reference specified by name.\n"
+msgstr ""
+
+#: info/infodoc.c:68
+msgid "\\%-10[goto-node]  Go to a node specified by name.\n"
+msgstr ""
+
+#: info/infodoc.c:70
+msgid "\\%-10[search]  Search forward for a specified string.\n"
+msgstr ""
+
+#: info/infodoc.c:71
+msgid "\\%-10[search-previous]  Search for previous occurrence.\n"
+msgstr ""
+
+#: info/infodoc.c:72
+msgid "\\%-10[search-next]  Search for next occurrence.\n"
+msgstr ""
+
+#: info/infodoc.c:73
+msgid ""
+"\\%-10[index-search]  Search for a specified string in the index, and\n"
+"              select the node referenced by the first entry found.\n"
+msgstr ""
+
+#: info/infodoc.c:75
+msgid "\\%-10[virtual-index]  Synthesize menu of matching index entries.\n"
+msgstr ""
+
+#: info/infodoc.c:77
+msgid "\\%-10[abort-key]  Cancel the current operation.\n"
+msgstr ""
+
+#: info/infodoc.c:196
+#, c-format
+msgid "This is GNU Info version %s.  "
+msgstr ""
+
+#: info/infodoc.c:197
+msgid "The current search path is:\n"
+msgstr ""
+
+#: info/infodoc.c:202
+msgid ""
+"Commands available in Info windows:\n"
+"\n"
+msgstr ""
+
+#: info/infodoc.c:205
+msgid ""
+"Commands available in the echo area:\n"
+"\n"
+msgstr ""
+
+#: info/infodoc.c:225
+#, c-format
+msgid ""
+"The following commands can only be invoked via %s:\n"
+"\n"
+msgstr ""
+
+#: info/infodoc.c:230
+msgid ""
+"The following commands cannot be invoked at all:\n"
+"\n"
+msgstr ""
+
+#: info/infodoc.c:334
+msgid "Display help message"
+msgstr ""
+
+#: info/infodoc.c:347
+msgid "Visit Info node '(info)Help'"
+msgstr ""
+
+#: info/infodoc.c:450
+msgid "Print documentation for KEY"
+msgstr ""
+
+#: info/infodoc.c:461
+#, c-format
+msgid "Describe key: %s"
+msgstr ""
+
+#: info/infodoc.c:472 info/infodoc.c:508
+#, c-format
+msgid "%s is undefined"
+msgstr ""
+
+#: info/infodoc.c:802
+msgid "Show what to type to execute a given command"
+msgstr ""
+
+#: info/infodoc.c:806
+msgid "Where is command: "
+msgstr ""
+
+#: info/infodoc.c:828
+#, c-format
+msgid "'%s' is not on any keys"
+msgstr ""
+
+#: info/infodoc.c:834
+#, c-format
+msgid "%s can only be invoked via %s"
+msgstr ""
+
+#: info/infodoc.c:838
+#, c-format
+msgid "%s can be invoked via %s"
+msgstr ""
+
+#: info/infodoc.c:843
+#, c-format
+msgid "There is no function named '%s'"
+msgstr ""
+
+#: info/infomap.c:700
+#, c-format
+msgid "could not open init file %s"
+msgstr ""
+
+#: info/infokey.c:230
+#, c-format
+msgid "key sequence too long"
+msgstr ""
+
+#: info/infokey.c:308
+#, c-format
+msgid "missing key sequence"
+msgstr ""
+
+#: info/infokey.c:386
+#, c-format
+msgid "NUL character (\\000) not permitted"
+msgstr ""
+
+#: info/infokey.c:392
+#, c-format
+msgid "invalid octal sequence for byte value (\\%o)"
+msgstr ""
+
+#: info/infokey.c:424
+#, c-format
+msgid "NUL character (^%c) not permitted"
+msgstr ""
+
+#: info/infokey.c:447
+#, c-format
+msgid "missing action name"
+msgstr ""
+
+#: info/infokey.c:465
+#, c-format
+msgid "cannot bind key sequence to menu-digit"
+msgstr ""
+
+#: info/infokey.c:489
+#, c-format
+msgid "unknown action `%s'"
+msgstr ""
+
+#: info/infokey.c:512
+#, c-format
+msgid "action name too long"
+msgstr ""
+
+#: info/infokey.c:525
+#, c-format
+msgid "extra characters following action `%s'"
+msgstr ""
+
+#: info/infokey.c:536
+#, c-format
+msgid "missing variable name"
+msgstr ""
+
+#: info/infokey.c:545
+#, c-format
+msgid "missing `=' immediately after variable name"
+msgstr ""
+
+#: info/infokey.c:552
+#, c-format
+msgid "variable name too long"
+msgstr ""
+
+#: info/infokey.c:576
+#, c-format
+msgid "value too long"
+msgstr ""
+
+#: info/infokey.c:622
+#, c-format
+msgid "\"%s\", line %u: "
+msgstr ""
+
+#: info/m-x.c:64
+msgid "Read the name of an Info command and describe it"
+msgstr ""
+
+#: info/m-x.c:68
+msgid "Describe command: "
+msgstr ""
+
+#: info/m-x.c:89
+msgid "Read a command name in the echo area and execute it"
+msgstr ""
+
+#: info/m-x.c:132
+#, c-format
+msgid "Cannot execute an 'echo-area' command here"
+msgstr ""
+
+#: info/m-x.c:146
+msgid "Set the height of the displayed window"
+msgstr ""
+
+#: info/m-x.c:159
+#, c-format
+msgid "Set screen height to (%d): "
+msgstr ""
+
+#: info/makedoc.c:139
+#, c-format
+msgid ""
+"   Source files groveled to make this file include:\n"
+"\n"
+msgstr ""
+
+#: info/makedoc.c:468
+#, c-format
+msgid "Couldn't manipulate the file %s.\n"
+msgstr ""
+
+#. TRANSLATORS: The "\n* Menu:\n\n" part of this should not be translated, as
+#. it is part of the Info syntax.
+#: info/nodemenu.c:35
+msgid ""
+"\n"
+"* Menu:\n"
+"\n"
+"  (File)Node                        Lines   Size   Containing File\n"
+"  ----------                        -----   ----   ---------------"
+msgstr ""
+
+#: info/nodemenu.c:187
+msgid ""
+"Here is the menu of nodes you have recently visited.\n"
+"Select one from this menu, or use '\\[history-node]' in another window.\n"
+msgstr ""
+
+#: info/nodemenu.c:208
+msgid "Make a window containing a menu of all of the currently visited nodes"
+msgstr ""
+
+#: info/nodemenu.c:253
+msgid "Select a node which has been previously visited in a visible window"
+msgstr ""
+
+#: info/nodemenu.c:260
+msgid "Select visited node: "
+msgstr ""
+
+#: info/nodemenu.c:278
+#, c-format
+msgid "The reference disappeared! (%s)."
+msgstr ""
+
+#: info/pcterm.c:223
+#, c-format
+msgid "Terminal cannot be initialized: %s\n"
+msgstr ""
+
+#: info/scan.c:737
+#, c-format
+msgid "Error converting file character encoding"
+msgstr ""
+
+#: info/search.c:203
+#, c-format
+msgid "regexp error: %s"
+msgstr ""
+
+#: info/session.c:62
+msgid "Show all matching files"
+msgstr ""
+
+#: info/session.c:66
+#, c-format
+msgid "No file index"
+msgstr ""
+
+#. TRANSLATORS: Try to keep this message (when "expanded") at most 79
+#. characters; anything after the 79th character will not actually be
+#. displayed on an 80-column terminal.
+#: info/session.c:192
+#, c-format
+msgid ""
+"Welcome to Info version %s.  Type \\[get-help-window] for help, \\[get-info-"
+"help-node] for tutorial."
+msgstr ""
+
+#: info/session.c:1263
+msgid "Move down to the next line"
+msgstr ""
+
+#: info/session.c:1281
+msgid "Move up to the previous line"
+msgstr ""
+
+#: info/session.c:1300
+msgid "Move the cursor to a specific line of the window"
+msgstr ""
+
+#: info/session.c:1332
+msgid "Move to the end of the line"
+msgstr ""
+
+#: info/session.c:1357
+msgid "Move to the start of the line"
+msgstr ""
+
+#: info/session.c:1441
+msgid "Move to the start of this node"
+msgstr ""
+
+#: info/session.c:1448
+msgid "Move to the end of this node"
+msgstr ""
+
+#: info/session.c:1539
+msgid "Scroll forward in this window"
+msgstr ""
+
+#: info/session.c:1553
+msgid "Scroll backward in this window"
+msgstr ""
+
+#: info/session.c:1561
+msgid "Scroll forward in this window and set default window size"
+msgstr ""
+
+#: info/session.c:1576
+msgid "Scroll backward in this window and set default window size"
+msgstr ""
+
+#: info/session.c:1582
+msgid "Scroll forward in this window staying within node"
+msgstr ""
+
+#: info/session.c:1597
+msgid "Scroll backward in this window staying within node"
+msgstr ""
+
+#: info/session.c:1605
+msgid ""
+"Scroll forward in this window staying within node and set default window size"
+msgstr ""
+
+#: info/session.c:1632
+msgid ""
+"Scroll backward in this window staying within node and set default window "
+"size"
+msgstr ""
+
+#: info/session.c:1638
+msgid "Scroll down by lines"
+msgstr ""
+
+#: info/session.c:1644
+msgid "Scroll up by lines"
+msgstr ""
+
+#: info/session.c:1656
+msgid "Scroll down by half screen size"
+msgstr ""
+
+#: info/session.c:1683
+msgid "Scroll up by half screen size"
+msgstr ""
+
+#: info/session.c:1689
+msgid "Scroll the other window"
+msgstr ""
+
+#: info/session.c:1710
+msgid "Scroll the other window backward"
+msgstr ""
+
+#: info/session.c:1820
+msgid "Select the next window"
+msgstr ""
+
+#: info/session.c:1857
+msgid "Select the previous window"
+msgstr ""
+
+#: info/session.c:1901
+msgid "Split the current window"
+msgstr ""
+
+#: info/session.c:1946
+msgid "Delete the current window"
+msgstr ""
+
+#: info/session.c:1951
+msgid "Cannot delete a permanent window"
+msgstr ""
+
+#: info/session.c:1982
+msgid "Delete all other windows"
+msgstr ""
+
+#: info/session.c:2028
+msgid "Grow (or shrink) this window"
+msgstr ""
+
+#: info/session.c:2039
+msgid "Divide the available screen space among the visible windows"
+msgstr ""
+
+#: info/session.c:2046
+msgid "Toggle the state of line wrapping in the current window"
+msgstr ""
+
+#: info/session.c:2200
+msgid "Select this menu item"
+msgstr ""
+
+#: info/session.c:2230
+#, c-format
+msgid "There isn't %d item in this menu"
+msgid_plural "There aren't %d items in this menu"
+msgstr[0] ""
+msgstr[1] ""
+
+#: info/session.c:2239
+msgid "Select the last item in this node's menu"
+msgstr ""
+
+#: info/session.c:2343
+#, c-format
+msgid "Menu item (%s): "
+msgstr ""
+
+#: info/session.c:2345
+msgid "Menu item: "
+msgstr ""
+
+#: info/session.c:2350
+#, c-format
+msgid "Follow xref (%s): "
+msgstr ""
+
+#: info/session.c:2352
+msgid "Follow xref: "
+msgstr ""
+
+#: info/session.c:2429
+#, c-format
+msgid "The reference disappeared! (%s)"
+msgstr ""
+
+#: info/session.c:2441
+msgid "Read a menu item and select its node"
+msgstr ""
+
+#: info/session.c:2466
+msgid "Read a footnote or cross reference and select its node"
+msgstr ""
+
+#: info/session.c:2489
+msgid "Move to the start of this node's menu"
+msgstr ""
+
+#: info/session.c:2527
+msgid "Visit as many menu items at once as possible"
+msgstr ""
+
+#: info/session.c:2630
+msgid "Move to the previous cross reference"
+msgstr ""
+
+#: info/session.c:2693
+msgid "Move to the next cross reference"
+msgstr ""
+
+#: info/session.c:2754
+msgid "Select reference or menu item appearing on this line"
+msgstr ""
+
+#: info/session.c:2788
+#, c-format
+msgid "No menu in node '%s'"
+msgstr ""
+
+#: info/session.c:2835
+#, c-format
+msgid "Unable to find node referenced by '%s' in '%s'"
+msgstr ""
+
+#: info/session.c:2891
+msgid "Read a list of menus starting from dir and follow them"
+msgstr ""
+
+#: info/session.c:2893
+msgid "Follow menus: "
+msgstr ""
+
+#: info/session.c:2997
+msgid "Select the Next node"
+msgstr ""
+
+#: info/session.c:3004
+msgid "Select the Prev node"
+msgstr ""
+
+#: info/session.c:3011
+msgid "Select the Up node"
+msgstr ""
+
+#: info/session.c:3017
+msgid "Select the last node in this file"
+msgstr ""
+
+#: info/session.c:3044 info/session.c:3077
+msgid "This window has no additional nodes"
+msgstr ""
+
+#: info/session.c:3050
+msgid "Select the first node in this file"
+msgstr ""
+
+#: info/session.c:3184
+msgid "No more nodes within this document"
+msgstr ""
+
+#: info/session.c:3228 info/session.c:3275
+msgid "No 'Prev' or 'Up' for this node within this document"
+msgstr ""
+
+#: info/session.c:3288
+msgid "Move forwards or down through node structure"
+msgstr ""
+
+#: info/session.c:3305
+msgid "Move backwards or up through node structure"
+msgstr ""
+
+#: info/session.c:3328
+msgid "Read a node name and select it"
+msgstr ""
+
+#: info/session.c:3382 info/session.c:3386
+msgid "Goto node: "
+msgstr ""
+
+#: info/session.c:3564
+msgid "Find the node describing program invocation"
+msgstr ""
+
+#: info/session.c:3566
+#, c-format
+msgid "Find Invocation node of [%s]: "
+msgstr ""
+
+#: info/session.c:3610
+msgid "Read a manpage reference and select it"
+msgstr ""
+
+#: info/session.c:3614
+msgid "Get Manpage: "
+msgstr ""
+
+#: info/session.c:3635
+msgid "Select the node 'Top' in this file"
+msgstr ""
+
+#: info/session.c:3641
+msgid "Select the node '(dir)'"
+msgstr ""
+
+#: info/session.c:3647
+msgid "Show full file name of node being displayed"
+msgstr ""
+
+#: info/session.c:3664
+msgid "Select the most recently selected node"
+msgstr ""
+
+#: info/session.c:3669
+#, c-format
+msgid "No earlier node in history"
+msgstr ""
+
+#: info/session.c:3673
+msgid "Read the name of a file and select it"
+msgstr ""
+
+#: info/session.c:3677
+msgid "Find file: "
+msgstr ""
+
+#: info/session.c:3694
+#, c-format
+msgid "Cannot find '%s'"
+msgstr ""
+
+#: info/session.c:3775
+#, c-format
+msgid "Could not create output file '%s'"
+msgstr ""
+
+#: info/session.c:3801
+#, c-format
+msgid "error writing to %s: %s"
+msgstr ""
+
+#: info/session.c:3810
+#, c-format
+msgid "closing %s"
+msgstr ""
+
+#: info/session.c:3850
+#, c-format
+msgid "writing node %s..."
+msgstr ""
+
+#: info/session.c:3896
+msgid "Pipe the contents of this node through INFO_PRINT_COMMAND"
+msgstr ""
+
+#: info/session.c:3924
+#, c-format
+msgid "Cannot open pipe to '%s'"
+msgstr ""
+
+#: info/session.c:3929
+#, c-format
+msgid "printing node %s..."
+msgstr ""
+
+#: info/session.c:3937
+#, c-format
+msgid "finished printing node %s"
+msgstr ""
+
+#: info/session.c:3969
+msgid "Toggle the usage of regular expressions in searches"
+msgstr ""
+
+#: info/session.c:3973
+#, c-format
+msgid "Using regular expressions for searches"
+msgstr ""
+
+#: info/session.c:3974
+#, c-format
+msgid "Using literal strings for searches"
+msgstr ""
+
+#: info/session.c:4177
+msgid "Search continued from the end of the document"
+msgstr ""
+
+#: info/session.c:4182
+msgid "Search continued from the beginning of the document"
+msgstr ""
+
+#: info/session.c:4199
+#, c-format
+msgid "Searching subfile %s ..."
+msgstr ""
+
+#: info/session.c:4240 info/session.c:4509 info/session.c:4622
+#, c-format
+msgid "Search failed"
+msgstr ""
+
+#: info/session.c:4260
+#, c-format
+msgid "%s%s%s [%s]: "
+msgstr ""
+
+#: info/session.c:4261 info/session.c:4267
+msgid "Regexp search"
+msgstr ""
+
+#: info/session.c:4261 info/session.c:4267
+msgid "Search"
+msgstr ""
+
+#: info/session.c:4262 info/session.c:4268
+msgid " case-sensitively"
+msgstr ""
+
+#: info/session.c:4263 info/session.c:4269
+msgid " backward"
+msgstr ""
+
+#: info/session.c:4266
+#, c-format
+msgid "%s%s%s: "
+msgstr ""
+
+#: info/session.c:4286
+msgid "Search string too short"
+msgstr ""
+
+#: info/session.c:4480
+#, c-format
+msgid "Going back to last match from %s"
+msgstr ""
+
+#: info/session.c:4509 info/session.c:4622
+#, c-format
+msgid "No more matches"
+msgstr ""
+
+#: info/session.c:4649
+msgid "Search this node and subnodes for a string"
+msgstr ""
+
+#. TRANSLATORS: %s is the title of a node.
+#: info/session.c:4656
+#, c-format
+msgid "Search under %s: "
+msgstr ""
+
+#: info/session.c:4671
+msgid "Go to next match in Info sub-tree"
+msgstr ""
+
+#: info/session.c:4675 info/session.c:4687
+#, c-format
+msgid "No active search"
+msgstr ""
+
+#: info/session.c:4683
+msgid "Go to previous match in Info sub-tree"
+msgstr ""
+
+#: info/session.c:4696
+msgid "Read a string and search for it case-sensitively"
+msgstr ""
+
+#: info/session.c:4701
+msgid "Read a string and search for it"
+msgstr ""
+
+#: info/session.c:4707
+msgid "Read a string and search backward for it"
+msgstr ""
+
+#: info/session.c:4715
+msgid "Repeat last search in the same direction"
+msgstr ""
+
+#: info/session.c:4729 info/session.c:4780
+msgid "No previous search string"
+msgstr ""
+
+#: info/session.c:4766
+msgid "Repeat last search in the reverse direction"
+msgstr ""
+
+#: info/session.c:4819
+msgid "Clear displayed search matches"
+msgstr ""
+
+#: info/session.c:4835 info/session.c:4841
+msgid "Search interactively for a string as you type it"
+msgstr ""
+
+#: info/session.c:4961
+msgid "Regexp I-search backward: "
+msgstr ""
+
+#: info/session.c:4962
+msgid "I-search backward: "
+msgstr ""
+
+#: info/session.c:4964
+msgid "Regexp I-search: "
+msgstr ""
+
+#: info/session.c:4965
+msgid "I-search: "
+msgstr ""
+
+#: info/session.c:4990 info/session.c:4993
+msgid "Failing "
+msgstr ""
+
+#: info/session.c:5358
+msgid "Cancel current operation"
+msgstr ""
+
+#: info/session.c:5365
+msgid "Quit"
+msgstr ""
+
+#: info/session.c:5370
+msgid "Display version of Info being run"
+msgstr ""
+
+#: info/session.c:5372
+#, c-format
+msgid "GNU Info version %s"
+msgstr ""
+
+#: info/session.c:5377
+msgid "Redraw the display"
+msgstr ""
+
+#: info/session.c:5414
+msgid "Quit using Info"
+msgstr ""
+
+#: info/session.c:5430
+msgid "Run command bound to this key's lowercase variant"
+msgstr ""
+
+#: info/session.c:5441
+#, c-format
+msgid "Unknown command (%s)"
+msgstr ""
+
+#: info/session.c:5444
+#, c-format
+msgid "\"%s\" is invalid"
+msgstr ""
+
+#: info/session.c:5445
+#, c-format
+msgid "'%s' is invalid"
+msgstr ""
+
+#: info/session.c:5763
+msgid "Add this digit to the current numeric argument"
+msgstr ""
+
+#: info/session.c:5770
+msgid "Start (or multiply by 4) the current numeric argument"
+msgstr ""
+
+#: info/variables.c:70
+msgid "When \"On\", footnotes appear and disappear automatically"
+msgstr ""
+
+#: info/variables.c:74
+msgid "When \"On\", creating or deleting a window resizes other windows"
+msgstr ""
+
+#: info/variables.c:78
+msgid "When \"On\", flash the screen instead of ringing the bell"
+msgstr ""
+
+#: info/variables.c:82
+msgid "When \"On\", errors cause the bell to ring"
+msgstr ""
+
+#: info/variables.c:86
+msgid "When \"On\", Info garbage collects files which had to be uncompressed"
+msgstr ""
+
+#: info/variables.c:90
+msgid "When \"On\", the portion of the matched search string is highlighted"
+msgstr ""
+
+#: info/variables.c:94
+msgid "Controls what happens when scrolling is requested at the end of a node"
+msgstr ""
+
+#: info/variables.c:99
+msgid "Same as scroll-behaviour"
+msgstr ""
+
+#: info/variables.c:103
+msgid "The number lines to scroll when the cursor moves out of the window"
+msgstr ""
+
+#: info/variables.c:107
+msgid "Controls whether scroll-behavior affects cursor movement commands"
+msgstr ""
+
+#: info/variables.c:111
+msgid "When \"On\", Info accepts and displays ISO Latin characters"
+msgstr ""
+
+#: info/variables.c:115
+msgid ""
+"What to do when a scrolling command is issued at the end of the last node"
+msgstr ""
+
+#: info/variables.c:120
+msgid "Minimal length of a search string"
+msgstr ""
+
+#: info/variables.c:124
+msgid "Skip current window when searching"
+msgstr ""
+
+#: info/variables.c:128
+msgid "Exclude default directories from file search path"
+msgstr ""
+
+#: info/variables.c:132
+msgid "Hide some Info file syntax in the text of nodes"
+msgstr ""
+
+#: info/variables.c:136
+msgid ""
+"Length of time in milliseconds to wait for the next byte in a sequence "
+"indicating that a key has been pressed"
+msgstr ""
+
+#: info/variables.c:140
+msgid "Method to use to track mouse events"
+msgstr ""
+
+#: info/variables.c:144
+msgid "How to follow a cross-reference"
+msgstr ""
+
+#: info/variables.c:148
+msgid "Highlight search matches"
+msgstr ""
+
+#: info/variables.c:152
+msgid "Styles for links"
+msgstr ""
+
+#: info/variables.c:156
+msgid "Styles for active links"
+msgstr ""
+
+#: info/variables.c:160
+msgid "Styles for search matches"
+msgstr ""
+
+#: info/variables.c:164
+msgid "How to print the information line at the start of a node"
+msgstr ""
+
+#: info/variables.c:229
+msgid "Explain the use of a variable"
+msgstr ""
+
+#: info/variables.c:235
+msgid "Describe variable: "
+msgstr ""
+
+#: info/variables.c:255
+msgid "Set the value of an Info variable"
+msgstr ""
+
+#: info/variables.c:262
+msgid "Set variable: "
+msgstr ""
+
+#: info/variables.c:278
+#, c-format
+msgid "Set %s to value (%d): "
+msgstr ""
+
+#: info/variables.c:319
+#, c-format
+msgid "Set %s to value (%s): "
+msgstr ""
+
+#: info/window.c:908
+msgid "-----Info: (), lines ----, "
+msgstr ""
+
+#: install-info/install-info.c:291
+#, c-format
+msgid "%s: empty file"
+msgstr ""
+
+#: install-info/install-info.c:293
+#, c-format
+msgid "%s for %s"
+msgstr ""
+
+#: install-info/install-info.c:495
+#, c-format
+msgid "\tTry `%s --help' for a complete list of options.\n"
+msgstr ""
+
+#: install-info/install-info.c:503
+#, c-format
+msgid "Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
+msgstr ""
+
+#: install-info/install-info.c:505
+msgid "Add or remove entries in INFO-FILE from the Info directory DIR-FILE."
+msgstr ""
+
+#: install-info/install-info.c:506
+msgid ""
+"INFO-FILE and DIR-FILE are required unless the --info-file\n"
+"or --dir-file (or --info-dir) options are given, respectively."
+msgstr ""
+
+#: install-info/install-info.c:510
+msgid ""
+"Options:\n"
+" --add-once          add only to first matching section, not all.\n"
+" --align=COL         start description of new entries at column COL.\n"
+" --calign=COL        format second and subsequent description lines to\n"
+"                       start at column COL."
+msgstr ""
+
+#: install-info/install-info.c:517
+msgid ""
+" --debug             report what is being done.\n"
+" --delete            delete existing entries for INFO-FILE from DIR-FILE;\n"
+"                      don't insert any new entries.\n"
+" --defsection=TEXT   like --section, but only use TEXT if no sections\n"
+"                      are present in INFO-FILE (replacing "
+"\"Miscellaneous\").\n"
+" --description=TEXT  the description of the entry is TEXT; used with\n"
+"                      the --name option to become synonymous with the\n"
+"                      --entry option.\n"
+" --dir-file=NAME     specify file name of Info directory file;\n"
+"                      equivalent to using the DIR-FILE argument.\n"
+" --dry-run           same as --test."
+msgstr ""
+
+#: install-info/install-info.c:530
+msgid ""
+" --entry=TEXT        insert TEXT as an Info directory entry,\n"
+"                      overriding any corresponding entry from DIR-FILE.\n"
+"                      TEXT is written as an Info menu item line followed\n"
+"                       by zero or more extra lines starting with "
+"whitespace.\n"
+"                      If you specify more than one entry, all are added.\n"
+"                      If you don't specify any entries, they are determined\n"
+"                       from information in the Info file itself."
+msgstr ""
+
+#: install-info/install-info.c:539
+msgid ""
+" --help              display this help and exit.\n"
+" --info-dir=DIR      same as --dir-file=DIR/dir.\n"
+" --info-file=FILE    specify Info file to install in the directory;\n"
+"                      equivalent to using the INFO-FILE argument.\n"
+" --item=TEXT         same as --entry=TEXT.\n"
+" --keep-old          do not replace entries, or remove empty sections."
+msgstr ""
+
+#: install-info/install-info.c:547
+msgid ""
+" --maxwidth, --max-width=COL  wrap description at column COL.\n"
+" --menuentry=TEXT    same as --name=TEXT.\n"
+" --name=TEXT         the name of the entry is TEXT; used with --description\n"
+"                      to become synonymous with the --entry option.\n"
+" --no-indent         do not format new entries in the DIR file.\n"
+" --quiet             suppress warnings."
+msgstr ""
+
+#: install-info/install-info.c:555
+msgid ""
+" --regex=R           put this file's entries in all sections that match the\n"
+"                      regular expression R (ignoring case).\n"
+" --remove            same as --delete.\n"
+" --remove-exactly    only remove if the info file name matches exactly;\n"
+"                      suffixes such as .info and .gz are not ignored.\n"
+" --section=SEC       put entries in section SEC of the directory.\n"
+"                      If you specify more than one section, all the entries\n"
+"                       are added in each of the sections.\n"
+"                      If you don't specify any sections, they are "
+"determined\n"
+"                       from information in the Info file itself;\n"
+"                       if nothing is available there, the --defsection\n"
+"                       value is used; if that is not specified, the\n"
+"                       final default is \"Miscellaneous\".\n"
+" --section R SEC     equivalent to --regex=R --section=SEC --add-once."
+msgstr ""
+
+#: install-info/install-info.c:571
+msgid ""
+" --silent            suppress warnings.\n"
+" --test              suppress updating of DIR-FILE.\n"
+" --version           display version information and exit."
+msgstr ""
+
+#: install-info/install-info.c:604
+#, c-format
+msgid ""
+"This is the file .../info/dir, which contains the\n"
+"topmost node of the Info hierarchy, called (dir)Top.\n"
+"The first time you invoke Info you start off looking at this node.\n"
+"%c\n"
+"%s\tThis is the top of the INFO tree\n"
+"\n"
+"  This (the Directory node) gives a menu of major topics.\n"
+"  Typing \"q\" exits, \"H\" lists all Info commands, \"d\" returns here,\n"
+"  \"h\" gives a primer for first-timers,\n"
+"  \"mEmacs<Return>\" visits the Emacs manual, etc.\n"
+"\n"
+"  In Emacs, you can click mouse button 2 on a menu item or cross reference\n"
+"  to select it.\n"
+"\n"
+"%s\n"
+msgstr ""
+
+#: install-info/install-info.c:628
+#, c-format
+msgid "%s: could not read (%s) and could not create (%s)"
+msgstr ""
+
+#: install-info/install-info.c:1173 install-info/install-info.c:1215
+#, c-format
+msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
+msgstr ""
+
+#: install-info/install-info.c:1210
+#, c-format
+msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
+msgstr ""
+
+#: install-info/install-info.c:2095 install-info/install-info.c:2105
+#, c-format
+msgid "%s: already have dir file: %s\n"
+msgstr ""
+
+#: install-info/install-info.c:2201
+#, c-format
+msgid "%s: Specify the Info file only once.\n"
+msgstr ""
+
+#: install-info/install-info.c:2234
+#, c-format
+msgid "Extra regular expression specified, ignoring `%s'"
+msgstr ""
+
+#: install-info/install-info.c:2246
+#, c-format
+msgid "Error in regular expression `%s': %s"
+msgstr ""
+
+#: install-info/install-info.c:2308
+#, c-format
+msgid "excess command line argument `%s'"
+msgstr ""
+
+#: install-info/install-info.c:2312
+#, c-format
+msgid "No input file specified; try --help for more information."
+msgstr ""
+
+#: install-info/install-info.c:2314
+#, c-format
+msgid "No dir file specified; try --help for more information."
+msgstr ""
+
+#: install-info/install-info.c:2335
+#, c-format
+msgid "Could not read %s."
+msgstr ""
+
+#: install-info/install-info.c:2482
+#, c-format
+msgid "no info dir entry in `%s'"
+msgstr ""
+
+#: install-info/install-info.c:2730
+#, c-format
+msgid "no entries found for `%s'; nothing deleted"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:139
+msgid "Usage: pod2texi [OPTION]... POD..."
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:141
+msgid ""
+"Translate Perl Pod documentation file(s) to Texinfo.  There are two\n"
+"basic modes of operation.  First, by default, each Pod is translated to\n"
+"a standalone Texinfo manual.\n"
+"\n"
+"Second, if --base-level is set higher than 0, each Pod is translated\n"
+"to a file suitable for @include, and one more file with a main menu\n"
+"and all the @include is generated."
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:149
+msgid ""
+"Options:\n"
+"    --appendix-sections     use appendix-like sections"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:151
+msgid "    --base-level=NUM|NAME   level of the head1 commands; default 0"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:152
+msgid "    --debug=NUM             set debugging level"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:153
+msgid ""
+"    --generate-setfilename  generate @setfilename for standalone\n"
+"                            manuals"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:155
+msgid "    --headings-as-sections  no structuring command for sections"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:156
+msgid "    --help                  display this help and exit"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:157
+msgid "    --no-fill-section-gaps  do not fill sectioning gaps"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:158
+msgid "    --no-section-nodes      use anchors for sections instead of nodes"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:159
+msgid "    --menus                 generate node menus"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:160
+msgid ""
+"    --outdir=NAME           output included files in NAME.\n"
+"                                                    Defaults to --subdir"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:162
+msgid ""
+"    --output=NAME           output to NAME for the first or main manual\n"
+"                            instead of standard output"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:164
+msgid ""
+"    --preamble=STR          insert STR as beginning boilerplate.\n"
+"                            Defaults to a minimal Texinfo document beginning"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:166
+msgid "    --setfilename           @setfilename for the main manual"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:167
+msgid "    --subdir=NAME           include files from NAME in the main manual"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:168
+msgid "    --top                   top for the main manual"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:169
+msgid "    --unnumbered-sections   do not number sections"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:170
+msgid "    --version               display version information and exit"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:210
+#, perl-format
+msgid "%s: wrong argument for --base-level\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:239
+#, perl-format
+msgid "%s: could not create directory %s: %s"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:253
+#, perl-format
+msgid "%s: missing file argument\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:254 tp/texi2any.pl:1668
+#, perl-format
+msgid "Try `%s --help' for more information.\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:281
+#, perl-format
+msgid "%s: warning: %s without content\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:296
+#, perl-format
+msgid "%s: same manual name `%s' for different files: %s and %s"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:503 Pod-Simple-Texinfo/pod2texi.pl:610
+#: tp/texi2any.pl:2080 tp/texi2any.pl:2158
+#, perl-format
+msgid "%s: could not open %s for writing: %s\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:549
+#, perl-format
+msgid "%s: could not open %s: %s\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:562 Pod-Simple-Texinfo/pod2texi.pl:659
+#: tp/texi2any.pl:2041 tp/texi2any.pl:2188
+#, perl-format
+msgid "%s: error on closing %s: %s\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:568
+#, perl-format
+msgid "%s: removing %s as input file %s has no content\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:596
+#, perl-format
+msgid "%s: rename %s failed: %s\n"
+msgstr ""
+
+#: Pod-Simple-Texinfo/pod2texi.pl:665
+#, perl-format
+msgid "%s: error on closing stdout: %s\n"
+msgstr ""
+
+#: tp/Texinfo/Common.pm:672 tp/Texinfo/XS/parsetexi/end_line.c:1512
+#: tp/Texinfo/XS/parsetexi/end_line.c:1521
+#, c-format, perl-format
+msgid "%s is not a valid language code"
+msgstr ""
+
+#: tp/Texinfo/Common.pm:677 tp/Texinfo/XS/parsetexi/end_line.c:1539
+#, c-format, perl-format
+msgid "%s is not a valid region code"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:141 tp/texi2any.pl:578
+#, perl-format
+msgctxt "program name: warning: warning_message"
+msgid "%s: warning: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:149
+#, perl-format
+msgctxt "program name: error_message"
+msgid "%s: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:170
+#, perl-format
+msgid "error parsing %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:174 tp/Texinfo/XS/convert/convert_html.c:2473
+#, c-format, perl-format
+msgid "error reading %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:195
+#, perl-format
+msgctxt "init file: error_message"
+msgid "%s: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:201
+#, perl-format
+msgctxt "init file: warning: warning_message"
+msgid "%s: warning: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:236
+#, perl-format
+msgid "obsolete option: %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:261
+#, perl-format
+msgid "%s: unknown variable %s"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:286
+#, perl-format
+msgid "unknown variable from command line: %s\n"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:648 tp/Texinfo/Config.pm:684 tp/Texinfo/Config.pm:706
+#: tp/Texinfo/Config.pm:729
+#, perl-format
+msgid "%s: unknown formatting context %s\n"
+msgstr ""
+
+#: tp/Texinfo/Config.pm:838
+#, perl-format
+msgid "%s: unknown special element information type %s\n"
+msgstr ""
+
+#: tp/Texinfo/Document.pm:405 tp/Texinfo/XS/main/targets.c:171
+#: tp/Texinfo/XS/parsetexi/labels.c:152
+#, c-format, perl-format
+msgid "@%s `%s' previously defined"
+msgstr ""
+
+#: tp/Texinfo/Document.pm:411 tp/Texinfo/XS/main/targets.c:176
+#: tp/Texinfo/XS/parsetexi/labels.c:158
+#, c-format, perl-format
+msgid "here is the previous definition as @%s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Converter.pm:401 tp/Texinfo/Convert/HTML.pm:11831
+#: tp/Texinfo/Convert/HTML.pm:12813 tp/Texinfo/Convert/HTML.pm:13011
+#: tp/Texinfo/Convert/IXIN.pm:356 tp/Texinfo/Convert/Info.pm:395
+#: tp/Texinfo/Convert/LaTeX.pm:1100 tp/Texinfo/Convert/Plaintext.pm:744
+#: tp/Texinfo/Convert/Plaintext.pm:791 tp/Texinfo/Convert/Text.pm:1022
+#: tp/Texinfo/XS/convert/convert_html.c:1894
+#: tp/Texinfo/XS/convert/convert_html.c:2251
+#, c-format, perl-format
+msgid "could not open %s for writing: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Converter.pm:424 tp/Texinfo/Convert/HTML.pm:11826
+#: tp/Texinfo/Convert/HTML.pm:12833 tp/Texinfo/Convert/IXIN.pm:1024
+#: tp/Texinfo/Convert/Info.pm:204 tp/Texinfo/Convert/Info.pm:233
+#: tp/Texinfo/Convert/Info.pm:288 tp/Texinfo/Convert/Info.pm:365
+#: tp/Texinfo/Convert/LaTeX.pm:1169 tp/Texinfo/Convert/Plaintext.pm:765
+#: tp/Texinfo/Convert/Plaintext.pm:810 tp/Texinfo/ParserNonXS.pm:2607
+#: tp/Texinfo/XS/convert/convert_html.c:1956
+#: tp/Texinfo/XS/convert/convert_html.c:2290
+#: tp/Texinfo/XS/parsetexi/input.c:382
+#, c-format, perl-format
+msgid "error on closing %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Converter.pm:994 tp/Texinfo/Convert/Text.pm:984
+#: tp/Texinfo/Convert/Text.pm:1003 tp/Texinfo/XS/convert/converter.c:854
+#, c-format, perl-format
+msgid "could not create directory `%s': %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Converter.pm:1372
+#, perl-format
+msgid "error on closing image text file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Converter.pm:1381
+#, perl-format
+msgid "@image file `%s' unreadable: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/DocBook.pm:1415
+#, perl-format
+msgid "@image file `%s' not found, using `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:3567 tp/ext/epub3.pm:286
+#: tp/Texinfo/XS/convert/format_html.c:6495
+#, c-format, perl-format
+msgid "@image file `%s' (for HTML) not found, using `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:4808 tp/Texinfo/XS/convert/format_html.c:8018
+#, c-format, perl-format
+msgid "raw format %s is not converted"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:6454 tp/Texinfo/XS/convert/format_html.c:10306
+#, c-format, perl-format
+msgid "entry for index `%s' for @printindex %s outside of any node"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:6485 tp/Texinfo/XS/convert/format_html.c:10346
+#, c-format, perl-format
+msgid "entry for index `%s' for @printindex %s outside of any section"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8425
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:854
+#, c-format, perl-format
+msgid "could not open html refs config file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8453
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:963
+#, c-format, perl-format
+msgid "missing type"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8457
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:973
+#, c-format, perl-format
+msgid "unrecognized type: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8491
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:1071
+#, c-format, perl-format
+msgid "error on closing html refs config file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8517
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:1111
+#, c-format, perl-format
+msgid "could not find html refs config file %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8571 tp/texi2any.pl:604
+#, perl-format
+msgid "%s directory is deprecated. Use %s instead"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8967
+#, perl-format
+msgid "Unknown file and id setting function: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:8983
+#, perl-format
+msgid "Unknown formatting function: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9332
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3154
+#, c-format, perl-format
+msgid "string not closed in css file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9334
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3161
+#, c-format, perl-format
+msgid "--css-include ended in comment"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9336
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3168
+#, c-format, perl-format
+msgid "@import not finished in css file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9370
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3220
+#, c-format, perl-format
+msgid "CSS file %s not found"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9380
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3242
+#, c-format, perl-format
+msgid "could not open --include-file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9399
+#, perl-format
+msgid "error on closing CSS file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9613
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:4175
+#, c-format, perl-format
+msgid "user-defined node file name not set for `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9943
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:5122
+#, c-format, perl-format
+msgid "resetting %s file path %s to %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9947
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:5132
+#, c-format, perl-format
+msgid "resetting %s file path from a relative path to %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:9951
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:5141
+#, c-format, perl-format
+msgid "resetting %s file path from %s to a relative path"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:10693 tp/Texinfo/XS/convert/format_html.c:799
+#, c-format, perl-format
+msgid "do not set %s suffix in reference for manual `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:10726 tp/Texinfo/Convert/HTML.pm:10732
+#: tp/Texinfo/XS/convert/format_html.c:845
+#: tp/Texinfo/XS/convert/format_html.c:856
+#, c-format, perl-format
+msgid "no htmlxref.cnf entry found for `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:11223 tp/Texinfo/XS/convert/format_html.c:3825
+#, c-format, perl-format
+msgid "%s not meaningful for non-split output"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:11772 tp/Texinfo/XS/convert/convert_html.c:2335
+#, c-format, perl-format
+msgid ""
+"cannot use absolute path or URL `%s' for JS_WEBLABELS_FILE when generating "
+"web labels file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:11817 tp/Texinfo/XS/convert/convert_html.c:2358
+#, c-format, perl-format
+msgid "overwritting output file with js licences: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12470 tp/Texinfo/XS/convert/convert_html.c:734
+#, c-format, perl-format
+msgid "handler %d of stage %s priority %s failed"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12520
+#, perl-format
+msgid "error on copying %s into %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12529 tp/Texinfo/XS/convert/convert_html.c:2536
+#, c-format, perl-format
+msgid "error on creating empty %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12534 tp/Texinfo/XS/convert/convert_html.c:2548
+#, c-format, perl-format
+msgid "error on closing empty %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12644 tp/Texinfo/Convert/HTML.pm:12648
+#: tp/Texinfo/XS/convert/convert_html.c:948
+#: tp/Texinfo/XS/convert/convert_html.c:953
+#, c-format, perl-format
+msgid "must specify a title with a title command or @top"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12910 tp/Texinfo/XS/convert/convert_html.c:2723
+#, c-format, perl-format
+msgid "@%s `%s' file %s for redirection exists"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12927 tp/Texinfo/XS/convert/convert_html.c:2738
+#, c-format, perl-format
+msgid "conflict with whole document file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12930 tp/Texinfo/XS/convert/convert_html.c:2741
+#, c-format, perl-format
+msgid "conflict with Top file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12933 tp/Texinfo/XS/convert/convert_html.c:2744
+#, c-format, perl-format
+msgid "conflict with user-defined file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12936 tp/Texinfo/XS/convert/convert_html.c:2747
+#, c-format, perl-format
+msgid "conflict with unknown node file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12939 tp/Texinfo/XS/convert/convert_html.c:2751
+#, c-format, perl-format
+msgid "conflict with file without known source"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12945 tp/Texinfo/XS/convert/convert_html.c:2763
+#, c-format, perl-format
+msgctxt "conflict of redirection file with file based on node name"
+msgid "conflict with @%s `%s' file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12956 tp/Texinfo/XS/convert/convert_html.c:2777
+#, c-format, perl-format
+msgid "conflict with @%s `%s' redirection file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12966 tp/Texinfo/XS/convert/convert_html.c:2792
+#, c-format, perl-format
+msgctxt "conflict of redirection file with file based on section name"
+msgid "conflict with @%s `%s' file"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:12978 tp/Texinfo/XS/convert/convert_html.c:2805
+#, c-format, perl-format
+msgid "conflict with %s special element"
+msgstr ""
+
+#: tp/Texinfo/Convert/HTML.pm:13019
+#, perl-format
+msgid "error on closing redirection node file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:137 tp/Texinfo/Convert/Info.pm:140
+#, perl-format
+msgid "document without nodes"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:179 tp/Texinfo/Convert/Info.pm:182
+#, perl-format
+msgid "document without Top node"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:215
+#, perl-format
+msgid "rename %s failed: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:329
+#, perl-format
+msgid "@%s output more than once: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:510
+#, perl-format
+msgid "@%s outside of any node"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:637
+#, perl-format
+msgid "@%s cross-reference name should not contain `:'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:712
+#, perl-format
+msgid "@%s node name should not contain `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:787
+#, perl-format
+msgid "`.' or `,' must follow @xref, not %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:791
+msgid "`.' or `,' must follow @xref"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:845
+#, perl-format
+msgid "@node name should not contain `,': %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Info.pm:878
+#, perl-format
+msgid "@node %s name should not contain `,': %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/LaTeX.pm:3154
+#, perl-format
+msgid "\\verb delimiter `%s' (for LaTeX) used in text `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/LaTeX.pm:3194
+#, perl-format
+msgid "@image file `%s' (for LaTeX) not found"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:670
+#, perl-format
+msgid "%s: output incompatible with split"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:1860
+#, perl-format
+msgid "Index entry in @%s with : produces invalid Info: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:1902 tp/Texinfo/ParserNonXS.pm:3561
+#: tp/Texinfo/XS/parsetexi/indices.c:312
+#, c-format, perl-format
+msgid "entry for index `%s' outside of any node"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:1918
+#, perl-format
+msgid "node name with index entries should not contain `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:2222
+#, perl-format
+msgid "could not find @image file `%s.txt' nor alternate text"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:2920
+msgid ""
+"@strong{Note...} produces a spurious cross-reference in Info; reword to "
+"avoid that"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:3844
+#, perl-format
+msgid "menu entry node name should not contain `%s'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:3855
+msgid "menu entry node name should not contain `:'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Plaintext.pm:3890
+msgid "menu entry name should not contain `:'"
+msgstr ""
+
+#: tp/Texinfo/Convert/Utils.pm:423 tp/Texinfo/XS/main/convert_utils.c:401
+#, c-format, perl-format
+msgid "could not read %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Utils.pm:446 tp/Texinfo/XS/main/convert_utils.c:447
+#, c-format, perl-format
+msgid "error on closing @verbatiminclude file %s: %s"
+msgstr ""
+
+#: tp/Texinfo/Convert/Utils.pm:453 tp/Texinfo/ParserNonXS.pm:3752
+#: tp/Texinfo/XS/main/convert_utils.c:459
+#, c-format, perl-format
+msgid "@%s: could not find %s"
+msgstr ""
+
+#: tp/Texinfo/Indices.pm:334 tp/Texinfo/XS/main/manipulate_indices.c:468
+#, c-format, perl-format
+msgid "empty index key in @%s"
+msgstr ""
+
+#: tp/Texinfo/Indices.pm:357
+#, perl-format
+msgid "empty index sub entry %d key in @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:965 tp/Texinfo/XS/parsetexi/api.c:166
+#, c-format, perl-format
+msgid "could not open %s: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1197 tp/Texinfo/Structuring.pm:599
+#: tp/Texinfo/XS/parsetexi/parser.c:407
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:851
+#, c-format, perl-format
+msgid "multiple @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1312 tp/Texinfo/ParserNonXS.pm:4410
+#: tp/Texinfo/ParserNonXS.pm:4450 tp/Texinfo/XS/parsetexi/end_line.c:1119
+#: tp/Texinfo/XS/parsetexi/end_line.c:1155 tp/Texinfo/XS/parsetexi/macro.c:150
+#, c-format, perl-format
+msgid "@%s requires a name"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1319 tp/Texinfo/ParserNonXS.pm:4454
+#: tp/Texinfo/ParserNonXS.pm:7868 tp/Texinfo/ParserNonXS.pm:7880
+#: tp/Texinfo/ParserNonXS.pm:7893 tp/Texinfo/XS/parsetexi/end_line.c:1159
+#: tp/Texinfo/XS/parsetexi/macro.c:158
+#, c-format, perl-format
+msgid "bad name for @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1342 tp/Texinfo/XS/parsetexi/macro.c:233
+#, c-format, perl-format
+msgid "bad or empty @%s formal argument: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1352 tp/Texinfo/XS/parsetexi/macro.c:260
+#, c-format, perl-format
+msgid "bad syntax for @%s argument: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1514 tp/Texinfo/XS/parsetexi/close.c:87
+#, c-format, perl-format
+msgid "@end %s seen before @%s closing brace"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1518 tp/Texinfo/XS/parsetexi/close.c:92
+#, c-format, perl-format
+msgid "@%s seen before @%s closing brace"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1522 tp/Texinfo/ParserNonXS.pm:2770
+#: tp/Texinfo/ParserNonXS.pm:2872 tp/Texinfo/XS/parsetexi/close.c:97
+#: tp/Texinfo/XS/parsetexi/macro.c:346 tp/Texinfo/XS/parsetexi/macro.c:493
+#, c-format, perl-format
+msgid "@%s missing closing brace"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1526 tp/Texinfo/XS/parsetexi/close.c:103
+#, c-format, perl-format
+msgid "@%s missing closing delimiter sequence: %s}"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1780 tp/Texinfo/XS/parsetexi/multitable.c:76
+#, c-format, perl-format
+msgid "@itemx should not begin @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:1914 tp/Texinfo/XS/parsetexi/multitable.c:200
+#, c-format, perl-format
+msgid "@itemx must follow @item"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2067 tp/Texinfo/XS/parsetexi/close.c:342
+#, c-format, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2128 tp/Texinfo/XS/parsetexi/close.c:406
+#, c-format, perl-format
+msgid "`@end' expected `%s', but saw `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2132 tp/Texinfo/XS/parsetexi/close.c:412
+#, c-format, perl-format
+msgid "@%s seen before @end %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2136 tp/Texinfo/XS/parsetexi/close.c:418
+#, c-format, perl-format
+msgid "no matching `@end %s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2159 tp/Texinfo/ParserNonXS.pm:2170
+#: tp/Texinfo/ParserNonXS.pm:6399 tp/Texinfo/XS/parsetexi/close.c:445
+#: tp/Texinfo/XS/parsetexi/close.c:455 tp/Texinfo/XS/parsetexi/separator.c:251
+#, c-format, perl-format
+msgid "misplaced {"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2205 tp/Texinfo/ParserNonXS.pm:4329
+#: tp/Texinfo/ParserNonXS.pm:4746 tp/Texinfo/ParserNonXS.pm:7240
+#: tp/Texinfo/ParserNonXS.pm:7347 tp/Texinfo/ParserNonXS.pm:7385
+#: tp/Texinfo/XS/parsetexi/close.c:506 tp/Texinfo/XS/parsetexi/end_line.c:1024
+#: tp/Texinfo/XS/parsetexi/end_line.c:1964
+#: tp/Texinfo/XS/parsetexi/parser.c:2069 tp/Texinfo/XS/parsetexi/parser.c:2198
+#: tp/Texinfo/XS/parsetexi/parser.c:2250
+#, c-format, perl-format
+msgid "@%s expected braces"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2263
+#, perl-format
+msgid "unmatched `%c%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2717 tp/Texinfo/XS/parsetexi/macro.c:367
+#, c-format, perl-format
+msgid "use %s instead of %s in macro arg"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2747 tp/Texinfo/XS/parsetexi/macro.c:419
+#, c-format, perl-format
+msgid "macro `%s' called with too many args"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2781 tp/Texinfo/XS/parsetexi/macro.c:435
+#, c-format, perl-format
+msgid "macro `%s' declared without argument called with an argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:2976 tp/Texinfo/XS/parsetexi/macro.c:689
+#, c-format, perl-format
+msgid "\\ in @%s expansion followed `%s' instead of parameter name or \\"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3687 tp/Texinfo/ParserNonXS.pm:3900
+#: tp/Texinfo/ParserNonXS.pm:7951 tp/Texinfo/XS/parsetexi/end_line.c:119
+#: tp/Texinfo/XS/parsetexi/end_line.c:1279
+#: tp/Texinfo/XS/parsetexi/end_line.c:1646
+#, c-format, perl-format
+msgid "@%s missing argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3701 tp/Texinfo/XS/parsetexi/end_line.c:1297
+#, c-format, perl-format
+msgid "unknown @end %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3719 tp/Texinfo/ParserNonXS.pm:3841
+#: tp/Texinfo/ParserNonXS.pm:4276 tp/Texinfo/ParserNonXS.pm:8094
+#: tp/Texinfo/ParserNonXS.pm:8132 tp/Texinfo/ParserNonXS.pm:8166
+#: tp/Texinfo/ParserNonXS.pm:8275 tp/Texinfo/XS/parsetexi/end_line.c:376
+#: tp/Texinfo/XS/parsetexi/end_line.c:454
+#: tp/Texinfo/XS/parsetexi/end_line.c:943
+#: tp/Texinfo/XS/parsetexi/end_line.c:1572
+#, c-format, perl-format
+msgid "bad argument to @%s: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3747
+#, perl-format
+msgid "@%s: could not open %s: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3778 tp/Texinfo/XS/parsetexi/end_line.c:1390
+#, c-format, perl-format
+msgid "bad encoding name `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3784 tp/Texinfo/XS/parsetexi/end_line.c:1425
+#, c-format, perl-format
+msgid "encoding `%s' is not a canonical texinfo encoding"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3809 tp/Texinfo/XS/parsetexi/end_line.c:1492
+#, c-format, perl-format
+msgid "unhandled encoding name `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3867 tp/Texinfo/ParserNonXS.pm:6451
+#: tp/Texinfo/XS/parsetexi/end_line.c:1612
+#: tp/Texinfo/XS/parsetexi/separator.c:322
+#, c-format, perl-format
+msgid "empty argument in @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:3999
+#, perl-format
+msgid "@%s after the first element"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4006
+#, perl-format
+msgid "@%s only meaningful on a @multitable line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4048
+#, perl-format
+msgid "@node precedes @%s, but parts may not be associated with nodes"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4079 tp/Texinfo/XS/parsetexi/end_line.c:771
+#, c-format, perl-format
+msgid "missing category for @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4132 tp/Texinfo/XS/parsetexi/end_line.c:765
+#, c-format, perl-format
+msgid "missing name for @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4210 tp/Texinfo/ParserNonXS.pm:4394
+#: tp/Texinfo/XS/parsetexi/end_line.c:860
+#: tp/Texinfo/XS/parsetexi/end_line.c:1096
+#, c-format, perl-format
+msgid "unexpected argument on @%s line: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4222 tp/Texinfo/XS/parsetexi/end_line.c:871
+#, c-format, perl-format
+msgid "empty multitable"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4253 tp/Texinfo/ParserNonXS.pm:7957
+#: tp/Texinfo/XS/parsetexi/end_line.c:126
+#: tp/Texinfo/XS/parsetexi/end_line.c:909
+#, c-format, perl-format
+msgid "superfluous argument to @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4259 tp/Texinfo/ParserNonXS.pm:7992
+#: tp/Texinfo/XS/parsetexi/end_line.c:924
+#, c-format, perl-format
+msgid "bad argument to @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4280 tp/Texinfo/XS/parsetexi/end_line.c:949
+#, c-format, perl-format
+msgid "missing @%s argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4286 tp/Texinfo/XS/parsetexi/end_line.c:960
+#, c-format, perl-format
+msgid "command @%s not accepting argument in brace should not be on @%s line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4341 tp/Texinfo/XS/parsetexi/end_line.c:1038
+#, c-format, perl-format
+msgid "accent command `@%s' not allowed as @%s argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4821 tp/Texinfo/XS/parsetexi/labels.c:81
+#, c-format, perl-format
+msgid "syntax for an external node used for `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4831 tp/Texinfo/XS/parsetexi/labels.c:91
+#, c-format, perl-format
+msgid "empty node name after expansion `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4874 tp/Texinfo/XS/parsetexi/menus.c:57
+#, c-format, perl-format
+msgid "empty menu entry name in `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:4882 tp/Texinfo/XS/parsetexi/menus.c:72
+#, c-format, perl-format
+msgid "empty node name in menu entry"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5067 tp/Texinfo/XS/parsetexi/parser.c:1354
+#, c-format, perl-format
+msgid "@%s should not appear in @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5079 tp/Texinfo/XS/parsetexi/parser.c:1368
+#, c-format, perl-format
+msgid "@%s should not appear anywhere inside caption"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5096 tp/Texinfo/XS/parsetexi/parser.c:1421
+#, c-format, perl-format
+msgid "@%s should not appear anywhere inside @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5122 tp/Texinfo/XS/parsetexi/parser.c:1436
+#, c-format, perl-format
+msgid "@%s should not appear on @%s line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5136 tp/Texinfo/XS/parsetexi/parser.c:1450
+#, c-format, perl-format
+msgid "@%s should not appear in @%s block"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5209 tp/Texinfo/XS/parsetexi/macro.c:807
+#, c-format, perl-format
+msgid ""
+"macro call nested too deeply (set MAX_MACRO_CALL_NESTING to override; "
+"current value %d)"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5220 tp/Texinfo/XS/parsetexi/macro.c:797
+#, c-format, perl-format
+msgid "recursive call of macro %s is not allowed; use @rmacro if needed"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5253 tp/Texinfo/XS/parsetexi/macro.c:845
+#, c-format, perl-format
+msgid ""
+"@%s defined with zero or more than one argument should be invoked with {}"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5558 tp/Texinfo/XS/parsetexi/handle_commands.c:371
+#, c-format, perl-format
+msgid "@%s should only appear in heading or footing"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5565
+#, perl-format
+msgid "@%s should only appear in math context"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5600 tp/Texinfo/ParserNonXS.pm:5608
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:423
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:432
+#, c-format, perl-format
+msgid "@%s not meaningful inside `@%s' block"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5615 tp/Texinfo/XS/parsetexi/handle_commands.c:448
+#, c-format, perl-format
+msgid "@%s in empty multitable"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5621 tp/Texinfo/XS/parsetexi/handle_commands.c:456
+#, c-format, perl-format
+msgid "@tab before @item"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5624 tp/Texinfo/XS/parsetexi/handle_commands.c:460
+#, c-format, perl-format
+msgid "too many columns in multitable item (max %d)"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5657 tp/Texinfo/XS/parsetexi/handle_commands.c:501
+#, c-format, perl-format
+msgid "ignoring @tab outside of multitable"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5661 tp/Texinfo/ParserNonXS.pm:5851
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:506
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:751
+#, c-format, perl-format
+msgid "@%s outside of table or list"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5671 tp/Texinfo/XS/parsetexi/handle_commands.c:521
+#, c-format, perl-format
+msgid "@%s is useless inside of a paragraph"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5735 tp/Texinfo/XS/parsetexi/handle_commands.c:589
+#, c-format, perl-format
+msgid "@%s not allowed inside `@copying' block"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5868 tp/Texinfo/XS/parsetexi/handle_commands.c:780
+#, c-format, perl-format
+msgid "multiple node @nodedescription"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5882 tp/Texinfo/XS/parsetexi/handle_commands.c:793
+#, c-format, perl-format
+msgid "@nodedescription outside of any node"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5889 tp/Texinfo/ParserNonXS.pm:6199
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:1201
+#, c-format, perl-format
+msgid "@%s should only appear in an index entry"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5902 tp/Texinfo/XS/parsetexi/handle_commands.c:824
+#, c-format, perl-format
+msgid "no more than two levels of index subentry are allowed"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5949 tp/Texinfo/XS/parsetexi/handle_commands.c:913
+#, c-format, perl-format
+msgid "must be after `@%s' to use `@%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:5997 tp/Texinfo/XS/parsetexi/handle_commands.c:964
+#, c-format, perl-format
+msgid ""
+"@author not meaningful outside `@titlepage' and `@quotation' environments"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6001 tp/Texinfo/XS/parsetexi/handle_commands.c:968
+#, c-format, perl-format
+msgid "@dircategory after first node"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6102
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:1086
+#, c-format, perl-format
+msgid "@direntry after first node"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6114
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:1091
+#, c-format, perl-format
+msgid "@menu in invalid context"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6129
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:1113
+#, c-format, perl-format
+msgid "multiple node @nodedescriptionblock"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6142
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:1130
+#, c-format, perl-format
+msgid "@nodedescriptionblock outside of any node"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6262 tp/Texinfo/XS/parsetexi/separator.c:84
+#, c-format, perl-format
+msgid "@verb without associated character"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6282 tp/Texinfo/XS/parsetexi/separator.c:121
+#, c-format, perl-format
+msgid "@%s is not meaningful outside `@float' environment"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6287 tp/Texinfo/XS/parsetexi/separator.c:127
+#, c-format, perl-format
+msgid "@%s should be right below `@float'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6295 tp/Texinfo/XS/parsetexi/separator.c:138
+#, c-format, perl-format
+msgid "ignoring multiple @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6485 tp/Texinfo/XS/parsetexi/separator.c:350
+#, c-format, perl-format
+msgid "command @%s missing a node or external manual argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6510 tp/Texinfo/XS/parsetexi/separator.c:403
+#, c-format, perl-format
+msgid "in @%s empty cross reference name after expansion `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6520 tp/Texinfo/XS/parsetexi/separator.c:422
+#, c-format, perl-format
+msgid "in @%s empty cross reference title after expansion `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6531 tp/Texinfo/XS/parsetexi/separator.c:436
+#, c-format, perl-format
+msgid "@image missing filename argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6546 tp/Texinfo/ParserNonXS.pm:7379
+#: tp/Texinfo/XS/parsetexi/parser.c:2242
+#: tp/Texinfo/XS/parsetexi/separator.c:453
+#, c-format, perl-format
+msgid "@dotless expects `i' or `j' as argument, not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6556 tp/Texinfo/XS/parsetexi/separator.c:465
+#, c-format, perl-format
+msgid "@%s missing first argument"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6572 tp/Texinfo/XS/parsetexi/separator.c:487
+#, c-format, perl-format
+msgid "no argument specified for @U"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6575 tp/Texinfo/XS/parsetexi/separator.c:495
+#, c-format, perl-format
+msgid "non-hex digits in argument for @U: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6580 tp/Texinfo/XS/parsetexi/separator.c:500
+#, c-format, perl-format
+msgid "fewer than four hex digits in argument for @U: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6597 tp/Texinfo/XS/parsetexi/separator.c:516
+#, c-format, perl-format
+msgid "argument for @U exceeds Unicode maximum 0x10FFFF: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6608 tp/Texinfo/XS/parsetexi/separator.c:531
+#, c-format, perl-format
+msgid "command @%s does not accept arguments"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6658 tp/Texinfo/XS/parsetexi/separator.c:608
+#, c-format, perl-format
+msgid "misplaced }"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6874 tp/Texinfo/ParserNonXS.pm:6965
+#: tp/Texinfo/ParserNonXS.pm:7772 tp/Texinfo/XS/parsetexi/parser.c:1480
+#: tp/Texinfo/XS/parsetexi/parser.c:1636 tp/Texinfo/XS/parsetexi/parser.c:2739
+#, c-format, perl-format
+msgid "expected @end %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6895 tp/Texinfo/ParserNonXS.pm:6984
+#: tp/Texinfo/XS/parsetexi/parser.c:1538 tp/Texinfo/XS/parsetexi/parser.c:1674
+#, c-format, perl-format
+msgid "@end %s should only appear at the beginning of a line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6901 tp/Texinfo/XS/parsetexi/parser.c:1557
+#, c-format, perl-format
+msgid "macro `%s' previously defined"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6904 tp/Texinfo/XS/parsetexi/parser.c:1560
+#, c-format, perl-format
+msgid "here is the previous definition of `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:6911 tp/Texinfo/XS/parsetexi/parser.c:1567
+#, c-format, perl-format
+msgid "redefining Texinfo language command: @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7122 tp/Texinfo/XS/parsetexi/parser.c:1909
+#, c-format, perl-format
+msgid "unexpected @"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7181 tp/Texinfo/XS/parsetexi/parser.c:1993
+#, c-format, perl-format
+msgid ""
+"value call nested too deeply (set MAX_MACRO_CALL_NESTING to override; "
+"current value %d)"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7256 tp/Texinfo/XS/parsetexi/parser.c:2106
+#, c-format, perl-format
+msgid "unknown command `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7291 tp/Texinfo/XS/parsetexi/parser.c:2139
+#, c-format, perl-format
+msgid "command `@%s' must not be followed by new line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7418 tp/Texinfo/XS/parsetexi/parser.c:2322
+#, c-format, perl-format
+msgid "undefined flag: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7437 tp/Texinfo/XS/parsetexi/parser.c:2362
+#, c-format, perl-format
+msgid "bad syntax for @%s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7445 tp/Texinfo/XS/parsetexi/parser.c:2372
+#, c-format, perl-format
+msgid "@%s is obsolete"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7469 tp/Texinfo/XS/parsetexi/parser.c:2400
+#, c-format, perl-format
+msgid "@%s should only appear at the beginning of a line"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7606 tp/Texinfo/XS/parsetexi/parser.c:2540
+#, c-format, perl-format
+msgid "superfluous arguments for node"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7865 tp/Texinfo/XS/parsetexi/handle_commands.c:241
+#, c-format, perl-format
+msgid "@set requires a name"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7877 tp/Texinfo/XS/parsetexi/handle_commands.c:271
+#, c-format, perl-format
+msgid "@clear requires a name"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7890 tp/Texinfo/XS/parsetexi/handle_commands.c:296
+#, c-format, perl-format
+msgid "@unmacro requires a name"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7907 tp/Texinfo/XS/parsetexi/handle_commands.c:328
+#, c-format, perl-format
+msgid "remaining argument on @%s line: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7913 tp/Texinfo/XS/parsetexi/handle_commands.c:334
+#, c-format, perl-format
+msgid "@clickstyle should only accept an @-command as argument, not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7974 tp/Texinfo/XS/parsetexi/end_line.c:182
+#, c-format, perl-format
+msgid "environment command %s as argument to @alias"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:7983 tp/Texinfo/XS/parsetexi/end_line.c:190
+#, c-format, perl-format
+msgid "recursive alias definition of %s through %s ignored"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8009 tp/Texinfo/XS/parsetexi/end_line.c:261
+#, c-format, perl-format
+msgid "cannot redefine with @definfoenclose: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8032 tp/Texinfo/XS/parsetexi/end_line.c:284
+#, c-format, perl-format
+msgid "bad argument to @definfoenclose"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8038 tp/Texinfo/XS/parsetexi/end_line.c:295
+#, c-format, perl-format
+msgid "empty @columnfractions"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8046 tp/Texinfo/XS/parsetexi/end_line.c:315
+#, c-format, perl-format
+msgid "column fraction not a number: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8055 tp/Texinfo/XS/parsetexi/end_line.c:335
+#, c-format, perl-format
+msgid "@sp arg must be numeric, not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8067 tp/Texinfo/XS/parsetexi/end_line.c:381
+#, c-format, perl-format
+msgid "reserved index name %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8107 tp/Texinfo/XS/parsetexi/end_line.c:422
+#, c-format, perl-format
+msgid "unknown source index in @%s: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8110 tp/Texinfo/XS/parsetexi/end_line.c:425
+#, c-format, perl-format
+msgid "unknown destination index in @%s: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8126 tp/Texinfo/XS/parsetexi/end_line.c:445
+#, c-format, perl-format
+msgid "@%s leads to a merging of %s in itself, ignoring"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8143 tp/Texinfo/XS/parsetexi/end_line.c:473
+#, c-format, perl-format
+msgid "unknown index `%s' in @printindex"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8151 tp/Texinfo/XS/parsetexi/end_line.c:480
+#, c-format, perl-format
+msgid "printing an index `%s' merged in another one, `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8159 tp/Texinfo/XS/parsetexi/end_line.c:486
+#, c-format, perl-format
+msgid "printindex before document beginning: @printindex %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8173 tp/Texinfo/XS/parsetexi/end_line.c:519
+#, c-format, perl-format
+msgid "Only @fonttextsize 10 or 11 is supported, not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8181 tp/Texinfo/XS/parsetexi/end_line.c:530
+#, c-format, perl-format
+msgid "@footnotestyle arg must be `separate' or `end', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8189 tp/Texinfo/XS/parsetexi/end_line.c:542
+#, c-format, perl-format
+msgid "@setchapternewpage arg must be `on', `off' or `odd', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8197 tp/Texinfo/XS/parsetexi/end_line.c:553
+#, c-format, perl-format
+msgid "bad argument to @need: %s"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8207 tp/Texinfo/ParserNonXS.pm:8212
+#: tp/Texinfo/XS/parsetexi/end_line.c:563
+#, c-format, perl-format
+msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8220 tp/Texinfo/XS/parsetexi/end_line.c:574
+#, c-format, perl-format
+msgid "@firstparagraphindent arg must be `none' or `insert', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8230 tp/Texinfo/XS/parsetexi/end_line.c:584
+#, c-format, perl-format
+msgid "@exampleindent arg must be numeric/`asis', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8242 tp/Texinfo/XS/parsetexi/end_line.c:600
+#, c-format, perl-format
+msgid "expected @%s on or off, not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8251 tp/Texinfo/XS/parsetexi/end_line.c:620
+#, c-format, perl-format
+msgid "@kbdinputstyle arg must be `code'/`example'/`distinct', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8259 tp/Texinfo/XS/parsetexi/end_line.c:632
+#, c-format, perl-format
+msgid "@allowcodebreaks arg must be `true' or `false', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8267 tp/Texinfo/XS/parsetexi/end_line.c:644
+#, c-format, perl-format
+msgid "@urefbreakstyle arg must be `after'/`before'/`none', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/ParserNonXS.pm:8285 tp/Texinfo/XS/parsetexi/end_line.c:507
+#, c-format, perl-format
+msgid "@%s arg must be `top' or `bottom', not `%s'"
+msgstr ""
+
+#: tp/Texinfo/Report.pm:102 tp/Texinfo/XS/main/errors.c:89
+#, c-format, perl-format
+msgctxt "Texinfo source file warning in macro"
+msgid "warning: %s (possibly involving @%s)"
+msgstr ""
+
+#: tp/Texinfo/Report.pm:106 tp/Texinfo/XS/main/errors.c:96
+#, c-format, perl-format
+msgctxt "Texinfo source file error in macro"
+msgid "%s (possibly involving @%s)"
+msgstr ""
+
+#: tp/Texinfo/Report.pm:112 tp/Texinfo/XS/main/errors.c:121
+#, c-format, perl-format
+msgctxt "Texinfo source file warning"
+msgid "warning: %s"
+msgstr ""
+
+#: tp/Texinfo/Report.pm:183 tp/Texinfo/XS/main/errors.c:198
+#, c-format, perl-format
+msgctxt "whole document warning"
+msgid "%s: warning: %s"
+msgstr ""
+
+#: tp/Texinfo/Report.pm:191 tp/Texinfo/XS/main/errors.c:221
+#, c-format, perl-format
+msgctxt "whole document warning"
+msgid "warning: %s"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:169
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:145
+#, c-format, perl-format
+msgid "raising the section level of @%s which is too low"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:215
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:210
+#, c-format, perl-format
+msgid "no chapter-level command before @%s"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:221
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:217
+#, c-format, perl-format
+msgid "lowering the section level of @%s appearing after a lower element"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:334
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:382
+#, c-format, perl-format
+msgid "no sectioning command associated with @%s"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:372
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:411
+#, c-format, perl-format
+msgid "@%s not empty"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:404 tp/Texinfo/Structuring.pm:1088
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:433
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1562
+#, c-format, perl-format
+msgid "@%s reference to nonexistent node `%s'"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:413
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:447
+#, c-format, perl-format
+msgid "@%s entry node name `%s' different from %s name `%s'"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:563
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:789
+#, c-format, perl-format
+msgid "node `%s' unreferenced"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:786
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1108
+#, c-format, perl-format
+msgid "node %s for `%s' is `%s' in sectioning but not in menu"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:807
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1144
+#, c-format, perl-format
+msgid "node `%s' is %s for `%s' in menu but not in sectioning"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:865
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1233
+#, c-format, perl-format
+msgid "node %s pointer for `%s' is `%s' but %s is `%s' in menu"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:904
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1300
+#, c-format, perl-format
+msgid "node `%s' lacks menu item for `%s' despite being its Up target"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:1021
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1461
+#, c-format, perl-format
+msgid "%s pointer `%s' (for node `%s') different from %s name `%s'"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:1033
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1482
+#, c-format, perl-format
+msgid "%s reference to nonexistent `%s'"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:1101
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:1582
+#, c-format, perl-format
+msgid "@%s to `%s', different from %s name `%s'"
+msgstr ""
+
+#: tp/Texinfo/Structuring.pm:1582
+#: tp/Texinfo/XS/structuring_transfo/structuring.c:2050
+#, c-format, perl-format
+msgid "node `%s' appears in its own menus"
+msgstr ""
+
+#: tp/Texinfo/Transformations.pm:875
+#: tp/Texinfo/XS/structuring_transfo/transformations.c:1378
+#, c-format, perl-format
+msgid "could not protect hash character in @%s"
+msgstr ""
+
+#: tp/init/chm.pm:226 tp/init/chm.pm:308 tp/init/chm.pm:390
+#, perl-format
+msgid "chm.pm: could not open %s for writing: %s\n"
+msgstr ""
+
+#: tp/init/chm.pm:293 tp/init/chm.pm:375 tp/init/chm.pm:442
+#, perl-format
+msgid "chm.pm: error on closing %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:318
+#, perl-format
+msgid "@image file `%s' can not be copied"
+msgstr ""
+
+#: tp/ext/epub3.pm:330
+#, perl-format
+msgid "could not create images directory `%s': %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:350
+#, perl-format
+msgid "could not copy `%s' to `%s': %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:429
+#, perl-format
+msgid "error removing directory: %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:434
+#, perl-format
+msgid "error removing directory: %s: unlinking %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:478
+#, perl-format
+msgid "Archive::Zip is required for EPUB file output"
+msgstr ""
+
+#: tp/ext/epub3.pm:574
+#, perl-format
+msgid "error creating directory: %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:579
+#, perl-format
+msgid "error creating directory: %s: creating %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:605
+#, perl-format
+msgid "epub: no filename output"
+msgstr ""
+
+#: tp/ext/epub3.pm:616
+#, perl-format
+msgid "could not create meta informations directory `%s': %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:630 tp/ext/epub3.pm:671 tp/ext/epub3.pm:707
+#: tp/ext/epub3.pm:839
+#, perl-format
+msgid "epub3.pm: could not open %s for writing: %s\n"
+msgstr ""
+
+#: tp/ext/epub3.pm:655 tp/ext/epub3.pm:683 tp/ext/epub3.pm:795
+#: tp/ext/epub3.pm:992
+#, perl-format
+msgid "epub3.pm: error on closing %s: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:944
+#, perl-format
+msgid "epub3.pm: readdir %s error: %s"
+msgstr ""
+
+#: tp/ext/epub3.pm:1012 tp/ext/epub3.pm:1021 tp/ext/epub3.pm:1034
+#, perl-format
+msgid "epub3.pm: error adding %s to archive"
+msgstr ""
+
+#: tp/ext/epub3.pm:1043
+#, perl-format
+msgid "epub3.pm: error writing archive %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:120 tp/ext/highlight_syntax.pm:360
+#: tp/Texinfo/XS/convert/convert_html.c:2494
+#, c-format, perl-format
+msgid "%s: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:163 tp/ext/highlight_syntax.pm:185
+#, perl-format
+msgid "%s: %s: cannot parse language line"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:196
+#, perl-format
+msgid "%s: no highlighted language found"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:370
+#, perl-format
+msgid "%s: error closing input: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:381
+#, perl-format
+msgid "%s: error closing output: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:386
+#, perl-format
+msgid "%s: error closing errors: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:392
+#, perl-format
+msgid "%s: errors: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:395
+#, perl-format
+msgid "  %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:431 tp/ext/highlight_syntax.pm:501
+#, perl-format
+msgid "highlight_syntax.pm: could not open %s: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:461 tp/ext/highlight_syntax.pm:559
+#, perl-format
+msgid "highlight_syntax.pm: error on closing %s: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:490
+#, perl-format
+msgid "highlight_syntax.pm: command did not succeed: %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:537
+#, perl-format
+msgid ""
+"highlight_syntax.pm: %s: %d separators; expected %d, the number of fragments "
+"+1"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:545
+#, perl-format
+msgid "highlight_syntax.pm: %s: end of @%s item %d not found"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:554
+#, perl-format
+msgid "highlight_syntax.pm: %s: retrieved %d items in HTML; expected %d"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:623
+#, perl-format
+msgid "highlight_syntax.pm: output has HTML item for @%s but no language %s"
+msgstr ""
+
+#: tp/ext/highlight_syntax.pm:711
+#, perl-format
+msgid "highlight_syntax.pm: output has no HTML item for @%s %s %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:123
+#, perl-format
+msgid "l2h: could not open latex file %s for writing: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:376
+#, perl-format
+msgid "latex2html.pm: processing produced %d items in HTML; expected %d"
+msgstr ""
+
+#: tp/ext/latex2html.pm:414
+#, perl-format
+msgid "l2h: L2H_TMP directory contains a dot"
+msgstr ""
+
+#: tp/ext/latex2html.pm:420
+#, perl-format
+msgid "l2h: current directory contains a dot"
+msgstr ""
+
+#: tp/ext/latex2html.pm:427
+#, perl-format
+msgid "l2h: command not set"
+msgstr ""
+
+#: tp/ext/latex2html.pm:482
+#, perl-format
+msgid "l2h: command did not succeed: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:527
+#, perl-format
+msgid "l2h: image has invalid extension: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:558
+#, perl-format
+msgid "l2h: rename %s as %s failed: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:584
+#, perl-format
+msgid "l2h: could not open %s: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:618
+#, perl-format
+msgid "latex2html.pm: end of @%s text %d not found"
+msgstr ""
+
+#: tp/ext/latex2html.pm:698
+#, perl-format
+msgid "l2h: could not extract the fragment %d for @%s, text %d, from HTML"
+msgstr ""
+
+#: tp/ext/latex2html.pm:790
+#, perl-format
+msgid "l2h: could not compile %s: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:795
+#, perl-format
+msgid "l2h: could not load %s: %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:799
+#, perl-format
+msgid "l2h: error loading %s"
+msgstr ""
+
+#: tp/ext/latex2html.pm:819
+#, perl-format
+msgid "l2h: could not open %s for writing: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:124
+#, perl-format
+msgid "tex4ht.pm: unknown conversion type for math: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:133
+#, perl-format
+msgid "tex4ht.pm: unknown conversion type for @tex: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:142
+#, perl-format
+msgid "tex4ht.pm: unknown conversion type for @latex: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:246 tp/ext/tex4ht.pm:432
+#, perl-format
+msgid "tex4ht.pm: could not open %s: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:351
+#, perl-format
+msgid "tex4ht.pm: chdir %s failed: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:365
+#, perl-format
+msgid "tex4ht.pm: unable to return to initial directory: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:379
+#, perl-format
+msgid "tex4ht.pm: output file missing: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:414
+#, perl-format
+msgid "tex4ht.pm: command failed: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:419
+#, perl-format
+msgid "tex4ht.pm: closing communication failed: %s: %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:468
+#, perl-format
+msgid "tex4ht.pm: end of %s item %d for @%s not found"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:477
+#, perl-format
+msgid ""
+"tex4ht.pm: processing produced %d items in HTML; expected %d for format %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:512
+#, perl-format
+msgid "tex4ht.pm: output has no HTML item for @%s %s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:529
+#, perl-format
+msgid "tex4ht.pm: output counter UNDEF; expected %d for @%s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:533
+#, perl-format
+msgid "tex4ht.pm: no expected items in the document for @%s"
+msgstr ""
+
+#: tp/ext/tex4ht.pm:540
+#, perl-format
+msgid "tex4ht.pm: processing retrieved %d items in HTML; collected %d for @%s"
+msgstr ""
+
+#: tp/texi2any.pl:625
+#, perl-format
+msgid "could not read init file %s"
+msgstr ""
+
+#: tp/texi2any.pl:650
+#, perl-format
+msgid "could not read extension file %s"
+msgstr ""
+
+#: tp/texi2any.pl:913
+#, perl-format
+msgid "ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'\n"
+msgstr ""
+
+#: tp/texi2any.pl:975
+#, perl-format
+msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
+msgstr ""
+
+#: tp/texi2any.pl:978
+msgid ""
+"Translate Texinfo source documentation to various other formats, by default\n"
+"Info files suitable for reading online with Emacs or standalone GNU Info.\n"
+"\n"
+"This program is commonly installed as both `makeinfo' and `texi2any';\n"
+"the behavior is identical, and does not depend on the installed name.\n"
+msgstr ""
+
+#: tp/texi2any.pl:984
+msgid "General options:"
+msgstr ""
+
+#: tp/texi2any.pl:985
+msgid ""
+"      --document-language=STR locale to use in translating Texinfo keywords\n"
+"                                for the output document (default C)."
+msgstr ""
+
+#: tp/texi2any.pl:987
+#, perl-format
+msgid "      --error-limit=NUM       quit after NUM errors (default %d)."
+msgstr ""
+
+#: tp/texi2any.pl:989
+msgid "      --force                 preserve output even if errors."
+msgstr ""
+
+#: tp/texi2any.pl:990
+msgid "      --help                  display this help and exit."
+msgstr ""
+
+#: tp/texi2any.pl:991
+msgid "      --no-validate           suppress node cross-reference validation."
+msgstr ""
+
+#: tp/texi2any.pl:992
+msgid "      --no-warn               suppress warnings (but not errors)."
+msgstr ""
+
+#: tp/texi2any.pl:993
+msgid ""
+"      --conf-dir=DIR          search also for initialization files in DIR."
+msgstr ""
+
+#: tp/texi2any.pl:994
+msgid "      --init-file=FILE        load FILE to modify the default behavior."
+msgstr ""
+
+#: tp/texi2any.pl:995
+msgid ""
+"  -c, --set-customization-variable VAR=VAL  set customization variable VAR\n"
+"                                to value VAL."
+msgstr ""
+
+#: tp/texi2any.pl:997
+msgid "      --trace-includes        print names of included files."
+msgstr ""
+
+#: tp/texi2any.pl:998
+msgid "  -v, --verbose               explain what is being done."
+msgstr ""
+
+#: tp/texi2any.pl:999
+msgid "      --version               display version information and exit."
+msgstr ""
+
+#: tp/texi2any.pl:1001
+msgid "Output format selection (default is to produce Info):"
+msgstr ""
+
+#: tp/texi2any.pl:1002
+msgid "      --docbook               output Docbook XML."
+msgstr ""
+
+#: tp/texi2any.pl:1003
+msgid "      --html                  output HTML."
+msgstr ""
+
+#: tp/texi2any.pl:1004
+msgid "      --epub3                 output EPUB 3."
+msgstr ""
+
+#: tp/texi2any.pl:1005
+msgid "      --latex                 output LaTeX."
+msgstr ""
+
+#: tp/texi2any.pl:1006
+msgid "      --plaintext             output plain text rather than Info."
+msgstr ""
+
+#: tp/texi2any.pl:1007
+msgid "      --xml                   output Texinfo XML."
+msgstr ""
+
+#: tp/texi2any.pl:1008
+msgid ""
+"      --dvi, --dvipdf, --ps, --pdf  call texi2dvi to generate given output,\n"
+"                                after checking validity of TEXINFO-FILE."
+msgstr ""
+
+#: tp/texi2any.pl:1012
+msgid "General output options:"
+msgstr ""
+
+#: tp/texi2any.pl:1014
+msgid ""
+"  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
+"                                ignoring any @setfilename."
+msgstr ""
+
+#: tp/texi2any.pl:1017
+msgid ""
+"      --no-headers            suppress node separators, Node: lines, and "
+"menus\n"
+"                                from Info output (thus producing plain "
+"text)\n"
+"                                or from HTML (thus producing shorter "
+"output).\n"
+"                                Also, if producing Info, write to\n"
+"                                standard output by default."
+msgstr ""
+
+#: tp/texi2any.pl:1023
+msgid ""
+"      --no-split              suppress any splitting of the output;\n"
+"                                generate only one output file."
+msgstr ""
+
+#: tp/texi2any.pl:1026
+msgid ""
+"      --[no-]number-sections  output chapter and sectioning numbers;\n"
+"                                default is on."
+msgstr ""
+
+#: tp/texi2any.pl:1029
+msgid ""
+"  -o, --output=DEST           output to DEST.\n"
+"                                With split output, create DEST as a "
+"directory\n"
+"                                and put the output files there.\n"
+"                                With non-split output, if DEST is already\n"
+"                                a directory or ends with a /,\n"
+"                                put the output file there.\n"
+"                                Otherwise, DEST names the output file."
+msgstr ""
+
+#: tp/texi2any.pl:1037
+msgid ""
+"      --disable-encoding      do not output accented and special characters\n"
+"                                in Info and plain text output based on "
+"document\n"
+"                                encoding."
+msgstr ""
+
+#: tp/texi2any.pl:1041
+msgid "      --enable-encoding       override --disable-encoding (default)."
+msgstr ""
+
+#: tp/texi2any.pl:1043
+#, perl-format
+msgid "Options for Info and plain text:"
+msgstr ""
+
+#: tp/texi2any.pl:1045
+#, perl-format
+msgid ""
+"      --fill-column=NUM       break Info lines at NUM columns (default %d)."
+msgstr ""
+
+#: tp/texi2any.pl:1047
+#, perl-format
+msgid ""
+"      --footnote-style=STYLE  output footnotes in Info according to STYLE:\n"
+"                                `separate' to put them in their own node;\n"
+"                                `end' to put them at the end of the node, "
+"in\n"
+"                                which they are defined (this is the default)."
+msgstr ""
+
+#: tp/texi2any.pl:1052
+#, perl-format
+msgid ""
+"      --paragraph-indent=VAL  indent Info paragraphs by VAL spaces (default "
+"%d).\n"
+"                                If VAL is `none', do not indent; if VAL is\n"
+"                                `asis', preserve existing indentation."
+msgstr ""
+
+#: tp/texi2any.pl:1056
+#, perl-format
+msgid ""
+"      --split-size=NUM        split Info files at size NUM (default %d)."
+msgstr ""
+
+#: tp/texi2any.pl:1064
+msgid ""
+"Options for HTML:\n"
+"      --css-include=FILE      include FILE in HTML <style> output;\n"
+"                                read stdin if FILE is -.\n"
+"      --css-ref=URL           generate CSS reference to URL.\n"
+"      --internal-links=FILE   produce list of internal links in FILE.\n"
+"      --split=SPLIT           split at SPLIT, where SPLIT may be `chapter',\n"
+"                                `section' or `node'.\n"
+"      --transliterate-file-names  use file names in ASCII transliteration.\n"
+"      --node-files            produce redirection files for nodes and \n"
+"                                anchors; default is set only if split.\n"
+msgstr ""
+
+#: tp/texi2any.pl:1076
+msgid ""
+"Options for DVI/PS/PDF:\n"
+"      --Xopt=OPT              pass OPT to texi2dvi; can be repeated.\n"
+msgstr ""
+
+#: tp/texi2any.pl:1079
+msgid "Input file options:"
+msgstr ""
+
+#: tp/texi2any.pl:1080
+msgid " -D VAR                       define the variable VAR, as with @set."
+msgstr ""
+
+#: tp/texi2any.pl:1081
+msgid " -D 'VAR VAL'                 define VAR to VAL (one shell argument)."
+msgstr ""
+
+#: tp/texi2any.pl:1082
+msgid " -I DIR                       append DIR to the @include search path."
+msgstr ""
+
+#: tp/texi2any.pl:1083
+msgid " -P DIR                       prepend DIR to the @include search path."
+msgstr ""
+
+#: tp/texi2any.pl:1084
+msgid ""
+" -U VAR                       undefine the variable VAR, as with @clear."
+msgstr ""
+
+#: tp/texi2any.pl:1086
+msgid "Conditional processing in input:"
+msgstr ""
+
+#: tp/texi2any.pl:1087
+msgid ""
+"  --ifdocbook       process @ifdocbook and @docbook even if\n"
+"                      not generating Docbook."
+msgstr ""
+
+#: tp/texi2any.pl:1089
+msgid ""
+"  --ifhtml          process @ifhtml and @html even if not generating HTML."
+msgstr ""
+
+#: tp/texi2any.pl:1090
+msgid "  --ifinfo          process @ifinfo even if not generating Info."
+msgstr ""
+
+#: tp/texi2any.pl:1091
+msgid "  --iflatex         process @iflatex and @latex."
+msgstr ""
+
+#: tp/texi2any.pl:1092
+msgid ""
+"  --ifplaintext     process @ifplaintext even if not generating plain text."
+msgstr ""
+
+#: tp/texi2any.pl:1093
+msgid "  --iftex           process @iftex and @tex."
+msgstr ""
+
+#: tp/texi2any.pl:1094
+msgid "  --ifxml           process @ifxml and @xml."
+msgstr ""
+
+#: tp/texi2any.pl:1095
+msgid "  --no-ifdocbook    do not process @ifdocbook and @docbook text."
+msgstr ""
+
+#: tp/texi2any.pl:1096
+msgid "  --no-ifhtml       do not process @ifhtml and @html text."
+msgstr ""
+
+#: tp/texi2any.pl:1097
+msgid "  --no-ifinfo       do not process @ifinfo text."
+msgstr ""
+
+#: tp/texi2any.pl:1098
+msgid "  --no-iflatex      do not process @iflatex and @latex text."
+msgstr ""
+
+#: tp/texi2any.pl:1099
+msgid "  --no-ifplaintext  do not process @ifplaintext text."
+msgstr ""
+
+#: tp/texi2any.pl:1100
+msgid "  --no-iftex        do not process @iftex and @tex text."
+msgstr ""
+
+#: tp/texi2any.pl:1101
+msgid "  --no-ifxml        do not process @ifxml and @xml text."
+msgstr ""
+
+#: tp/texi2any.pl:1103
+msgid "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text."
+msgstr ""
+
+#: tp/texi2any.pl:1107
+msgid ""
+"  The defaults for the @if... conditionals depend on the output format:\n"
+"  if generating Docbook, --ifdocbook is on and the others are off;\n"
+"  if generating HTML, --ifhtml is on and the others are off;\n"
+"  if generating Info, --ifinfo is on and the others are off;\n"
+"  if generating plain text, --ifplaintext is on and the others are off;\n"
+"  if generating LaTeX, --iflatex is on and the others are off;\n"
+"  if generating XML, --ifxml is on and the others are off."
+msgstr ""
+
+#: tp/texi2any.pl:1118
+msgid ""
+"Examples:\n"
+"  makeinfo foo.texi                      write Info to foo's @setfilename\n"
+"  makeinfo --html foo.texi               write HTML to @setfilename\n"
+"  makeinfo --xml foo.texi                write Texinfo XML to @setfilename\n"
+"  makeinfo --docbook foo.texi            write Docbook XML to @setfilename\n"
+"  makeinfo --plaintext foo.texi          write plain text to standard "
+"output\n"
+"  makeinfo --pdf foo.texi                write PDF using texi2dvi\n"
+"\n"
+"  makeinfo --html --no-headers foo.texi  write html without node lines, "
+"menus\n"
+"  makeinfo --number-sections foo.texi    write Info with numbered sections\n"
+"  makeinfo --no-split foo.texi           write one Info file however big\n"
+msgstr ""
+
+#: tp/texi2any.pl:1171
+#, perl-format
+msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
+msgstr ""
+
+#: tp/texi2any.pl:1178
+#, perl-format
+msgid "%s is not a valid split possibility"
+msgstr ""
+
+#: tp/texi2any.pl:1291
+#, perl-format
+msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
+msgstr ""
+
+#: tp/texi2any.pl:1427
+#, perl-format
+msgid "%s: when generating %s, only one input FILE may be specified with -o\n"
+msgstr ""
+
+#: tp/texi2any.pl:1431
+msgid "--Xopt option without printed output"
+msgstr ""
+
+#: tp/texi2any.pl:1503
+#, perl-format
+msgid "overwritting file: %s"
+msgstr ""
+
+#: tp/texi2any.pl:1548
+#, perl-format
+msgid "unknown tree transformation %s"
+msgstr ""
+
+#: tp/texi2any.pl:1568
+#, perl-format
+msgid "ignoring splitting for converted format %s (for %s)"
+msgstr ""
+
+#: tp/texi2any.pl:1571
+#, perl-format
+msgid "ignoring splitting for format %s"
+msgstr ""
+
+#: tp/texi2any.pl:1589
+#, perl-format
+msgid "error loading %s: %s"
+msgstr ""
+
+#: tp/texi2any.pl:1667
+#, perl-format
+msgid "%s: missing file argument.\n"
+msgstr ""
+
+#: tp/texi2any.pl:1698
+#, perl-format
+msgid "input file %s; did you mean %s?"
+msgstr ""
+
+#: tp/texi2any.pl:1844
+#, perl-format
+msgid "error on closing macro expand file %s: %s\n"
+msgstr ""
+
+#: tp/texi2any.pl:1849
+#, perl-format
+msgid "could not open %s for writing: %s\n"
+msgstr ""
+
+#: tp/texi2any.pl:2072
+#, perl-format
+msgid "%s: error on closing internal links file %s: %s\n"
+msgstr ""
+
+#: tp/texi2any.pl:2150
+#, perl-format
+msgid "%s: error on closing elements size file %s: %s\n"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2153
+#, c-format
+msgid "%s: %zu registered opened sections not closed"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2163
+#, c-format
+msgid "%zu registered inline contents: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2180
+#, c-format
+msgid "left inline content associated to %s: '%s'"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2187
+#, c-format
+msgid "left inline content of %p: '%s'"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2192
+#, c-format
+msgid "left inline content associated: '%s'"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2459
+#, c-format
+msgid "error while opening %s for reading: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2466
+#, c-format
+msgid "cannot open %s for writing: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2480
+#, c-format
+msgid "error writing %s: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2487
+#, c-format
+msgid "error after reading %s: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2501
+#, c-format
+msgid "preserving permissions for %s: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/convert_html.c:2508
+#, c-format
+msgid "unexpected error on copying %s into %s"
+msgstr ""
+
+#: tp/Texinfo/XS/convert/html_prepare_converter.c:3269
+#, c-format
+msgid "error on closing CSS file  %s: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/main/manipulate_indices.c:522
+#, c-format
+msgid "empty index sub entry %zu key in @%s"
+msgstr ""
+
+#: tp/Texinfo/XS/main/manipulate_indices.c:615
+#, c-format
+msgid "collation locale not found: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/close.c:540
+#, c-format
+msgid "unmatched `@end %s'"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:215
+#, c-format
+msgid "bad argument to @alias"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:465
+#, c-format
+msgid "bad argument to @printindex: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:657
+#, c-format
+msgid "bad argument to @headings: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1317
+#, c-format
+msgid "bad argument to @end: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1335
+#, c-format
+msgid "@include: could not find %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1345
+#, c-format
+msgid "@include: could not open %s: %s"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1778
+#, c-format
+msgid "@setfilename after the first element"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1784
+#, c-format
+msgid "@columnfractions only meaningful on a @multitable line"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1820
+#, c-format
+msgid "@part should not be associated with @top"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/end_line.c:1834
+#, c-format
+msgid "@node precedes @part, but parts may not be associated with nodes"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:244
+#, c-format
+msgid "bad name for @set"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:275
+#, c-format
+msgid "bad name for @clear"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:299
+#, c-format
+msgid "bad name for @unmacro"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:379
+#, c-format
+msgid "@\\ should only appear in math context"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:385
+#, c-format
+msgid "@ should not occur at end of argument to line command"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/handle_commands.c:803
+#, c-format
+msgid "@subentry should only occur in an index entry"
+msgstr ""
+
+#: tp/Texinfo/XS/parsetexi/macro.c:212
+#, c-format
+msgid "bad or empty @%s formal argument: "
+msgstr ""
diff --git a/tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot 
b/tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot
new file mode 100644
index 0000000000..bdc451951d
--- /dev/null
+++ b/tp/Texinfo/XS/gnulib/po/texinfo_tp-gnulib.pot
@@ -0,0 +1,85 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the GNU texinfo package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU texinfo 7.1.90\n"
+"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
+"POT-Creation-Date: 2024-10-24 20:54+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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: gnulib/lib/copy-file.c:212
+#, c-format
+msgid "error while opening %s for reading"
+msgstr ""
+
+#: gnulib/lib/copy-file.c:216
+#, c-format
+msgid "cannot open backup file %s for writing"
+msgstr ""
+
+#: gnulib/lib/copy-file.c:220
+#, c-format
+msgid "error reading %s"
+msgstr ""
+
+#: gnulib/lib/copy-file.c:224
+#, c-format
+msgid "error writing %s"
+msgstr ""
+
+#: gnulib/lib/copy-file.c:228
+#, c-format
+msgid "error after reading %s"
+msgstr ""
+
+#: gnulib/lib/copy-file.c:235
+#, c-format
+msgid "preserving permissions for %s"
+msgstr ""
+
+#: gnulib/lib/error.c:208
+msgid "Unknown system error"
+msgstr ""
+
+#: gnulib/lib/obstack.c:317 gnulib/lib/obstack.c:319 gnulib/lib/xalloc-die.c:34
+msgid "memory exhausted"
+msgstr ""
+
+#. TRANSLATORS:
+#. Get translations for open and closing quotation marks.
+#. The message catalog should translate "`" to a left
+#. quotation mark suitable for the locale, and similarly for
+#. "'".  For example, a French Unicode local should translate
+#. these to U+00AB (LEFT-POINTING DOUBLE ANGLE
+#. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE
+#. QUOTATION MARK), respectively.
+#.
+#. If the catalog has no translation, we will try to
+#. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and
+#. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK).  If the
+#. current locale is not Unicode, locale_quoting_style
+#. will quote 'like this', and clocale_quoting_style will
+#. quote "like this".  You should always include translations
+#. for "`" and "'" even if U+2018 and U+2019 are appropriate
+#. for your locale.
+#.
+#. If you don't know what to put here, please see
+#. <https://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
+#. and use glyphs suitable for your language.
+#: gnulib/lib/quotearg.c:354
+msgid "`"
+msgstr ""
+
+#: gnulib/lib/quotearg.c:355
+msgid "'"
+msgstr ""



reply via email to

[Prev in Thread] Current Thread [Next in Thread]