texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog texi2html.init texi2html.pl...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.init texi2html.pl...
Date: Mon, 28 Dec 2009 18:03:18 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/12/28 18:03:18

Modified files:
        .              : ChangeLog texi2html.init texi2html.pl 
        formats        : html.init 
        po_document    : de.us-ascii.po es.us-ascii.po fr.us-ascii.po 
                         hu.po it.po ja.po nl.us-ascii.po no.us-ascii.po 
                         pt.us-ascii.po pt_BR.us-ascii.po 

Log message:
                * texi2html.init, texi2html.pl: set $OUT to undef in the
                default case, such that it is determined by $SPLIT.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.470&r2=1.471
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.256&r2=1.257
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.364&r2=1.365
http://cvs.savannah.gnu.org/viewcvs/texi2html/formats/html.init?cvsroot=texi2html&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/de.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/es.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/fr.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/hu.po?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/it.po?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/ja.po?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/nl.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/no.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/pt.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/pt_BR.us-ascii.po?cvsroot=texi2html&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -b -r1.470 -r1.471
--- ChangeLog   28 Dec 2009 10:51:54 -0000      1.470
+++ ChangeLog   28 Dec 2009 18:03:17 -0000      1.471
@@ -5,6 +5,8 @@
        (Federico Bruni).
        * po_document/ja.utf-8.po: remove the utf-8 part of the 
        filename since it prevents conversion to other encodings.
+       * texi2html.init, texi2html.pl: set $OUT to undef in the
+       default case, such that it is determined by $SPLIT.
 
 2009-12-27   Patrice Dumas  <address@hidden>
 

Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -b -r1.256 -r1.257
--- texi2html.init      27 Dec 2009 22:33:35 -0000      1.256
+++ texi2html.init      28 Dec 2009 18:03:17 -0000      1.257
@@ -13,7 +13,7 @@
 # Afterwards, load the file with command-line 
 # option --init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.256 2009/12/27 22:33:35 pertusus Exp $
+# $Id: texi2html.init,v 1.257 2009/12/28 18:03:17 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -88,7 +88,7 @@
 
 # -o filename
 # If this is set a monolithic document is outputted into $filename.
-$OUT = '';
+$OUT = undef;
 
 # --split-size
 # if undef, the info output is not split

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- texi2html.pl        27 Dec 2009 22:33:35 -0000      1.364
+++ texi2html.pl        28 Dec 2009 18:03:17 -0000      1.365
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.364 2009/12/27 22:33:35 pertusus Exp $
+# $Id: texi2html.pl,v 1.365 2009/12/28 18:03:17 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -4322,9 +4322,9 @@
 }
 
 die "output to STDOUT and split or frames incompatible\n" 
-    if (($Texi2HTML::Config::SPLIT or $Texi2HTML::Config::FRAMES) and 
($Texi2HTML::Config::OUT eq '-'));
+    if (($Texi2HTML::Config::SPLIT or $Texi2HTML::Config::FRAMES) and 
defined($Texi2HTML::Config::OUT) and $Texi2HTML::Config::OUT eq '-');
 
-if ($Texi2HTML::Config::SPLIT and ($Texi2HTML::Config::OUT eq '.'))
+if ($Texi2HTML::Config::SPLIT and defined($Texi2HTML::Config::OUT) and 
($Texi2HTML::Config::OUT eq '.'))
 {# This is to avoid trouble with latex2html
     $Texi2HTML::Config::OUT = '';
 }

Index: formats/html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/formats/html.init,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- formats/html.init   24 Dec 2009 10:12:19 -0000      1.41
+++ formats/html.init   28 Dec 2009 18:03:18 -0000      1.42
@@ -6,7 +6,7 @@
 # A copy of this file is pasted into the beginning of texi2html by
 # running './configure'.
 #
-# $Id: html.init,v 1.41 2009/12/24 10:12:19 pertusus Exp $
+# $Id: html.init,v 1.42 2009/12/28 18:03:18 pertusus Exp $
 
 use strict;
 
@@ -120,6 +120,7 @@
 
 # this resets all the variables to the texi2html specific values if
 # called as texi2html
+
 t2h_default_set_variables_texi2html() if ($COMMAND_NAME eq 'texi2html');
 
 # this controls the pre style for menus

Index: po_document/de.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/de.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/de.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/de.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2008-03-19\n"
 "Last-Translator: Reinhold Kainhofer <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Kurzes Inhaltsverzeichnis"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "address@hidden"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Anfang"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Inhalt"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "@\"Ubersicht"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Index"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Nach oben"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr ""
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr ""
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "Titelseite des Dokuments"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Inhaltsverzeichnis"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Kurzes Inhaltsverzeichnis"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Aktueller Abschnitt"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Voriger Abschnitt in Lesereihenfolge"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Anfang dieses oder des letzten Kapitels"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Voriger Abschnitt derselben Ebene"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Abschnitt nach oben"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "address@hidden"achster Abschitt derselben Ebene"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Knoten nach oben"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "address@hidden"achster Knoten"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Voriger Knoten"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "address@hidden"achster Abschnitt in Lesereihenfolge"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "address@hidden"achster Abschnitt in Lesereihenfolge"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "address@hidden"achstes Kapitel"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "@\"Uber (Hilfe)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Erster Abschnitt in Lesereihenfolge"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "Letzter Abschnitt in Lesereihenfolge"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr ""
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "address@hidden"uck"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr ""
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr ""
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr ""
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr ""
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr ""
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Nach vorne"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr ""
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "@\"Uber"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr ""
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr ""
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Dieses Dokument wurde erzeugt am @i{{date}} durch @uref{{program_homepage}, "
 "@i{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -237,148 +237,148 @@
 "Dieses Dokument wurde erzeugt durch @uref{{program_homepage}, @emph"
 "{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr "{style} {number}"
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr "{style}: {caption_first_line}"
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr "{style}: {shortcaption_first_line}"
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr ""
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr ""
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "siehe {node_file_href} im Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "siehe {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "siehe Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "siehe @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "siehe {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Siehe {node_file_href} in Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "Siehe {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Siehe Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Siehe {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} in Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "Abschnitt `{section}' in @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr "@cite{{book}}"
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "siehe Abschnitt {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "siehe {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr ""
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr "{reference_name}"
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "am @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr "{acronym_like} ({explanation})"
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr "@b{{quotation_arg}:} "
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -480,47 +480,47 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr ""
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr " Nach oben "
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Knoten nach oben"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "address@hidden"achster Knoten"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Unbenanntes Dokumen"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr " Die Links in der Navigationsleiste haben die folgende Bedeutung: "
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr ""
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Name"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "Gehe zu"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "Von 1.2.3 gehe zu"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -530,65 +530,65 @@
 "@strong{ Unterabschnitt 1-2-3 } in einem Dokument mit folgender Struktur "
 "liegt:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Abschnitt 1"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Unterabschnitt 1-1"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Unterabschnitt 1-2"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Unterabschnitt 1-2-1"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Unterabschnitt 1-2-2"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Unterabschnitt 1-2-3"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Aktuelle Position"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Unterabschnitt 1-2-4"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Unterabschnitt 1-3"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Unterabschnitt 1-4"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "Der Knoten, den Sie sehen, befindet sich bei {href}"
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Indexeintrag"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Abschnitt"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Springe zu"
 

Index: po_document/es.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/es.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/es.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/es.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2008-08-28\n"
 "Last-Translator: Francisco Vila <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Resumen del Contenido"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Notas el pie"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Arriba"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "@'Indice general"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "Panor@'amica"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "@'Indice"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Subir"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Siguiente"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Siguiente"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr "Archivo siguiente"
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr "Archivo anterior"
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "Portada del documento"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "@'address@hidden general"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Resumen del contenido"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Secci@'on actual"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Secci@'on anterior en orden de lectura"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Inicio de este cap@'itulo o cap@'itulo anterior"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Secci@'on anterior en el mismo nivel"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Subir secci@'on"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Secci@'on siguiente en el mismo nivel"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Subir nodo"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "Nodo siguiente"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Nodo anterior"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "Nodo siguiente en orden de lectura de nodos"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Secci@'on siguiente en orden de lectura"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Cap@'itulo siguiente"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "Acerca de (p@'agina de ayuda)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Primera secci@'on en orden de lectura"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "@'Ultima secci@'on en orden de lectura"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr "Avanzar secci@'on en el pr@'oximo archivo"
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr "Retroceder secci@'on en el archivo anterior"
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Este"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Atr@'as"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "Retroceso r@'apido"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Ant"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "SubirNodo"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "NodoSiguiente"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "NodoAnterior"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Adelante"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "Avance r@'apido"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "Acerca de"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Primero"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "@'Ultimo"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr "ArchivoSiguiente"
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr "ArchivoAnt"
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Este documento se gener el @i{{date}} utilizando @uref{{program_homepage}, @i"
 "{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -237,148 +237,148 @@
 "Este documento se gener utilizando @uref{{program_homepage}, @emph"
 "{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} en {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} de {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "v@'ease {node_file_href} secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "v@'ease {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "v@'ease la secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "v@'ease @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "v@'ease {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "V@'ease {node_file_href} secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "V@'ease {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "V@'ease la secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "V@'ease @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "V@'ease {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "secci@'on `{section}' en @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "v@'ease la secci@'on {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "v@'ease {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "V@'ease la secci@'on  {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "V@'ease {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "el @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -480,48 +480,48 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "actual"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr " Subir "
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Subir nodo"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "Nodo siguiente"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Documento sin t@'itulo"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr ""
 "  Los botones de los paneles de navegaci@'on tienen el significado siguiente:"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "Bot@'on"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Nombre"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "Ir a"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "Desde 1.2.3 ir a"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -530,65 +530,65 @@
 "  donde el @strong{ Ejemplo } supone que la posicin actual est en la @strong"
 "{ Sub-subsecci@'on uno-dos-tres } de un documento de la estructura siguiente:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Secci@'on Uno"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Subsecci@'on uno-uno"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Subsecci@'on uno-dos"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Sub-subsecci@'on uno-dos-uno"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Sub-subsecci@'on uno-dos-dos"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Sub-subsecci@'on uno-dos-tres"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Posici@'on actual"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Sub-subsecci@'on uno-dos-cuatro"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Subsecci@'on uno-tres"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Subsecci@'on uno-cuatro"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "El nodo que busca se encuentra en {href}."
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Entrada de @'indice"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Secci@'on"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Saltar a"
 

Index: po_document/fr.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/fr.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/fr.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/fr.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2008-07-20\n"
 "Last-Translator: Jean-Charles Malahieude <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "R@'esum@'e du contenu"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Notes de bas de page"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Racine"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Table des address@hidden"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "Vue d'ensemble"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Index"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Monter"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Suivant"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Suivant"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr "Fichier suivant"
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr "Fichier pr@'ec@'edent"
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "Couverture (top) du document"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Table des address@hidden"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "R@'esum@'e du contenu"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Section actuelle"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Section pr@'ec@'edente dans l'ordre de lecture"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "D@'ebut de ce chapitre ou chapitre pr@'ec@'edent"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Section pr@'ec@'edente au address@hidden niveau"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Section sup@'erieure"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Section suivante au address@hidden niveau"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "address@hidden au dessus"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "address@hidden suivant"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "address@hidden pr@'ec@'edent"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "address@hidden suivant dans l'ordre de lecture"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Section suivante dans l'ordre de lecture"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Chapitre suivant"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "A propos (page d'aide)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "address@hidden section dans l'ordre de lecture"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "address@hidden section dans l'ordre de lecture"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Ici"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Retour"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "RetourRapide"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Pr@'ec@'edent"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "address@hidden"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "address@hidden"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "address@hidden@'ec@'edent"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Avant"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "AvanceRapide"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "A propos"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Premier"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "Dernier"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr "FichierSuivant"
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Ce document a @'et@'e g@'en@'er@'e le @emph{{date}} en utilisant @uref"
 "{{program_homepage}, @emph{{program}}}"
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -237,148 +237,148 @@
 "Ce document a @'et@'e g@'en@'er@'e en utilisant @uref{{program_homepage}, "
 "@emph{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} de {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} de {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "voir {node_file_href} section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "voir {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "voir la section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "voir @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "voir {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Voir {node_file_href} section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "Voir {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Voir la section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "Voir @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Voir {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "section `{section}' dans @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "voir la section {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "voir {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "Voir la section {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "Voir {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "le @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -480,47 +480,47 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "courante"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr "Plus haut"
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "address@hidden au dessus"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "address@hidden suivant"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Document sans titre"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr "  Les boutons de navigation ont la signification suivante :"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "Bouton"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Nom"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "Aller @`a"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "Depuis 1.2.3 aller @`a"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -529,65 +529,65 @@
 "  Dans cet exemple on est @`a @strong{ Sous sous section un-deux-trois } "
 "dans un document dont la structure est :"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Section un"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Sous section un-un"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Sous section un-deux"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Sous sous section un-deux-un"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Sous sous section un-deux-deux"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Sous sous section un-deux-trois"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Position"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Sous sous section un-deux-quatre"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Sous section un-trois"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Sous section un-quatre"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "Le address@hidden que vous recherchez est ici@ : {href}."
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Entr@'ee d'index"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr ""
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Aller @`a"
 

Index: po_document/hu.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/hu.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- po_document/hu.po   27 Dec 2009 23:55:32 -0000      1.1
+++ po_document/hu.po   28 Dec 2009 18:03:18 -0000      1.2
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2009-12-27 22:02+0100\n"
 "Last-Translator: Harmath Dénes <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Rövid tartalomjegyzék"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Lábjegyzet"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr "@{Nincs értéke ennek: `{value}'@}"
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Címoldal"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Tartalom"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "Áttekintés"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Tárgymutató"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr "Aktuális"
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr "Előző"
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Fel"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Következő"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Következő"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr "Következő fájl"
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr "Előző fájl"
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "Dokumentum címoldala"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Tartalomjegyzék"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Rövid tartalomjegyzék"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Aktuális szakasz"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Előző szakasz az olvasási sorrendben"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Fejezet eleje vagy előző fejezet"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Előző szakasz ugyanazon a szinten"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Szülő szakasz"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Következő szakasz ugyanazon a szinten"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Szülő csomópont"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "Következő csomópont"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Előző csomópont"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "Következő csomópont az olvasási sorrendben"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Következő szakasz az olvasási sorrendben"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Következő fejezet"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "Segítség a navigációhoz"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Első szakasz az olvasási sorrendben"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "Utolsó szakasz az olvasási sorrendben"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr "Következő fájl elülső szakasza"
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr "Előző fájl hátsó szakasza"
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Ez a(z)"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Vissza"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "Visszaugrás"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Előző"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "SzülőCsomópont"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "KövetkezőCsomópont"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "ElőzőCsomópont"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Előre"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "Előreugrás"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "Súgó"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Első"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "Utolsó"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr "KövetkezőFájl"
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr "ElőzőFájl"
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Ezt a dokumentumot @i{{date}} napon generálta a(z) @uref{{program_homepage}, 
"
 "@i{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -237,148 +237,148 @@
 "Ezt a dokumentumot a(z) @uref{{program_homepage}, @emph{{program}}} "
 "generálta."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr "{style} {number}"
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr "{style}: {caption_first_line}"
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr "{style}: {shortcaption_first_line}"
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} ezen: {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} típusa: {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "ld. {node_file_href} ezt a szakaszt: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "ld. {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "ld. @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "ld. {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Ld. {node_file_href} ezt a szakaszt: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "See {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Ld. ezt a szakaszt: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "Ld. @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Ld. {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} szakasz: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr "{node_file_href} @cite{{book}}"
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "szakasz: `{section}' itt: @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr "@cite{{book}}"
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr "{node_file_href}"
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "ld. ezt a szakaszt: {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "ld. {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "Ld. ezt a szakaszt: {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "Ld. {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr "{reference_name}"
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "ekkor: @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr "{acronym_like} ({explanation})"
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr "@b{{quotation_arg}:} "
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr "(bármelyik elemen kívül)"
 
@@ -482,47 +482,47 @@
 msgid "See {title_ref}"
 msgstr "Ld. {title_ref}"
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "aktuális"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr "Fel"
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Szülő csomópont"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "Következő csomópont"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Névtelen dokumentum"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr "  A navigációs panelen levő gombok jelentése a következő:"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "Gomb"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Név"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "Cél"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "1.2.3-ból ide jutunk"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -531,65 +531,65 @@
 "  @strong{ Példánkban } az aktuális pozíció az @strong{ 1.2.3 
alalszakasz } "
 "egy olyan dokumentumban, melynek szerkezete a következő:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "szakasz"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "alszakasz"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "alszakasz"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "alalszakasz"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "alalszakasz"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "alalszakasz"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Aktuális pozíció"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "alalszakasz"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "alszakasz"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "alszakasz"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "A keresett csomópont itt található: {href}."
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Tárgymutató-bejegyzés"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Szakasz"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Ugorj ide"
 

Index: po_document/it.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/it.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- po_document/it.po   27 Dec 2009 23:55:32 -0000      1.1
+++ po_document/it.po   28 Dec 2009 18:03:18 -0000      1.2
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2009-12-27 22:02+0100\n"
 "Last-Translator: Federico Bruni <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Indice breve"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Note a piè di pagina"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr "@{Nessun valore per `{value}'@}"
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Inizio"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Contenuti"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "Panoramica"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Indice"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr "Attuale"
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr "Precedente"
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Su"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Successivo"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Seguente"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr "File successivo"
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr "File precedente"
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "Copertina (inizio) del documento"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Indice"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Indice breve"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Sezione attuale"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Sezione precedente in ordine di lettura"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Inizio di questo capitolo o capitolo precedente"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Sezione precedente sullo stesso livello"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Sezione superiore"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Sezione successiva sullo stesso livello"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Nodo superiore"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "Nodo successivo"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Nodo precedente"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "Nodo seguente in ordine di lettura"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Sezione successiva in ordine di lettura"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Capitolo successivo"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "Informazioni (aiuto)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Prima sezione in ordine di lettura"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "Ultima sezione in ordine di lettura"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr "Sezione successiva nel prossimo file"
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Questo"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Indietro"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "Indietro veloce"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Prec."
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "Nodo superiore"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "Nodo successivo"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "Nodo precedente"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Avanti"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "Avanti veloce"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "Informazioni"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Primo"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "Ultimo"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr "File successivo"
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr "File precedente"
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Questo documento è stato generato il @i{{date}} con @uref"
 "{{program_homepage}, @i{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -237,148 +237,148 @@
 "Questo documento è stato generato con @uref{{program_homepage}, @emph"
 "{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr "{style} {number}"
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr "{style}: {caption_first_line}"
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr "{style}: {shortcaption_first_line}"
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} in {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} di {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "vedi {node_file_href} nella sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "vedi {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "vedi la sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "vedi @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "vedi {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Vedi {node_file_href} nella sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "Vedi {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Vedi la sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "Vedi @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Vedi {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} nella sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr "{node_file_href} @cite{{book}}"
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "sezione `{section}' in @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr "@cite{{book}}"
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr "{node_file_href}"
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "vedi la sezione {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "vedi {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "Vedi la sezione {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "Vedi {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr "{reference_name}"
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "il @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr "{acronym_like} ({explanation})"
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr "@b{{quotation_arg}:} "
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr "(fuori da qualsiasi elemento)"
 
@@ -480,47 +480,47 @@
 msgid "See {title_ref}"
 msgstr "Vedi {title_ref}"
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "attuale"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr " Su "
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Nodo superiore"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "Nodo seguente"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Documento senza titolo"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr "  I bottoni nei pannelli di navigazione hanno il seguente significato:"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "Bottone"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Nome"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "Vai a"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "Da 1.2.3 vai a"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -530,65 +530,65 @@
 "{ Sottosottosezione Uno-Due-Tre } di un documento che ha la seguente "
 "struttura:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Sezione uno"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Sottosezione Uno-Uno"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Sottosezione Uno-Due"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Sottosottosezione Uno-Due-Uno"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Sottosottosezione Uno-Due-Due"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Sottosottosezione Uno-Due-Tre"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Posizione Attuale"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Sottosottosezione Uno-Due-Quattro"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Sottosezione Uno-Tre"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Sottosezione Uno-Quattro"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "Il nodo che stai cercando è {href}"
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Voce dell'indice"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Sezione"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Salta a"
 

Index: po_document/ja.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/ja.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- po_document/ja.po   27 Dec 2009 23:55:32 -0000      1.1
+++ po_document/ja.po   28 Dec 2009 18:03:18 -0000      1.2
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2007-02-05\n"
 "Last-Translator: Unknown\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "簡略化した目次"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "脚注"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "冒頭"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "目次"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "概要"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "見出し"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr ""
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "次"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr ""
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr ""
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr ""
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr ""
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr ""
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr ""
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr ""
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr ""
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr ""
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr ""
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr ""
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr ""
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr ""
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr ""
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr ""
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr ""
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr ""
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr ""
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr ""
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr ""
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr ""
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr ""
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "前"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr ""
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr ""
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr ""
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr ""
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr ""
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr ""
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr ""
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr ""
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "address@hidden@uref{{program_homepage}, @emph{{program}}}を用いて"
 "生成されました。"
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -236,148 +236,148 @@
 msgstr ""
 "address@hidden, @emph{{program}}}を用いて生成されました。"
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr ""
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr ""
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "{node_file_href} @cite{{book}}参照"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "{node_file_href}参照"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr ""
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "@cite{{book}}の `{section}' "
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr ""
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr ""
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "@emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -479,47 +479,47 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "現在位置"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr "上"
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr ""
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr ""
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "無題の文書"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr 
"ナビゲーションパネル中のボタンには以下の意味があります。"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "ボタン"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "名称"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "移動先"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "1.2.3項からの移動先"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -528,65 +528,65 @@
 "@address@hidden"
 "ています。"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "第1項"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "第1.1項"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "第1.2項"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "第1.2.1項"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "第1.2.2項"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "第1.2.3項"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "現在位置"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "第1.2.4項"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "第1.3項"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "第1.4項"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr ""
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "見出し一覧"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "項"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "移動"
 

Index: po_document/nl.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/nl.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/nl.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/nl.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2001-01-01\n"
 "Last-Translator: Unknown\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Korte inhoudsopgave"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "No translation available!"
 
@@ -37,344 +37,344 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr ""
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr ""
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr ""
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Index"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr ""
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr ""
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr ""
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr ""
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr ""
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr ""
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr ""
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr ""
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr ""
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr ""
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr ""
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr ""
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr ""
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr ""
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr ""
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr ""
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr ""
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr ""
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr ""
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr ""
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr ""
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr ""
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr ""
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr ""
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr ""
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr ""
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr ""
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr ""
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr ""
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr ""
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr ""
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr ""
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr ""
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
 "{{program}}}."
 msgstr ""
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
 "{{program}}}."
 msgstr ""
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr ""
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr ""
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr ""
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr ""
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr ""
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr ""
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr ""
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -476,112 +476,112 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr ""
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr ""
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr ""
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr ""
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr ""
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr ""
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr ""
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr ""
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr ""
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr ""
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
 "structure:"
 msgstr ""
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr ""
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr ""
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr ""
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr ""
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr ""
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr ""
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr ""
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr ""
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr ""
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr ""
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr ""
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr ""
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr ""
 

Index: po_document/no.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/no.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/no.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/no.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2001-01-01\n"
 "Last-Translator: Unknown\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Kort innholdsfortegnelse"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "No translation available!"
 
@@ -37,344 +37,344 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr ""
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr ""
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr ""
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "Indeks"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr ""
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr ""
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr ""
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr ""
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr ""
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr ""
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr ""
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr ""
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr ""
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr ""
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr ""
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr ""
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr ""
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr ""
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr ""
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr ""
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr ""
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr ""
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr ""
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr ""
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr ""
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr ""
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr ""
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr ""
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr ""
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr ""
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr ""
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr ""
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr ""
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr ""
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr ""
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr ""
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr ""
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
 "{{program}}}."
 msgstr ""
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
 "{{program}}}."
 msgstr ""
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr ""
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr ""
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr ""
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr ""
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr ""
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr ""
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr ""
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr ""
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -476,112 +476,112 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr ""
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr ""
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr ""
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr ""
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr ""
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr ""
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr ""
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr ""
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr ""
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr ""
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
 "structure:"
 msgstr ""
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr ""
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr ""
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr ""
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr ""
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr ""
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr ""
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr ""
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr ""
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr ""
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr ""
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr ""
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr ""
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr ""
 

Index: po_document/pt.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/pt.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/pt.us-ascii.po  27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/pt.us-ascii.po  28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2006-01-09\n"
 "Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Breve Sum@'ario"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Notas de Rodap@'e"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Topo"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Conte@'udo"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "address@hidden geral"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "@'Indice"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Acima"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Pr@'oximo"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Seguinte"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "In@'icio (topo) do documento"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Sum@'ario"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Breve sum@'ario"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Se@,address@hidden atual"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Se@,address@hidden anterior na ordem de leitura"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Come@,{c}o desse cap@'itulo ou cap@'itulo anterior"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Se@,address@hidden anterior no mesmo n@'ivel"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Se@,address@hidden acima"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Pr@'oxima se@,address@hidden no mesmo n@'ivel"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Nodo acima"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "Pr@'oximo nodo"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Nodo anterior"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "Nodo seguinte na ordem de leitura de nodos"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Pr@'oxima se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Pr@'oximo cap@'itulo"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "Sobre (ajuda)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Primeira se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "@'Ultima se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Esse"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Volta"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "Voltar R@'apido"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Pr@'evio"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "Nodo Acima"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "Pr@'oximo Nodo"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "Nodo Anterior"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Avan@,{c}ar"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "Avan@,{c}ar R@'apido"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "Sobre"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Primeiro"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "@'Ultimo"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, @i"
 "{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -236,148 +236,148 @@
 msgstr ""
 "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} na {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} da {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "veja {node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "veja {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "veja se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "veja @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "veja {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Veja {node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "Veja {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Veja se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "Veja @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Veja {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "veja se@,address@hidden {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "veja {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "Veja se@,address@hidden {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "Veja {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "em @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -479,49 +479,49 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "atual"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr " Acima "
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Nodo acima"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "Nodo seguinte"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Documento Sem Nome"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr ""
 "  Os address@hidden nos pain@'eis de navega@,address@hidden possuem os 
seguintes "
 "significados:"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "address@hidden"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Nome"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "V@'a para"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "De 1.2.3 v@'a para"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -531,65 +531,65 @@
 "@strong{ Subsub@,address@hidden address@hidden } de um documento com a 
seguinte "
 "estrutura:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Se@,address@hidden Um"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Subse@,address@hidden Um-Um"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Subse@,address@hidden Um-Dois"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Subse@,address@hidden Um-Dois-Um"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Subse@,address@hidden Um-Dois-Dois"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Subse@,address@hidden address@hidden"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Posi@,address@hidden Atual"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Subse@,address@hidden Um-Dois-Quatro"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Subse@,address@hidden address@hidden"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Subse@,address@hidden Um-Quatro"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "O nodo que address@hidden est@'a olhando est@'a em {href}."
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Entrada de @'Indice"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Se@,address@hidden"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Pular para"
 

Index: po_document/pt_BR.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/pt_BR.us-ascii.po,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- po_document/pt_BR.us-ascii.po       27 Dec 2009 22:33:36 -0000      1.16
+++ po_document/pt_BR.us-ascii.po       28 Dec 2009 18:03:18 -0000      1.17
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texi2html 1.83\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-27 22:02+0100\n"
+"POT-Creation-Date: 2009-12-28 17:53+0100\n"
 "PO-Revision-Date: 2006-01-09\n"
 "Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
 "Language-Team: Unknown\n"
@@ -27,8 +27,8 @@
 msgid "Short Table of Contents"
 msgstr "Breve Sum@'ario"
 
-#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6490
-#: formats/html.init:2475
+#: texi2html.pl:5967 texi2html.pl:5971 texi2html.pl:5975 texi2html.init:6491
+#: formats/html.init:2476
 msgid "Footnotes"
 msgstr "Notas de Rodap@'e"
 
@@ -37,189 +37,189 @@
 msgid "@{No value for `{value}'@}"
 msgstr ""
 
-#: texi2html.init:923 texi2html.init:975 formats/html.init:687
+#: texi2html.init:924 texi2html.init:976 formats/html.init:688
 msgid "Top"
 msgstr "Topo"
 
-#: texi2html.init:924 texi2html.init:976 formats/html.init:688
+#: texi2html.init:925 texi2html.init:977 formats/html.init:689
 msgid "Contents"
 msgstr "Conte@'udo"
 
-#: texi2html.init:925 texi2html.init:977 formats/html.init:689
+#: texi2html.init:926 texi2html.init:978 formats/html.init:690
 msgid "Overview"
 msgstr "address@hidden geral"
 
-#: texi2html.init:926 texi2html.init:953 texi2html.init:978
-#: formats/html.init:690
+#: texi2html.init:927 texi2html.init:954 texi2html.init:979
+#: formats/html.init:691
 msgid "Index"
 msgstr "@'Indice"
 
-#: texi2html.init:928
+#: texi2html.init:929
 msgid "Current"
 msgstr ""
 
-#: texi2html.init:931 texi2html.init:936
+#: texi2html.init:932 texi2html.init:937
 msgid "Previous"
 msgstr ""
 
-#: texi2html.init:932 texi2html.init:934 texi2html.init:984
+#: texi2html.init:933 texi2html.init:935 texi2html.init:985
 msgid "Up"
 msgstr "Acima"
 
-#: texi2html.init:933 texi2html.init:935 texi2html.init:985
-#: formats/html.init:697
+#: texi2html.init:934 texi2html.init:936 texi2html.init:986
+#: formats/html.init:698
 msgid "Next"
 msgstr "Pr@'oximo"
 
-#: texi2html.init:937 texi2html.init:989
+#: texi2html.init:938 texi2html.init:990
 msgid "Following"
 msgstr "Seguinte"
 
-#: texi2html.init:943 formats/html.init:707
+#: texi2html.init:944 formats/html.init:708
 msgid "Next file"
 msgstr ""
 
-#: texi2html.init:944 formats/html.init:708
+#: texi2html.init:945 formats/html.init:709
 msgid "Previous file"
 msgstr ""
 
-#: texi2html.init:950
+#: texi2html.init:951
 msgid "Cover (top) of document"
 msgstr "In@'icio (topo) do documento"
 
-#: texi2html.init:951
+#: texi2html.init:952
 msgid "Table of contents"
 msgstr "Sum@'ario"
 
-#: texi2html.init:952
+#: texi2html.init:953
 msgid "Short table of contents"
 msgstr "Breve sum@'ario"
 
-#: texi2html.init:954
+#: texi2html.init:955
 msgid "Current section"
 msgstr "Se@,address@hidden atual"
 
-#: texi2html.init:955
+#: texi2html.init:956
 msgid "Previous section in reading order"
 msgstr "Se@,address@hidden anterior na ordem de leitura"
 
-#: texi2html.init:956
+#: texi2html.init:957
 msgid "Beginning of this chapter or previous chapter"
 msgstr "Come@,{c}o desse cap@'itulo ou cap@'itulo anterior"
 
-#: texi2html.init:957
+#: texi2html.init:958
 msgid "Previous section on same level"
 msgstr "Se@,address@hidden anterior no mesmo n@'ivel"
 
-#: texi2html.init:958
+#: texi2html.init:959
 msgid "Up section"
 msgstr "Se@,address@hidden acima"
 
-#: texi2html.init:959
+#: texi2html.init:960
 msgid "Next section on same level"
 msgstr "Pr@'oxima se@,address@hidden no mesmo n@'ivel"
 
-#: texi2html.init:960
+#: texi2html.init:961
 msgid "Up node"
 msgstr "Nodo acima"
 
-#: texi2html.init:961 formats/html.init:699
+#: texi2html.init:962 formats/html.init:700
 msgid "Next node"
 msgstr "Pr@'oximo nodo"
 
-#: texi2html.init:962 formats/html.init:700
+#: texi2html.init:963 formats/html.init:701
 msgid "Previous node"
 msgstr "Nodo anterior"
 
-#: texi2html.init:963
+#: texi2html.init:964
 msgid "Node following in node reading order"
 msgstr "Nodo seguinte na ordem de leitura de nodos"
 
-#: texi2html.init:964
+#: texi2html.init:965
 msgid "Next section in reading order"
 msgstr "Pr@'oxima se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:965
+#: texi2html.init:966
 msgid "Next chapter"
 msgstr "Pr@'oximo cap@'itulo"
 
-#: texi2html.init:966
+#: texi2html.init:967
 msgid "About (help)"
 msgstr "Sobre (ajuda)"
 
-#: texi2html.init:967
+#: texi2html.init:968
 msgid "First section in reading order"
 msgstr "Primeira se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:968
+#: texi2html.init:969
 msgid "Last section in reading order"
 msgstr "@'Ultima se@,address@hidden na ordem de leitura"
 
-#: texi2html.init:969
+#: texi2html.init:970
 msgid "Forward section in next file"
 msgstr ""
 
-#: texi2html.init:970
+#: texi2html.init:971
 msgid "Back section in previous file"
 msgstr ""
 
-#: texi2html.init:980
+#: texi2html.init:981
 msgid "This"
 msgstr "Esse"
 
-#: texi2html.init:981
+#: texi2html.init:982
 msgid "Back"
 msgstr "Volta"
 
-#: texi2html.init:982
+#: texi2html.init:983
 msgid "FastBack"
 msgstr "Voltar R@'apido"
 
-#: texi2html.init:983 formats/html.init:695
+#: texi2html.init:984 formats/html.init:696
 msgid "Prev"
 msgstr "Pr@'evio"
 
-#: texi2html.init:986
+#: texi2html.init:987
 msgid "NodeUp"
 msgstr "Nodo Acima"
 
-#: texi2html.init:987
+#: texi2html.init:988
 msgid "NodeNext"
 msgstr "Pr@'oximo Nodo"
 
-#: texi2html.init:988
+#: texi2html.init:989
 msgid "NodePrev"
 msgstr "Nodo Anterior"
 
-#: texi2html.init:990
+#: texi2html.init:991
 msgid "Forward"
 msgstr "Avan@,{c}ar"
 
-#: texi2html.init:991
+#: texi2html.init:992
 msgid "FastForward"
 msgstr "Avan@,{c}ar R@'apido"
 
-#: texi2html.init:992
+#: texi2html.init:993
 msgid "About"
 msgstr "Sobre"
 
-#: texi2html.init:993
+#: texi2html.init:994
 msgid "First"
 msgstr "Primeiro"
 
-#: texi2html.init:994
+#: texi2html.init:995
 msgid "Last"
 msgstr "@'Ultimo"
 
-#: texi2html.init:995
+#: texi2html.init:996
 msgid "NextFile"
 msgstr ""
 
-#: texi2html.init:996
+#: texi2html.init:997
 msgid "PrevFile"
 msgstr ""
 
-#: texi2html.init:1611
+#: texi2html.init:1612
 #, perl-brace-format
 msgid ""
 "This document was generated on @i{{date}} using @uref{{program_homepage}, @i"
@@ -228,7 +228,7 @@
 "Esse documento foi gerado em @i{{date}} usando @uref{{program_homepage}, @i"
 "{{program}}}."
 
-#: texi2html.init:1614
+#: texi2html.init:1615
 #, perl-brace-format
 msgid ""
 "This document was generated using @uref{{program_homepage}, @emph"
@@ -236,148 +236,148 @@
 msgstr ""
 "Esse documento foi gerado usando @uref{{program_homepage}, @emph{{program}}}."
 
-#: texi2html.init:5172 texi2html.init:5295 formats/html.init:1574
-#: formats/html.init:1672
+#: texi2html.init:5173 texi2html.init:5296 formats/html.init:1575
+#: formats/html.init:1673
 #, perl-brace-format
 msgid "{style} {number}"
 msgstr ""
 
-#: texi2html.init:5194 formats/html.init:1588
+#: texi2html.init:5195 formats/html.init:1589
 #, perl-brace-format
 msgid "{style}: {caption_first_line}"
 msgstr ""
 
-#: texi2html.init:5222 formats/html.init:1605
+#: texi2html.init:5223 formats/html.init:1606
 #, perl-brace-format
 msgid "{style}: {shortcaption_first_line}"
 msgstr ""
 
-#: texi2html.init:5527 texi2html.init:5548
+#: texi2html.init:5528 texi2html.init:5549
 #, perl-brace-format
 msgid "{name} on {class}"
 msgstr "{name} na {class}"
 
-#: texi2html.init:5531 texi2html.init:5552
+#: texi2html.init:5532 texi2html.init:5553
 #, perl-brace-format
 msgid "{name} of {class}"
 msgstr "{name} da {class}"
 
-#: texi2html.init:5855
+#: texi2html.init:5856
 #, perl-brace-format
 msgid "see {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "veja {node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5856
+#: texi2html.init:5857
 #, perl-brace-format
 msgid "see {node_file_href} @cite{{book}}"
 msgstr "veja {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5860
+#: texi2html.init:5861
 #, perl-brace-format
 msgid "see section `{section}' in @cite{{book}}"
 msgstr "veja se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5861
+#: texi2html.init:5862
 #, perl-brace-format
 msgid "see @cite{{book}}"
 msgstr "veja @cite{{book}}"
 
-#: texi2html.init:5865
+#: texi2html.init:5866
 #, perl-brace-format
 msgid "see {node_file_href}"
 msgstr "veja {node_file_href}"
 
-#: texi2html.init:5872
+#: texi2html.init:5873
 #, perl-brace-format
 msgid "See {node_file_href} section `{section}' in @cite{{book}}"
 msgstr "Veja {node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5873
+#: texi2html.init:5874
 #, perl-brace-format
 msgid "See {node_file_href} @cite{{book}}"
 msgstr "Veja {node_file_href} @cite{{book}}"
 
-#: texi2html.init:5877
+#: texi2html.init:5878
 #, perl-brace-format
 msgid "See section `{section}' in @cite{{book}}"
 msgstr "Veja se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5878
+#: texi2html.init:5879
 #, perl-brace-format
 msgid "See @cite{{book}}"
 msgstr "Veja @cite{{book}}"
 
-#: texi2html.init:5882
+#: texi2html.init:5883
 #, perl-brace-format
 msgid "See {node_file_href}"
 msgstr "Veja {node_file_href}"
 
-#: texi2html.init:5889
+#: texi2html.init:5890
 #, perl-brace-format
 msgid "{node_file_href} section `{section}' in @cite{{book}}"
 msgstr "{node_file_href} se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5890
+#: texi2html.init:5891
 #, perl-brace-format
 msgid "{node_file_href} @cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5894
+#: texi2html.init:5895
 #, perl-brace-format
 msgid "section `{section}' in @cite{{book}}"
 msgstr "se@,address@hidden `{section}' em @cite{{book}}"
 
-#: texi2html.init:5895
+#: texi2html.init:5896
 #, perl-brace-format
 msgid "@cite{{book}}"
 msgstr ""
 
-#: texi2html.init:5899
+#: texi2html.init:5900
 #, perl-brace-format
 msgid "{node_file_href}"
 msgstr ""
 
-#: texi2html.init:5934
+#: texi2html.init:5935
 #, perl-brace-format
 msgid "see section {reference_name}"
 msgstr "veja se@,address@hidden {reference_name}"
 
-#: texi2html.init:5935 texi2html.init:5952
+#: texi2html.init:5936 texi2html.init:5953
 #, perl-brace-format
 msgid "see {reference_name}"
 msgstr "veja {reference_name}"
 
-#: texi2html.init:5939
+#: texi2html.init:5940
 #, perl-brace-format
 msgid "See section {reference_name}"
 msgstr "Veja se@,address@hidden {reference_name}"
 
-#: texi2html.init:5940 texi2html.init:5956
+#: texi2html.init:5941 texi2html.init:5957
 #, perl-brace-format
 msgid "See {reference_name}"
 msgstr "Veja {reference_name}"
 
-#: texi2html.init:5944 texi2html.init:5960
+#: texi2html.init:5945 texi2html.init:5961
 #, perl-brace-format
 msgid "{reference_name}"
 msgstr ""
 
-#: texi2html.init:6578
+#: texi2html.init:6579
 #, perl-brace-format
 msgid "on @emph{{date}}"
 msgstr "em @emph{{date}}"
 
-#: texi2html.init:6755 formats/html.init:2679 maintained_extra/html32.init:172
+#: texi2html.init:6756 formats/html.init:2680 maintained_extra/html32.init:172
 #, perl-brace-format
 msgid "{acronym_like} ({explanation})"
 msgstr ""
 
-#: texi2html.init:6775 formats/docbook.init:1402
+#: texi2html.init:6776 formats/docbook.init:1402
 #, perl-brace-format
 msgid "@b{{quotation_arg}:} "
 msgstr ""
 
-#: texi2html.init:6900
+#: texi2html.init:6901
 msgid "(outside of any element)"
 msgstr ""
 
@@ -479,49 +479,49 @@
 msgid "See {title_ref}"
 msgstr ""
 
-#: formats/html.init:692
+#: formats/html.init:693
 msgid "current"
 msgstr "atual"
 
-#: formats/html.init:696
+#: formats/html.init:697
 msgid " Up "
 msgstr " Acima "
 
-#: formats/html.init:698
+#: formats/html.init:699
 msgid "Node up"
 msgstr "Nodo acima"
 
-#: formats/html.init:701
+#: formats/html.init:702
 msgid "Following node"
 msgstr "Nodo seguinte"
 
-#: formats/html.init:718
+#: formats/html.init:719
 msgid "Untitled Document"
 msgstr "Documento Sem Nome"
 
-#: formats/html.init:1372
+#: formats/html.init:1373
 msgid "  The buttons in the navigation panels have the following meaning:"
 msgstr ""
 "  Os address@hidden nos pain@'eis de navega@,address@hidden possuem os 
seguintes "
 "significados:"
 
-#: formats/html.init:1378
+#: formats/html.init:1379
 msgid "Button"
 msgstr "address@hidden"
 
-#: formats/html.init:1379
+#: formats/html.init:1380
 msgid "Name"
 msgstr "Nome"
 
-#: formats/html.init:1380
+#: formats/html.init:1381
 msgid "Go to"
 msgstr "V@'a para"
 
-#: formats/html.init:1381
+#: formats/html.init:1382
 msgid "From 1.2.3 go to"
 msgstr "De 1.2.3 v@'a para"
 
-#: formats/html.init:1405
+#: formats/html.init:1406
 msgid ""
 "  where the @strong{ Example } assumes that the current position is at "
 "@strong{ Subsubsection One-Two-Three } of a document of the following "
@@ -531,65 +531,65 @@
 "@strong{ Subsub@,address@hidden address@hidden } de um documento com a 
seguinte "
 "estrutura:"
 
-#: formats/html.init:1415
+#: formats/html.init:1416
 msgid "Section One"
 msgstr "Se@,address@hidden Um"
 
-#: formats/html.init:1417
+#: formats/html.init:1418
 msgid "Subsection One-One"
 msgstr "Subse@,address@hidden Um-Um"
 
-#: formats/html.init:1424
+#: formats/html.init:1425
 msgid "Subsection One-Two"
 msgstr "Subse@,address@hidden Um-Dois"
 
-#: formats/html.init:1426
+#: formats/html.init:1427
 msgid "Subsubsection One-Two-One"
 msgstr "Subse@,address@hidden Um-Dois-Um"
 
-#: formats/html.init:1427
+#: formats/html.init:1428
 msgid "Subsubsection One-Two-Two"
 msgstr "Subse@,address@hidden Um-Dois-Dois"
 
-#: formats/html.init:1428
+#: formats/html.init:1429
 msgid "Subsubsection One-Two-Three"
 msgstr "Subse@,address@hidden address@hidden"
 
-#: formats/html.init:1430
+#: formats/html.init:1431
 msgid "Current Position"
 msgstr "Posi@,address@hidden Atual"
 
-#: formats/html.init:1431
+#: formats/html.init:1432
 msgid "Subsubsection One-Two-Four"
 msgstr "Subse@,address@hidden Um-Dois-Quatro"
 
-#: formats/html.init:1434
+#: formats/html.init:1435
 msgid "Subsection One-Three"
 msgstr "Subse@,address@hidden address@hidden"
 
-#: formats/html.init:1441
+#: formats/html.init:1442
 msgid "Subsection One-Four"
 msgstr "Subse@,address@hidden Um-Quatro"
 
-#: formats/html.init:1461
+#: formats/html.init:1462
 #, perl-brace-format
 msgid "The node you are looking for is at {href}."
 msgstr "O nodo que address@hidden est@'a olhando est@'a em {href}."
 
-#: formats/html.init:2703 formats/info.init:2699
+#: formats/html.init:2704 formats/info.init:2699
 #, perl-brace-format
 msgid "@center --- @emph{{author}}\n"
 msgstr ""
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Index Entry"
 msgstr "Entrada de @'Indice"
 
-#: formats/html.init:2720
+#: formats/html.init:2721
 msgid "Section"
 msgstr "Se@,address@hidden"
 
-#: formats/html.init:2832 maintained_extra/mediawiki.init:1031
+#: formats/html.init:2833 maintained_extra/mediawiki.init:1031
 msgid "Jump to"
 msgstr "Pular para"
 




reply via email to

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