texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html texi2html.pl po_messages/cs.po po_mes...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html texi2html.pl po_messages/cs.po po_mes...
Date: Thu, 17 Dec 2009 23:14:01 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/12/17 23:14:00

Modified files:
        .              : texi2html.pl 
        po_messages    : cs.po da.po de.po de_AT.po eo.po es.po fr.po 
                         he.po hr.po hu.po id.po it.po ja.po nb.po nl.po 
                         pl.po ro.po ru.po rw.po sv.po tr.po vi.po 
                         zh_CN.po zh_TW.po 

Log message:
        Fix an invalid variable interpolation. Report from Jean-Charles 
Malahieude.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.358&r2=1.359
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/cs.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/da.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/de.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/de_AT.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/eo.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/es.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/fr.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/he.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/hr.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/hu.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/id.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/it.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/ja.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/nb.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/nl.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/pl.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/ro.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/ru.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/rw.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/sv.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/tr.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/vi.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/zh_CN.po?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_messages/zh_TW.po?cvsroot=texi2html&r1=1.2&r2=1.3

Patches:
Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -b -r1.358 -r1.359
--- texi2html.pl        23 Nov 2009 13:30:48 -0000      1.358
+++ texi2html.pl        17 Dec 2009 23:13:59 -0000      1.359
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.358 2009/11/23 13:30:48 pertusus Exp $
+# $Id: texi2html.pl,v 1.359 2009/12/17 23:13:59 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -5960,7 +5960,7 @@
         }
         elsif (!$state->{'region'} or $state->{'region'} ne 'titlepage')
         {
-            line_warn (sprintf(__("@%s not meaningful outside address@hidden' 
and address@hidden' environments"), $command), $line_nr);
+            line_warn (sprintf(__("address@hidden not meaningful outside 
address@hidden' and address@hidden' environments"), $command), $line_nr);
         }
     }
 }

Index: po_messages/cs.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/cs.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/cs.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/cs.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.0\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2000-10-31 15:17+01:00\n"
 "Last-Translator: Vladimir Michl <address@hidden>\n"
 "Language-Team: Czech <address@hidden>\n"
@@ -16,77 +16,77 @@
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Více informací získáte pøíkazem `%s --help'.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s není platný kód jazyka (podle ISO 639)"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s není platný kód jazyka (podle ISO 639)"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: argument k --footnote-style musí být `separate'|`end', ale ne `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "%s: neznámý pøepínaè `--%s'\n"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr ""
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: argument pro --paragraph-indent musí být èíslo|`none'|`asis', ale ne `%"
 "s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: argument pro --paragraph-indent musí být èíslo|`none'|`asis', ale ne `%"
 "s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, fuzzy, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
 msgstr ""
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -101,7 +101,7 @@
 "      --version               display version information and exit.\n"
 msgstr ""
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -110,7 +110,7 @@
 "      --plaintext             output plain text rather than Info.\n"
 msgstr ""
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -129,7 +129,7 @@
 "  -o, --output=FILE           output to FILE (or directory if split HTML).\n"
 msgstr ""
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -151,7 +151,7 @@
 "      --split-size=NUM        split Info files at size NUM (default %d).\n"
 msgstr ""
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -162,7 +162,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -172,7 +172,7 @@
 "  -U VAR                        undefine the variable VAR, as with @clear.\n"
 msgstr ""
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -192,7 +192,7 @@
 "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
 msgstr ""
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -201,7 +201,7 @@
 "  if generating XML, --ifxml is on and the others are off.\n"
 msgstr ""
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -239,7 +239,7 @@
 "obecné otázky smìøujte na <address@hidden>. Pøipomínky k pøekladu\n"
 "zasílejte na <address@hidden> (èesky)."
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -252,7 +252,7 @@
 "obecné otázky smìøujte na <address@hidden>. Pøipomínky k pøekladu\n"
 "zasílejte na <address@hidden> (èesky).\n"
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -262,504 +262,534 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr ""
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Uzel `%s' ji¾ byl definován na øádku %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s po¾aduje jméno"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: argument pro --paragraph-indent musí být èíslo|`none'|`asis', ale ne `%"
 "s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Neznámý rejstøík `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Neznámý rejstøík `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s není myslitelné uvnitø address@hidden' bloku"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp vy¾aduje kladný èíselný argument a ne `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "uzel `%s' - nesmìøuje na nìj ¾ádný odkaz"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Uzel `%s' postrádá polo¾ku menu pro `%s' navzdory tomu, ¾e je jeho vy¹¹ím "
 "uzlem"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Neznámý rejstøík `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Polo¾ka pro rejstøík `%s' je mimo v¹echny uzly"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Výstupní soubor `%s' byl odstranìn, proto¾e byly nalezeny chyby;\n"
 "u¾ijte pøepínaè --force k ponechání souboru.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Výstupní soubor `%s' byl odstranìn, proto¾e byly nalezeny chyby;\n"
 "u¾ijte pøepínaè --force k ponechání souboru.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Pøíli¹ mnoho chyb!  Konec.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: varování: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: varování: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Chybìjící `}' v argumentu @def"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr ""
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignoruji zbloudilý text `%s' po pøíkazu @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr ""
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "©patný argument pro %c%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s vy¾aduje argument : formátovaè pro %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "©patný argument pro %c%s"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s není myslitelné uvnitø address@hidden' bloku"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro `%s' volané na øádku %d s pøíli¹ mnoha argumenty"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ pøi expanzi makra následováno `%s' místo \\ nebo jména parametru"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makro `%s' ji¾ bylo definováno"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "zde je pøedchozí definice `%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Rejstøík `%s' ji¾ existuje"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makro `%s' ji¾ bylo definováno"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "Pøíkaz %c%s je zastaralý"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "Pøíkaz %c%s je zastaralý"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Neznámý rejstøík `%s' v @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu spatøeno pøed prvním @node, vytvoøen uzel `Top'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "proto¾e vá¹ uzel @top by mìl být uzavøen v @ifnottex spí¹e ne¾ v @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' vy¾aduje `%s', ale vidí `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "©patný argument pro %c%s"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Pou¾ijte závorky k zadání pøíkazu jako argumentu @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s není myslitelné uvnitø address@hidden' bloku"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "pøíkaz address@hidden' ignorován, je mimo multitabulku"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "pøíkaz address@hidden' ignorován, je mimo multitabulku"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Pøíli¹ mnoho sloupcù v multitabulkové polo¾ce (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "©patnì umístìný znak %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s vy¾aduje jeden znak `i' nebo `j' jako argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s vy¾aduje `i' nebo `j' jako argument, ne `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Neznámý pøíkaz `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s oèekáváno `{...}'"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Neznámý pøíkaz `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Vstupní soubor skonèil a pøíkaz address@hidden %s' nebyl nalezen"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend makro nebylo nalezeno"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Chybí odpovídající `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s chybìjící uzavírací závorka"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "Výstup %s pro expanzi makra nelze otevøít"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "Výstup %s pro expanzi makra nelze otevøít"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: chybí argument jména souboru.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Uzel `%s' nelze nalézt."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "soubor `%s' v pøíkazu @image je neèitelný: %s"
@@ -780,7 +810,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "`.' nebo `,' musí následovat za køí¾ovým odkazem, ale ne za %c"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Poznámka pod èarou definována bez rodièovského uzlu"
 
@@ -984,9 +1014,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Více informací mù¾ete získat pomocí pøepínaèe --help.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "odpovídající polo¾ky rejstøíku nebyly pro `%s' nalezeny\n"
-
 #, fuzzy
 #~ msgid ""
 #~ "\n"
@@ -2105,10 +2132,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu spatøeno pøed prvním uzlem, vytvoøen uzel `Top'"
 
-#, fuzzy
-#~ msgid "@%s not meaningful outside address@hidden' environment"
-#~ msgstr "@%s není myslitelné uvnitø address@hidden' bloku"
-
 #~ msgid "Unmatched `%c%s'"
 #~ msgstr "Nepárový `%c%s'"
 

Index: po_messages/da.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/da.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/da.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/da.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.2e\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2002-11-08 09:13GMT\n"
 "Last-Translator: Claus Hindsgaul <address@hidden>\n"
 "Language-Team: Danish <address@hidden>\n"
@@ -15,69 +15,69 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 0.9.6\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Prøv '%s --help' for mere information.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s er ikke en gyldig ISO 639 sprogkode"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s er ikke en gyldig ISO 639 sprogkode"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: --footnote-style parameter skal være 'separate' eller 'end', ikke '%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "ukendt indkodningsnavn '%s'"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "beklager, indkodningen '%s' understøttes ikke"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Brug: %s [TILVALG]... TEXINFO-FIL...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -87,7 +87,7 @@
 "Info-filer, der er lavet til at blive læst på skærmen med Emacs eller GNU "
 "Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -112,7 +112,7 @@
 "  -v, --verbose               forklar, hvad der sker.\n"
 "      --version               vis versionsoplysninger og afslut.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -126,7 +126,7 @@
 "      --html                lav HTML i stedet for Info.\n"
 "      --xml                 lav Texinfo XML i stedet for Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -157,7 +157,7 @@
 "      --number-sections     lav afsnits- og sektionsnumre.\n"
 "  -o, --output=FILE         send til FIL (katalog i tilfældet opdelt HTML),\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -198,7 +198,7 @@
 "      --split-size=ANTAL      opdel Info-filer ved størrelsen ANTAL "
 "(standard %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -209,7 +209,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 #, fuzzy
 msgid ""
 "Input file options:\n"
@@ -227,7 +227,7 @@
 "søgestien.\n"
 "  -U VAR                         afdefinér variablen VAR som med @clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 #, fuzzy
 msgid ""
 "Conditional processing in input:\n"
@@ -259,7 +259,7 @@
 "  --no-iftex        behandl ikke @iftex og @tex-tekst.\n"
 "  --no-ifxml        behandl ikke @ifxml og @xml-tekst.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 #, fuzzy
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
@@ -275,7 +275,7 @@
 "  hvis der laves ren tekst er --ifplaintext aktiveret og de andre "
 "deaktiverede.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -301,7 +301,7 @@
 "  makeinfo --number-sections xxx.texi  skriv Info med nummererede afsnit\n"
 "  makeinfo --no-split xxx.texi         skriv én Info-fil, uanset størrelsen\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -314,7 +314,7 @@
 "oversættelsesfejl til address@hidden"
 "Texinfos hjemmeside: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -324,499 +324,529 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kan ikke oprette kataloget '%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Emne '%s' er tidligere defineret på linje %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s kræver et navn"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent parameter skal være tal/'none'/'asis', ikke '%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Ukendt indeks '%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Ukendt indeks '%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s giver ingen mening i en '@%s'-blok"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp kræver et positivt tal, ikke '%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "ikke-refereret emne '%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "ikke-refereret emne '%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Emnet '%s' mangler menupunkt for '%s' på trods af at det er dens 'Op'-mål"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Ukendt indeks '%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Indgang til indeks '%s' udenfor et emne"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Fjerner uddatafil '%s' grundet fejl; brug --force for at beholde.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Fjerner uddatafil '%s' grundet fejl; brug --force for at beholde.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "For mange fejl! Gav op.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: advarsel: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: advarsel: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Manglende '}' i @def parameter"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Mål '%s' og emne '%s' ender med at have samme filnavn"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignorerer vildfaren tekst '%s' efter @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, fuzzy, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Skal være i '%s' indsætning for at bruge '%sx'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Ugyldigt argument til %c%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s kræver en parameter: formatteringen for %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Første parameter i @inforef må ikke være tom"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s giver ingen mening i en '@%s'-blok"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image-fil '%s' er ulæselig: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro '%s' kaldt på linje %d med for mange parametre"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ i makroudfoldelse fulgt af '%s' i stedet for \\ eller parameternavn"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "ingen indeksindgange blev fundet for '%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makro '%s' er allerede defineret"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "her er den forrige definition af '%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indeks '%s' eksisterer allerede"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makro '%s' er allerede defineret"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s er forældet"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s er forældet"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Ukendt indeks '%s' i @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu fundet før første @node, opretter 'Top' emne"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "måske skulle dit @top emne indsættes i @ifnottex i stedet for @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "'@end' forventede '%s', men fandt '%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "Ugyldigt argument til %c%s"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Benyt parenteser for at angive en kommando som parameter til @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s giver ingen mening i en '@%s'-blok"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignorerer @tab udenfor 'multitable'"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignorerer @tab udenfor 'multitable'"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "For mange søjler i 'multitable' element (maks %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Fejlplaceret %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s kræver et enkelt tegn 'i' eller 'j' som parameter"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s kræver 'i' eller 'j' som parameter, ikke '%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Ukendt kommando '%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s forventede '{...}'"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Ukendt kommando '%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Nåede filslutning før samhørende @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend makro ikke fundet"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Mangler en tilsvarende '%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s mangler højre parentes"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "ingen indeksindgange blev fundet for '%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "Kunne ikke åbne makroudfoldelses-uddata '%s'"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: mangler filparameter.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image-fil '%s' er ulæselig: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Kan ikke finde emnet '%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image-fil '%s' (for HTML) er ulæselig: %s"
@@ -837,7 +867,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "en krydsreference må efterfølges af '.' eller ',', ikke %c"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Fodnote defineret uden forældre-emne"
 
@@ -1041,9 +1071,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Prøv --help for mere information.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "ingen indeksindgange blev fundet for '%s'\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr " -b, --speech-friendly        vær talesyntese-venlig.\n"
@@ -2286,10 +2313,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu fundet før første emne, opretter emnet 'Top'"
 
-#, fuzzy
-#~ msgid "@%s not meaningful outside address@hidden' environment"
-#~ msgstr "@%s giver ingen mening i en '@%s'-blok"
-
 #~ msgid "Unmatched `%c%s'"
 #~ msgstr "Uparret '%c%s'"
 

Index: po_messages/de.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/de.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/de.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/de.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -33,8 +33,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-08-25 10:25+0200\n"
 "Last-Translator: Michael Piefel <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -42,73 +42,73 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "„%s --help“ gibt weitere Informationen.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s ist kein gültiges ISO-639-Sprachkürzel"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s ist kein gültiges ISO-639-Sprachkürzel"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, 
nicht „%"
 "s“.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: Argument für --footnote-style muss „separate“ oder „end“ sein, 
nicht „%"
 "s“.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "nicht erkannter Kodierungsname „%s“"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "Kodierung „%s“ wird leider nicht unterstützt."
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder 
„asis“ sein, "
 "nicht „%s“.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder 
„asis“ sein, "
 "nicht „%s“.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Aufruf: %s [OPTION]... TEXINFO-DATEI...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -117,7 +117,7 @@
 "standardmäßig in Info-Dateien, die online mit einem Info-Leser wie\n"
 "GNU Info (oder auch Emacs, TkInfo, etc.) gelesen werden können.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -144,7 +144,7 @@
 "  -v, --verbose               ausführlich die Bearbeitungschritte anzeigen\n"
 "      --version               Programmversion anzeigen und beenden\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -158,7 +158,7 @@
 "      --xml                   Texinfo XML anstelle von Info ausgeben\n"
 "      --plaintext             einfachen Text anstelle von Info ausgeben\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -194,7 +194,7 @@
 "  -o, --output=DATEI        Ausgabe in DATEI (Verzeichnis bei aufgeteiltem "
 "HTML)\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -238,7 +238,7 @@
 "      --split-size=GRÖSSE     in GRÖSSE große Dateien splitten (Standard %"
 "d)\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -257,7 +257,7 @@
 "                              Dateinamen in ASCII-Transliteration "
 "produzieren\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -273,7 +273,7 @@
 "  -P VERZ                       VERZ dem Suchpfad für @include 
voranstellen\n"
 "  -U VAR                        eine Variable aufheben (wie mit @clear)\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -313,7 +313,7 @@
 "   Außerdem werden bei den --no-ifFORMAT-Optionen auch die entsprechenden\n"
 "   @ifnoFORMAT-Abschnitte bearbeitet.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -328,7 +328,7 @@
 "  wird reiner Text erzeugt, ist --ifplaintext an und die anderen sind aus;\n"
 "  wird XML erzeugt, ist --ifxml an und die anderen sind aus.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -360,7 +360,7 @@
 "  makeinfo --no-split foo.texi           nur eine Info-Datei (kann groß "
 "sein)\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -371,7 +371,7 @@
 "schicken, allgemeine Fragen und Gedankenaustausch an address@hidden"
 "Texinfos Homepage: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -386,512 +386,543 @@
 "Dies ist freie Software: Sie können sie ändern und weiter verteilen.\n"
 "Es gibt KEINERLEI Garantie, soweit es das Gesetz erlaubt.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Ignoriere nicht erkannten Wert „%s“ für 
TEXINFO_OUTPUT_FORMAT.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kann Verzeichnis „%s“ nicht anlegen: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Knoten „%s“ bereits in Zeile %d definiert"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s erfordert einen Namen"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: Argument für --paragraph-indent muss numerisch, „none“ oder 
„asis“ sein, "
 "nicht „%s“.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Erwartete @%s on oder off, nicht „%s“"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Unbekannter Index „%s“"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Unbekannter Index „%s“"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Nur @%s 10 oder 11 unterstützt, nicht „%s“"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"@%s nicht sinnvoll außerhalb von address@hidden und address@hidden"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp erfordert ein positives numerisches Argument, nicht „%s“"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "Nicht referenzierter Knoten „%s“"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "Nicht referenzierter Knoten „%s“"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Dem Knoten „%s“ fehlt ein Menüeintrag für „%s“, obwohl er dessen 
Ziel für "
 "„aufwärts“ (Up) ist"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Unbekannter Index „%s“"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Eintrag für Index „%s“ außerhalb jeglichen Knotens"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Entferne Ausgabedatei „%s“ wegen Fehler; --force benutzen, um diese "
 "beizubehalten.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Entferne Ausgabedatei „%s“ wegen Fehler; --force benutzen, um diese "
 "beizubehalten.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Zu viele Fehler! Abbruch.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: Warnung: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: Warnung: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(Zeile %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(Zeile %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Fehlende „}“ bei @def Argument"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Anker „%s“ und Knoten „%s“ zeigen auf gleichen Dateinamen."
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "nicht interpretierbarer Text „%s“ nach @multitable wird ignoriert"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Muss in einer address@hidden sein, um address@hidden zu benutzen"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Fehlerhafte Argumente zu @%s"
 
 # %citem ist ein Texinfo-Befehl
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s benötigt ein Argument: den Formatierer für %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Erstes Argument für @inforef darf nicht leer sein."
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s nicht sinnvoll außerhalb einer address@hidden"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image-Datei „%s“ nicht lesbar: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro „%s“ in Zeile %d mit zuvielen Argumenten aufgerufen"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "Dem \\ in der Makro-Erweiterung folgt „%s“ anstelle eines Parameternamens"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "Keine Indexeinträge für „%s“ gefunden\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "Makro „%s“ früher definiert"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "hier ist die frühere Definition von „%s“"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "undefiniertes Flag: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Index „%s“ existiert bereits"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "Makro „%s“ früher definiert"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s ist obsolet"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s ist obsolet"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Unbekannter Index „%s“ in @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu vor ersten @node gefunden. „Top“-Knoten wird angelegt"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "vielleicht sollte der @top-Knoten eher von @ifnottex als von @ifinfo "
 "umschlossen werden?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden erwartete „%s“, bekam jedoch „%s“"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Angeforderter Fließumgebungstyp „%s“ vorher nicht benutzt"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item nicht im Argument für @itemize erlaubt"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 "Geschweifte Klammern verwenden, um einen Befehl als Argument an 
address@hidden zu "
 "geben"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s nicht sinnvoll innerhalb eines address@hidden"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "@tab außerhalb einer „multitable“ wird ignoriert"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "@tab außerhalb einer „multitable“ wird ignoriert"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Zu viele Spalten im address@hidden (maximal %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Fehlplazierte %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s erwartet einen einzelnen Buchstaben „i“ oder „j“ als 
Argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s erwartet „i“ oder „j“ als Argument, nicht „%c“"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Unbekannter Befehl „%s“"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s erwartete geschweifte Klammern"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Unbekannter Befehl „%s“"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Dateiende vor erforderlichem address@hidden %s“ erreicht"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend Makro nicht gefunden"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Kein übereinstimmendes „%cend %s“"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s fehlende schließende Klammer"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "Keine Indexeinträge für „%s“ gefunden\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: CSS-Datei endete inmitten eines Kommentars"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: Konnte CSS-Datei nicht öffnen: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: Datei-Angabe fehlt.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr ""
 "@quote-arg ist veraltet; Argumente werden standardmäßig in 
Anführungszeichen "
 "eingeschlossen"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image-Datei „%s“ nicht lesbar: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Knoten „%s“ nicht gefunden."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image-Datei „%s“ (für HTML) nicht lesbar: %s"
@@ -914,7 +945,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "„.“ or „,“ muss @%s folgen, nicht „%c“"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Fußnote außerhalb eines Elternknotens definiert"
 
@@ -1121,9 +1152,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "„--help“ gibt weitere Informationen.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "Keine Indexeinträge für „%s“ gefunden\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2666,11 +2694,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu vor ersten @node gefunden. „Top“-Knoten wird 
angelegt"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "@%s nicht sinnvoll außerhalb von address@hidden und address@hidden"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s nicht sinnvoll außerhalb einer address@hidden"
 

Index: po_messages/de_AT.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/de_AT.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/de_AT.po        11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/de_AT.po        17 Dec 2009 23:14:00 -0000      1.3
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 3.12d\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 1999-02-16 21:14+01:00\n"
 "Last-Translator: Karl Eichwalder <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -17,71 +17,71 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr ""
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, perl-format
 msgid "%s is not a valid language code"
 msgstr ""
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, perl-format
 msgid "%s is not a valid region code"
 msgstr ""
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr ""
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr ""
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr ""
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
 msgstr ""
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -96,7 +96,7 @@
 "      --version               display version information and exit.\n"
 msgstr ""
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -105,7 +105,7 @@
 "      --plaintext             output plain text rather than Info.\n"
 msgstr ""
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -124,7 +124,7 @@
 "  -o, --output=FILE           output to FILE (or directory if split HTML).\n"
 msgstr ""
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -146,7 +146,7 @@
 "      --split-size=NUM        split Info files at size NUM (default %d).\n"
 msgstr ""
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -157,7 +157,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -167,7 +167,7 @@
 "  -U VAR                        undefine the variable VAR, as with @clear.\n"
 msgstr ""
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -187,7 +187,7 @@
 "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
 msgstr ""
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -196,7 +196,7 @@
 "  if generating XML, --ifxml is on and the others are off.\n"
 msgstr ""
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -212,14 +212,14 @@
 "  makeinfo --no-split foo.texi           write one Info file however big\n"
 msgstr ""
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
 "Texinfo home page: http://www.gnu.org/software/texinfo/";
 msgstr ""
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -229,493 +229,523 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr ""
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr ""
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr ""
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr ""
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr ""
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr ""
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr ""
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr ""
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr ""
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr ""
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr ""
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr ""
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr ""
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, perl-format
 msgid "Missing `}' on @%s line"
 msgstr ""
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr ""
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr ""
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr ""
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, perl-format
 msgid "@%s (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr ""
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr ""
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr ""
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 msgid "@image file name"
 msgstr ""
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr ""
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, perl-format
+msgid "No index prefix found for @%s"
+msgstr ""
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr ""
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr ""
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, perl-format
 msgid "@%s already set"
 msgstr ""
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr ""
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, perl-format
 msgid "%c%s is obsolete."
 msgstr ""
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr ""
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr ""
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, perl-format
 msgid "@%s seen before first @node"
 msgstr ""
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr ""
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr ""
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr ""
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr ""
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 msgid "ignoring @tab in empty multitable"
 msgstr ""
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr ""
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr ""
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr ""
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr ""
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr ""
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr ""
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr ""
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr ""
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr ""
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr ""
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr ""
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, perl-format
 msgid "%s should not appear in %s"
 msgstr ""
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, perl-format
+msgid "Empty index entry for @%s"
+msgstr ""
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr ""
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr ""
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr ""
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr ""
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr ""
@@ -735,7 +765,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr ""
 

Index: po_messages/eo.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/eo.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/eo.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/eo.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2006-11-25 23:35+0600\n"
 "Last-Translator: Sergio Pokrovskij <address@hidden>\n"
 "Language-Team: Esperanto <address@hidden>\n"
@@ -14,67 +14,67 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Por pluaj detaloj tajpu „%s --help‟.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s ne estas valida lingvokodo laÅ­ ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s ne estas valida lingvokodo laÅ­ ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr "%s: Post --footnote-style estu „separate‟ aŭ „end‟, ne 
„%s‟.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr "%s: Post --footnote-style estu „separate‟ aŭ „end‟, ne 
„%s‟.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "Nekonata nomo de kodosistemo: «%s»"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "Pardonon, la kodo «%s» ne estas disponebla"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne 
„%s‟.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne 
„%s‟.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Uzmaniero: %s [OPCIO]... TEXINFO-DOSIERO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -82,7 +82,7 @@
 "Traduku fontan Texinfo-dokumenton en diversajn aliajn formojn, defaÅ­lte en\n"
 "Info-dosierojn taÅ­gajn por dialoga legado per Emakso aÅ­ aÅ­tonoma 
GNU-Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -106,7 +106,7 @@
 "  -v, --verbose\t\t    Rakontu kio estas farata\n"
 "      --version\t\t    Eligu la versio-informon kaj eliru\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -121,7 +121,7 @@
 "      --xml\t\t    Generu en XML (TexinfoML) anstataÅ­ en Info\n"
 "      --plaintext\t    Generu platan tekston anstataÅ­ Infoon\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -152,7 +152,7 @@
 "      --number-sections     Generu kun la numeroj de ĉapitroj, sekcioj ktp\n"
 "  -o, --output=DOSIER       Skribu en DOSIERon (DOSIERujon, por fenda HTML)\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -187,7 +187,7 @@
 "\t\t\t\tse VAL estas „asis‟, obeu la fontan enŝovon\n"
 "      --split-size=N\t      Fendu en dosierojn po N (defaÅ­lte %d)\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -203,7 +203,7 @@
 "HTMLaĵo;\n"
 "\t\t\t\tlegu la ĉefenigujon, se DOSIERO estas „-‟\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -219,7 +219,7 @@
 "  -P UJO\t\t      Antaŭmetu dosierUJOn al la serĉvojo de @include\n"
 "  -U VAR\t\t      Maldifinu la variablon  VAR,  kiel per @clear\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -257,7 +257,7 @@
 "\n"
 "  Krome, ĉe la opcioj --no-ifFORMO, ja traktu la pecojn sub @ifnotFORMO.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -271,7 +271,7 @@
 "se plata teksto estas generata, --ifplaintext aktivas kaj la ceteraj,\n"
 "malaktivas; ĉe XML-generado, --ifxml aktivas kaj la ceteraj, malaktivas.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -299,7 +299,7 @@
 " makeinfo --no-split UM.texi\t      faru unu Info-dosieron, kiom ajn "
 "grandan\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -313,7 +313,7 @@
 "Por la diskutoj pri Esperanto-traduko uzu la dissendoliston\n"
 "<address@hidden>."
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -323,500 +323,530 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Nekonata valoro de TEXINFO_OUTPUT_FORMAT: «%s».  Ignorita.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Provo krei dosierujon «%s» malsukcesis: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Nodo «%s» jam difinita en la linio %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s bezonas nomon"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: Post „--paragraph-indent‟ estu nombro, „none‟ aŭ „asis‟, ne 
„%s‟.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Nekonata indekso «%s»"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Nekonata indekso «%s»"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s sencas nur en bloko address@hidden aÅ­ address@hidden"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp bezonas ne «%s» sed pozitivan argumenton nombran"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "la nodo «%s» ne estas referencita"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "la nodo «%s» ne estas referencita"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "En \"%s„ mankas menuero por ‟%s„, malgraŭ ties ligilo 
‟Up„‟"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Nekonata indekso «%s»"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Artikolo por indekso «%s» estas ekster iu ajn nodo"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: La eligdosiero «%s» forigitas ĉar estis eraroj;\n"
 "uzu la opcion --force por ĝin reteni.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: La eligdosiero «%s» forigitas ĉar estis eraroj;\n"
 "uzu la opcion --force por ĝin reteni.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Tro multe da eraroj!  Halt'.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: averto: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: averto: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(linio %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(linio %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Mankas „}‟ en la argumento de @def"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Dosiernoma kolizio por la ankro «%s» kaj la nodo «%s»"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "la misa teksto «%s» post @multitable estas ignorita"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Nur en address@hidden uzeblas address@hidden"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Misa argumento por @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s bezonas argumenton: la aranĝilon por %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Argumentoj por @%s estas ignoritaj"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s estas sensenca ekster bloko address@hidden"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "dosiero «%s» en la komando @image estas nelegebla: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makroo «%s» en la linio %d havas troan argumenton"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "Dum makrogenerado: \\ sekvata de «%s» (anstataŭ de nomo de 
parametro)"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "por «%s» ne troviĝis indeksa artikolo\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makroo «%s» jam difinita antaŭe"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "ĉi tie estas la antaŭa difino de «%s»"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "Nedifinita flago: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Jam estas indekso «%s»"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makroo «%s» jam difinita antaŭe"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s arkaikiĝis"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s arkaikiĝis"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Nekonata indekso «%s» en @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu jam antaŭ la unua @nodo; nodo „Top‟ kreitas"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "eble via @top-nodo staru sub @ifnottex anstataÅ­ sub @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden atendis „%s‟, sed renkontis „%s‟"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "address@hidden ne rajtas havi argumenton address@hidden"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Uzu vinkulojn por pasigi al address@hidden komandan argumenton"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s estas sensenca ene de bloko address@hidden"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "komando @tab ekster „multitable‟; ignorita"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "komando @tab ekster „multitable‟; ignorita"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Tro da kolumnoj en elemento de „multitable‟ (%d maksimume)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Misloka %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s akceptas nur solsignan argumenton „i‟ aŭ „j‟"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s atendas argumenton „i‟ aŭ „j‟, ne „%c‟"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Nekonata komando «%s»."
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s postulas vinkulojn"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Nekonata komando «%s»."
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Pli frue ol la para @end %s renkontiĝis dosierfino"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "makroo %cend ne troviĝis"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Mankas para „%cend %s‟"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s sen „}‟"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: Ne prosperis malfermi CSS-dosieron: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "por «%s» ne troviĝis indeksa artikolo\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: CSS-dosiero finiĝis en komento"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: Ne prosperis malfermi CSS-dosieron: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: mankas dosiera argumento.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "dosiero «%s» en la komando @image estas nelegebla: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "La nodo «%s» ne troveblas."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "por HTML, la dosiero «%s» en la komando @image estas nelegebla: %s"
@@ -838,7 +868,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Piednoto difinita sen patra nodo"
 
@@ -1033,9 +1063,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Por ricevi pli da informoj uzu la opcion „--help‟.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "por «%s» ne troviĝis indeksa artikolo\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr "  -b, --speech-friendly        estu afabla al la parolsinteziloj.\n"
@@ -2292,10 +2319,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu renkontita jam antaŭ la unua nodo; nodo „Top‟ 
kreitas"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s sencas nur en bloko address@hidden aÅ­ address@hidden"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s ne sencas ekster bloko address@hidden"
 

Index: po_messages/es.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/es.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/es.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/es.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo-4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-09-04 23:50+0200\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Spanish <address@hidden>\n"
@@ -16,73 +16,73 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Pruebe `%s --help' para obtener más información.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr ""
 "`%s' no es válido como código de lenguaje alguno que cumpla con ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr ""
 "`%s' no es válido como código de lenguaje alguno que cumpla con ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: `--footnote-style' toma como argumentos `separate' o `end', no `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "`%s' no se corresponde con ningún tipo de codificación conocido"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "lo sentimos, el tipo de codificación `%s' no está soportado"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `%"
 "s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `%"
 "s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Uso: %s [OPCIÓN]... FICHERO-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -92,7 +92,7 @@
 "formato Info, que puede ser leído con Emacs o el visor de ficheros Info de "
 "GNU.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -128,7 +128,7 @@
 "      --version               mostrar información sobre la versión de 
esta\n"
 "                                aplicación informática.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -142,7 +142,7 @@
 "      --xml                   generar un fichero en formato Texinfo XML.\n"
 "      --plaintext             generar un fichero en texto plano.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -182,7 +182,7 @@
 "HTML\n"
 "                               en modo multi-documento/multi-página).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -236,7 +236,7 @@
 "                                una es de un tamaño NÚMERO (por defecto %"
 "d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -257,7 +257,7 @@
 "                              producir nombres de ficheros en formato "
 "ASCII.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -288,7 +288,7 @@
 "                                  propio documento mediante el uso de\n"
 "                                  address@hidden VARIABLE'.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -333,7 +333,7 @@
 "  También, para las opciones de tipo --no-ifFORMATO, procesar "
 "address@hidden'.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -349,7 +349,7 @@
 "no;\n"
 "  si este es XML, --ifxml estará activo, mientras el resto no;\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -415,7 +415,7 @@
 "un\n"
 "                                         mismo fichero.\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -426,7 +426,7 @@
 "Texinfo en general pueden ser dirigidas a <address@hidden>.\n"
 "El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -441,514 +441,548 @@
 "Esto es software libre: usted es libre de cambiarlo y redistribuirlo.\n"
 "Dicho software es provisto SIN GARANTÍA, hasta donde permite la ley.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Ignorando valor desconocido de TEXINFO_OUTPUT_FORMAT (`%s').\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "No se pudo crear el directorio `%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "El nodo `%s' ha sido definido previamente en la línea %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "la construcción `%c%s' requiere un nombre"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: `--paragraph-indent' toma un argumento numérico/`none'/`asis', y no `%"
 "s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Se esperaba leer @%s \"on\" u \"off\", no `%s'"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Índice desconocido `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Índice desconocido `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Sólo @%s 10 or 11 está soportado, no `%s'"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"address@hidden' carece de sentido fuera de influencias de entornos como 
address@hidden' o "
+"address@hidden'"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp requiere un argumento numérico positivo, no `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "Nodo `%s' no referenciado"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "Nodo `%s' no referenciado"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "El nodo `%s' carece de elemento de menú alguno para `%s' aunque consta como "
 "destino para `Up'"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Índice desconocido `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "La entrada para el índice `%s' se encuentra fuera de nodo alguno"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: El fichero `%s' será borrado debido a la cantidad de errores "
 "encontrados; use `--force' para preservar el mismo.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: El fichero `%s' será borrado debido a la cantidad de errores "
 "encontrados; use `--force' para preservar el mismo.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr ""
 "Demasiados errores!  Se da por finalizado el proceso de este fichero aquí.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: precaución: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: precaución: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(línea %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(línea %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "La construcción address@hidden arg' necesita de un símbolo `}' al 
final"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "El enlace `%s' y el nodo `%s' apuntan al mismo fichero"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignorando texto incoherente `%s' después de address@hidden'"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Debe estar bajo la influencia del entorno address@hidden' para poder 
usar address@hidden'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Argumento erróneo para @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "`%s' requiere un argumento: el procesador de formato para %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "El primer argumento de address@hidden' siempre debería estar presente"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s carece de sentido si se da fuera de entornos como address@hidden'"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "El fichero de imagen `%s' no es accesible: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "La llamada al macro `%s' en la línea %d contiene demasiados 
argumentos"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "\\ fue leído durante la expansión del macro seguido de `%s' en vez de por 
un "
 "parámetro válido"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr ""
+"No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "el macro `%s' ya ha sido definido en este documento"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "la definición previa de `%s' se encuentra aquí"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "etiqueta indefinida: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Ya existe un índice llamado `%s'"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "el macro `%s' ya ha sido definido en este documento"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s es una sintaxis ya obsoleta"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s es una sintaxis ya obsoleta"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Índice desconocido `%s' en address@hidden'"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "address@hidden' ha sido leído antes que address@hidden', se creará 
un nodo `Top'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "¿Quizás su nodo address@hidden' debería quedar bajo la influencia de un 
bloque "
 "address@hidden' en vez de la de un bloque address@hidden'?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "Se esperaba ver address@hidden' `%s', pero se ha leído `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "El tipo de construccion `float' `%s' no ha sido usado previamente"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "el uso de address@hidden' no está permitido como argumento de 
address@hidden'"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Use llaves para suplir un comando como argumento a @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "address@hidden' carece de sentido bajo la influencia de un bloque 
address@hidden'"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignorando address@hidden' no influenciado por el entorno `multitable'"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignorando address@hidden' no influenciado por el entorno `multitable'"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Demasiadas columnas para el elemento multi-tabla (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Carácter `%c' fuera de lugar"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "el uso `%c%s' presupone como argumentos los caracteres `i' o `j'"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr ""
 "el uso de `%c%s' presupone como siguientes argumentos `i' o `j', no `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Comando desconocido `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s se esperaban llaves"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Comando desconocido `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr ""
 "Se ha alcanzado el fin de fichero y no hay constancia de fin de bloque "
 "(address@hidden %s')"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "no se encontró declaración de final de macro (`%cend')"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "No hay constancia de final de bloque `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s se esperaba leer `}'"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: no se pudo abrir --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr ""
+"No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file finaliza con un comentario"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: no se pudo abrir --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: se necesita nombre de fichero que procesar.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr ""
 "address@hidden' consta como una primitiva obsoleta; sus argumentos son "
 "entrecomillados por defecto"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "El fichero de imagen `%s' no es accesible: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Nodo `%s' no fue encontrado."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "La imagen `%s' no es válida (para su salida en formato HTML): %s"
@@ -971,7 +1005,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "address@hidden' debe ser precedido por `.' o `,', no por `%c'"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Nota de pie de página definida sin nodo al que referirse"
 
@@ -1180,10 +1214,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Pruebe la opción `--help' para obtener más información.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr ""
-#~ "No se encontraron entradas de índice que concuerden con la palabra `%s'\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2774,12 +2804,6 @@
 #~ msgstr ""
 #~ "address@hidden' ha sido leído antes que nodo alguno, se creará un nodo 
`Top'"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "address@hidden' carece de sentido fuera de influencias de entornos como "
-#~ "address@hidden' o address@hidden'"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr ""
 #~ "@%s carece de sentido fuera de influencias de entornos como 
address@hidden'"

Index: po_messages/fr.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/fr.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/fr.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/fr.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.90\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2004-12-06 08:00-05:00\n"
 "Last-Translator: Laurent Bourbeau <address@hidden>\n"
 "Language-Team: French <address@hidden>\n"
@@ -20,54 +20,54 @@
 "Content-Transfer-Encoding: 8-bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Utiliser « %s --help » pour plus d'informations.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s n'est pas un code ISO 639 valide pour l'identification de langue"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s n'est pas un code ISO 639 valide pour l'identification de langue"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: l'argument de l'option --footnote-style doit être « separate » ou\n"
 "« end », non pas « %s ».\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: l'argument de l'option --footnote-style doit être « separate » ou\n"
 "« end », non pas « %s ».\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "nom d'encodage non reconnu « %s »"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "désolé, l'encodage « %s » n'est pas supporté"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
@@ -75,7 +75,7 @@
 "ou\n"
 "« asis », non pas « %s ».\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
@@ -83,12 +83,12 @@
 "ou\n"
 "« asis », non pas « %s ».\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Usage: %s [OPTION]... FICHIER-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -96,7 +96,7 @@
 "Traduire une documentation Texinfo source en divers autres formats:\n"
 "Fichiers Info adéquats pour lire en ligne avec Emacs ou GNU Info autonome\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -123,7 +123,7 @@
 " -v, --verbose             En mode bavard, expliquer ce qui a été fait.\n"
 " --version                 Afficher la version du logiciel et quitter.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -141,7 +141,7 @@
 " --plaintext               Produire en formast plein texte plutôt qu'en "
 "format Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -175,7 +175,7 @@
 "  -o, --output=FICHIER      produire la sortie dans le FICHIER (répertoire "
 "si division en HTML),\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -214,7 +214,7 @@
 " --split-size=NUM        séparer les fichiers Info selon la taille NUM (par "
 "défaut %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -229,7 +229,7 @@
 "sortie HTML;\n"
 "                                  lire de stdin si le FICHIER est -.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -249,7 +249,7 @@
 " -U VAR                    Rendre indéfinie une variable, comme avec "
 "@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -289,7 +289,7 @@
 "  Aussi pour l'options --no-ifFORMAT, ne pas traiter le textuel "
 "@ifnotFORMAT.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -305,7 +305,7 @@
 "» ;\n"
 "en génération XML, --ifxml est « on » et les autres sont « off ».\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -340,7 +340,7 @@
 "  makeinfo --no-split foo.texi         Écrire un fichier Info même "
 "volumineux\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -352,7 +352,7 @@
 "vos questions et autre discussion à address@hidden"
 "Site de Texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -362,32 +362,32 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: valeur TEXINFO_OUTPUT_FORMAT non reconnue est ignoré « %s »\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Ne peut créer le répertoire « %s »: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Le noeud « %s » défini antérieurement à la ligne %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s exige un nom"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
@@ -395,475 +395,507 @@
 "ou\n"
 "« asis », non pas « %s ».\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Nom d'index inconnu « %s »"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Nom d'index inconnu « %s »"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"@%s n'a aucun sens à l'extérieur des environnements « @titlepage » et « "
+"@quotation »"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "La macro @sp exige un argument numérique positif, pas « %s »"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "noeud « %s » non référencé"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "noeud « %s » non référencé"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Le noeud « %s » manque d'un item menu pour « %s » en dépit d'être son noeud « 
"
 "Up » cible"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Nom d'index inconnu « %s »"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Entrée pour l'index « %s » à l'extérieure de tout noeud"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Enlèvement du fichier de sortie « %s » à cause d'erreurs;\n"
 "utiliser l'option --force pour préserver.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Enlèvement du fichier de sortie « %s » à cause d'erreurs;\n"
 "utiliser l'option --force pour préserver.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Beaucoup trop d'erreurs!  Abandon.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: avertissement: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: avertissement: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(ligne %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(ligne %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Accolade « } » manquante dans @def arg"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Ancre « %s » et mode « %s » pointe vers le même nom de fichier"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "abandon du texte orphelin « %s » après la commande @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Doit être dans une insertion « @%s » afin d'utiliser « @%s »."
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Mauvais argument à @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s exige un argument: le formateur pour %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Premier argument de @inforef peut ne pas être vide"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s n'a aucun sens à l'extérieur de l'environnement « @float »"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "commande @image avec un fichier « %s » illisible: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Macro « %s » appelée à la ligne %d avec trop d'arguments"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "\\ dans l'expansion de macro suivie par « %s » au lieu du nom de paramètre"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "aucune entrée d'index retrouvée pour « %s »\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "macro « %s » déjà définie précédemment"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "ici se trouve la définition précédente de « %s »"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "fanion indéfini: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "L'index « %s » existe toujours"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "macro « %s » déjà définie précédemment"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s est périmé"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s est périmé"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Nom d'index « %s » inconnu dans @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu vu avant le premier @node, création du noeud « Top »"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "votre noeud @top devrait se retrouver peut-être dans @ifnottex plutôt que "
 "dans @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "« @end » s'attendait à « %s », mais a vu « %s »"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item n'est pas permis dans l'agument @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 "Utiliser des accolades pour donner une commande comme argument à « @%s »"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "macro @%s inactive à l'intérieur d'un bloc « %s »"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "inhibition d'une commande @tab à l'extérieur d'une multitable"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "inhibition d'une commande @tab à l'extérieur d'une multitable"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Trop de colonnes dans un item de multitable (%d max)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "%c égarée ou mal placée"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s attend un argument d'un seul caractère « i » ou « j »"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s s'attend à argument « i » ou « j », non pas « %c »"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Commande inconnue « %s »."
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s accolades attendues"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Commande inconnue « %s »."
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Fin de fichier rencontré avant l'appariement de @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "macro %cend non trouvée"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "« %cend %s » non apparié"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s accolade fermante manquante"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: ne peut ouvrir --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "aucune entrée d'index retrouvée pour « %s »\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s%d: --css-file terminé dans le commentaire"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: ne peut ouvrir --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: absence d'un argument fichier.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "commande @image avec un fichier « %s » illisible: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Ne peut pas trouver le noeud « %s »."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "commande @image dans un fichier (pour HTML) « %s » illisible: %s"
@@ -886,7 +918,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "« . » ou « , » doit suivre une référence croisée, non pas %c"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "La note de bas de page est définie sans noeud parent"
 
@@ -1091,9 +1123,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Utiliser --help pour plus d'informations.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "aucune entrée d'index retrouvée pour « %s »\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""
@@ -2402,12 +2431,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu vu avant le premier noeud, création du noeud « Top »"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "@%s n'a aucun sens à l'extérieur des environnements « @titlepage » et « "
-#~ "@quotation »"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s n'a aucun sens à l'extérieur de l'environnement « @titlepage »"
 

Index: po_messages/he.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/he.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/he.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/he.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.2\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2002-04-03 12:31+0300\n"
 "Last-Translator: Eli Zaretskii <address@hidden>\n"
 "Language-Team: Hebrew <address@hidden>\n"
@@ -14,69 +14,69 @@
 "Content-Type: text/plain; charset=ISO-8859-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr ".`%s --help' äñð øúé èåøôì\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "ISO 639 é\"ò íéøëåîä ïåùìä éðîéñî ãçà åðéà %s"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "ISO 639 é\"ò íéøëåîä ïåùìä éðîéñî ãçà åðéà %s"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: `%s' àì ,`end' åà `separate' úåéäì --footnote-style ìù èðîåâøà ìò\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: `%s' àì ,`end' åà `separate' úåéäì --footnote-style ìù èðîåâøà ìò\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "`%s' øëåî-éúìá ãåãé÷ íù"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "êîúð åðéà `%s' ãåãé÷ ,íéøòèöî"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: `%s' àì ,`asis'/`none'/éøîåð úåéäì --paragraph-indent ìù èðîåâøà ìò\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: `%s' àì ,`asis'/`none'/éøîåð úåéäì --paragraph-indent ìù èðîåâøà ìò\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "%s [íéðééôàî]... TEXINFO-õáå÷... :ùåîéùä ïôåà\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -84,7 +84,7 @@
 " ìãçî úøéøáë ,íéøçà íéðåù íéèîøåôì Texinfo øå÷î úôùá ãåòéú íâøú\n"
 ".GNU Info  úéðëú åà Emacs úøæòá äàéø÷ì íéîéàúîä Info éöá÷ øöééî \n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -108,7 +108,7 @@
 "                    .úéðëúä úìåòô ìò èåøô âöä  -v, --verbose\n"
 "               .àöå äðëúä úñøéâ éáâì òãéî âöä      --version\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -122,7 +122,7 @@
 "              .Info íå÷îá HTML èîøåôá èìô ïëä      --html\n"
 "               .Info íå÷îá XML èîøåôá èìô ïëä      --xml\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -152,7 +152,7 @@
 "               .èìô õáå÷á úåà÷ñéôå íé÷øô øøôñ      --number-sections\n"
 "     .(HTML èìô íà äé÷éú) FILE õáå÷ì èìô áåúë  -o, --output=FILE\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -186,7 +186,7 @@
 "      .øå÷îá äúéäù éôë äææä ìò øåîù ,`asis'\n"
 "     .(%d ç\"îøá) NUM ìãåâá íéöá÷-úúì Info ÷ìç      --split-size=NUM\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -197,7 +197,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 #, fuzzy
 msgid ""
 "Input file options:\n"
@@ -214,7 +214,7 @@
 "       address@hidden ìù ùåôéç úîéùø ùàøá DIR óñåä  -P DIR\n"
 "      address@hidden úãå÷ôá åîë ,VAR äðúùî úøãâä ìèá  -U VAR\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 #, fuzzy
 msgid ""
 "Conditional processing in input:\n"
@@ -244,7 +244,7 @@
 "                 address@hidden èñëè ãáòú ìà       --no-ifplaintext\n"
 "                address@hidden @iftex-á èñëè ãáòú ìà       --no-iftex\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 #, fuzzy
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
@@ -258,7 +258,7 @@
 "        .íéìòôåî íðéà øúéä ìëå ìòôåî --ifinfo  ,èñëè åà Info àåä èìôä íà\n"
 "           .íéìòôåî íðéà øúéä ìëå ìòôåî --ifplaintext  ,èñëè àåä èìôä íà\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -285,7 +285,7 @@
 "             úåà÷ñéô øåøôñ íò Info èìô  makeinfo --number-sections foo.texi\n"
 "   äéäéù ìëë ìåãâ ,ãéçé õáå÷á Info èìô  makeinfo --no-split foo.texi\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -297,7 +297,7 @@
 "               address@hidden ïåéãì íéàùåðå úåéììë úåìàùå\n"
 "         .http://www.gnu.org/software/texinfo/ :Texinfo ìù úéáä óã"
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -307,498 +307,528 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "`%s' äé÷éú úøéöéá (%s) äì÷ú"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "`%s' ä÷ñéô úøãâä øáë %d äøåùá"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "íù ùøåã %c%s"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: `%s' àì ,`asis'/`none'/éøîåð úåéäì --paragraph-indent ìù èðîåâøà ìò\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "`%s' øëåî-éúìá ñ÷ãðéà"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "`%s' øëåî-éúìá ñ÷ãðéà"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "address@hidden' êåúá @%s-ì úåòîùî ïéà"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "`%s' àì ,éáåéç øôñî àåäù èðîåâøà ùøåã @sp"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "øåùé÷ óà ïéà `%s' ä÷ñéôì"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "øåùé÷ óà ïéà `%s' ä÷ñéôì"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "äøæçá òéáöîù èéøôú óéòñ ïéà ìáà ,`%s' ìò òéáöî `%s' ä÷ñéô ìù Up äãù"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "`%s' øëåî-éúìá ñ÷ãðéà"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "ä÷ñéô ìëì õåçî øãâåî `%s' ñ÷ãðéà èéøô"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr "%s: .åøîùì --force-á ùîúùä ;úåì÷ú á÷ò ÷çîéé `%s' èìô õáå÷\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr "%s: .åøîùì --force-á ùîúùä ;úåì÷ú á÷ò ÷çîéé `%s' èìô õáå÷\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr ".íééãé éúîøä  !úàéâù éãî øúåé\n"
 
 # Not translated because Emacs recognizes warningsby this template.
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: warning: "
 
 # Not translated because Emacs recognizes warningsby this template.
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: warning: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "@def ìù èðîåâøàá `}' øñç"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "õáå÷ íù åúåàì úåîâøåúî `%s' øåùé÷ úéåúå `%s' ä÷ñéô"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "@multiline éøçà `%s' øúåéî èñëèî éúîìòúä"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, fuzzy, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "`%s' êåúá ÷øå êà ùåîéùá øúåî `%sx'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "%c%s-ì éåâù èðîåâøà"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s úàøåäá %citem øåáò áåöéò úèéù :èðîåâøà ùøãð"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "÷éø úåéäì ìåëé åðéà @inforef ìù ïåùàø èðîåâøà"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "address@hidden' êåúá @%s-ì úåòîùî ïéà"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image øåáò `%s' õáå÷ úàéø÷á (%s) äì÷ú"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "éãî íéáø íéèðîåâøà úììåë `%s' åø÷àîì %d äøåùá äúìéçúù äàéø÷"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "øèîøô íù åà \\ íå÷îá ,åø÷àî úáçøäá \\ úåá÷òá `%s'"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "`%s' úæåøçî íéìéëîä ñ÷ãðéà éèéøô ïéà\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "íãï÷ øãâåä øáë `%s' åø÷àî"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "äðåùàøì øãâåä `%s' ïàë"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "øãâåî øáë `%s' ñ÷ãðéà"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "íãï÷ øãâåä øáë `%s' åø÷àî"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "ïùåéî åðéä %c%s"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "ïùåéî åðéä %c%s"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "@printindex-á `%s' øëåî-éúìá ñ÷ãðéà"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "`Top' ú÷ñéô øöåé ,äðåùàøä ä÷ñéôä éðôì àöîð @menu"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "address@hidden íå÷îá @ifnottex-á úô÷åî úåéäì äúéä äëéøö @top ú÷ñéô éë 
ïëúééä"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "`%s' àöîð íìåà ,`%s' ì\"ö address@hidden' éøçà"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "%c%s-ì éåâù èðîåâøà"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "íéìñìåñî íééøâåñá êøåö ùé ,@%s-ì èðîåâøà äéäú äàøåäù éãë"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "address@hidden' êåúá @%s-ì úåòîùî ïéà"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "multitable-ì õåçî @tab-î éúîìòúä"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "multitable-ì õåçî @tab-î éúîìòúä"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "(%d ãò øúåî) multitable ìù @item-á úåãåîò éãî øúåé"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "åîå÷îá åðéàù %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "èðîåâøàë `j' åà `i' ãéçé åú ìá÷î %c%s"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "`j' åà `i' úåéäì áééç øùà ,%c%s ìù èðîåâøà úåéäì íéàúî åðéà `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "`%s' úøëåî-éúìá äàøåä"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "`{...}'-ì äôéö %c%s"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "`%s' úøëåî-éúìá äàøåä"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "íàåú @end %s éðôì øîâð èì÷ õáå÷"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "àöîð àì %cend macro"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "íàåú `%cend %s' øñç"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s-ì øñç éðîé øâåñ"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "`%s' åø÷àî úåáçøä èìô úçéúôá äì÷ú"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "`%s' úæåøçî íéìéëîä ñ÷ãðéà éèéøô ïéà\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "`%s' åø÷àî úåáçøä èìô úçéúôá äì÷ú"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr ".õáå÷ íù øñç %s úéðëúì\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image øåáò `%s' õáå÷ úàéø÷á (%s) äì÷ú"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr ".äàöîð àì `%s' ä÷ñéô"
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "(HTML øåáò ùøãð) @image øåáò `%s' õáå÷ úàéø÷á (%s) äì÷ú"
@@ -819,7 +849,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "%c àìå `,' åà `.' àåáì êéøö øåùé÷ éøçà"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "ä÷ñéôì õåçî íééìåù úøòä"
 
@@ -1022,9 +1052,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr ".øúåé áø òãéî úâöäì --help äñð\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "`%s' úæåøçî íéìéëîä ñ÷ãðéà éèéøô ïéà\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""
@@ -2257,10 +2284,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "`Top' ú÷ñéô øöåé ,äðåùàøä ä÷ñéôä éðôì àöîð @detailmenu"
 
-#, fuzzy
-#~ msgid "@%s not meaningful outside address@hidden' environment"
-#~ msgstr "address@hidden' êåúá @%s-ì úåòîùî ïéà"
-
 #~ msgid "Unmatched `%c%s'"
 #~ msgstr "âåæ-ïá åì ïéàù `%c%s'"
 

Index: po_messages/hr.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/hr.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/hr.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/hr.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.2\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2002-04-26 13:49-MET+DST (UTC+2)\n"
 "Last-Translator: Mirsad Todorovac <address@hidden>\n"
 "Language-Team: Croatian <address@hidden>\n"
@@ -15,71 +15,71 @@
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr ""
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, perl-format
 msgid "%s is not a valid language code"
 msgstr ""
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, perl-format
 msgid "%s is not a valid region code"
 msgstr ""
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "%s: nepoznata opcija `%c%s'\n"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr ""
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr ""
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
 msgstr ""
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -94,7 +94,7 @@
 "      --version               display version information and exit.\n"
 msgstr ""
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -103,7 +103,7 @@
 "      --plaintext             output plain text rather than Info.\n"
 msgstr ""
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -122,7 +122,7 @@
 "  -o, --output=FILE           output to FILE (or directory if split HTML).\n"
 msgstr ""
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -144,7 +144,7 @@
 "      --split-size=NUM        split Info files at size NUM (default %d).\n"
 msgstr ""
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -155,7 +155,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -165,7 +165,7 @@
 "  -U VAR                        undefine the variable VAR, as with @clear.\n"
 msgstr ""
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -185,7 +185,7 @@
 "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
 msgstr ""
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -194,7 +194,7 @@
 "  if generating XML, --ifxml is on and the others are off.\n"
 msgstr ""
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -210,7 +210,7 @@
 "  makeinfo --no-split foo.texi           write one Info file however big\n"
 msgstr ""
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -223,7 +223,7 @@
 "Texinfo matièna stranica: http://www.gnu.org/software/texinfo/\n";
 "Pitanja i kritike glede translacije slati na adresu address@hidden"
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -233,493 +233,523 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr ""
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "%s je definiran kao %s."
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr ""
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr ""
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Ne mogu naæi èvor referenciran od `%s' u `%s'."
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr ""
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr ""
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr ""
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr ""
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr ""
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr ""
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr ""
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr ""
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, perl-format
 msgid "Missing `}' on @%s line"
 msgstr ""
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr ""
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr ""
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr ""
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, perl-format
 msgid "@%s (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr ""
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr ""
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr ""
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 msgid "@image file name"
 msgstr ""
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr ""
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "nijedna stavka indeksa nije naðena za `%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr ""
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr ""
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, perl-format
 msgid "@%s already set"
 msgstr ""
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "%s je definiran kao %s."
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, perl-format
 msgid "%c%s is obsolete."
 msgstr ""
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr ""
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr ""
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, perl-format
 msgid "@%s seen before first @node"
 msgstr ""
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr ""
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr ""
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr ""
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr ""
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 msgid "ignoring @tab in empty multitable"
 msgstr ""
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr ""
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr ""
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr ""
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr ""
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Nepoznata naredba (%s)."
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr ""
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr ""
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr ""
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr ""
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr ""
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr ""
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "Ne mogu kreirati izlaznu datoteku `%s'."
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "nijedna stavka indeksa nije naðena za `%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "Ne mogu kreirati izlaznu datoteku `%s'."
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr ""
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr ""
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Ne mogu naæi èvor `%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr ""
@@ -739,7 +769,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr ""
 
@@ -941,9 +971,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Poku¹ajte --help za vi¹e informacija.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "nijedna stavka indeksa nije naðena za `%s'\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""

Index: po_messages/hu.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/hu.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/hu.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/hu.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: info\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
 "Last-Translator: Mate LABADI <address@hidden>\n"
 "Language-Team: hungarian <address@hidden>\n"
@@ -16,79 +16,79 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "További információért próbálja meg a „%s --help“-t.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s nem egy ISO 639 szabvány szerinti nyelvkód"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: a --footnote-style argumentumának „separate“-nek vagy  „end“-nek 
kell "
 "lennie, „%s“ helyett.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: a --footnote-style argumentumának „separate“-nek vagy  „end“-nek 
kell "
 "lennie, „%s“ helyett.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "ismeretlen kódolási név: „%s“"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "bocsánat, de a(z) „%s“ kódolás nem támogatott"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: a --paragraph-indent argumentumának numerikusnak,  „none“-nak vagy  "
 "„asis“-nek kell lennie, „%s“ helyett.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: a --paragraph-indent argumentumának numerikusnak,  „none“-nak vagy  "
 "„asis“-nek kell lennie, „%s“ helyett.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Használat: %s [OPCIÓK] ... TEXINFO-FÁJL...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
 msgstr ""
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -103,7 +103,7 @@
 "      --version               display version information and exit.\n"
 msgstr ""
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -117,7 +117,7 @@
 "      --xml                   Texinfo XML kimenet Info helyett\n"
 "      --plaintext             sima szöveg kimenet Info helyett\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -136,7 +136,7 @@
 "  -o, --output=FILE           output to FILE (or directory if split HTML).\n"
 msgstr ""
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -158,7 +158,7 @@
 "      --split-size=NUM        split Info files at size NUM (default %d).\n"
 msgstr ""
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -169,7 +169,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -179,7 +179,7 @@
 "  -U VAR                        undefine the variable VAR, as with @clear.\n"
 msgstr ""
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -199,7 +199,7 @@
 "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
 msgstr ""
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -209,7 +209,7 @@
 msgstr ""
 
 # Die "." am Zeilenende habe ich entfernt. -ke-
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -225,7 +225,7 @@
 "  makeinfo --no-split foo.texi           write one Info file however big\n"
 msgstr ""
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -238,7 +238,7 @@
 "címre küldhetők.\n"
 "Texinfo honlap: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -248,509 +248,541 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 "%s: Figyelmen kívül hagyom a fel nem ismert TEXINFO_OUTPUT_FORMAT értéket 
(„%"
 "s“).\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "A(z) „%s“ könyvtár nem hozható létre: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "A(z) „%s“ oldal korábban már definiálva lett a(z) %d. sorban"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s egy nevet igényel"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: a --paragraph-indent argumentumának numerikusnak,  „none“-nak vagy  "
 "„asis“-nek kell lennie, „%s“ helyett.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "@%s on vagy off-t vártam, „%s“ helyett"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Ismeretlen tárgymutató „%s“"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Ismeretlen tárgymutató „%s“"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"A(z) @%s -nek nincs értelme a address@hidden és a address@hidden 
környezeten "
+"kívül"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp egy pozitív szám argumentumot vár, nem „%s“-t"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "nem hivatkozott oldal „%s“"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "nem hivatkozott oldal „%s“"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "A(z) „%s“ oldal nem tartalmaz menüelemet „%s“-hez, bár ez uóbbi a 
szülője"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Ismeretlen tárgymutató „%s“"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "A(z) „%s“ tárgymutató bejegyzése az oldalakon kívülre esik"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: A fellépett hibák miatt eltávolítom a(z) „%s“ kimeneti 
állományt; a "
 "megtartásához használja  --force opciót.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: A fellépett hibák miatt eltávolítom a(z) „%s“ kimeneti 
állományt; a "
 "megtartásához használja  --force opciót.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Túl sok hiba! Feladom.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: figyelem: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: figyelem: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(%*d sor)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(%*d sor)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Hiányzó „}“ a(z) @def arg.-ban"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "A(z) „%s“ horgony és a(z) „%s“ oldal ugyanarra a fájlnévre 
mutatnak"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr ""
 "figyelmen kívül hagyom a @multitable után álló felesleges „%s“ 
szöveget"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Csak a(z) address@hidden környezetben használható a(z) 
address@hidden"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Rossz argumentum ide: @%s"
 
 # %citem ist ein Texinfo-Befehl
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s egy argumentumot igényel: %citem formázását"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "@%s argumentuma(i) figyelmen kívül lett(ek) hagyva"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "A(z) @%s -nek nincs értelme a address@hidden környezeten kívül"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image a(z) „%s“ fájl nem olvasható: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "A(z) „%s“ makró túl sok argumentummal lett meghívva a %d sorban"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "Nincs tárgymutató ehhez: %s\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "a(z) „%s“ makró már korábban definiált lett"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "„%s“ korábbi definíciója"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
 # flag ? LM
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "ismeretlen flag: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "„%s“ tárgymutató már létezik"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "a(z) „%s“ makró már korábban definiált lett"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s elavult"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s elavult"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Ismeretlen tárgymutató „%s“ itt: @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr ""
 "@menu-t találtam az első @node előtt. Létrehozom a „Szülő“ (Top) 
oldalt"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "esetleg a @top oldalt @ifnottex-be kellene tenni, @ifinfo helyett"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden vártam „%s“, de „%s“-t találtam"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item nem szerepelhet az @itemize argumentumaként"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Kapcsos zárójelekkel egy parancsot is megadhat @%s argumentumaként"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s -nek nincs jelentése a(z) address@hidden blokkon belül"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "figyelmen kívül hagyom a multitable-n kívül eső @tab-ot"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "figyelmen kívül hagyom a multitable-n kívül eső @tab-ot"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Túl sok oszlop szerepel a multitable elemben (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Rossz helyen levő %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s egy „i“ vagy „j“ karakter vár argumentumként"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s „i“-t vagy „j“-t vár argumentumként, nem „%c“-t"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Ismeretlen parancs: „%s“"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s kapcsos zárójelpárt vár"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Ismeretlen parancs: „%s“"
 
 # AATNEZNI ? LM
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Korábban találtam fájl vége jelet, mint @end-t %s "
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend makró nem található"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Nincs egyező „%cend %s“"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s hiányzó kapcsos bezárójel"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: A CSS fájl nem nyitható meg: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "Nincs tárgymutató ehhez: %s\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file kommenttel végződik"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: A CSS fájl nem nyitható meg: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: hiányzó fájl argumentum.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image a(z) „%s“ fájl nem olvasható: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "A(z) „%s“ oldal nem található."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image a(z) „%s“ fájl (HTML) nem olvasható: %s"
@@ -770,7 +802,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Szülő nélkül definiált lábjegyzet"
 
@@ -970,9 +1002,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "A --help több információt ad.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "Nincs tárgymutató ehhez: %s\n"
-
 #~ msgid ""
 #~ "\n"
 #~ "Email bug reports to address@hidden,\n"
@@ -2194,12 +2223,6 @@
 #~ "@detailmenu-t találtam az első @node előtt. Létrehozom a „Szülő“ 
(Top) "
 #~ "oldalt"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "A(z) @%s -nek nincs értelme a address@hidden és a address@hidden 
környezeten "
-#~ "kívül"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "A(z) @%s -nek nincs értelme a address@hidden környezeten kívül"
 

Index: po_messages/id.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/id.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/id.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/id.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-11-11 17:30+0700\n"
 "Last-Translator: Arif E. Nugroho <address@hidden>\n"
 "Language-Team: Indonesian <address@hidden>\n"
@@ -15,69 +15,69 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s bukan sebuah kode bahasa ISO 639 yang valid"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: --footnote-style arg harus berupa `separate' atau `end', bukan `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "nama pengkodean `%s' tidak diketahui"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "maaf, pengkodean `%s' tidak didukung"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Penggunaan: %s [OPSI]... BERKAS-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -86,7 +86,7 @@
 "Berkas info yang sesuai untuk pembacaan online dengan Emacs atau standalone "
 "GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -112,7 +112,7 @@
 "  -v, --verbose               jelaskan apa yang sedang dilakukan.\n"
 "      --version               tampilkan informasi versi dan keluar.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -126,7 +126,7 @@
 "      --xml                   keluarkan Texinfo XML daripada Info.\n"
 "      --plaintext             keluarkan plain teks daripada Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -159,7 +159,7 @@
 "  -o, --output=BERKAS         keluarkan ke BERKAS (atau direktori jika split "
 "HTML).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -201,7 +201,7 @@
 "                               `asis', jaga indentasi yang sudah ada.\n"
 "      --split-size=NUM         pisah berkas Info di ukuran NUM (baku %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -221,7 +221,7 @@
 "                              hasilkan nama berkas dalam transliterasi "
 "ASCII.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -238,7 +238,7 @@
 "  -U VAR                        tidak definisikan variabel VAR, sama dengan "
 "@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -276,7 +276,7 @@
 "\n"
 "  Juga, untuk opsi --no-ifFORMAT, jangan proses @ifnotFORMAT teks.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -291,7 +291,7 @@
 "off;\n"
 "  jika menghasilkan XML, --ifxml adalah on dan yang lain adalah off.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -319,7 +319,7 @@
 "  makeinfo --no-split foo.texi            tulis satu berkas Info walaupun "
 "besar\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -329,7 +329,7 @@
 "pertanyaan umum dan diskusi ke address@hidden"
 "Texinfo halaman rumah: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -346,503 +346,533 @@
 "TIDAK ADA GARANSI, sampai batas yang masih diijinkan oleh hukum yang "
 "berlaku.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Mengabaikan nilai TEXINFO_OUTPUT_FORMAT tidak dikenal `%s'.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Tidak dapat membuat direktori `%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Titik `%s' telah didefinisikan sebelumnya di baris %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s membutuhkan sebuah nama"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent arg harus berupa numerik/`none'/`asis', bukan `%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Diduga @%s on atau off, bukan `%s'"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Indeks `%s' tidak diketahui"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Indeks `%s' tidak diketahui"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Hanya @%s 10 atau 11 yang didukung, bukan `%s'"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s tidak berarti diluar lingkunga address@hidden' dan address@hidden'"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp membutuhkan sebuah argumen numerik positif, bukan `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "titik `%s' tidak tereferensi"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "titik `%s' tidak tereferensi"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Indeks `%s' tidak diketahui"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Masukan untuk indeks `%s' diluar dari titik apapun"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Menghapus berkas keluaran `%s' karena adanya errors; gunakan --force "
 "untuk menjaga.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Menghapus berkas keluaran `%s' karena adanya errors; gunakan --force "
 "untuk menjaga.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Terlalu banyak errors! Menyerah.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: peringatan: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: peringatan: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(baris %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(baris %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Hilang `}' dalam @def arg"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Anchor `%s' dan titik `%s' peta di nama beraks yang sama"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "mengabaikan stray teks `%s' setelah @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Harus berada dalam lingkungan address@hidden' untuk menggunakan 
address@hidden'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Argumen ke @%s buruk"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s membutuhkan sebuah argumen: peformat untuk %c item"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Argumen pertama ke @inforef tidak boleh kosong"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s tidak berarti diluar lingkungan address@hidden'"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image berkas `%s' tidak dapat dibaca: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro `%s' dipanggil di baris %d dengan terlalu banyak args"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ dalam ekspansi makro diikuti oleh `%s' daripada nama parameter"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makro `%s' telah didefinisikan sebelumnya"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "disini adalah definisi sebelumnya dari `%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "opsi tidak terdefinisi: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indeks `%s' telah ada"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makro `%s' telah didefinisikan sebelumnya"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s sudah ditinggalkan"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s sudah ditinggalkan"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Indeks `%s' tidak diketahui dalam @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu terlihat sebelum @node pertama, membuat titik `Top'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "mungkin titik @top anda seharusnya wrapped dalam @ifnottex daripada @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' diduga `%s', tetapi terlihat `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Tipe float `%s' yang diminta belum digunakan sebelumnya"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item tidak diijinkan dalam argume ke @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 "Gunakan kurung untuk memberi sebuah perintah sebagai sebuah argumen ke @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s tidak berarti didalam blok address@hidden'"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "mengabaikan @tab diluar dari multitabel"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "mengabaikan @tab diluar dari multitabel"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Terlalu banyak kolom dalam multitable item (maksimal %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Salah tempat %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s menduga sebuah karakter tunggal `i' atau `j' sebagai argumen"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s diduga `i' atau `j' sebagai sebuah argumen, bukan `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Perintah `%s' tidak diketahui"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s diduga kurung"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Perintah `%s' tidak diketahui"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Mencapai eof sebelum cocok @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend makro tidak ditemukan"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Tidak cocok `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s hilang kurung penutup"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: tidak dapat membuka --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file berakhir dalam komentar"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: tidak dapat membuka --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: hilang argumen berkas.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg sudah ditinggalkan; argumen telah diquote secara baku"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image berkas `%s' tidak dapat dibaca: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Tidak dapat menemukan titik `%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image berkas `%s' (untuk HTML) tidak dapat dibaca: %s"
@@ -865,7 +895,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "`.' atau `,' harus mengikuti @%s, bukan `%c'"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Catatan kaki didefinisikan tanpa titik orang tua"
 
@@ -1071,9 +1101,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Coba --help untuk informasi lebih lanjut.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2592,10 +2619,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu terlihat sebelum titik pertama, membuat titik `Top'"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s tidak berarti diluar lingkunga address@hidden' dan 
address@hidden'"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s tidak berarti diluar lingkungan address@hidden'"
 

Index: po_messages/it.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/it.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/it.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/it.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2009-07-18 16:17+0200\n"
 "Last-Translator: Francesco Groccia <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"
@@ -15,71 +15,71 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Usare «%s --help» per maggiori informazioni.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s non è un codice di lingua valido conforme all'ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: l'argomento --footnote-style deve essere «separate» o «end», non 
«%s».\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: l'argomento --footnote-style deve essere «separate» o «end», non 
«%s».\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "il nome «%s» non corrisponde ad alcun nome di codifica"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "spiacente, la codifica «%s» non è supportata"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», 
non «%"
 "s».\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», 
non «%"
 "s».\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Uso: %s [OPZIONE]... FILE-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -88,7 +88,7 @@
 "per impostazione predefinita i file Info sono adatti alla lettura con Emacs\n"
 "oppure con GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -116,7 +116,7 @@
 "  -v, --verbose               spiega cosa sta facendo.\n"
 "      --version               mostra le informazioni di versione ed esce.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -130,7 +130,7 @@
 "      --xml                   genera un file in formato Texinfo.\n"
 "      --plaintext             genera un file in formato testo.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -168,7 +168,7 @@
 "cartella se\n"
 "                              il formato di output è HTML multipagina).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -211,7 +211,7 @@
 "      --split-size=NUM        genera un documento multipagina di dimensioni "
 "NUM (predefinito %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -231,7 +231,7 @@
 "                              genera nomi di file nella traslitterazione "
 "ASCII.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -250,7 +250,7 @@
 "  -U VAR                        indefinisci la variabile VAR, simile a "
 "@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -288,7 +288,7 @@
 "\n"
 "  Inoltre, per le opzioni «--no-ifFORMAT» non processare @ifnotFORMAT.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -303,7 +303,7 @@
 "  se è testo, --ifplaintext è attivo e tutti gli altri no;\n"
 "  se è XML, --ifxml è attivo e tutti gli altri no.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -335,7 +335,7 @@
 "sezioni numerate\n"
 "  makeinfo --no-split foo.texi           scrive in un solo file Info\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -345,7 +345,7 @@
 "per domande generali e discussioni: address@hidden"
 "Sito web di Texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -360,506 +360,537 @@
 "Questo è software libero: siete liberi di modificarlo e ridistribuirlo.\n"
 "Non c'è ALCUNA GARANZIA, per quanto consentito dalle leggi vigenti.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: ignora il valore sconosciuto di TEXINFO_OUTPUT_FORMAT («%s»)\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Impossibile creare la directory «%s»: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Nodo «%s» definito precedentemente alla riga %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s richiede un nome"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: l'argomento --paragraph-indent deve essere numerico/«none»/«asis», 
non «%"
 "s».\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Si aspettava la lettura @%s \"on\" oppure \"off\", non «%s»"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Indice «%s» sconosciuto"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Indice «%s» sconosciuto"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Solo @%s \"10\" o \"11\" è supportata, non «%s»"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"@%s è privo di significato aldifuori degli ambienti address@hidden e 
address@hidden"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp richiede un argomento numerico positivo, non «%s»"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "nodo «%s» non referenziato"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "nodo «%s» non referenziato"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Il nodo «%s» non ha alcuna voce di menù per «%s», nonostante sia 
destinata ad "
 "«Up»"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Indice «%s» sconosciuto"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Voce per l'indice «%s» non presente in alcun nodo"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Rimuovi file «%s» a causa degli errori; usa --force per preservarlo.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Rimuovi file «%s» a causa degli errori; usa --force per preservarlo.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Troppi errori! Rinuncio.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: avvertimento: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: avvertimento: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(riga %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(riga %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Carattere «}» assente nella costruzione di address@hidden arg»"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Il collegamento «%s» e il nodo «%s» puntano allo stesso file"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignora il testo vagante «%s» dopo @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Deve essere nell'ambiente address@hidden per usare address@hidden"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Argomento errato per @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s richiede un argomento: formattatore per %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Il primo argomento di @inforef non dovrebbe essere vuoto"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s è privo di significato aldifuori dell'ambiente address@hidden"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "file @image «%s» non leggibile: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "La macro «%s» chiamata sulla riga %d contiene troppi argomenti"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "\\ è stato letto nell'espansione della macro seguita da «%s» anziché dal 
nome "
 "del parametro"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "nessuna voce dell'indice trovata per «%s»\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "macro «%s» già definita precedentemente"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "ecco la definizione precedente di «%s»"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "indicatore non definito: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indice «%s» già esistente"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "macro «%s» già definita precedentemente"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s è obsoleto"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s è obsoleto"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Indice «%s» sconosciuto in @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu è stato letto prima del primo @node, creazione del nodo «Top»"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "forse, il nodo @top dovrebbe essere sotto un blocco @ifnottex piuttosto che "
 "sotto @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden si aspettava il carattere «%s», ma è stato letto il 
carattere «%s»"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Il tipo a virgola mobile «%s» non è stato usato in precedenza"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item non permesso come argomento di @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Usa le parentesi graffe per dare un comando come argomento a @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s è privo di significato all'interno del blocco address@hidden"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignora @tab fuori della multitabella"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignora @tab fuori della multitabella"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Troppe colonne nell'elemento multitabella (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "%c fuori luogo"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s si aspettava un singolo carattere «i» o «j» come argomento"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s si aspettava «i» o «j» come argomento, non «%c»"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Comando «%s» sconosciuto"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s si aspettava le parentesi graffe"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Comando «%s» sconosciuto"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Raggiunta la fine del file prima del blocco di chiusura @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend macro non trovata"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Nessun corrispondente «%cend %s»"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s parentesi di chiusura mancante"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: impossibile aprire --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "nessuna voce dell'indice trovata per «%s»\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file termina con un commento"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: impossibile aprire --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: nome file mancante.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg è deprecata; gli argomenti vengono quotati come 
predefinito"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "file @image «%s» non leggibile: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Impossibile trovare il nodo «%s»."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "Il file immagine «%s» non è leggibile (per il formato HTML): %s"
@@ -882,7 +913,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "«.» o «,» devono seguire @%s, non «%c»"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Note a piè di pagina definite senza un nodo di riferimento"
 
@@ -1086,9 +1117,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Usare «--help» per maggiori informazioni.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "nessuna voce dell'indice trovata per «%s»\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2634,12 +2662,6 @@
 #~ msgstr ""
 #~ "@detailmenu è stato letto prima del primo nodo, creazione del nodo 
«Top»"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "@%s è privo di significato aldifuori degli ambienti address@hidden e "
-#~ "address@hidden"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s è privo di significato aldifuori dell'ambiente address@hidden"
 

Index: po_messages/ja.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/ja.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/ja.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/ja.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo 4.0f\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2002-01-23 20:46+0900\n"
 "Last-Translator: Daisuke Yamashita <address@hidden>\n"
 "Language-Team: Japanese <address@hidden>\n"
@@ -14,73 +14,73 @@
 "Content-Type: text/plain; charset=EUC-JP\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "¾Ü¤·¤¯¤Ï `%s --help' ¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s ¤ÏÍ­¸ú¤Ê ISO 639 ¸À¸ì¥³¡¼¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s ¤ÏÍ­¸ú¤Ê ISO 639 ¸À¸ì¥³¡¼¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: --footnote-style °ú¿ô¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢`separate' Ëô¤Ï `end' ¤Ç¤Ê¤±¤ì¤Ð\n"
 "    ¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: --footnote-style °ú¿ô¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢`separate' Ëô¤Ï `end' ¤Ç¤Ê¤±¤ì¤Ð\n"
 "    ¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°Ì¾ `%s' ¤òǧ¼±¤Ç¤­¤Þ¤»¤ó"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "»ÄÇ°¤Ê¤¬¤é¡¢¥¨¥ó¥³¡¼¥É `%s' ¤Ï¼õ¤±ÉÕ¤±¤é¤ì¤Þ¤»¤ó"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: --paragraph-indent °ú¿ô¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢¿ôÃÍ/`none'/`asis' ¤Ç¤Ê¤±¤ì¤Ð\n"
 "    ¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent °ú¿ô¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢¿ôÃÍ/`none'/`asis' ¤Ç¤Ê¤±¤ì¤Ð\n"
 "    ¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... TEXINFO¥Õ¥¡¥¤¥ë...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -88,7 +88,7 @@
 "Texinfo ¥½¡¼¥¹Ê¸½ñ¤òÍÍ¡¹¤Ê·Á¼°¤ÇÆɤá¤ë¤è¤¦¤ËÊÑ´¹¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï\n"
 "¥ª¥ó¥é¥¤¥ó¤Ç Emacs ¤äñÆȤΠGNU Info ¤ÇÆɤà¤Î¤ËŬ¤·¤¿ Info ¥Õ¥¡¥¤¥ë¤Ç¤¹¡£\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -114,7 +114,7 @@
 "  -v, --verbose               ¹Ô¤Ê¤ï¤ì¤ë»ö¤òÀâÌÀ¤¹¤ë¡£\n"
 "      --version               ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ»¤¹¤ë¡£\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -131,7 +131,7 @@
 "                              ¤Ä¤±¤Ê¤¤¤Èɸ½à½ÐÎϤ˽ñ¤­¹þ¤à\n"
 "      --xml                 Info ¤Ç¤Ï¤Ê¤¯ XML (TexinfoML) ·Á¼°¤Ç½ÐÎϤ¹¤ë¡£\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -159,7 +159,7 @@
 "  -o, --output=FILE         FILE ¤Ø½ÐÎϤ¹¤ë (ʬ³ä HTML ¤Î¾ì¹ç¥Ç¥£¥ì¥¯¥È"
 "¥ê)¡£\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -194,7 +194,7 @@
 "                                ¤À¤È¡¢´û¸¤Î»ú²¼¤²¤ò¤½¤Î¤Þ¤Þ»È¤¦¡£\n"
 "      --split-size=NUM        Info ¥Õ¥¡¥¤¥ë¥µ¥¤¥º¤ò NUM ¤Çʬ³ä (default %d)\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -205,7 +205,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 #, fuzzy
 msgid ""
 "Input file options:\n"
@@ -222,7 +222,7 @@
 "  -P DIR                         @include õº÷¥Ñ¥¹¤ÎÀèƬ¤Ë DIR ¤òÁÞÆþ¤¹¤ë¡£\n"
 "  -U VAR                         ÊÑ¿ô VAR address@hidden ¤ÈƱ¤¸¡£\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 #, fuzzy
 msgid ""
 "Conditional processing in input:\n"
@@ -250,7 +250,7 @@
 "     --no-ifinfo   @ifinfo ¥Æ¥¯¥¹¥È¤ò½èÍý¤·¤Ê¤¤¡£\n"
 "     --no-iftex    @iftex ¤ä @tex ¥Æ¥¯¥¹¥È¤ò½èÍý¤·¤Ê¤¤¡£\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 #, fuzzy
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
@@ -263,7 +263,7 @@
 "  HTML ¤òÀ¸À®¤¹¤ë¤Ê¤é --ifhtml ¤¬Í­¸ú¤Ç¾¤Ï̵¸ú¤Ç¤¹¡£\n"
 "  Info ¤ä¥×¥ì¥¤¥ó¥Æ¥¯¥¹¥È¤òÀ¸À®¤¹¤ë¤Ê¤é --ifinfo ¤¬Í­¸ú¤Ç¾¤Ï̵¸ú¤Ç¤¹¡£\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -286,7 +286,7 @@
 "  makeinfo --number-sections foo.texi  Àá¤ËÈÖ¹æ¤òÉÕ¤±¤¿ Info ¤ò½ÐÎÏ\n"
 "  makeinfo --no-split foo.texi         Â礭¤µ¤Ë´Ø¤ï¤é¤º°ì¤Ä¤Î Info ¤ò½ÐÎÏ\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -297,7 +297,7 @@
 "Email ¤Ë¤è¤ë¥Ð¥°¥ì¥Ý¡¼¥È¤Ï address@hidden"
 "°ìÈÌŪ¤Ê¼ÁÌä¤äµÄÏÀ¤Ï address@hidden ¤Þ¤Ç¡£\n"
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -307,502 +307,532 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê `%s' ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "¥Î¡¼¥É `%s' Á°(%d ¹ÔÌÜ)¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s ¤Ë¤Ï̾Á°¤¬É¬ÍפǤ¹"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent °ú¿ô¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢¿ôÃÍ/`none'/`asis' ¤Ç¤Ê¤±¤ì¤Ð\n"
 "    ¤Ê¤ê¤Þ¤»¤ó¡£\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "ÉÔÌÀ¤Ê¥¤¥ó¥Ç¥Ã¥¯¥¹ `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "ÉÔÌÀ¤Ê¥¤¥ó¥Ç¥Ã¥¯¥¹ `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "address@hidden' ¥Ö¥í¥Ã¥¯Æ⦤ǤΠ@%1$s ¤Ï¡¢¤¢¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp ¤Ë¤Ï `%s' ¤Ç¤Ï¤Ê¤¯¡¢Àµ¤Î¿ôÃͤòÍ¿¤¨¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "»²¾È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Î¡¼¥É `%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "»²¾È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Î¡¼¥É `%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "¥Î¡¼¥É `%s' ¤Ë¤Ï ¾å°Ì¹àÌܤ¬¤¢¤ë¤Î¤Ë¡¢`%s' ¤Ø¤Î¥á¥Ë¥å¡¼¥¢¥¤¥Æ¥à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "ÉÔÌÀ¤Ê¥¤¥ó¥Ç¥Ã¥¯¥¹ `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "¸«½Ð¤· `%s' ¤Î¥¨¥ó¥È¥ê¤Ï¤¢¤é¤æ¤ë¥Î¡¼¥É¤Î³°Â¦¤Ç¤¹"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: ¥¨¥é¡¼¤Ë¤è¤ê¡¢½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤·¤Þ¤¹¡£\n"
 "       -- »Ä¤·¤¿¤¤¾ì¹ç¤Ë¤Ï `--force' ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: ¥¨¥é¡¼¤Ë¤è¤ê¡¢½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤·¤Þ¤¹¡£\n"
 "       -- »Ä¤·¤¿¤¤¾ì¹ç¤Ë¤Ï `--force' ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "¥¨¥é¡¼¤¬Â¿¤¹¤®¤Þ¤¹!  Äü¤á¤Þ¤·¤¿¡£\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: ·Ù¹ð: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: ·Ù¹ð: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "@def °ú¿ô¤Ë `}' ¤ò˺¤ì¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "¥¢¥ó¥«¡¼ `%s' ¤È¥Î¡¼¥É `%s' ¤¬Æ±¤¸¥Õ¥¡¥¤¥ë¤ò¥Þ¥Ã¥×¤·¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "@multitable ¤Î¸å¤í¤Î¥Æ¥¯¥¹¥È `%s' ¤ò̵»ë¤·¤Þ¤¹"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, fuzzy, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "`%2$sx' ¤ò»È¤¦¤¿¤á¤Ë¤Ï `%1$s' ÁÞÆþ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "%c%s ¤ËÂФ¹¤ëÉÔÀµ¤Ê°ú¿ô"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹: %citem ¤òÀ°·Á¤¹¤ë¤¿¤á"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "@inforef ¤Ø¤ÎÂè°ì°ú¿ô¤Ï¶õ¤Ç¤¢¤Ã¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "address@hidden' ¥Ö¥í¥Ã¥¯Æ⦤ǤΠ@%1$s ¤Ï¡¢¤¢¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image ¥Õ¥¡¥¤¥ë `%s' ¤¬Æɤá¤Þ¤»¤ó: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "¥Þ¥¯¥í `%s' ¸Æ¤Ó½Ð¤·(%d¹ÔÌÜ)¤Î°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "¥Þ¥¯¥íŸ³«Æâ¤Î \\ ¤Î¸å¤í¤Ë \\ ¤ä¥Ñ¥é¥á¥¿Ì¾¤Ç¤Ï¤Ê¤¯ `%s' ¤¬Â³¤¤¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "`%s' ¤ËÂФ¹¤ë¹àÌܤ¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "¥Þ¥¯¥í `%s' ¤Ï°ÊÁ°¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "¤³¤³¤Ï¡¢`%s' ¤ÎÁ°¤ÎÄêµÁ¤Ç¤¹"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "¸«½Ð¤· `%s' ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "¥Þ¥¯¥í `%s' ¤Ï°ÊÁ°¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s ¤ÏÇѤ줿̿Îá¤Ç¤¹"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s ¤ÏÇѤ줿̿Îá¤Ç¤¹"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "@printindex ¤Ë¡¢ÃΤé¤Ê¤¤¸«½Ð¤· `%s' ¤¬¤¢¤ê¤Þ¤¹"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu ¤¬ºÇ½é¤Î @node °ÊÁ°¤Ë¸½¤ì¤Þ¤·¤¿¡£`Top' ¥Î¡¼¥É¤ò¤Ä¤¯¤ê¤Þ¤¹"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "¿ʬ @top ¥Î¡¼¥É¤Ï @ifinfo ¤è¤ê¤Ï @ifnottex ¤Ëʤ¤ï¤ì¤ë¤Ù¤­¤Ç¤Ï¡©"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' ¤Ë¤Ï `%s' ¤¬É¬ÍפǤ¹¤¬¡¢`%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "%c%s ¤ËÂФ¹¤ëÉÔÀµ¤Ê°ú¿ô"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "@%s ¤Ø¤Î°ú¿ô¤È¤·¤Æ¥³¥Þ¥ó¥É¤òÍ¿¤¨¤ë¤Ë¤Ï¡¢¥Ö¥ì¡¼¥¹¤ò»È¤¤¤Þ¤·¤ç¤¦"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "address@hidden' ¥Ö¥í¥Ã¥¯Æ⦤ǤΠ@%1$s ¤Ï¡¢¤¢¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "¥Þ¥ë¥Á¥Æ¡¼¥Ö¥ë¤Î³°Â¦¤Î @tab ¤ò̵»ë¤·¤Þ¤¹"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "¥Þ¥ë¥Á¥Æ¡¼¥Ö¥ë¤Î³°Â¦¤Î @tab ¤ò̵»ë¤·¤Þ¤¹"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "¥Þ¥ë¥Á¥Æ¡¼¥Ö¥ë¹àÌÜÆâ¤Î¥«¥é¥à¿ô¤¬Â¿¤¹¤®¤Þ¤¹(ºÇÂç %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "´Ö°ã¤Ã¤¿°ÌÃÖ¤Ë %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s ¤Ï°ú¿ô¤È¤·¤Æ `i' ¤« `j' ¤Î¤¤¤º¤ì¤«°ìʸ»ú¤¬É¬ÍפǤ¹"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s ¤Ï `%c' ¤Ç¤Ï¤Ê¤¯¡¢`i' ¤« `j' ¤ò°ú¿ô¤È¤·¤ÆɬÍפȤ·¤Þ¤¹"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "ÃΤé¤Ê¤¤¥³¥Þ¥ó¥É `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s ¤Ë¤Ï `{...}' ¤¬É¬ÍפǤ¹"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "ÃΤé¤Ê¤¤¥³¥Þ¥ó¥É `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "@end %s ¤ÎÂбþ¤ÎÁ°¤Ë¥Õ¥¡¥¤¥ë¤Î½ª¤ê¤Ë½Ð¤¯¤ï¤·¤Þ¤·¤¿"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend ¥Þ¥¯¥í¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "`%cend %s' ¤È¤ÎÂбþ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "ÊĤ¸¤ë¥Ö¥ì¡¼¥¹¤Î¤Ê¤¤ %c%s"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "¥Þ¥¯¥í³ÈÄ¥½ÐÎÏ `%s' ¤ò³«¤±¤Þ¤»¤ó"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "`%s' ¤ËÂФ¹¤ë¹àÌܤ¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "¥Þ¥¯¥í³ÈÄ¥½ÐÎÏ `%s' ¤ò³«¤±¤Þ¤»¤ó"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: ¥Õ¥¡¥¤¥ë°ú¿ô¤ò˺¤ì¤Æ¤¤¤Þ¤¹¤è\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image ¥Õ¥¡¥¤¥ë `%s' ¤¬Æɤá¤Þ¤»¤ó: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "`%s' ¥Î¡¼¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image ¥Õ¥¡¥¤¥ë `%s' (HTML ÍÑ) ¤¬Æɤá¤Þ¤»¤ó: %s"
@@ -823,7 +853,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "`.' ¤ä ',' ¤Ï %c ¤Ç¤Ï¤Ê¤¯¡¢Áê¸ß»²¾È¤Ë³¤±¤é¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "µÓÃí¤Ë¿Æ¥Î¡¼¥É¤ÎÄêµÁ¤¬¤¢¤ê¤Þ¤»¤ó"
 
@@ -1028,9 +1058,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "¾Ü¤·¤¯¤Ï --help ¥ª¥×¥·¥ç¥ó¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "`%s' ¤ËÂФ¹¤ë¹àÌܤ¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr " --speech-friendly        ²»À¼¹çÀ®´ï¤ËÂФ¹¤ë¿ÆÏÂÀ­¤ò¹â¤á¤ë\n"
@@ -2254,10 +2281,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu ¤¬ºÇ½é¤Î¥Î¡¼¥É°ÊÁ°¤Ë¸½¤ì¤Þ¤·¤¿¡£`ĺÅÀ' ¥Î¡¼¥É¤òºî¤ê¤Þ¤¹"
 
-#, fuzzy
-#~ msgid "@%s not meaningful outside address@hidden' environment"
-#~ msgstr "address@hidden' ¥Ö¥í¥Ã¥¯Æ⦤ǤΠ@%1$s ¤Ï¡¢¤¢¤Þ¤ê°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
-
 #~ msgid "Unmatched `%c%s'"
 #~ msgstr "`%c%s' ¤È¤ÎÂбþ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 

Index: po_messages/nb.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/nb.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/nb.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/nb.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -20,8 +20,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.90\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2004-12-05 15:37+0100\n"
 "Last-Translator: Trond Endrestøl <address@hidden>\n"
 "Language-Team: Norwegian Bokmaal <address@hidden>\n"
@@ -29,65 +29,65 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Prøv «%s --help» for mer informasjon.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s er ikke en gyldig ISO 639-språkkode"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s er ikke en gyldig ISO 639-språkkode"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr "%s: --footnote-style arg må være «separate» eller «end», ikke «%s».\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "ugjenkjennelig kodingsnavn «%s»"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "beklager, kodingen «%s» er ikke støttet"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke 
«%s».\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke 
«%s».\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Bruksmåte: %s [VALG]... TEXINFOFIL...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -95,7 +95,7 @@
 "Oversette Texinfodokumentasjon til forskjellige andre formater:\n"
 "Infofiler for lesing online med Emacs eller den frittstående GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -120,7 +120,7 @@
 "  -v, --verbose               forklare hva som blir gjort.\n"
 "      --version               vise programversjon og avslutte.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -135,7 +135,7 @@
 "      --xml                 generere Texinfo XML i stedet for Info.\n"
 "      --plaintext           generere ren tekst i stedet for Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -171,7 +171,7 @@
 "  -o, --output=FIL          sende output til FIL (eller katalog dersom "
 "splittet HTML),\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -211,7 +211,7 @@
 "      --split-size=ANT        splitte Infofilene ved lengde ANT (standard %"
 "d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -226,7 +226,7 @@
 "      --css-include=FIL         inkluder FIL i HTML <style>-taggen;\n"
 "                                  les stdin dersom FIL er -.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -246,7 +246,7 @@
 "  -U VAR                         udefiner variabelen VAR, som om @clear "
 "brukes.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -282,7 +282,7 @@
 "  --no-iftex         ikke behandle @iftex og @tex.\n"
 "  --no-ifxml         ikke behandle @ifxml og @xml.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -296,7 +296,7 @@
 "  dersom ren tekst genereres er --ifplaintext påslått og de andre av;\n"
 "  dersom XML genereres er --ifxml påslått og de andre av.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -323,7 +323,7 @@
 "  makeinfo --number-sections foo.texi   skrive Info med nummererte avsnitt\n"
 "  makeinfo --no-split foo.texi          skrive en Infofil uansett størrelse\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -335,7 +335,7 @@
 "generelle spørsmål og diskusjoner til address@hidden"
 "Websida for Texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -345,498 +345,528 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Ignorerer ugjenkjennelig TEXINFO_OUTPUT_FORMAT-verdi «%s».\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kan ikke opprette katalogen «%s»: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Noden «%s» er tidligere definert ved linje %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s krever et navn"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr "%s: --paragraph-indent arg må være numerisk/«none»/«asis», ikke 
«%s».\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Ukjent indeks «%s»"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Ukjent indeks «%s»"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s gir ikke mening utenfor address@hidden og address@hidden"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp krever et positivt numerisk argument, ikke `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "ureferert node «%s»"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "ureferert node «%s»"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "Noden «%s» mangler et menypunkt for «%s» selv om den er dens oppmål"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Ukjent indeks «%s»"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Innslag for indeksen «%s» utenfor node"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Fjerner utskriftsfilen «%s» på grunn av feil; bruk --force for å 
bevare.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Fjerner utskriftsfilen «%s» på grunn av feil; bruk --force for å 
bevare.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "For mange feil!  Ga opp.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: advarsel: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: advarsel: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(linje %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(linje %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Manglende «}» i @def-arg"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Ankeret «%s» og noden «%s» blir knyttet til det samme filnavnet"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignorerer løs tekst «%s» etter @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Må være i et address@hidden for å bruke address@hidden"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Ugyldig argument til @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s krever et argument: formattereren for %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "argumentene til @%s ble ignorert"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s er meningsløs utenfor et address@hidden"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image-fil «%s» er uleselig: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makroen «%s» kalt på linje %d med for mange argumenter"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ i makroekspansjon fulgt av «%s» istedet for parameternavn"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "ingen innslag funnet for «%s»\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makroen «%s» er tidligere definert"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "her er den tidligere definisjonen av «%s»"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "udefinert flagg: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indeksen «%s» eksisterer allerede"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makroen «%s» er tidligere definert"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s er utgått"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s er utgått"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Ukjent indeks «%s» i @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu sett før første @node, oppretter «Top»-noden"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "kanskje burde din @top-node bli pakket inn i @ifnottex istedet for @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' forventet «%s», men så «%s»"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item er ikke tillatt som argument til @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Bruk krøllparenteser for å gi en kommando som et argument til @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s er meningsløs innenfor en address@hidden"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignorerer @tab utenfor multitabell"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignorerer @tab utenfor multitabell"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "For mange kolonner i multitabellrad (maks %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Feilplassert %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s forventer et enkelt tegn, «i» eller «j» som argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s forventer «i» eller «j» som argument, ikke «%c»"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Ukjent kommando «%s»"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s forventet krøllparanteser"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Ukjent kommando «%s»"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Traff slutt-på-filen før matchende @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend macro ikke funnet"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Ingen tilsvarende «%cend %s»"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s mangler avsluttende krøllparentes"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: kunne ikke åpne --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "ingen innslag funnet for «%s»\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file endte i en kommentar"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: kunne ikke åpne --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: mangler filargument.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image-fil «%s» er uleselig: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Kan ikke finne noden «%s»."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image-fil «%s» (for HTML) er uleselig: %s"
@@ -858,7 +888,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Fotnote definert uten foreldrenode"
 
@@ -1055,9 +1085,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Prøv --help for mer informasjon.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "ingen innslag funnet for «%s»\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""
@@ -2321,10 +2348,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu sett før første node, oppretter «Top»-noden"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s gir ikke mening utenfor address@hidden og address@hidden"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s er meningsløs utenfor et address@hidden"
 

Index: po_messages/nl.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/nl.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/nl.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/nl.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo-4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-08-17 23:34+0200\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"
@@ -19,71 +19,71 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Typ '%s --help' voor meer informatie.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s is geen geldige ISO 639-taalcode"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s is geen geldige ISO 639-taalcode"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: Argument van --footnote-style moet 'separate' of 'end' zijn, niet '%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "onbekende coderingsnaam '%s'"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "sorry, codering '%s' wordt niet ondersteund"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
 "niet '%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
 "niet '%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Gebruik:  %s [OPTIE]... TEXINFO-BESTAND...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -92,7 +92,7 @@
 "Standaard worden 'Info'-bestanden aangemaakt.  Deze kunnen\n"
 "gelezen worden met 'emacs' of met het zelfstandige 'info'.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -120,7 +120,7 @@
 "  -v, --verbose               tonen wat er gedaan wordt\n"
 "      --version               versie-informatie tonen en stoppen\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -134,7 +134,7 @@
 "      --plaintext             platte tekst produceren\n"
 "      --xml                   Texinfo-XML produceren\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -167,7 +167,7 @@
 "  -o, --output=BESTAND        uitvoerbestand (of map indien gesplitste "
 "HTML)\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -206,7 +206,7 @@
 "      --split-size=GETAL      bestanden opsplitsen vanaf deze grootte\n"
 "                                (standaard %d bytes)\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -226,7 +226,7 @@
 "                              bestandsnamen met alleen ASCII-tekens "
 "produceren\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -242,7 +242,7 @@
 "  -P MAP                      MAP vooraantoevoegen aan @include-zoekpad\n"
 "  -U VAR                      variabele VAR wissen (als met '@clear')\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -277,7 +277,7 @@
 "\n"
 "  Voor de '--no-ifOPMAAK'-opties geldt: '@ifnotOPMAAK' _wel_ verwerken.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -293,7 +293,7 @@
 "niet;\n"
 "  als XML gemaakt wordt, staat '--ifxml' aan en de anderen niet.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -324,7 +324,7 @@
 "  makeinfo --no-split foo.texi           één Info-bestand ongeacht de "
 "grootte\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -335,7 +335,7 @@
 "en opmerkingen over de vertaling naar <address@hidden>.\n"
 "Texinfo-homepagina: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -350,508 +350,538 @@
 "zie http://gnu.org/licenses/gpl.html voor de volledige tekst.\n"
 "Er is GEEN GARANTIE, voor zover de wet dit toestaat.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Onbekende waarde '%s' van TEXINFO_OUTPUT_FORMAT wordt genegeerd.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kan map '%s' niet aanmaken: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "macro '%s' is al eerder gedefinieerd op regel %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s vereist een naam"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: Argument van --paragraph-indent moet numeriek, 'none' of 'asis' zijn, "
 "niet '%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "@%s 'on' of 'off' werd verwacht, niet '%s'"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Onbekende index '%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Onbekende index '%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Bij @%s is alleen 10 of 11 mogelijk, niet '%s'"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s is niet zinvol buiten '@titlepage'- en '@quotation'-omgevingen"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp vereist een postief numeriek argument, niet '%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "naar pagina '%s' wordt niet verwezen"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "naar pagina '%s' wordt niet verwezen"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Pagina '%s' bevat geen menu-item voor '%s'\n"
 "ondanks dat de eerste het 'Up'-doel van de laatste is"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Onbekende index '%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Item voor index '%s' valt buiten elke pagina"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Uitvoerbestand '%s' wordt verwijderd wegens fouten;\n"
 "gebruik '--force' om het te behouden.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Uitvoerbestand '%s' wordt verwijderd wegens fouten;\n"
 "gebruik '--force' om het te behouden.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Te veel fouten!  Gestopt.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: waarschuwing: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: waarschuwing: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(regel %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(regel %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Ontbrekende '}' in het argument van @def"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Het anker '%s' en pagina '%s' verwijzen naar dezelfde bestandsnaam"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "loze tekst '%s' na @multitable wordt genegeerd"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Moet in een '@%s'-omgeving zitten om '@%s' te kunnen gebruiken"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Fout argument van @%s"
 
 # FIXME: formatter?
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s vereist een argument: de formatteerder voor %c-item"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Het eerste argument van @inforef mag niet leeg zijn"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s is niet zinvol buiten een '@float'-omgeving"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image-bestand '%s' is onleesbaar: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Macro '%s' in regel %d wordt aangeroepen met te veel argumenten"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "'\\' in macro-expansie werd gevolgd door '%s' in plaats van een parameternaam"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "geen index-items gevonden voor '%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "macro '%s' is al eerder gedefinieerd"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "hier was de eerdere definitie van '%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "ongedefinieerde vlag: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Index '%s' bestaat al"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "macro '%s' is al eerder gedefinieerd"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s is verouderd"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s is verouderd"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Onbekende index '%s' in @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu gevonden vóór de eerste @node; aanmaken van Top-pagina"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "uw @top-pagina moet mogelijk ingepakt worden in @ifnottex in plaats van "
 "@ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "'@end' verwachtte '%s', maar vond '%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Het gevraagde drijvendekommatype '%s' werd niet eerder gebruikt"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item niet toegestaan in argument van @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Gebruik '{...}' om een commando als argument mee te geven aan @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s is zinloos in een '@%s'-blok"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "@tab buiten een 'multitabel' wordt genegeerd"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "@tab buiten een 'multitabel' wordt genegeerd"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Te veel kolommen in 'multitable'-item (maximaal %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Verkeerd geplaatste %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s verwacht één enkele 'i' of 'j' als argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s verwacht 'i' of 'j' als argument, niet '%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Onbekend commando '%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s verwachtte '{...}'"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Onbekend commando '%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Bestandseinde werd bereikt vóór een bijbehorende @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend-macro niet gevonden"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Geen overeenkomende '%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s ontbrekende sluitaccolade"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: kan '--css'-bestand '%s' niet openen"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "geen index-items gevonden voor '%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: '--css'-bestand eindigt in commentaar"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: kan '--css'-bestand '%s' niet openen"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: Ontbrekend bestandsargument.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg is verouderd; argumenten hebben standaard aanhalingstekens"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image-bestand '%s' is onleesbaar: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Kan pagina '%s' niet vinden."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image-bestand '%s' (voor HTML) is niet leesbaar: %s"
@@ -874,7 +904,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "'.' of ',' moet volgen op @%s, niet '%c'"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Voetnoot gedefinieerd zonder referentiepagina"
 
@@ -1077,9 +1107,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Gebruik '--help' voor meer informatie.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "geen index-items gevonden voor '%s'\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2584,10 +2611,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu gevonden voor de eerste pagina; aanmaken van Top-pagina"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s is niet zinvol buiten '@titlepage'- en '@quotation'-omgevingen"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s is niet zinvol buiten '@titlepage'-omgeving"
 

Index: po_messages/pl.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/pl.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/pl.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/pl.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-08-16 22:12+0200\n"
 "Last-Translator: Jakub Bogusz <address@hidden>\n"
 "Language-Team: Polish <address@hidden>\n"
@@ -15,69 +15,69 @@
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Polecenie `%s --help' poda wiêcej informacji.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s nie jest poprawnym kodem jêzyka zgodnym z ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s nie jest poprawnym kodem jêzyka zgodnym z ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: argumentem --footnote-style musi byæ `separate' lub `end', a nie `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: argumentem --footnote-style musi byæ `separate' lub `end', a nie `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "nierozpoznana nazwa kodowania `%s'"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "niestety kodowanie `%s' nie jest obs³ugiwane"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: argument --paragraph-indent musi byæ liczb±/`none'/`asis', a nie `%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: argument --paragraph-indent musi byæ liczb±/`none'/`asis', a nie `%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Sk³adnia: %s [OPCJA]... PLIK-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -87,7 +87,7 @@
 "samodzielnym\n"
 "GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -115,7 +115,7 @@
 "      --version               wy¶wietlenie informacji o wersji i "
 "zakoñczenie.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -129,7 +129,7 @@
 "      --xml                   wyprodukowanie Texinfo XML zamiast Info.\n"
 "      --plaintext             wyprodukowanie czystego tekstu zamiast Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -163,7 +163,7 @@
 "  -o, --output=PLIK           zapisanie do PLIKU (lub katalogu w przypadku\n"
 "                                dzielonego HTML),\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -206,7 +206,7 @@
 "      --split-size=ROZMIAR    podzia³ Info na pliki o ROZMIARZE (domy¶lnie %"
 "d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -226,7 +226,7 @@
 "      --transliterate-file-names\n"
 "                              tworzenie nazw plików w transliteracji ASCII.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -245,7 +245,7 @@
 "  -U ZMIENNA                    usuniêcie definicji ZMIENNEJ, tak jak "
 "@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -286,7 +286,7 @@
 "\n"
 "  Ponadto opcje --no-ifFORMAT powoduj± przetwarzanie tekstu @ifnotFORMAT.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -301,7 +301,7 @@
 "wy³±czone;\n"
 "  je¶li generowany jest XML, --ifxml jest w³±czone, a reszta wy³±czona.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -334,7 +334,7 @@
 "  makeinfo --no-split foo.texi            zapisanie jednego wielkiego pliku "
 "Info\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -344,7 +344,7 @@
 "address@hidden, a ogólne pytania i dyskusjê na address@hidden"
 "Strona domowa texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -360,503 +360,533 @@
 "rozpowszechniaæ.\n"
 "Nie ma ¯ADNEJ GWARANCJI w zakresie dopuszczalnym przez prawo.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Zignorowano nierozpoznan± warto¶æ TEXINFO_OUTPUT_FORMAT `%s'.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Nie mo¿na utworzyæ katalogu `%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Wêze³ `%s' poprzednio zdefiniowany w linii %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s wymaga nazwy"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: argument --paragraph-indent musi byæ liczb±/`none'/`asis', a nie `%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Oczekiwano @%s on lub off, a nie `%s'"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Nieznany indeks `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Nieznany indeks `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Obs³ugiwane s± tylko @%s 10 lub 11, a nie `%s'"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s nic nie znaczy poza ¶rodowiskami address@hidden' i address@hidden'"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp wymaga argumentu bêd±cego liczb± dodatni±, a nie `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "nie wskazywany wêze³ `%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "nie wskazywany wêze³ `%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Wêze³ `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W górê"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Nieznany indeks `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Wpis dla indeksu `%s' poza jakimkolwiek wêz³em"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Usuwanie pliku wyj¶ciowego `%s' z powodu b³êdów; --force pozwoli go "
 "zachowaæ.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Usuwanie pliku wyj¶ciowego `%s' z powodu b³êdów; --force pozwoli go "
 "zachowaæ.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Zbyt du¿o b³êdów! Poddajê siê.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: uwaga: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: uwaga: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(linia %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(linia %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Brakuje `}' w argumencie @def"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Znacznik `%s' i wêze³ `%s' odwzorowuj± siê na t± sam± nazwê pliku"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "zignorowano zab³±kany tekst `%s' po @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Trzeba byæ w ¶rodowisku address@hidden', aby u¿yæ address@hidden'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Z³y argument dla @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s wymaga argumentu: formatowania dla %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Pierwszy argument @inforef nie mo¿e byæ pusty"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s nic nie znaczy poza ¶rodowiskiem address@hidden'"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "Plik @image `%s' nieczytelny: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro `%s' wywo³ane w linii %d ze zbyt du¿± liczb± argumentów"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "po \\ w rozwiniêciu makra wystêpuje `%s' zamiast nazwy parametru"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "nie znaleziono wpisów w indeksie dla `%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makro `%s' ju¿ zosta³o zdefiniowane"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "oto poprzednia definicja `%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "niezdefiniowana flaga: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indeks `%s' ju¿ istnieje"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makro `%s' ju¿ zosta³o zdefiniowane"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s jest przestarza³e"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s jest przestarza³e"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Nieznany indeks `%s' w @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "napotkano @menu przed pierwszym @node, tworzenie wêz³a `Top'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "mo¿e wêze³ @top powinien byæ otoczony @ifnottex, a nie @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' oczekiwa³o `%s', ale napotkano `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "¯±dany rodzaj ¶rodowiska float `%s' nie by³ wcze¶niej u¿yty"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item nie jest dozwolone w argumencie @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 "Nale¿y u¿yæ nawiasów klamrowych, aby podaæ polecenie jako argument dla @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s nic nie znaczy wewn±trz bloku address@hidden'"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "zignorowano @tab poza multitable"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "zignorowano @tab poza multitable"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Zbyt du¿o kolumn w elemencie multitable (maksymalnie %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "¬le umieszczone %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s oczekuje pojedynczego znaku `i' lub `j' jako argumentu"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s oczekuje `i' lub `j' jako argumentu, a nie `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Nieznane polecenie `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s oczekiwa³o nawiasów klamrowych"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Nieznane polecenie `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Osi±gniêto koniec pliku przed znalezieniem @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "nie znaleziono makra %cend"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Brak pasuj±cego `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "w %c%s brakuje klamry zamykaj±cej"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: nie mo¿na otworzyæ pliku css: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "nie znaleziono wpisów w indeksie dla `%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: plik css zakoñczy³ siê wewn±trz komentarza"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: nie mo¿na otworzyæ pliku css: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: brakuj±cy argument plikowy.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg jest przestarza³e; argumenty s± domy¶lnie cytowane"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "Plik @image `%s' nieczytelny: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Nie mo¿na znale¼æ wêz³a `%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "Plik @image `%s' (dla HTML) nieczytelny: %s"
@@ -879,7 +909,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "Po @%s musi wyst±piæ `.' lub `,', a nie `%c'"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Zdefiniowano przypis bez wêz³a nadrzêdnego"
 
@@ -1081,9 +1111,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Wiêcej informacji mo¿na uzyskaæ przez --help.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "nie znaleziono wpisów w indeksie dla `%s'\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2601,10 +2628,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "napotkano @detailmenu przed pierwszym wêz³em, tworzenie wêz³a `Top'"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s nic nie znaczy poza ¶rodowiskami address@hidden' i 
address@hidden'"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s nic nie znaczy poza ¶rodowiskiem address@hidden'"
 

Index: po_messages/ro.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/ro.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/ro.po   11 Nov 2009 15:13:37 -0000      1.2
+++ po_messages/ro.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2005-05-03 12:00+05\n"
 "Last-Translator: Laurentiu Buzdugan <address@hidden>\n"
 "Language-Team: Romanian <address@hidden>\n"
@@ -17,69 +17,69 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Încercaþi `%s --help' pentru informaþii suplimentare.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s nu este un cod de limbã valid conform ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s nu este un cod de limbã valid conform ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: --footnote-style arg trebuie sã fie `separate' sau `end', nu `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "nume de codare nerecunoscut `%s'"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "ne pare rãu, codarea `%s' nu este suportatã"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Folosire: %s [OPÞIUNE]... FIªIER-TEXINFO...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -87,7 +87,7 @@
 "Translateazã documentaþia sursã Texinfo în diferite alte formate, implicit\n"
 "fiºiere Info potrivite pentru citit online cu Emacs sau GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -113,7 +113,7 @@
 "      --version               afiºeazã informaþii despre versiune ºi "
 "terminã.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -128,7 +128,7 @@
 "      --xml                 ieºire Texinfo XML în loc de Info.\n"
 "      --plaintext           ieºire text simplu în loc de Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -161,7 +161,7 @@
 "      --number-sections     scrie numere de capitole ºi secþiuni.\n"
 "  -o, --output=FIªIER       scrie în FIªIER (director dacã multiple HTML),\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -201,7 +201,7 @@
 "      --split-size=NUM        împarte fiºierele Info de dimens. NUM "
 "(implicit %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -216,7 +216,7 @@
 "      --css-include=FIªIER      include FIªIER în HTML <stil> ieºire;\n"
 "                                  citeºte stdin dacã FIªIER este -.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -232,7 +232,7 @@
 "  -P DIR                        prepend DIR la calea de cãutare @include.\n"
 "  -U VAR                        nedefineºte variabila VAR, ca ºi @clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -271,7 +271,7 @@
 "  De asemenea, pentru opþiunile --no-ifFORMAT, proceseazã text "
 "@ifnotFORMAT.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -286,7 +286,7 @@
 "  dacã generaþi text simplu, --ifplaintext este selectat iar restul sunt "
 "deselectate;\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -317,7 +317,7 @@
 "  makeinfo --no-split foo.texi          scrie un singur fiºier Info "
 "indiferent cât de mare\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -329,7 +329,7 @@
 "întrebãri generale ºi discuþii la address@hidden"
 "Texinfo homepage: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -339,502 +339,532 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Ignor valoare nerecunoscutã TEXINFO_OUTPUT_FORMAT `%s'.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Nu pot crea directorul `%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Nodul `%s' definit anterior la linia %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s necesitã un nume"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: --paragraph-indent arg trebuie sã fie numeric/`none'/`asis', nu `%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Index necunoscut `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Index necunoscut `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s nu are sens în exteriorul mediilor address@hidden' ºi 
address@hidden'"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp necesitã un argument numeric pozitiv, nu `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "nod nereferit `%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "nod nereferit `%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "Nodului `%s' îi lipseºte articolul pentru `%s' deºi îi este þinta Sus"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Index necunoscut `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Intrarea pentru index-ul `%s' în afara oricãrui nod"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: fiºierul de ieºire `%s' din cauza erorilor; folosiþi --force pentru a-l "
 "pãstra.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: fiºierul de ieºire `%s' din cauza erorilor; folosiþi --force pentru a-l "
 "pãstra.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Prea multe erori!  Am renunþat.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: avertisment: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: avertisment: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(linia %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(linia %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Lipseºte `}' în @def arg"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Ancoraj `%s' ºi nodul `%s' aratã cãtre acelaºi nume de fiºier"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignor text aiurea `%s' dupã @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Trebuie sã fiþi în mediul address@hidden' pentru a folosi 
address@hidden'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Argument nepotrivit pentru @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s necesitã un argument: formatatorul pentru %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "argumentele pentru @%s ignorate"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s nu are sens în exteriorul mediului address@hidden'"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "Fiºierul @image `%s' nu poate fi citit: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Macro `%s' chemat pe linia %d cu prea multe argumente"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ in expansiunea macro urmatã de `%s' în loc de nume parametru"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "macro-ul `%s' definit anterior"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "aici este definiþia anterioarã a lui `%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "marcaj nedefinit: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indez-ul `%s' existã deja"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "macro-ul `%s' definit anterior"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s este depãsit"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s este depãsit"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Index necunoscut `%s' în @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu vãzut înainte de primul @node, creez nodul `Vârf'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "probabil cã nodul d-voastrã @top ar trebui împachetat în @ifnottex în loc de "
 "@ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden' a aºteptat `%s', dar a vãzut `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item nu este permis în argument la @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Folosiþi paranteze pentru a da o comandã ca argument lui @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s nu are sens în interiorul blocului address@hidden'"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignor @tab în afara multitabelului"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignor @tab în afara multitabelului"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Prea multe coloane în articol multitabel (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "%c nelalocul lui"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s aºteaptã un singur caracter `i' sau `j' ca argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s aºteaptã `i' sau `j' ca argument, nu `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Comandã necunoscutã `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s am aºteptat paranteze"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Comandã necunoscutã `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Am ajuns la eof înainte de a potrivi @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cend macro nu a fost gãsit"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Nici o potrivire %cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s lipseºte paranteza de închidere"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: nu am putut deschide --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file s-a terminat cu un comentariu"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: nu am putut deschide --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: lipseºte fiºierul argument.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "Fiºierul @image `%s' nu poate fi citit: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Nu pot gãsi nodul `%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "Fiºierul @image `%s' (pentru HTML) nu poate fi citit: %s"
@@ -856,7 +886,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Nota de subsol definitã fãrã nod pãrinte"
 
@@ -1054,9 +1084,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Încercaþi --help pentru informaþii suplimentare.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "nici o intrare de index a fost gãsitã pentru `%s'\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""
@@ -2335,10 +2362,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu vãzut înainte de primul nod, creez nodul `Vârf'"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s nu are sens în exteriorul mediilor address@hidden' ºi 
address@hidden'"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s nu are sens în exteriorul mediului address@hidden'"
 

Index: po_messages/ru.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/ru.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/ru.po   11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/ru.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2005-02-07 09:27+0300\n"
 "Last-Translator: Oleg S. Tihonov <address@hidden>\n"
 "Language-Team: Russian <address@hidden>\n"
@@ -14,71 +14,71 @@
 "Content-Type: text/plain; charset=koi8-r\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "ðÏÐÒÏÂÕÊÔÅ `%s --help' ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ×ÅÒÎÙÍ ËÏÄÏÍ ÑÚÙËÁ ÉÚ ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ×ÅÒÎÙÍ ËÏÄÏÍ ÑÚÙËÁ ÉÚ ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: ÁÒÇÕÍÅÎÔ --footnote-style ÄÏÌÖÅÎ ÂÙÔØ `separate' ÉÌÉ `end'; Á ÎÅ `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: ÁÒÇÕÍÅÎÔ --footnote-style ÄÏÌÖÅÎ ÂÙÔØ `separate' ÉÌÉ `end'; Á ÎÅ `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "ÉÍÑ ËÏÄÉÒÏ×ËÉ `%s' ÎÅ ÒÁÓÐÏÚÎÁÎÏ"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "ÉÚ×ÉÎÉÔÅ, ËÏÄÉÒÏ×ËÁ `%s' ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: ÁÒÇÕÍÅÎÔ --paragraph-indent ÄÏÌÖÅÎ ÂÙÔØ ÞÉÓÌÏ×ÙÍ, ÉÌÉ\n"
 "`none', ÉÌÉ `asis'; ÎÅ `%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: ÁÒÇÕÍÅÎÔ --paragraph-indent ÄÏÌÖÅÎ ÂÙÔØ ÞÉÓÌÏ×ÙÍ, ÉÌÉ\n"
 "`none', ÉÌÉ `asis'; ÎÅ `%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþ]... TEXINFO-æáêì...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -87,7 +87,7 @@
 "ÕÍÏÌÞÁÎÉÀ × Info-ÆÁÊÌÙ, ËÏÔÏÒÙÅ ÍÏÖÎÏ ÞÉÔÁÔØ Ó ÐÏÍÏÝØÀ Emacs ÉÌÉ\n"
 "ÏÔÄÅÌØÎÏÊ ÐÒÏÇÒÁÍÍÙ GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -115,7 +115,7 @@
 "  -v, --verbose                 ÐÏÑÓÎÑÔØ ÄÅÊÓÔ×ÉÑ.\n"
 "      --version                 ÐÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÅÒÓÉÉ É ×ÙÊÔÉ.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -130,7 +130,7 @@
 "      --xml                 ×Ù×ÏÄÉÔØ × ÆÏÒÍÁÔÅ Texinfo XML, Á ÎÅ × Info.\n"
 "      --plaintext           ×Ù×ÏÄÉÔØ ÐÒÏÓÔÏÊ ÔÅËÓÔ, Á ÎÅ Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -165,7 +165,7 @@
 " -o, --output=æáêì         ×Ù×ÏÄÉÔØ × ÕËÁÚÁÎÎÙÊ æáêì (ËÁÔÁÌÏÇ ÄÌÑ HTML Ó \n"
 "                           ÒÁÚÂÉÅÎÉÅÍ).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -206,7 +206,7 @@
 "      --split-size=òáúíåò     ÒÁÚÂÉ×ÁÔØ ÎÁ ÆÁÊÌÙ ÚÁÄÁÎÎÏÇÏ òáúíåòá (ÐÏ\n"
 "                                ÕÍÏÌÞÁÎÉÀ %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -222,7 +222,7 @@
 "                                ÞÉÔÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ, ÅÓÌÉ æáêì ÚÁÄÁÎ ËÁË "
 "-.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -243,7 +243,7 @@
 " -U ðåòåíåîîáñ           ÓÄÅÌÁÔØ ðåòåíåîîõà ÎÅÏÐÒÅÄÅÌÅÎÎÏÊ, ÁÎÁÌÏÇÉÞÎÏ\n"
 "                           ÉÓÐÏÌØÚÏ×ÁÎÉÀ @clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -280,7 +280,7 @@
 "\n"
 "  ëÒÏÍÅ ÔÏÇÏ, ÄÌÑ ËÌÀÞÅÊ --no-ifæïòíáô, ÏÂÒÁÂÁÔÙ×ÁÔØ ÂÌÏËÉ @ifnotæïòíáô.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -294,7 +294,7 @@
 "  ÐÒÉ ×Ù×ÏÄÅ ÐÒÏÓÔÏÇÏ ÔÅËÓÔÁ ×ËÌÀÞÅÎ --ifplaintext, ÏÓÔÁÌØÎÙÅ ×ÙËÌÀÞÅÎÙ;\n"
 "  ÐÒÉ ×Ù×ÏÄÅ XML ×ËÌÀÞÅÎ --ifxml, ÏÓÔÁÌØÎÙÅ ×ÙËÌÀÞÅÎÙ.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -324,7 +324,7 @@
 "ÒÁÚÄÅÌÁÍÉ\n"
 "  makeinfo --no-split foo.texi         ÚÁÐÉÓÁÔØ ÏÄÉÎ ÂÏÌØÛÏÊ Info-ÆÁÊÌ\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -336,7 +336,7 @@
 "ÏÂÝÅÅ ÏÂÓÕÖÄÅÎÉÅ É ×ÏÐÒÏÓÙ ÎÁÐÒÁ×ÌÑÊÔÅ ÐÏ ÁÄÒÅÓÕ address@hidden"
 "äÏÍÁÛÎÁÑ ÓÔÒÁÎÉÃÁ Texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -346,503 +346,533 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: ÎÅÉÚ×ÅÓÔÎÏÅ ÚÎÁÞÅÎÉÅ TEXINFO_OUTPUT_FORMAT `%s' ÉÇÎÏÒÉÒÏ×ÁÎÏ.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ ËÁÔÁÌÏÇ `%s': %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "îÏÄÁ `%s' ÂÙÌÁ ÒÁÎÅÅ ÏÐÒÅÄÅÌÅÎÁ × ÓÔÒÏËÅ %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "ËÏÍÁÎÄÅ %c%s ÎÕÖÎÏ ÕËÁÚÁÔØ ÉÍÑ"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: ÁÒÇÕÍÅÎÔ --paragraph-indent ÄÏÌÖÅÎ ÂÙÔØ ÞÉÓÌÏ×ÙÍ, ÉÌÉ\n"
 "`none', ÉÌÉ `asis'; ÎÅ `%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "éÍÅÎÎÏÊ ÕËÁÚÁÔÅÌØ `%s' ÎÅÉÚ×ÅÓÔÅÎ"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "éÍÅÎÎÏÊ ÕËÁÚÁÔÅÌØ `%s' ÎÅÉÚ×ÅÓÔÅÎ"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s ÎÅ ÉÍÅÅÔ ÓÍÙÓÌÁ ×ÎÅ ÂÌÏËÁ address@hidden' ÉÌÉ address@hidden'"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "ËÏÍÁÎÄÅ @sp ÎÕÖÎÏ ÕËÁÚÁÔØ ÐÏÌÏÖÉÔÅÌØÎÙÊ ÞÉÓÌÏ×ÏÊ ÁÒÇÕÍÅÎÔ, Á ÎÅ `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "ÎÁ ÎÏÄÕ `%s' ÎÅÔ ÓÓÙÌÏË"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "ÎÁ ÎÏÄÕ `%s' ÎÅÔ ÓÓÙÌÏË"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "îÏÄÁ `%s' ÎÅ ÉÍÅÅÔ ÐÕÎËÔÁ ÍÅÎÀ ÄÌÑ `%s', ÈÏÔÑ ÎÁ ÎÅÅ ÓÓÙÌÁÅÔÓÑ ÐÏÌÅ Up"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "éÍÅÎÎÏÊ ÕËÁÚÁÔÅÌØ `%s' ÎÅÉÚ×ÅÓÔÅÎ"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "÷ÈÏÖÄÅÎÉÅ ÄÌÑ ÉÍÅÎÎÏÇÏ ÕËÁÚÁÔÅÌÑ `%s' ×ÎÅ ÎÏÄÙ"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: õÄÁÌÅÎÉÅ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ `%s' -- ÂÙÌÉ ÏÛÉÂËÉ;\n"
 "ÉÓÐÏÌØÚÕÊÔÅ --force, ÞÔÏÂÙ ÐÒÉÎÕÄÉÔÅÌØÎÏ ÓÏÈÒÁÎÉÔØ ÒÅÚÕÌØÔÁÔÙ.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: õÄÁÌÅÎÉÅ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ `%s' -- ÂÙÌÉ ÏÛÉÂËÉ;\n"
 "ÉÓÐÏÌØÚÕÊÔÅ --force, ÞÔÏÂÙ ÐÒÉÎÕÄÉÔÅÌØÎÏ ÓÏÈÒÁÎÉÔØ ÒÅÚÕÌØÔÁÔÙ.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÏÛÉÂÏË! ïÓÔÁÎÏ×ËÁ.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(ÓÔÒÏËÁ %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(ÓÔÒÏËÁ %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "÷ ÁÒÇÕÍÅÎÔÅ @def ÐÒÏÐÕÝÅÎÁ `}'"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "íÁÒËÅÒ `%s' É ÎÏÄÁ `%s' ÓÓÙÌÁÀÔÓÑ ÎÁ ÏÄÎÏ É ÔÏ ÖÅ ÉÍÑ ÆÁÊÌÁ"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ÔÅËÓÔ `%s' ÐÏÓÌÅ @multitable ÉÇÎÏÒÉÒÏ×ÁÎ"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "îÕÖÎÏ ÂÙÔØ × ÂÌÏËÅ address@hidden', ÞÔÏÂÙ ÉÓÐÏÌØÚÏ×ÁÔØ address@hidden'"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "ðÌÏÈÏÊ ÁÒÇÕÍÅÎÔ ÄÌÑ @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s ÄÏÌÖÎÁ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ c ÁÒÇÕÍÅÎÔÏÍ: ÆÏÒÍÁÔÏÍ ÄÌÑ %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ @%s ÉÇÎÏÒÉÒÏ×ÁÎÙ"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s ÎÅ ÉÍÅÅÔ ÓÍÙÓÌÁ ×ÎÅ ÂÌÏËÁ address@hidden'"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ @image ÆÁÊÌ `%s': %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "íÁËÒÏ `%s' ×ÙÚ×ÁÎÏ ÎÁ ÓÔÒÏËÅ %d Ó ÉÚÌÉÛÎÉÍÉ ÁÒÇÕÍÅÎÔÁÍÉ"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "ÐÏÓÌÅ \\ × ÒÁÓËÒÙÔÉÉ ÍÁËÒÏ ÓÔÏÉÔ `%s', Á ÎÅ ÉÍÑ ÐÁÒÁÍÅÔÒÁ"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "ÄÌÑ `%s' ÎÅ ÎÁÊÄÅÎÏ ×ÈÏÖÄÅÎÉÊ × ÉÍÅÎÎÏÍ ÕËÁÚÁÔÅÌÅ\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "ÍÁËÒÏ `%s' ÂÙÌÏ ÏÐÒÅÄÅÌÅÎÏ ÒÁÎØÛÅ"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "ÍÅÓÔÏ ÐÒÅÄÙÄÕÝÅÇÏ ÏÐÒÅÄÅÌÅÎÉÑ `%s'"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "ÎÅÏÐÒÅÄÅÌÅÎÎÙÊ ÆÌÁÇ: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "éÍÅÎÎÏÊ ÕËÁÚÁÔÅÌØ `%s' ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "ÍÁËÒÏ `%s' ÂÙÌÏ ÏÐÒÅÄÅÌÅÎÏ ÒÁÎØÛÅ"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "ëÏÍÁÎÄÁ %c%s ÕÓÔÁÒÅÌÁ É ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "ëÏÍÁÎÄÁ %c%s ÕÓÔÁÒÅÌÁ É ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "îÅÉÚ×ÅÓÔÅÎ ÉÍÅÎÎÏÊ ÕËÁÚÁÔÅÌØ `%s' × @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu ×ÓÔÒÅÞÅÎÏ ÐÅÒÅÄ ÐÅÒ×ÏÊ @node, ÂÕÄÅÔ ÓÏÚÄÁÎÁ ÎÏÄÁ `Top'"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "×ÅÒÏÑÔÎÏ, ×ÁÛÁ ÎÏÄÁ @top ÄÏÌÖÎÁ ÂÙÔØ × ÂÌÏËÅ @ifnottex, Á ÎÅ × @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "ÏÖÉÄÁÌÏÓØ address@hidden' Ó `%s', ×ÓÔÒÅÞÅÎÏ `%s'"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "ÎÅÌØÚÑ ÚÁÄÁ×ÁÔØ @item × ÁÒÇÕÍÅÎÔÅ ÄÌÑ @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr ""
 "éÓÐÏÌØÚÕÊÔÅ ÆÉÇÕÒÎÙÅ ÓËÏÂËÉ, ÞÔÏÂÙ ÐÅÒÅÄÁÔØ @%s ËÏÍÁÎÄÕ × ËÁÞÅÓÔ×Å ÁÒÇÕÍÅÎÔÁ"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s ÎÅ ÉÍÅÅÔ ÓÍÙÓÌÁ ×ÎÕÔÒÉ ÂÌÏËÁ address@hidden'"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "@tab ×ÎÅ ÔÁÂÌÉÃÙ ÉÇÎÏÒÉÒÏ×ÁÎ"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "@tab ×ÎÅ ÔÁÂÌÉÃÙ ÉÇÎÏÒÉÒÏ×ÁÎ"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ËÏÌÏÎÏË × ÜÌÅÍÅÎÔÅ ÔÁÂÌÉÃÙ (ÍÁËÓÉÍÕÍ %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "úÄÅÓØ ÎÅ ÄÏÌÖÎÏ ÂÙÔØ %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s ÏÖÉÄÁÅÔ × ËÁÞÅÓÔ×Å ÁÒÇÕÍÅÎÔÁ ÏÄÉÎ ÓÉÍ×ÏÌ `i' ÉÌÉ `j'"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s ÏÖÉÄÁÅÔ × ËÁÞÅÓÔ×Å ÁÒÇÕÍÅÎÔÁ `i' ÉÌÉ `j', Á ÎÅ `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ËÏÍÁÎÄÁ `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s ÐÏÄÒÁÚÕÍÅ×ÁÅÔ ÆÉÇÕÒÎÙÅ ÓËÏÂËÉ"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "îÅÉÚ×ÅÓÔÎÁÑ ËÏÍÁÎÄÁ `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "ëÏÎÅà ÆÁÊÌÁ ÒÁÎØÛÅ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÊ ËÏÍÁÎÄÙ @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "ÎÅ ×ÓÔÒÅÞÅÎÏ %cend macro"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "îÅÔ ÐÁÒÎÏÊ `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s ÐÒÏÐÕÝÅÎÁ ÚÁËÒÙ×ÁÀÝÁÑ ÓËÏÂËÁ"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ css-ÆÁÊÌ: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "ÄÌÑ `%s' ÎÅ ÎÁÊÄÅÎÏ ×ÈÏÖÄÅÎÉÊ × ÉÍÅÎÎÏÍ ÕËÁÚÁÔÅÌÅ\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: css-ÆÁÊÌ ÏÂÒÙ×ÁÅÔÓÑ × ËÏÍÍÅÎÔÁÒÉÉ"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ css-ÆÁÊÌ: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: ÐÒÏÐÕÝÅÎ ÁÒÇÕÍÅÎÔ, ÚÁÄÁÀÝÉÊ ÆÁÊÌ.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ @image ÆÁÊÌ `%s': %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ ÎÏÄÕ `%s'."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÆÁÊÌ `%s' × ËÏÍÁÎÄÅ @image (ÄÌÑ HTML): %s"
@@ -864,7 +894,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "óÎÏÓËÁ ÏÐÒÅÄÅÌÅÎÁ ÂÅÚ ÒÏÄÉÔÅÌØÓËÏÊ ÎÏÄÙ"
 
@@ -1062,9 +1092,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "ðÏÐÒÏÂÕÊÔÅ --help ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "ÄÌÑ `%s' ÎÅ ÎÁÊÄÅÎÏ ×ÈÏÖÄÅÎÉÊ × ÉÍÅÎÎÏÍ ÕËÁÚÁÔÅÌÅ\n"
-
 #, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr ""
@@ -2328,10 +2355,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu ×ÓÔÒÅÞÅÎÏ ÐÅÒÅÄ ÐÅÒ×ÏÊ @node, ÂÕÄÅÔ ÓÏÚÄÁÎÁ ÎÏÄÁ `Top'"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%s ÎÅ ÉÍÅÅÔ ÓÍÙÓÌÁ ×ÎÅ ÂÌÏËÁ address@hidden' ÉÌÉ address@hidden'"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s ÎÅ ÉÍÅÅÔ ÓÍÙÓÌÁ ×ÎÅ ÂÌÏËÁ address@hidden'"
 

Index: po_messages/rw.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/rw.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/rw.po   11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/rw.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"
@@ -24,65 +24,65 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, fuzzy, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "kugirango Birenzeho Ibisobanuro"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%sni OYA a Byemewe Ururimi ITEGEKONGENGA"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, fuzzy, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr "%s:--Ubusobanuro mpezarupapuro IMISUSIRE Cyangwa OYA"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "Imisobekere: Izina:"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "Imisobekere: OYA"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, fuzzy, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr ""
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 #, fuzzy
 msgid ""
 "Translate Texinfo source documentation to various other formats, by default\n"
@@ -91,7 +91,7 @@
 "Inkomoko Kuri Ikindi Imiterere ku Idosiye kugirango kiri kuri interineti Na: "
 "Cyangwa"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, fuzzy, perl-format
 msgid ""
 "General options:\n"
@@ -111,7 +111,7 @@
 "Indango Mburabuzi v ni Byakozwe Verisiyo Kugaragaza Verisiyo Ibisobanuro Na "
 "Gusohoka"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 #, fuzzy
 msgid ""
 "Output format selection (default is to produce Info):\n"
@@ -123,7 +123,7 @@
 "Imiterere Ihitamo Mburabuzi ni Kuri InyandikoGitabo Ibisohoka HTML Ibisohoka "
 "xml Ibisohoka Ibisohoka Byuzuye Umwandiko"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 #, fuzzy
 msgid ""
 "General output options:\n"
@@ -148,7 +148,7 @@
 "Cyangwa Ibisohoka Ibisohoka IDOSIYE Umubare Ibyatoranyijwe Ibisohoka Umutwe "
 "Na Imibare o Ibisohoka Ibisohoka Kuri bushyinguro NIBA Gutandukanya"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, fuzzy, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -176,7 +176,7 @@
 "Mburabuzi Igika Ikurura Ikurura Ibika ku Imyanya Mburabuzi ni OYA Ikurura "
 "NIBA Gutandukanya Ingano Gutandukanya Idosiye ku Ingano Mburabuzi"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -188,7 +188,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr "kugirango Gushyiramo Gushyiramo in IMISUSIRE Ibisohoka Gusoma NIBA ni"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 #, fuzzy
 msgid ""
 "Input file options:\n"
@@ -203,7 +203,7 @@
 "Gushyiramo Gushaka Inzira Kuri i Gushyiramo Gushaka Inzira U i "
 "IMPINDURAGACIRO Nka Na: Gusiba"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 #, fuzzy
 msgid ""
 "Conditional processing in input:\n"
@@ -229,7 +229,7 @@
 "Oya OYA Na HTML Umwandiko Oya OYA Umwandiko Oya OYA Umwandiko Oya OYA Na "
 "Umwandiko Oya OYA Na xml Umwandiko kugirango i Oya Amahitamo Umwandiko"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 #, fuzzy
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
@@ -242,7 +242,7 @@
 "NIBA ni ku Na i Ibindi Bidakora NIBA Byuzuye Umwandiko ni ku Na i Ibindi "
 "Bidakora NIBA ni ku Na i Ibindi Bidakora"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -263,7 +263,7 @@
 "Kwandika HTML Imirongo Umubare Ibyatoranyijwe Kwandika Na: Iriho Imibare Oya "
 "Gutandukanya Kwandika IDOSIYE"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -271,7 +271,7 @@
 "Texinfo home page: http://www.gnu.org/software/texinfo/";
 msgstr "org."
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -281,498 +281,528 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, fuzzy, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s:Kwirengagiza Agaciro"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, fuzzy, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kurema bushyinguro"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "ku Umurongo"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, fuzzy, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%sa Izina:"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr "%s:--Igika Ikurura Bikurikije umubare OYA"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Umubarendanga"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Umubarendanga"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%sOYA Hanze Na"
+
+#: texi2html.pl:6028
 #, fuzzy, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@SP a Bikurikije umubare OYA"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "%sIndango Kuri"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr ""
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, fuzzy, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "Ibikubiyemo Ikintu kugirango Intego"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, fuzzy, perl-format
 msgid "Unknown index `%s'"
 msgstr "Umubarendanga"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, fuzzy, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "kugirango Umubarendanga Hanze Bya"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, fuzzy, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr "%s:Ibisohoka IDOSIYE Kuri Amakosa Gukoresha Kuri"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr "%s:Ibisohoka IDOSIYE Kuri Amakosa Gukoresha Kuri"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 #, fuzzy
 msgid "Too many errors!  Gave up.\n"
 msgstr "Amakosa Hejuru"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d:Iburira"
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d:Iburira"
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(Umurongo"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(Umurongo"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "in"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Na Kuri i IDOSIYE Izina:"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, fuzzy, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "Umwandiko Nyuma"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, fuzzy, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "in Kuri Gukoresha"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Kuri"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, fuzzy, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%si kugirango"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "ingingo Kuri"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%sOYA Hanze"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@Ishusho IDOSIYE"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "ku Umurongo Na:"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ in Makoro ku Bya Izina:"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
+
+#: texi2html.pl:12376
 #, fuzzy, perl-format
 msgid "macro `%s' previously defined"
 msgstr "Makoro"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, fuzzy, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "ni i Ibanjirije Insobanuro Bya"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, fuzzy, perl-format
 msgid "undefined flag: %s"
 msgstr "kidasobanuye Ibendera"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, perl-format
 msgid "@%s already set"
 msgstr ""
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "Makoro"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%sni"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%sni"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, fuzzy, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Umubarendanga in"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@Ibikubiyemo Mbere Itangira"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 #, fuzzy
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "Hejuru: in"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, fuzzy, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden:"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@Ikintu OYA in Kuri"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, fuzzy, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Ingirwadusodeko Kuri a Komandi: Nka Kuri"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, fuzzy, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%sOYA Mo Imbere Funga"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 #, fuzzy
 msgid "ignoring @tab outside of multitable"
 msgstr "Isunika Hanze Bya"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "Isunika Hanze Bya"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, fuzzy, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Inkingi in Ikintu KININI"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr ""
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, fuzzy, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%sa UMWE Inyuguti Cyangwa Nka"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%sCyangwa Nka OYA"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Komandi:"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%sIkitezwe: Ingirwadusodeko"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, fuzzy, perl-format
 msgid "Unknown command `%s'"
 msgstr "Komandi:"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, fuzzy, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Mbere Impera"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, fuzzy, perl-format
 msgid "%cend macro not found"
 msgstr "%cendMakoro OYA Byabonetse"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr ""
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, fuzzy, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%sIbuze Gufunga"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s:OYA Gufungura IDOSIYE"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, fuzzy, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d:--IDOSIYE in Icyo wongeraho"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s:OYA Gufungura IDOSIYE"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, fuzzy, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s:Ibuze IDOSIYE"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, fuzzy, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@Ishusho IDOSIYE"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Gushaka"
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@Ishusho IDOSIYE kugirango OYA"
@@ -793,7 +823,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr ""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr ""
 
@@ -1013,10 +1043,6 @@
 #~ msgstr "Ifashayobora kugirango Birenzeho Ibisobanuro"
 
 #, fuzzy
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango"
-
-#, fuzzy
 #~ msgid "  -b, --speech-friendly        be friendly to speech synthesizers."
 #~ msgstr "-B Kuri"
 
@@ -2396,11 +2422,6 @@
 #~ msgstr "@Mbere Itangira"
 
 #, fuzzy
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "@%sOYA Hanze Na"
-
-#, fuzzy
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%sOYA Hanze"
 

Index: po_messages/sv.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/sv.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/sv.po   11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/sv.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.11.93\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-03-09 20:35+0100\n"
 "Last-Translator: Christian Rose <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
@@ -14,73 +14,73 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Prova \"%s --help\" för mer information.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s är inte en giltig landskod enligt ISO 639"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s är inte en giltig landskod enligt ISO 639"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
 "\"%s\".\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%s: argumentet --footnote-style måste vara \"separate\" eller \"end\", inte "
 "\"%s\".\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "okänt kodningsnamn \"%s\""
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "tyvärr, kodningen \"%s\" stöds inte"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
 "inte \"%s\".\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
 "inte \"%s\".\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Användning: %s [FLAGGA]... TEXINFO-FIL...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -88,7 +88,7 @@
 "Översätt Texinfo-källdokumentation till diverse andra format, som 
standard\n"
 "infofiler som är lämpliga för läsning med Emacs eller GNU Info.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -114,7 +114,7 @@
 "  -v, --verbose               förklara vad som görs.\n"
 "      --version               visa versionsinformation och avsluta.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -128,7 +128,7 @@
 "      --xml                   generera Texinfo XML istället för Info.\n"
 "      --plaintext             generera vanlig text istället för Info.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -159,7 +159,7 @@
 "      --number-sections       generera kapitel- och avsnittsnummer.\n"
 "  -o, --output=FIL            generera till FIL (katalog om delad HTML).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -201,7 +201,7 @@
 "      --split-size=ANTAL      dela upp Info-filer vid storleken ANTAL\n"
 "                                (standardvärde %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 #, fuzzy
 msgid ""
 "Options for HTML:\n"
@@ -219,7 +219,7 @@
 "      --transliterate-file-names\n"
 "                              producera filnamn i ASCII-translitteration.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -238,7 +238,7 @@
 "  -U VARIABEL                    odefiniera variabeln VARIABEL, som med "
 "@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -275,7 +275,7 @@
 "\n"
 "  Dessutom, för flaggorna --no-ifFORMAT, behandla @ifnotFORMAT-text.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -289,7 +289,7 @@
 "  om vanlig text genereras är --ifplaintext på och de andra av;\n"
 "  om XML genereras är --ifxml på och de andra av.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -318,7 +318,7 @@
 "  makeinfo --no-split apa.texi           skriv en Info-fil hur stor den än "
 "är\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -329,7 +329,7 @@
 "och synpunkter på översättningen till address@hidden"
 "Hemsida för texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -348,502 +348,533 @@
 "vidaredistribuera det. Det finns INGEN GARANTI, i den omfattning som\n"
 "medges av gällande lag.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Ignorerar okänt TEXINFO_OUTPUT_FORMAT-värde \"%s\".\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Kan inte skapa katalogen \"%s\": %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Noden \"%s\" är tidigare definierad på rad %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s kräver ett namn"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%s: argumentet --paragraph-indent måste vara numeriskt/\"none\"/\"asis\", "
 "inte \"%s\".\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Förväntade @%s on eller off, inte \"%s\""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Okänt index \"%s\""
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Okänt index \"%s\""
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Endast @%s 10 eller 11 stöds, inte \"%s\""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"@%s är inte meningsfullt utanför \"@titlepage\"- och 
\"@quotation\"-omgivning"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp kräver ett positivt numeriskt argument, inte \"%s\""
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "orefererad nod \"%s\""
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "orefererad nod \"%s\""
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "Noden \"%s\" saknar menypost för \"%s\" trots att den är dess 
Upp-mål"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Okänt index \"%s\""
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Posten för index \"%s\" är utanför alla noder"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Tar bort utdatafilen \"%s\" på grund av fel; använd --force för att "
 "bevara.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: Tar bort utdatafilen \"%s\" på grund av fel; använd --force för att "
 "bevara.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "För många fel! Gav upp.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: varning: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: varning: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(rad %d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(rad %d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "\"}\" saknas i @def-argumentet"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Ankaret \"%s\" och noden \"%s\" mappas till samma filnamn"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "ignorerar lös text \"%s\" efter @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Måste vara i \"@%s\"-omgivning för att använda \"@%s\""
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Felaktigt argument till @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s kräver ett argument: formateraren för %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Första argumentet till @inforef kan inte vara tomt"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s är inte meningsfullt utanför \"@float\"-omgivning"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image-filen \"%s\" är oläslig: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makrot \"%s\" anropades på rad %d med för många argument"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ i makroutökning följdes av \"%s\" istället för parameternamn"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "inga indexposter för \"%s\" hittades\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makrot \"%s\" är redan definierat"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "här är den tidigare definitionen av \"%s\""
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "odefinierad flagga: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Indexet \"%s\" finns redan"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makrot \"%s\" är redan definierat"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s är föråldrat"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s är föråldrat"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Okänt index \"%s\" i @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu sågs innan första @node, skapar \"Top\"-nod"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "din @top-nod ska kanske packas i @ifnottex istället för @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "\"@end\" förväntade \"%s\", men såg \"%s\""
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Begärda flyttalstypen \"%s\" har inte tidigare använts"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item är inte tillåtet i argument till @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Använd klamrar för att ge ett komamndo som ett argument till @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s är inte meningsfullt inuti \"@%s\"-block"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "ignorerar @tab utanför multitabell"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "ignorerar @tab utanför multitabell"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "För många kolumner i multitabellsobjekt (max %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Felplacerat %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s förväntar ett ensamt tecken \"i\" eller \"j\" som argument"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s förväntar \"i\" eller \"j\" som argument, inte \"%c\""
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Okänt kommando \"%s\""
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s förväntade klamrar"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Okänt kommando \"%s\""
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "NÃ¥dde filslut innan matchande @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "Makrot %cend hittades inte"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Inget matchande \"%cend %s\""
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s saknar avslutande klammer"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: kunde inte öppna --css-fil: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "inga indexposter för \"%s\" hittades\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-fil slutade med kommentar"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: kunde inte öppna --css-fil: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: filargument saknas.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg är föråldrat; argument är citerade som standard"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image-filen \"%s\" är oläslig: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Kan inte hitta noden \"%s\"."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image-filen \"%s\" (för HTML) är oläslig: %s"
@@ -868,7 +899,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "\".\" eller \",\" måste följa på @%s, inte \"%c\""
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Fotnoten definierad utan föräldernod"
 
@@ -1079,9 +1110,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Prova --help för mer information.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "inga indexposter för \"%s\" hittades\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2603,12 +2631,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu sågs innan första noden, skapar \"Top\"-nod"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "@%s är inte meningsfullt utanför \"@titlepage\"- och \"@quotation\"-"
-#~ "omgivning"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s är inte meningsfullt utanför \"@titlepage\"-omgivning"
 

Index: po_messages/tr.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/tr.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/tr.po   11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/tr.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.12.94\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2008-08-25 21:25-0500\n"
 "Last-Translator: Eyüp Hakan Duran <address@hidden>\n"
 "Language-Team: Turkish <address@hidden>\n"
@@ -16,71 +16,71 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Daha fazla bilgi için `%s --help' yazýn.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s geçerli bir ISO 639 dil kodu deðildir"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
 "%1$s: --footnote-style arg. `separate' ya da `end' olmalýdýr, `%2$s' deðil.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "tanýnmayan kodlama adý `%s'"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "üzgünüm, `%s' kodlamasý desteklenmiyor"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
 "deðil.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
 "deðil.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "Kullaným: %s [SEÇENEK]... TEXINFO-DOSYASI...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -89,7 +89,7 @@
 "Info dosyalarý çevrimiçi Emacs ya da tek baþýna GNU Info'yla okunmak için "
 "uygundur.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -116,7 +116,7 @@
 "  -v, --verbose               ne yapýlýyor olduðunu açýklar.\n"
 "      --version               sürüm bilgisini görüntüler ve çýkar.\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -130,7 +130,7 @@
 "      --xml                  Info yerine Texinfo XML çýktýsý üretir.\n"
 "      --plaintext            Info yerine salt metin çýktýsý üretir.\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -165,7 +165,7 @@
 "  -o, --output=DOSYA         çýktýyý DOSYA'ya yazar (bölünmüþ HTML ise "
 "dizine).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -206,7 +206,7 @@
 "      --spilt-size=NUM        Info dosyalarýný NUM boyutuna böler (öntanýmlý "
 "%d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -225,7 +225,7 @@
 "                              dosya isimlerini ASCII alfabesine dönüþtürerek "
 "üretir.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -243,7 +243,7 @@
 "  -U VAR                         VAR deðiþkeninin tanýmýný, @clear ile "
 "olduðu gibi geri alýr.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -279,7 +279,7 @@
 "\n"
 "  Ayrýca --no-ifFORMAT seçenekleri için ifnotFORMAT metnini iþler.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -293,7 +293,7 @@
 "  eðer salt metin oluþturuluyorsa, --ifplaintext açýk, diðerleri kapalýdýr;\n"
 "  eðer XML oluþturuluyorsa, --ifxml açýk, deiðerleri kapalýdýr.\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -321,7 +321,7 @@
 "  makeinfo --no-split foo.texi          ne büyüklükte olursa olsun tek Info "
 "dosyasý yazar\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -331,7 +331,7 @@
 "genel soru ve tartýþmalarý address@hidden'a gönderiniz.\n"
 "Texinfo anasayfasý: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -346,507 +346,537 @@
 "Bu özgür yazýlýmdýr: deðiþtirip daðýtma özgürlüðüne sahipsiniz.\n"
 "Yasalarýn elverdiði ölçüde HÝÇBÝR GARANTÝ yoktur.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: Tanýnamayan TEXINFO_OUTPUT_FORMAT deðeri `%s' yok sayýlýyor.\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "`%1$s' dizini oluþturulamýyor: %2$s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Düðüm `%s' daha önce satýr %d'de tanýmlandý"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s bir isim gerektirir"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
 "%1$s: --paragraph-indent arg. sayýsal/`none'/`asis' olmalýdýr, `%2$s' "
 "deðil.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "%1$s'de açýk ya da kapalý bakleniyordu, `%2$s' deðil"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Bilinmeyen indeks `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Bilinmeyen indeks `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Yalnýzca @%1$s 10 ya da 11 destekleniyor, `%2$s' deðil"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "address@hidden' ve address@hidden' çevreleri dýþýnda @%s anlamlý deðil"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp pozitif bir sayýsal argüman gerektirir, `%s' deðil"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "baþvurulmamýþ düðüm `%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "baþvurulmamýþ düðüm `%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Düðüm `%s', Yukarý hedefi olmasýna karþýn, `%s' için eksik menü öðesi "
 "içeriyor"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Bilinmeyen indeks `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "`%s' indeks girdisi tüm düðümlerin dýþýnda"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%1$s: Çýktý dosyasý `%2$s' hatalardan dolayý siliniyor; korumak için --force "
 "kullanýnýz.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%1$s: Çýktý dosyasý `%2$s' hatalardan dolayý siliniyor; korumak için --force "
 "kullanýnýz.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Çok sayýda hata!  Vazgeçildi.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: uyarý: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: uyarý: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(satýr %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(satýr %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "@def arg'da kayýp `}'"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Çýpa `%1$s' ve düðüm `%2$s' ayný dosya adýna yönlendiriyor"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "@multitable'dan sonraki baþýboþ metin `%s' yoksayýlýyor"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "address@hidden' kullanmak için address@hidden' ortamý içinde 
ol(un)malýdýr"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "@%s'ye hatalý argüman"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s bir argüman gerektirir: %c öðesi için biçimlendirici"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "@inforef'e ilk argüman boþ olmayabilir"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "address@hidden' çevresi dýþýnda @%s anlamlý deðil"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Makro `%s', %d satýrýnda çok sayýda arg.la çaðrýldý"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "makro geniþlemesindeki \\'i, parametre adý yerine `%s' izliyor"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "`%s' için indeks girdisi yok.\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "makro `%s' daha önce tanýmlanmýþ"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "iþte `%s''nin önceki tanýmý"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "tanýmlanmamýþ bayrak: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Ýndeks `%s' zaten mevcut"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "makro `%s' daha önce tanýmlanmýþ"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s kullanýmdan kalkmýþ"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s kullanýmdan kalkmýþ"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "@printindex içinde bilinmeyen indeks `%s'"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "önce Üst"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "belki de sizin @top düðümünüz, @ifinfo'dan ziyade @ifnottex içine "
 "sarýlmalýdýr?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden'  `%1$s' beklerdi, `%2$s' gördü"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Ýstenen yüzer türü `%s' daha önce kullanýlmadý"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "@item, @itemize'a argüman olarak kullanýlamaz"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "@%s'e argüman olarak bir komut vermek için {} kullanýn"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "address@hidden' bloðu içinde @%s anlamlý deðil"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "çok-tablolunun dýþýndaki @tab yoksayýlýyor"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "çok-tablolunun dýþýndaki @tab yoksayýlýyor"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Çok-tablolu öðede, çok fazla sütun (maks %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Yanlýþ yerleþtirilmiþ %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s argüman olarak tek karakter, `i' ya da `j' gerektirir"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s argüman olarak `i' ya da `j' gerektirir, %c deðil"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Bilinmeyen komut `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s küme parantezi bekledi"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Bilinmeyen komut `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Eþleþen @end %s'den önce dosya sonuna ulaþýldý"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "%cson makrosu bulunamadý"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Eþleþen `%cend %s' yok"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s eksik kapama }"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: açýlamayan --css-dosyasý: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "`%s' için indeks girdisi yok.\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-dosyasý yorum içinde sonlandý"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: açýlamayan --css-dosyasý: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: dosya argümaný eksik.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr ""
 "@quote-arg kullanýlmýyor; argümanlar öntanýmlý olarak týrnak içine alýnýyor"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image dosyasý `%1$s' okunamýyor: %2$s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "`%s' düðümü bulunamadý."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image dosyasý `%1$s' (HTML için) okunamýyor: %2$s"
@@ -869,7 +899,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "`.' ya da `,' @%s'i izlemelidir, `%c'yi deðil"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Dipnot, ebeveyn düðümsüz tanýmlanmýþ"
 
@@ -1073,9 +1103,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Daha fazla bilgi için --help seçeneðini kullanýn.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "`%s' için indeks girdisi yok.\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2563,10 +2590,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "@detailmenu ilk düðümden önce görüldü, `En Üst' düðüm oluþturuluyor"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "address@hidden' ve address@hidden' çevreleri dýþýnda @%s anlamlý 
deðil"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "address@hidden' çevresi dýþýnda @%s anlamlý deðil"
 

Index: po_messages/vi.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/vi.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/vi.po   11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/vi.po   17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2009-09-23 21:25+0930\n"
 "Last-Translator: Clytie Siddall <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
@@ -17,22 +17,22 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: LocFactoryEditor 1.8\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Hãy thử lệnh trợ giúp « %s --help » để xem thông tin 
thêm.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s không phải mã ngôn ngữ kiểu ISO 639 hợp lệ"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s không phải mã ngôn ngữ kiểu ISO 639 hợp lệ"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr ""
@@ -40,7 +40,7 @@
 " • separate\triêng\n"
 " • end\t\tcuốinkhông phải « %s ».\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr ""
@@ -48,25 +48,25 @@
 " • separate\triêng\n"
 " • end\t\tcuốinkhông phải « %s ».\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "không nhận ra tên bảng mã « %s »"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "tiếc là không hỗ trợ bảng mã « %s »"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr ""
@@ -76,7 +76,7 @@
 " • asis\t\tnhư thế\n"
 "không phải « %s ».\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr ""
@@ -86,7 +86,7 @@
 " • asis\t\tnhư thế\n"
 "không phải « %s ».\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr ""
@@ -94,7 +94,7 @@
 "\n"
 "[TTT\t\tTập Tin Texinfo]\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -102,7 +102,7 @@
 "Dịch tài liệu nguồn Texinfo sang nhiều định dạng khác nhau, 
mặc định là tập "
 "tin Info thích hợp để đọc trực tuyến bằng Emacs hoặc Info 
GNU độc nhất.\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -133,7 +133,7 @@
 "      --version              hiển thị thông tin phiên bản rồi 
thoát (_phiên "
 "bản_)\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -147,7 +147,7 @@
 "      --xml                 \txuất XML Texinfo thay cho Info.\n"
 "      --plaintext           \txuất văn bản thô thay cho Info (_nhập 
thô_).\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -181,7 +181,7 @@
 "  -o, --output=TẬP_TIN\txuất ra tập tin này (vào thư mục nếu\n"
 "\t\tHTML đã chia tách) (_kết xuất_).\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -225,7 +225,7 @@
 "      --split-size=SỐ        chia tách các tập tin Info ở kích cỡ 
SỐ (mặc "
 "định là %d).\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -244,7 +244,7 @@
 "                                                   trong tập tin này\n"
 "      --transliterate-file-names\ttạo các tên tập tin đã chuyển 
chữ ASCII.\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -262,7 +262,7 @@
 "@include.\n"
 "  -U BIẾN              \thủy xác định biến này, như bằng 
@clear.\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -301,7 +301,7 @@
 "  Hơn nữa, đối với các tùy chọn « --no-ifĐỊNH_DẠNG », có 
phải xử lý văn bản "
 "@ifnotĐỊNH_DẠNG.\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -316,7 +316,7 @@
 "  tạo ra nhập thô thì bật « --ifplaintext » và các điều khác 
bị tắt;\n"
 "  tạo ra XML thì bật « --ifxml » và các điều khác bị tắt;\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -345,7 +345,7 @@
 "  makeinfo --no-split phu.texi\n"
 "\t\tghi một tập tin Info, bất chấp kích cỡ tối đa\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -355,7 +355,7 @@
 "và gửi câu hỏi chung, thảo luận v.v. cho address@hidden"
 "Trang chủ texinfo: http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -370,34 +370,34 @@
 "Đây là phần mềm tự do : bạn có quyền thay đổi và phát hà
nh lại nó.\n"
 "KHÔNG CÓ BẢO HÀNH GÌ CẢ, với điều kiện được pháp luật 
cho phép\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 "%s: đang bỏ qua giá trị không được nhận ra « 
TEXINFO_OUTPUT_FORMAT » (định "
 "dạng xuất Texinfo) « %s ».\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "Không thể tạo thư mục « %s »: %s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "Nút « %s » được xác định trước tại dòng %d"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s cần đến tên"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr ""
@@ -407,475 +407,506 @@
 " • asis\t\tnhư thế\n"
 "không phải « %s ».\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "Mong đợi @%s bật hay tắt, không phải « %s »"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "Chỉ mục lạ « %s »"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "Chỉ mục lạ « %s »"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "Chỉ hỗ trợ @%s 10 hay 11, không phải « %s »"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr ""
+"@%s không có nghĩa bên ngoài môi trường  « @titlepage » và « 
@quotation »"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "« @sp » cần đến một đối số dương thuộc số, không 
phải « %s »"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "nút chưa được tham chiếu « %s »"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "nút chưa được tham chiếu « %s »"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 "Nút « %s » không có mục trình đơn cho « %s », không kể nút nà
y là đích Lên của "
 "nó"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "Chỉ mục lạ « %s »"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "Mục nhập cho chỉ mục « %s » nằm ở ngoại nút nào"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: đang gỡ bỏ tập tin xuất « %s » do lỗi; hãy dùng tùy 
chọn « --force "
 "» (buộc) để bảo tồn nó.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr ""
 "%s: đang gỡ bỏ tập tin xuất « %s » do lỗi; hãy dùng tùy 
chọn « --force "
 "» (buộc) để bảo tồn nó.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "Quá nhiều lỗi nên thôi.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: cảnh báo : "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: cảnh báo : "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(dòng %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(dòng %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "Thiếu « } » trong đối số xác định @def"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Neo « %s » và nút « %s » ánh xạ với cùng một tên tập 
tin"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "Đang bỏ qua văn bản rải rác « %s » sau @multitable"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "Phải bên trong môi trường « @%s » để dùng « @%s »"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "Đối số sai tới @%s"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s cần thiết một đối số: bộ định dạng cho %citem"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "Đối số đầu tới @inforef có lẽ không rỗng"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s không có nghĩa bên ngoài môi trường « @float » (nổi)"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "Không thể đọc tập tin @image « %s »: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "Vĩ lệnh « %s » được gọi trên dòng %d với quá nhiều 
đối số"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 "« \\ » trong phần mở rộng vĩ lệnh có « %s » theo sau, thay cho 
tên tham số"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "không tìm thấy gì trong chỉ mục cho « %s »\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "vĩ lệnh « %s » được xác định trước"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "đây là lời xác định trước của « %s »"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "chưa xác định cờ : %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "Chỉ mục « %s » đã có."
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "vĩ lệnh « %s » được xác định trước"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s quá cũ"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s quá cũ"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "Chỉ mục lạ « %s » trong @printindex"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "gặp @menu trước @node đầu thì tạo nút « Trên »"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr ""
 "có lẽ nút « @top » (trên) của bạn nên được bao bọc bằng 
@ifnottex thay cho "
 "@ifinfo ?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "« @end » mong đợi « %s », còn gặp « %s »"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "Kiểu nổi đã yêu cầu « %s » không phải được dùng 
trước"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "không cho phép @item trong đối số tới @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "Dùng dấu ngoặc móc {} để đưa ra lệnh dạng đối số 
tới @%s"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s không có nghĩa bên trong khối « @%s »"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "đang bỏ qua @tab bên ngoài đa bảng"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "đang bỏ qua @tab bên ngoài đa bảng"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "Quá nhiều cột trong mục đa bảng (tối đà là %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "Định vị sai %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s mong đợi một ký tự riêng lẻ « i » hay « j » làm 
đối số"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s mong đợi « i » hay « j » làm đối số, không phải 
« %c »"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "Lệnh không rõ « %s »"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s mong đợi dấu ngoặc móc {}"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "Lệnh không rõ « %s »"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "Đã tới kết thúc tập tin trước khi khớp @end %s"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "Không tìm thấy vĩ lệnh %cend"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "Không có « %cend %s » tương ứng"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s: thiếu dấu ngoặc móc đóng « } »"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: không thể mở tập tin CSS « --css-file »: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "không tìm thấy gì trong chỉ mục cho « %s »\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: tập tin CSS « --css-file » kết thúc với ghi chú"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: không thể mở tập tin CSS « --css-file »: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: thiếu đối số tập tin.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "@quote-arg bị phản đối; các đối số được trích dẫn 
theo mặc định"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "Không thể đọc tập tin @image « %s »: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "Không tìm thấy nút thông tin « %s »."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "Tập tin @image « %s » (cho HTML) không đọc được: %s"
@@ -901,7 +932,7 @@
 # Type: text
 # Description
 # Main menu item
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "Cước chú đã xác định mà không có nút cha"
 
@@ -1108,9 +1139,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "Hãy thử lệnh trợ giúp « --help » để xem thông tin 
thêm.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "không tìm thấy gì trong chỉ mục cho « %s »\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2605,11 +2633,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "gặp @detailmenu trước nút đầu thì tạo nút « Trên »"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr ""
-#~ "@%s không có nghĩa bên ngoài môi trường  « @titlepage » và « 
@quotation »"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "@%s không có nghĩa bên ngoài môi trường  « @titlepage »"
 

Index: po_messages/zh_CN.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/zh_CN.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/zh_CN.po        11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/zh_CN.po        17 Dec 2009 23:14:00 -0000      1.3
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n"
 "Last-Translator: Ji ZhengYu <address@hidden>\n"
 "Language-Team: Chinese (simplified) <address@hidden"
@@ -16,65 +16,65 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "试用“%s --help”以获取更多信息。\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s 在 ISO 639 语言编码中是无效的"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s 在 ISO 639 语言编码中是无效的"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr "%s:--footnote-style 的参数必
须为“separate”或“end”,而不是“%s”。\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr "%s:--footnote-style 的参数必
须为“separate”或“end”,而不是“%s”。\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "不能识别的编码名称“%s”"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, fuzzy, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr "抱歉,不支持编码“%s”"
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr "%s:--paragraph-indent 的参数必
须为数值/“none”/“asis”,而不是“%s”。\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr "%s:--paragraph-indent 的参数必
须为数值/“none”/“asis”,而不是“%s”。\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "用法:%s [选项]... TEXINFO-文件...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
@@ -82,7 +82,7 @@
 "将 Texinfo 源文件转换为其它各种格式,默认转换为适于\n"
 "由 Emacs 或独立 GNU Info 在线浏览的 Info 文件。\n"
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -107,7 +107,7 @@
 "  -v, --verbose               解释都做了些什么。\n"
 "      --version               显示版本信息并退出。\n"
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -121,7 +121,7 @@
 "      --xml                 输出 XML (TexinfoML) 而不是 Info。\n"
 "      --plaintext           输出普通文本而不是 Info。\n"
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -151,7 +151,7 @@
 "      --number-sections     输出章节编号。\n"
 "  -o, --output=FILE         输出到文件 FILE (如果是分割的 HTML 
则为目录)。\n"
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -185,7 +185,7 @@
 "                                “asis”,保留现有的对齐。\n"
 "      --split-size=NUM        在大小 NUM 的时候拆分 Info 文件 
(默认为 %d)。\n"
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -203,7 +203,7 @@
 "      --transliterate-file-names\n"
 "                              以 ASCII 字义生成文件名。\n"
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -219,7 +219,7 @@
 "  -P DIR                         将 DIR 追加到 @include 
搜索路径之前。\n"
 "  -U VAR                         取消变量 VAR 的定义,就象 
@clear。\n"
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -250,7 +250,7 @@
 "  --no-ifplaintext  不要处理 @ifplaintext 文本。\n"
 "  --no-iftex        不要处理 @iftex 和 @tex 文本。\n"
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -264,7 +264,7 @@
 "  如果生成普通文本,则 --ifplaintext 默认开启而其它默认å…
³é—­ï¼›\n"
 "  如果生成 XML,则 --ifxml 默认开启而其它默认关闭。\n"
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 msgid ""
 "Examples:\n"
 "  makeinfo foo.texi                      write Info to foo's @setfilename\n"
@@ -290,7 +290,7 @@
 "  makeinfo --number-sections foo.texi   输出带有编号的节的 Info\n"
 "  makeinfo --no-split foo.texi          输出单个 Info 
文件而不论大小\n"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 msgid ""
 "Email bug reports to address@hidden,\n"
 "general questions and discussion to address@hidden"
@@ -300,7 +300,7 @@
 "一般的问题和讨论请发送到 address@hidden"
 "Texinfo 主页:http://www.gnu.org/software/texinfo/";
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -315,496 +315,526 @@
 "This is free software: you are free to change and redistribute it.\n"
 "There is NO WARRANTY, to the extent permitted by law.\n"
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr "%s: 忽略不可辨认的 TEXINFO_OUTPUT_FORMAT 值“%s”。\n"
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr "无法创建目录“%s”:%s"
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "节点“%s”在前面的(第 %d 行)定义"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s 需要一个名字"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr "%s:--paragraph-indent 的参数必
须为数值/“none”/“asis”,而不是“%s”。\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr "应当 @%s 开启或关闭,而不是“%s”"
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "未知的索引“%s”"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "未知的索引“%s”"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr "仅支持 @%s 10 或 11,而不是“%s”"
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "address@hidden@quotation”环境变量外 @%s 无意义"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp 需要正数参数,而不是“%s”"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "未引用的节点“%s”"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "未引用的节点“%s”"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr "尽管节点“%s”是“%s”的上层节点,但缺少相å…
³çš„菜单项"
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "未知的索引“%s”"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "关于索引“%s”的条目超出了所有节点"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr "%s:由于错误删除宏输出文件“%s”;用 --force 
保留宏输出。\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr "%s:由于错误删除宏输出文件“%s”;用 --force 
保留宏输出。\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "过多的错误!放弃。\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d:警告:"
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d:警告:"
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, fuzzy, perl-format
 msgid "(in %s l. %d)"
 msgstr "(行 %*d)"
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, fuzzy, perl-format
 msgid "(l. %d)"
 msgstr "(行 %*d)"
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "@def 的参数遗漏了“}”"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, fuzzy, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr "Anchor“%s”和节点“%s”映射到同一个文件名"
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr "忽略 @multitable 之后的过剩文本“%s”"
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr "address@hidden@%s”"
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "@%s 的参数错误"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr "%s 需要一个参数: %citem 的格式化参数"
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "@inforef 的第一个参数不能为空"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "address@hidden @%s 是没有意义的"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image 文件“%s”不可读:%s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "在第 %2$d 行中以过多的参数调用宏“%1$s”"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, fuzzy, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr "\\ 以带有“%s”的宏展开式代替参数名称"
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "找不到含有“%s”的索引\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "宏“%s”已在前面定义"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "这里是“%s”前面的定义"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr "未定义的标识: %s"
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "索引“%s”已经存在"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "宏“%s”已在前面定义"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s 已过时"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s 已过时"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "@printindex 中的未知索引“%s”"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "在第一个节点之前遇到 @menu,正在创建“顶”节点"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "您的 @top 节点可能应该包含在 @ifnottex 而不是 @ifinfo 
中?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr "address@hidden"
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr "所要的浮点类型“%s”不是上次所用的"
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "参数中不允许 @item 改为 @itemize"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "使用花括号将一个命令用作 @%s 的参数"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "address@hidden@%1$s”是没有意义的"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "忽略多列表格外的 @tab"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "忽略多列表格外的 @tab"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "在多列表格项目中含有太多的列 (最大为 %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "错误放置的 %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s 需要以单个字符“i”或“j”为参数"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s 的参数应为“i”或“j”,而不是“%c”"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "未知的命令“%s”"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s 需要花括号"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "未知的命令“%s”"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "文件在遇到匹配的 @end %s 前就结束了"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr "找不到宏 %cend"
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "没有匹配的“%cend %s”"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s 遗漏闭合花括号"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "%s: 无法打开 --css-file: %s"
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "找不到含有“%s”的索引\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr "%s:%d: --css-file 以注释结尾"
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "%s: 无法打开 --css-file: %s"
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s:遗漏文件参数。\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 #, fuzzy
 msgid "arguments are quoted by default"
 msgstr "不赞成使用 @quote-arg;参数是默认引用的"
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image 文件“%s”不可读:%s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "无法找到节点“%s”。"
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image 文件“%s”(对 HTML)不可读:%s"
@@ -825,7 +855,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "“.”或“,”之后必须为 @%s,而不是“%c”"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "定义的脚注没有父节点"
 
@@ -1025,9 +1055,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "尝试 --更多的求助信息。\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "找不到含有“%s”的索引\n"
-
 #~ msgid ""
 #~ "Usage: %s [OPTION]... [MENU-ITEM...]\n"
 #~ "\n"
@@ -2475,10 +2502,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "在第一个节点之前遇到 
@detailmenu,正在创建“顶”节点"
 
-#~ msgid ""
-#~ "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
-#~ msgstr "address@hidden@quotation”环境变量外 @%s 无意义"
-
 #~ msgid "@%s not meaningful outside address@hidden' environment"
 #~ msgstr "address@hidden @%s 是没有意义的"
 

Index: po_messages/zh_TW.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_messages/zh_TW.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po_messages/zh_TW.po        11 Nov 2009 15:13:38 -0000      1.2
+++ po_messages/zh_TW.po        17 Dec 2009 23:14:00 -0000      1.3
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.1\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2009-11-11 13:19+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-17 23:34+0100\n"
 "PO-Revision-Date: 2002-03-08 04:56+0800\n"
 "Last-Translator: Abel Cheung <address@hidden>\n"
 "Language-Team: Chinese (traditional) <address@hidden>\n"
@@ -14,71 +14,71 @@
 "Content-Type: text/plain; charset=Big5\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: texi2html.pl:2259
+#: texi2html.pl:2275
 #, perl-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "¸Õ¸Õ `%s --help' ¥H¨ú±o§ó¦hªº¸ê°T.\n"
 
-#: texi2html.pl:2368
+#: texi2html.pl:2384
 #, fuzzy, perl-format
 msgid "%s is not a valid language code"
 msgstr "%s address@hidden ISO 639 »y¨¥½X"
 
-#: texi2html.pl:2372
+#: texi2html.pl:2388
 #, fuzzy, perl-format
 msgid "%s is not a valid region code"
 msgstr "%s address@hidden ISO 639 »y¨¥½X"
 
-#: texi2html.pl:2458
+#: texi2html.pl:2474
 #, perl-format
 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
 msgstr "%s: --footnote-style ªº¤Þ¼Æ¥²¶·¬° `separate' ©Î `end', ¦Ó¤£¬O `%s'.\n"
 
-#: texi2html.pl:2463
+#: texi2html.pl:2479
 #, fuzzy, perl-format
 msgid "@%s arg must be `separate' or `end', not `%s'"
 msgstr "%s: --footnote-style ªº¤Þ¼Æ¥²¶·¬° `separate' ©Î `end', ¦Ó¤£¬O `%s'.\n"
 
-#: texi2html.pl:2481
+#: texi2html.pl:2497
 #, fuzzy, perl-format
 msgid "unrecognized encoding name `%s'"
 msgstr "%s: ¥¼ª¾ªº¿ï¶µ `%c%s'\n"
 
-#: texi2html.pl:2496
+#: texi2html.pl:2512
 msgid "Document encoding is utf8, but there is no unicode support"
 msgstr ""
 
-#: texi2html.pl:2499
+#: texi2html.pl:2515
 #, perl-format
 msgid "Encoding %s certainly poorly supported"
 msgstr ""
 
-#: texi2html.pl:2518 texi2html.pl:2592
+#: texi2html.pl:2616 texi2html.pl:2620
 msgid "translation"
 msgstr ""
 
-#: texi2html.pl:2750
+#: texi2html.pl:2778
 #, perl-format
 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
 msgstr "%s: --paragraph-indent ªº¤Þ¼Æ¥²¶·¬° ¼Æ­È/`none'/`asis', ¦Ó¤£¬O `%s'.\n"
 
-#: texi2html.pl:2754
+#: texi2html.pl:2782
 #, fuzzy, perl-format
 msgid "@paragraphindent arg must be numeric/`none'/`asis', not `%s'"
 msgstr "%s: --paragraph-indent ªº¤Þ¼Æ¥²¶·¬° ¼Æ­È/`none'/`asis', ¦Ó¤£¬O `%s'.\n"
 
-#: texi2html.pl:3612
+#: texi2html.pl:3640
 #, fuzzy, perl-format
 msgid "Usage: %s [OPTION]... TEXINFO-FILE...\n"
 msgstr "¥Îªk: %s [OPTION]... FILE...\n"
 
-#: texi2html.pl:3614
+#: texi2html.pl:3642
 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"
 msgstr ""
 
-#: texi2html.pl:3617
+#: texi2html.pl:3645
 #, perl-format
 msgid ""
 "General options:\n"
@@ -93,7 +93,7 @@
 "      --version               display version information and exit.\n"
 msgstr ""
 
-#: texi2html.pl:3628
+#: texi2html.pl:3656
 msgid ""
 "Output format selection (default is to produce Info):\n"
 "      --docbook               output Docbook XML rather than Info.\n"
@@ -102,7 +102,7 @@
 "      --plaintext             output plain text rather than Info.\n"
 msgstr ""
 
-#: texi2html.pl:3634
+#: texi2html.pl:3662
 msgid ""
 "General output options:\n"
 "  -E, --macro-expand=FILE     output macro-expanded source to FILE,\n"
@@ -121,7 +121,7 @@
 "  -o, --output=FILE           output to FILE (or directory if split HTML).\n"
 msgstr ""
 
-#: texi2html.pl:3646
+#: texi2html.pl:3674
 #, perl-format
 msgid ""
 "Options for Info and plain text:\n"
@@ -143,7 +143,7 @@
 "      --split-size=NUM        split Info files at size NUM (default %d).\n"
 msgstr ""
 
-#: texi2html.pl:3661
+#: texi2html.pl:3689
 msgid ""
 "Options for HTML:\n"
 "      --css-include=FILE      include FILE in HTML <style> output;\n"
@@ -154,7 +154,7 @@
 "                              produce file names in ASCII transliteration.\n"
 msgstr ""
 
-#: texi2html.pl:3674
+#: texi2html.pl:3702
 msgid ""
 "Input file options:\n"
 "      --commands-in-node-names  allow @ commands in node names.\n"
@@ -164,7 +164,7 @@
 "  -U VAR                        undefine the variable VAR, as with @clear.\n"
 msgstr ""
 
-#: texi2html.pl:3681
+#: texi2html.pl:3709
 msgid ""
 "Conditional processing in input:\n"
 "  --ifdocbook       process @ifdocbook and @docbook even if\n"
@@ -184,7 +184,7 @@
 "  Also, for the --no-ifFORMAT options, do process @ifnotFORMAT text.\n"
 msgstr ""
 
-#: texi2html.pl:3698
+#: texi2html.pl:3726
 msgid ""
 "  The defaults for the @if... conditionals depend on the output format:\n"
 "  if generating HTML, --ifhtml is on and the others are off;\n"
@@ -193,7 +193,7 @@
 "  if generating XML, --ifxml is on and the others are off.\n"
 msgstr ""
 
-#: texi2html.pl:3704
+#: texi2html.pl:3732
 #, fuzzy
 msgid ""
 "Examples:\n"
@@ -224,7 +224,7 @@
 "µ{¦¡¯äÂÎ, ½Ð¥H¹q¤l¶l¥ó (­^¤å) ¦^³ø¦Ü address@hidden,\n"
 "address@hidden, ½Ð¥H¹q¤l¶l¥ó (­^¤å) ±H¨ì address@hidden"
 
-#: texi2html.pl:3715
+#: texi2html.pl:3743
 #, fuzzy
 msgid ""
 "Email bug reports to address@hidden,\n"
@@ -235,7 +235,7 @@
 "µ{¦¡¯äÂÎ, ½Ð¥H¹q¤l¶l¥ó (­^¤å) ¦^³ø¦Ü address@hidden,\n"
 "address@hidden, ½Ð¥H¹q¤l¶l¥ó (­^¤å) ±H¨ì address@hidden"
 
-#: texi2html.pl:3794
+#: texi2html.pl:3822
 #, perl-format
 msgid ""
 "Copyright (C) %s Free Software Foundation, Inc.\n"
@@ -245,495 +245,525 @@
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: texi2html.pl:3816
+#: texi2html.pl:3844
 #, perl-format
 msgid "%s: Ignoring unrecognized TEXINFO_OUTPUT_FORMAT value `%s'.\n"
 msgstr ""
 
-#: texi2html.pl:4423
+#: texi2html.pl:4451
 #, perl-format
 msgid "Can't create directory `%s': %s"
 msgstr ""
 
-#: texi2html.pl:5140
+#: texi2html.pl:5168
 #, fuzzy, perl-format
 msgid "Node `%s' previously defined %s"
 msgstr "¸`ÂI `%s' ¤w¦b²Ä %d ¦æ©w¸q¹L¤F"
 
-#: texi2html.pl:5145 texi2html.pl:12622
+#: texi2html.pl:5173 texi2html.pl:12728
 #, perl-format
 msgid "Syntax for an external node used for `%s'"
 msgstr ""
 
-#: texi2html.pl:5427 texi2html.pl:5438
+#: texi2html.pl:5463 texi2html.pl:5474
 #, perl-format
 msgid "%c%s requires a name"
 msgstr "%c%s ¥²¶·­n¦³¦WºÙ"
 
-#: texi2html.pl:5503
+#: texi2html.pl:5539
 #, fuzzy, perl-format
 msgid "@exampleindent arg must be numeric/`asis', not `%s'"
 msgstr "%s: --paragraph-indent ªº¤Þ¼Æ¥²¶·¬° ¼Æ­È/`none'/`asis', ¦Ó¤£¬O `%s'.\n"
 
-#: texi2html.pl:5514
+#: texi2html.pl:5550
 #, perl-format
 msgid "Expected @%s on or off, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5602
+#: texi2html.pl:5638
 #, perl-format
 msgid "Encoding %s is not a canonical texinfo encoding"
 msgstr ""
 
-#: texi2html.pl:5759
+#: texi2html.pl:5795
 #, fuzzy, perl-format
 msgid "Unknown from index `%s' in @%s"
 msgstr "¥¼ª¾ªº¯Á¤Þ `%s'"
 
-#: texi2html.pl:5761
+#: texi2html.pl:5797
 #, fuzzy, perl-format
 msgid "Unknown to index name `%s' in @%s"
 msgstr "¥¼ª¾ªº¯Á¤Þ `%s'"
 
-#: texi2html.pl:5796
+#: texi2html.pl:5832
 #, perl-format
 msgid "Reserved index name %s"
 msgstr ""
 
-#: texi2html.pl:5839
+#: texi2html.pl:5875
 #, perl-format
 msgid "Only @%s 10 or 11 is supported, not `%s'"
 msgstr ""
 
-#: texi2html.pl:5964
+#: texi2html.pl:5963
+#, fuzzy, perl-format
+msgid "@%s not meaningful outside address@hidden' and address@hidden' 
environments"
+msgstr "@%s ¦b address@hidden' °Ï¶ô¤§¤º, ¨Ã¤£¨ã¦³·N¸q"
+
+#: texi2html.pl:6028
 #, perl-format
 msgid "@sp requires a positive numeric argument, not `%s'"
 msgstr "@sp address@hidden, ¦Ó¤£¬O `%s'"
 
-#: texi2html.pl:6701
+#: texi2html.pl:6770
 #, fuzzy, perl-format
 msgid "%s reference to nonexistent `%s'"
 msgstr "¥¼³Q°Ñ·Óªº¸`ÂI `%s'"
 
-#: texi2html.pl:6776
+#: texi2html.pl:6845
 #, perl-format
 msgid "unreferenced node `%s'"
 msgstr "¥¼³Q°Ñ·Óªº¸`ÂI `%s'"
 
-#: texi2html.pl:6827
+#: texi2html.pl:6896
 #, perl-format
 msgid "Node `%s' lacks menu item for `%s' despite being its Up target"
 msgstr ""
 
-#: texi2html.pl:6846
+#: texi2html.pl:6915
 #, perl-format
 msgid "For `%s', up in menu `%s' and up `%s' don't match"
 msgstr ""
 
-#: texi2html.pl:6876
+#: texi2html.pl:6945
 #, perl-format
 msgid "No node following `%s' in menu, but `%s' follows in sectionning"
 msgstr ""
 
-#: texi2html.pl:6877
+#: texi2html.pl:6946
 #, perl-format
 msgid "Node following `%s' in menu `%s' and in sectionning `%s' differ"
 msgstr ""
 
-#: texi2html.pl:7903
+#: texi2html.pl:7977
 #, perl-format
 msgid "Unknown index `%s'"
 msgstr "¥¼ª¾ªº¯Á¤Þ `%s'"
 
-#: texi2html.pl:7910
+#: texi2html.pl:7982
 #, perl-format
 msgid "Entry for index `%s' outside of any node"
 msgstr "¯Á¤Þ `%s' ªº¶µ¥Ø¤£¦b¥ô¦óªº¸`ÂI¤º"
 
-#: texi2html.pl:8959
+#: texi2html.pl:9040
 #, perl-format
 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
 msgstr "%s: ¦]¬°¿ù»~, ²¾°£¿é¥XÀÉ `%s'; ­Y­n«O¦s¥¦, ½Ð¨Ï¥Î --force ¿ï¶µ.\n"
 
-#: texi2html.pl:8963
+#: texi2html.pl:9044
 #, fuzzy, perl-format
 msgid "%s: Removing output files due to errors; use --force to preserve.\n"
 msgstr "%s: ¦]¬°¿ù»~, ²¾°£¿é¥XÀÉ `%s'; ­Y­n«O¦s¥¦, ½Ð¨Ï¥Î --force ¿ï¶µ.\n"
 
-#: texi2html.pl:9010
+#: texi2html.pl:9091
 msgid "Too many errors!  Gave up.\n"
 msgstr "¿ù»~¹L¦h! ©ñ±ó.\n"
 
-#: texi2html.pl:9102
+#: texi2html.pl:9183
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s (via @%s)\n"
 msgstr "%s:%d: ĵ§i: "
 
-#: texi2html.pl:9106
+#: texi2html.pl:9187
 #, fuzzy, perl-format
 msgid "%s:%d: warning: %s\n"
 msgstr "%s:%d: ĵ§i: "
 
-#: texi2html.pl:9139
+#: texi2html.pl:9220
 #, perl-format
 msgid "(in %s l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9143
+#: texi2html.pl:9224
 #, perl-format
 msgid "(l. %d via @%s)"
 msgstr ""
 
-#: texi2html.pl:9148
+#: texi2html.pl:9229
 #, perl-format
 msgid "(in %s l. %d)"
 msgstr ""
 
-#: texi2html.pl:9152
+#: texi2html.pl:9233
 #, perl-format
 msgid "(l. %d)"
 msgstr ""
 
-#: texi2html.pl:9309
+#: texi2html.pl:9390
 #, perl-format
 msgid "Too much '}' in @%s"
 msgstr ""
 
-#: texi2html.pl:9319
+#: texi2html.pl:9400
 #, fuzzy, perl-format
 msgid "Missing `}' on @%s line"
 msgstr "@def °Ñ¼Æ¤¤¿òº| `}'"
 
-#: texi2html.pl:9474
+#: texi2html.pl:9555
 #, perl-format
 msgid "Anchor `%s' ignored in %s expanded more than once"
 msgstr ""
 
-#: texi2html.pl:10101
+#: texi2html.pl:10182
 #, perl-format
 msgid "column fraction not a number: %s"
 msgstr ""
 
-#: texi2html.pl:10122
+#: texi2html.pl:10203
 #, perl-format
 msgid "ignoring stray text `%s' after @multitable"
 msgstr ""
 
-#: texi2html.pl:10144
+#: texi2html.pl:10225
 #, perl-format
 msgid "Too many %s closed"
 msgstr ""
 
-#: texi2html.pl:10511
+#: texi2html.pl:10290 texi2html.pl:10316
+#, perl-format
+msgid "Waiting for @end %s, found @end %s"
+msgstr ""
+
+#: texi2html.pl:10294
+#, perl-format
+msgid "@%s has text but no @item"
+msgstr ""
+
+#: texi2html.pl:10604
 #, perl-format
 msgid "Must be in address@hidden' environment to use address@hidden'"
 msgstr ""
 
-#: texi2html.pl:10570 texi2html.pl:10998
+#: texi2html.pl:10663 texi2html.pl:11101
 #, fuzzy, perl-format
 msgid "@%s (argument nr %d)"
 msgstr "¹ï %c%s µL¥Îªº¤Þ¼Æ"
 
-#: texi2html.pl:10641
+#: texi2html.pl:10744
 #, perl-format
 msgid "%s requires an argument: the formatter for %citem"
 msgstr ""
 
-#: texi2html.pl:10644
+#: texi2html.pl:10747
 #, perl-format
 msgid "prepended for @%s"
 msgstr ""
 
-#: texi2html.pl:10670
+#: texi2html.pl:10773
 #, perl-format
 msgid "@columnfraction (argument nr %d)"
 msgstr ""
 
-#: texi2html.pl:10852 texi2html.pl:10866
+#: texi2html.pl:10955 texi2html.pl:10969
 msgid "node name in menu"
 msgstr ""
 
-#: texi2html.pl:10853
+#: texi2html.pl:10956
 msgid "normalized node name in menu"
 msgstr ""
 
-#: texi2html.pl:10859
+#: texi2html.pl:10962
 msgid "menu entry name"
 msgstr ""
 
-#: texi2html.pl:10977
+#: texi2html.pl:11080
 #, fuzzy, perl-format
 msgid "First argument to @%s may not be empty"
 msgstr "¹ï %c%s µL¥Îªº¤Þ¼Æ"
 
-#: texi2html.pl:11130 texi2html.pl:13860
+#: texi2html.pl:11233 texi2html.pl:13968
 msgid "@listoffloats @float type"
 msgstr ""
 
-#: texi2html.pl:11231
+#: texi2html.pl:11334
 #, fuzzy, perl-format
 msgid "@%s not meaningful outside address@hidden' environment"
 msgstr "@%s ¦b address@hidden' °Ï¶ô¤§¤º, ¨Ã¤£¨ã¦³·N¸q"
 
-#: texi2html.pl:11289
+#: texi2html.pl:11392
 msgid "@float style"
 msgstr ""
 
-#: texi2html.pl:11418 texi2html.pl:11419
+#: texi2html.pl:11524 texi2html.pl:11525
 msgid "@image base name"
 msgstr ""
 
-#: texi2html.pl:11428 texi2html.pl:11429
+#: texi2html.pl:11534 texi2html.pl:11535
 msgid "@image extension"
 msgstr ""
 
-#: texi2html.pl:11436
+#: texi2html.pl:11542
 #, fuzzy
 msgid "@image file name"
 msgstr "@image ÀÉ®× `%s' µLªkŪ¨ú: %s"
 
-#: texi2html.pl:11458
+#: texi2html.pl:11564
 msgid "@image alt text"
 msgstr ""
 
-#: texi2html.pl:11541
+#: texi2html.pl:11647
 #, fuzzy, perl-format
 msgid "Macro `%s' called with too many args"
 msgstr "¥¨¶° `%s' ¦b²Ä %d ¦æ³Q©I¥s, ¦ý¬O¤Þ¼Æ¹L¦h"
 
-#: texi2html.pl:11565
+#: texi2html.pl:11671
 #, perl-format
 msgid "\\ in macro expansion followed `%s' instead of parameter name or \\"
 msgstr ""
 
-#: texi2html.pl:12270
+#: texi2html.pl:11866
+#, fuzzy, perl-format
+msgid "No index prefix found for @%s"
+msgstr "§ä¤£¨ì¥]§t `%s' ªº¯Á¤Þ¶µ¥Ø\n"
+
+#: texi2html.pl:12376
 #, perl-format
 msgid "macro `%s' previously defined"
 msgstr "¥¨¶° `%s' ¤w©w¸q¹L"
 
-#: texi2html.pl:12271
+#: texi2html.pl:12377
 #, perl-format
 msgid "here is the previous definition of `%s'"
 msgstr "³o¸Ì¬O `%s' ¤§«eªº©w¸q"
 
-#: texi2html.pl:12304
+#: texi2html.pl:12410
 #, perl-format
 msgid "Macro definition without macro name: %s"
 msgstr ""
 
-#: texi2html.pl:12345
+#: texi2html.pl:12451
 #, perl-format
 msgid "undefined flag: %s"
 msgstr ""
 
-#: texi2html.pl:12357
+#: texi2html.pl:12463
 msgid "Bad syntax for @value"
 msgstr ""
 
-#: texi2html.pl:12565
+#: texi2html.pl:12671
 #, fuzzy, perl-format
 msgid "@%s already set"
 msgstr "¯Á¤Þ `%s' ¤w¦s¦b"
 
-#: texi2html.pl:12617
+#: texi2html.pl:12723
 #, fuzzy, perl-format
 msgid "Anchor `%s' previously defined %s"
 msgstr "¥¨¶° `%s' ¤w©w¸q¹L"
 
-#: texi2html.pl:12940
+#: texi2html.pl:13046
 #, fuzzy, perl-format
 msgid "%c%s is obsolete."
 msgstr "%c%s ¤w¼o¤î¤£¥Î"
 
-#: texi2html.pl:12944
+#: texi2html.pl:13050
 #, fuzzy, perl-format
 msgid "%c%s is obsolete; %s"
 msgstr "%c%s ¤w¼o¤î¤£¥Î"
 
-#: texi2html.pl:12960
+#: texi2html.pl:13066
 #, perl-format
 msgid "Unknown index `%s' in @printindex"
 msgstr "@printindex ¤¤¦³¥¼ª¾ªº¯Á¤Þ `%s'"
 
-#: texi2html.pl:13027
+#: texi2html.pl:13133
 #, perl-format
 msgid "ignored @%s already in an @%s entry"
 msgstr ""
 
-#: texi2html.pl:13052 texi2html.pl:13095
+#: texi2html.pl:13158 texi2html.pl:13201
 #, fuzzy, perl-format
 msgid "@%s seen before first @node"
 msgstr "@menu address@hidden @node ¤§«e¥X²{, ±N«Ø¥ß `Top' ¸`ÂI"
 
-#: texi2html.pl:13053
+#: texi2html.pl:13159
 msgid ""
 "perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?"
 msgstr "¤]³\±zÀ³¸Ó§â @top ¸`ÂI¥]§t¦b @ifnottex, ¦Ó¤£¬O @ifinfo?"
 
-#: texi2html.pl:13430 texi2html.pl:13431 texi2html.pl:13434
+#: texi2html.pl:13537 texi2html.pl:13538 texi2html.pl:13541
 msgid "new menu entry"
 msgstr ""
 
-#: texi2html.pl:13555
+#: texi2html.pl:13663
 msgid "paragraph end"
 msgstr ""
 
-#: texi2html.pl:13789
+#: texi2html.pl:13897
 #, perl-format
 msgid "address@hidden' expected `%s', but saw `%s'"
 msgstr ""
 
-#: texi2html.pl:13853
+#: texi2html.pl:13961
 msgid "@listoffloats type"
 msgstr ""
 
-#: texi2html.pl:13876
+#: texi2html.pl:13984
 #, perl-format
 msgid "Requested float type `%s' not previously used"
 msgstr ""
 
-#: texi2html.pl:13988
+#: texi2html.pl:14096
 #, fuzzy, perl-format
 msgid "@%s not allowed on in argument to @%s"
 msgstr "¹ï %c%s µL¥Îªº¤Þ¼Æ"
 
-#: texi2html.pl:14043
+#: texi2html.pl:14151
 #, perl-format
 msgid "Accent command address@hidden' must not be followed by whitespace"
 msgstr ""
 
-#: texi2html.pl:14047
+#: texi2html.pl:14155
 #, perl-format
 msgid "Use braces to give a command as an argument to @%s"
 msgstr "¨Ï¥Î¤j¬A¸¹±N©R¥O¥]°_¨Ó, address@hidden @%s ªº¤Þ¼Æ"
 
-#: texi2html.pl:14208
+#: texi2html.pl:14316 texi2html.pl:14329
 #, perl-format
 msgid "@%s not meaningful inside address@hidden' block"
 msgstr "@%s ¦b address@hidden' °Ï¶ô¤§¤º, ¨Ã¤£¨ã¦³·N¸q"
 
-#: texi2html.pl:14253
+#: texi2html.pl:14365
 #, perl-format
 msgid "@%s outside of table or list"
 msgstr ""
 
-#: texi2html.pl:14286
+#: texi2html.pl:14398
 msgid "ignoring @tab outside of multitable"
 msgstr "©¿²¤ multitable ¥~ªº @tab"
 
-#: texi2html.pl:14293
+#: texi2html.pl:14405
 #, fuzzy
 msgid "ignoring @tab in empty multitable"
 msgstr "©¿²¤ multitable ¥~ªº @tab"
 
-#: texi2html.pl:14297
+#: texi2html.pl:14409
 #, perl-format
 msgid "Too many columns in multitable item (max %d)"
 msgstr "multitable ¶µ¥Ø¤¤¦³¤Ó¦hªºÄæ¦ì (³Ì¤j­È¬° %d)"
 
-#: texi2html.pl:14328
+#: texi2html.pl:14440
 msgid "@center should not appear in another format"
 msgstr ""
 
-#: texi2html.pl:14368 texi2html.pl:14388
+#: texi2html.pl:14480 texi2html.pl:14500
 #, perl-format
 msgid "Misplaced %c"
 msgstr "»~¸mªº %c"
 
-#: texi2html.pl:14937
+#: texi2html.pl:15054
 #, perl-format
 msgid "%c%s expects a single character `i' or `j' as argument"
 msgstr "%c%s address@hidden `i' ©Î `j' address@hidden"
 
-#: texi2html.pl:14941
+#: texi2html.pl:15058
 #, fuzzy, perl-format
 msgid "%c%s expects `i' or `j' as argument, not `%s'"
 msgstr "%c%s ´Á±æ¨Ï¥Î `i' ©Î `j' address@hidden, ¦Ó¤£¬O `%c'"
 
-#: texi2html.pl:14990
+#: texi2html.pl:15107
 #, fuzzy, perl-format
 msgid "Unknown command with braces address@hidden'"
 msgstr "¥¼ª¾ªº©R¥O `%s'"
 
-#: texi2html.pl:15026
+#: texi2html.pl:15143
 #, fuzzy, perl-format
 msgid "%c%s expected braces"
 msgstr "%c%s ¹w­p­n¦³ `{...}'"
 
-#: texi2html.pl:15030
+#: texi2html.pl:15147
 #, perl-format
 msgid "Unknown command `%s'"
 msgstr "¥¼ª¾ªº©R¥O `%s'"
 
-#: texi2html.pl:15108
+#: texi2html.pl:15225
 #, perl-format
 msgid "Reached eof before matching @end %s"
 msgstr "¦b°t¹ïªº @end %s ¤§«e, ¥ý¨ì¹FÀÉ®×µ²§À"
 
-#: texi2html.pl:15116
+#: texi2html.pl:15233
 #, perl-format
 msgid "%cend macro not found"
 msgstr ""
 
-#: texi2html.pl:15284
+#: texi2html.pl:15401
 #, perl-format
 msgid "No matching `%cend %s'"
 msgstr "No matching `%cend %s'"
 
-#: texi2html.pl:15312
+#: texi2html.pl:15429
 #, perl-format
 msgid "%c%s missing close brace"
 msgstr "%c%s ¿òº|¥k¤j¬A¸¹"
 
-#: texi2html.pl:15420
+#: texi2html.pl:15537
 #, fuzzy, perl-format
 msgid "%s should not appear in %s"
 msgstr "µLªk«Ø¥ß¿é¥XÀÉ®× `%s'."
 
-#: texi2html.pl:16120
+#: texi2html.pl:16014
+#, perl-format
+msgid "Index entry not caught: `%s' in %s"
+msgstr ""
+
+#: texi2html.pl:16112
+#, fuzzy, perl-format
+msgid "Empty index entry for @%s"
+msgstr "§ä¤£¨ì¥]§t `%s' ªº¯Á¤Þ¶µ¥Ø\n"
+
+#: texi2html.pl:16248
 #, perl-format
 msgid "%s:%d: string not closed in css file"
 msgstr ""
 
-#: texi2html.pl:16121
+#: texi2html.pl:16249
 #, perl-format
 msgid "%s:%d: --css-file ended in comment"
 msgstr ""
 
-#: texi2html.pl:16122
+#: texi2html.pl:16250
 #, perl-format
 msgid "%s:%d @import not finished in css file"
 msgstr ""
 
-#: texi2html.pl:16152
+#: texi2html.pl:16280
 #, fuzzy, perl-format
 msgid "%s: could not open --css-file %s: %s\n"
 msgstr "µLªk«Ø¥ß¿é¥XÀÉ®× `%s'."
 
-#: texi2html.pl:16207
+#: texi2html.pl:16335
 #, perl-format
 msgid "%s: missing file argument.\n"
 msgstr "%s: ¿òº|Àɮפ޼Æ.\n"
 
-#: texi2html.init:2053
+#: texi2html.init:2056
 msgid "recursion is always allowed"
 msgstr ""
 
-#: texi2html.init:2054
+#: texi2html.init:2057
 msgid "arguments are quoted by default"
 msgstr ""
 
-#: formats/docbook.init:1025 formats/info.init:2872
+#: formats/docbook.init:1025 formats/info.init:2885
 #, perl-format
 msgid "@image file `%s' unreadable: %s"
 msgstr "@image ÀÉ®× `%s' µLªkŪ¨ú: %s"
 
-#: formats/docbook.init:1030 formats/info.init:2877
+#: formats/docbook.init:1030 formats/info.init:2890
 #, fuzzy, perl-format
 msgid "Cannot find @image file `%s.txt'"
 msgstr "§ä¤£¨ì `%s' ¸`ÂI."
 
-#: formats/html.init:2547
+#: formats/html.init:2544
 #, fuzzy, perl-format
 msgid "@image file `%s' (for HTML) not found, using `%s'"
 msgstr "@image ÀÉ®× `%s' µLªkŪ¨ú: %s"
@@ -754,7 +784,7 @@
 msgid "`.' or `,' must follow @xref, not %s"
 msgstr "`.' ©Î `,' ¥²¶·¸òµÛ¥æ¤¬°Ñ·Ó, ¦Ó¤£¬O %c"
 
-#: formats/info.init:3073
+#: formats/info.init:3086
 msgid "Footnote defined without parent node"
 msgstr "©w¸qµù¸}, ¦ý¬O¨S¦³¤÷¸`ÂI"
 
@@ -948,9 +978,6 @@
 #~ msgid "Try --help for more information.\n"
 #~ msgstr "¸Õ¸Õ --help ¥H¨ú±o§ó¦hªº¸ê°T.\n"
 
-#~ msgid "no index entries found for `%s'\n"
-#~ msgstr "§ä¤£¨ì¥]§t `%s' ªº¯Á¤Þ¶µ¥Ø\n"
-
 #, fuzzy
 #~ msgid ""
 #~ "\n"
@@ -1989,10 +2016,6 @@
 #~ msgid "@detailmenu seen before first node, creating `Top' node"
 #~ msgstr "address@hidden @detailmenu, ±N«Ø¥ß `Top' ¸`ÂI"
 
-#, fuzzy
-#~ msgid "@%s not meaningful outside address@hidden' environment"
-#~ msgstr "@%s ¦b address@hidden' °Ï¶ô¤§¤º, ¨Ã¤£¨ã¦³·N¸q"
-
 #~ msgid "Unmatched `%c%s'"
 #~ msgstr "¥¼°t¹ïªº `%c%s'"
 




reply via email to

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