texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog texi2html/Makefile.am texi2ht...


From: Patrice Dumas
Subject: texinfo ChangeLog texi2html/Makefile.am texi2ht...
Date: Fri, 06 Aug 2010 10:43:01 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/08/06 10:43:01

Modified files:
        .              : ChangeLog 
        texi2html      : Makefile.am .cvsignore TODO 
Added files:
        texi2html      : AUTHORS 
Removed files:
        texi2html      : translations.pl 

Log message:
                * texi2html/Makefile.am: generate AUTHORS based on texinfo 
AUTHORS
                and copy config.rpath. 
        
        Also remove translations.pl, this is automatically regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1090&r2=1.1091
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/Makefile.am?cvsroot=texinfo&r1=1.77&r2=1.78
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/.cvsignore?cvsroot=texinfo&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/TODO?cvsroot=texinfo&r1=1.196&r2=1.197
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/AUTHORS?cvsroot=texinfo&rev=1.7
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/translations.pl?cvsroot=texinfo&r1=1.43&r2=0

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1090
retrieving revision 1.1091
diff -u -b -r1.1090 -r1.1091
--- ChangeLog   6 Aug 2010 00:51:39 -0000       1.1090
+++ ChangeLog   6 Aug 2010 10:43:00 -0000       1.1091
@@ -1,3 +1,8 @@
+2010-08-06  Patrice Dumas  <address@hidden>
+
+       * texi2html/Makefile.am: generate AUTHORS based on texinfo AUTHORS
+       and copy config.rpath. 
+
 2010-08-05  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Loading Init Files),

Index: texi2html/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/Makefile.am,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- texi2html/Makefile.am       25 Jul 2010 23:17:49 -0000      1.77
+++ texi2html/Makefile.am       6 Aug 2010 10:43:00 -0000       1.78
@@ -20,6 +20,13 @@
 else
 po_subdirs =
 po_document_dir = ..
+
+config.rpath: $(srcdir)/../build-aux/config.rpath
+       ${INSTALL_DATA} $(srcdir)/../build-aux/config.rpath config.rpath
+
+AUTHORS: $(srcdir)/../AUTHORS
+       (echo "Below is a copy of the texinfo AUTHORS file, listing texi2html 
authors"; echo) \
+          | cat - $(srcdir)/../AUTHORS > $@
 endif
 
 SUBDIRS = $(po_subdirs) . test
@@ -60,8 +67,9 @@
 EXTRA_DIST = \
        configure.ac \
        config.rpath \
-       MySimple.pod \
        autogen.sh \
+       AUTHORS \
+       MySimple.pod \
        $(noinst_SCRIPTS) \
        missing-texi2html \
        texi2html.pl \
@@ -233,7 +241,7 @@
 makeinfo.pl texi2any.pl:
        -$(LN_S) $(srcdir)/texi2html.pl $@
 
-makeinfo texi2html:
+makeinfo texi2html: texi2any
        -$(LN_S) texi2any $@
 
 html-local: texi2html

Index: texi2html/.cvsignore
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- texi2html/.cvsignore        26 Jul 2010 14:42:54 -0000      1.14
+++ texi2html/.cvsignore        6 Aug 2010 10:43:01 -0000       1.15
@@ -3,6 +3,7 @@
 autom4te-2.53.cache
 autom4te.cache
 check_texinfo.pl
+config.rpath
 config.cache
 config.log
 config.status

Index: texi2html/TODO
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/TODO,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- texi2html/TODO      1 Aug 2010 22:06:48 -0000       1.196
+++ texi2html/TODO      6 Aug 2010 10:43:01 -0000       1.197
@@ -1,4 +1,10 @@
-This file contains a list of things yet to be done (see also in doc/TODO):
+This file contains a list of things yet to be done:
+
+Note
+----
+
+Remove texi2html generated files
+rm -f ABOUT-NLS INSTALL aclocal.m4 config.guess config.sub configure 
install-sh missing
 
 Before next release
 -------------------

Index: texi2html/AUTHORS
===================================================================
RCS file: texi2html/AUTHORS
diff -N texi2html/AUTHORS
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ texi2html/AUTHORS   6 Aug 2010 10:43:00 -0000       1.7
@@ -0,0 +1,60 @@
+Below is a copy of the texinfo AUTHORS file, listing texi2html authors
+
+$Id: AUTHORS,v 1.7 2010/08/06 10:43:00 pertusus Exp $
+Texinfo authors.
+
+  Copyright (C) 2003, 2005, 2006, 2007, 2008, 2010
+  Free Software Foundation, Inc.
+  
+  Copying and distribution of this file, with or without modification,
+  are permitted in any medium without royalty provided the copyright
+  notice and this notice are preserved.
+
+Adrian Aichner         texi2html.
+Olaf Bachmann          texi2html.
+Karl Berry             all files.
+Per Bothner            makeinfo/xml.c, makeinfo/docbook.c updates.
+Torsten Bronger         texinfo.dtd.
+Bob Chassell           texinfo.tex, original texinfo.txi.
+Lionel Cons            original texi2html.
+Akim Demaille          texi2dvi, util/* tests.
+Patrice Dumas          texi2html, texi2html.texi, texinfo.txi.
+Alper Ersoy            makeinfo: enhancements in all files, especially
+                          html-, xml-, and docbook-related.
+Brian Fox              all makeinfo/* and info/* files, info-stnd.texi.
+Noah Friedman          original texi2dvi.
+Oleg Katsitadze                doc/*
+Dave Love              original makeinfo/html.[ch].
+Karl Heinz Marbaise    original makeinfo language support, most files,
+                         texi2html manual.
+Philippe Martin                original makeinfo xml/docbook output.
+Sergey Poznyakoff      all files.
+Derek Price            texi2html.
+Paul Rubin             original makeinfo/multi.c.
+Andreas Schwab         texinfo.tex, configure.ac, most makeinfo files.
+Richard Stallman       original texinfo.tex, install-info.c,
+                       texindex.c, texinfo.txi.
+Zack Weinberg          texinfo.tex: @macro implementation.
+Ralf Wildenhues                util/gendocs.sh, makeinfo/tests/*,
+                       makeinfo/html.c, makeinfo/cmds.c, makeinfo/footnote.c,
+                       doc/texinfo.txi,
+                       Makefile.am, configure.ac.
+Eli Zaretskii          all files.
+
+See http://translationproject.org/team/index.html for the
+translation teams for a given language LL.  Additional info for
+original texi2html translations:
+fr:    Patrice Dumas and Jean-Charles Malahieude
+de:    Reinhold Kainhofer
+pt_BR,
+pt:    Jorge Barros de Abreu
+ja:    Found in Fedora. Don't know the author.
+es:    Francisco Vila
+it:    Federico Bruni
+hu:    Dénes Harmath
+
+Images in the images directory come from the Singular project:
+http://www.singular.uni-kl.de/
+
+Many files included in the Texinfo distribution are copied from other
+locations, no author information is given for those.  See util/srclist*.

Index: texi2html/translations.pl
===================================================================
RCS file: texi2html/translations.pl
diff -N texi2html/translations.pl
--- texi2html/translations.pl   25 Jul 2010 23:17:50 -0000      1.43
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,1551 +0,0 @@
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'nl'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '',
-                       ' Up ' => '',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => '',
-                       'About (help)' => '',
-                       'About This Document' => 'No translation available!',
-                       'April' => 'April',
-                       'August' => 'Augustus',
-                       'Back' => '',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => '',
-                       'Button' => '',
-                       'Contents' => '',
-                       'Cover (top) of document' => '',
-                       'Current' => '',
-                       'Current Position' => '',
-                       'Current section' => '',
-                       'December' => 'December',
-                       'FastBack' => '',
-                       'FastForward' => '',
-                       'February' => 'Februari',
-                       'First' => '',
-                       'First section in reading order' => '',
-                       'Following' => '',
-                       'Following node' => '',
-                       'Footnotes' => 'No translation available!',
-                       'Forward' => '',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => '',
-                       'Go to' => '',
-                       'Index' => 'Index',
-                       'Index Entry' => '',
-                       'January' => 'Januari',
-                       'July' => 'Juli',
-                       'Jump to' => '',
-                       'June' => 'Juni',
-                       'Last' => '',
-                       'Last section in reading order' => '',
-                       'March' => 'Maart',
-                       'May' => 'Mei',
-                       'Menu:' => '',
-                       'Name' => '',
-                       'Next' => '',
-                       'Next chapter' => '',
-                       'Next file' => '',
-                       'Next node' => '',
-                       'Next section in reading order' => '',
-                       'Next section on same level' => '',
-                       'NextFile' => '',
-                       'Node following in node reading order' => '',
-                       'Node up' => '',
-                       'NodeNext' => '',
-                       'NodePrev' => '',
-                       'NodeUp' => '',
-                       'November' => 'November',
-                       'October' => 'Oktober',
-                       'Overview' => '',
-                       'Prev' => '',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => '',
-                       'Previous section in reading order' => '',
-                       'Previous section on same level' => '',
-                       'Section' => '',
-                       'Section One' => '',
-                       'See ' => '',
-                       'See @cite{{book}}' => '',
-                       'See `{section}\'' => '',
-                       'See `{section}\' in @cite{{book}}' => '',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => '',
-                       'See {reference_name}' => '',
-                       'See {reference}' => '',
-                       'See {reference} in @cite{{book}}' => '',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'September',
-                       'Short Table of Contents' => 'Korte inhoudsopgave',
-                       'Short table of contents' => '',
-                       'Subsection One-Four' => '',
-                       'Subsection One-One' => '',
-                       'Subsection One-Three' => '',
-                       'Subsection One-Two' => '',
-                       'Subsubsection One-Two-Four' => '',
-                       'Subsubsection One-Two-One' => '',
-                       'Subsubsection One-Two-Three' => '',
-                       'Subsubsection One-Two-Two' => '',
-                       'Table of Contents' => 'Inhoudsopgave',
-                       'Table of contents' => '',
-                       'The node you are looking for is at {href}.' => '',
-                       'This' => '',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'Top' => '',
-                       'Untitled Document' => '',
-                       'Up' => '',
-                       'Up node' => '',
-                       'Up section' => '',
-                       '`{section}\'' => '',
-                       '`{section}\' in @cite{{book}}' => '',
-                       'current' => '',
-                       'on @emph{{date}}' => '',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => '',
-                       'see `{section}\'' => '',
-                       'see `{section}\' in @cite{{book}}' => '',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section {reference_name}' => '',
-                       'see {reference_name}' => '',
-                       'see {reference}' => '',
-                       'see {reference} in @cite{{book}}' => '',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '',
-                       '{name} on {class}' => '',
-                       '{reference_name}' => '',
-                       '{reference}' => '',
-                       '{reference} in @cite{{book}}' => '',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'ja'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => 
'ナビゲーションパネル中のボタンには以下の意味があります。',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '@address@hidden',
-                       ' Up ' => '上',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => '',
-                       'About (help)' => '',
-                       'About This Document' => 'この文書について',
-                       'April' => '4月',
-                       'August' => '8月',
-                       'Back' => '',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => '',
-                       'Button' => 'ボタン',
-                       'Contents' => '目次',
-                       'Cover (top) of document' => '',
-                       'Current' => '',
-                       'Current Position' => '現在位置',
-                       'Current section' => '',
-                       'December' => '12月',
-                       'FastBack' => '',
-                       'FastForward' => '',
-                       'February' => '2月',
-                       'First' => '',
-                       'First section in reading order' => '',
-                       'Following' => '',
-                       'Following node' => '',
-                       'Footnotes' => '脚注',
-                       'Forward' => '',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => '1.2.3項からの移動先',
-                       'Go to' => '移動先',
-                       'Index' => '見出し',
-                       'Index Entry' => '見出し一覧',
-                       'January' => '1月',
-                       'July' => '7月',
-                       'Jump to' => '移動',
-                       'June' => '6月',
-                       'Last' => '',
-                       'Last section in reading order' => '',
-                       'March' => '3月',
-                       'May' => '5月',
-                       'Menu:' => 'メニュー',
-                       'Name' => '名称',
-                       'Next' => '次',
-                       'Next chapter' => '',
-                       'Next file' => '',
-                       'Next node' => '',
-                       'Next section in reading order' => '',
-                       'Next section on same level' => '',
-                       'NextFile' => '',
-                       'Node following in node reading order' => '',
-                       'Node up' => '',
-                       'NodeNext' => '',
-                       'NodePrev' => '',
-                       'NodeUp' => '',
-                       'November' => '11月',
-                       'October' => '10月',
-                       'Overview' => '概要',
-                       'Prev' => '前',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => '',
-                       'Previous section in reading order' => '',
-                       'Previous section on same level' => '',
-                       'Section' => '項',
-                       'Section One' => '第1項',
-                       'See ' => '',
-                       'See @cite{{book}}' => '',
-                       'See `{section}\'' => '項',
-                       'See `{section}\' in @cite{{book}}' => 
'@cite{{book}}の `{section}\' ',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => '',
-                       'See {reference_name}' => '',
-                       'See {reference}' => '',
-                       'See {reference} in @cite{{book}}' => '{node_file_href} 
@cite{{book}}参照',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => '9月',
-                       'Short Table of Contents' => '簡略化した目次',
-                       'Short table of contents' => '',
-                       'Subsection One-Four' => '第1.4項',
-                       'Subsection One-One' => '第1.1項',
-                       'Subsection One-Three' => '第1.3項',
-                       'Subsection One-Two' => '第1.2項',
-                       'Subsubsection One-Two-Four' => '第1.2.4項',
-                       'Subsubsection One-Two-One' => '第1.2.1項',
-                       'Subsubsection One-Two-Three' => '第1.2.3項',
-                       'Subsubsection One-Two-Two' => '第1.2.2項',
-                       'Table of Contents' => '目次',
-                       'Table of contents' => '',
-                       'The node you are looking for is at {href}.' => '',
-                       'This' => '',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 
'address@hidden@uref{{program_homepage}, 
@emph{{program}}}を用いて生成されました。',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'address@hidden, 
@emph{{program}}}を用いて生成されました。',
-                       'Top' => '冒頭',
-                       'Untitled Document' => '無題の文書',
-                       'Up' => '',
-                       'Up node' => '',
-                       'Up section' => '',
-                       '`{section}\'' => '項',
-                       '`{section}\' in @cite{{book}}' => '@cite{{book}}の 
`{section}\' ',
-                       'current' => '現在位置',
-                       'on @emph{{date}}' => '@emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => '',
-                       'see `{section}\'' => '',
-                       'see `{section}\' in @cite{{book}}' => 
'@cite{{book}}の `{section}\' ',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section {reference_name}' => '',
-                       'see {reference_name}' => '',
-                       'see {reference}' => '{node_file_href}参照',
-                       'see {reference} in @cite{{book}}' => '{node_file_href} 
@cite{{book}}参照',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '',
-                       '{name} on {class}' => '',
-                       '{reference_name}' => '',
-                       '{reference}' => '',
-                       '{reference} in @cite{{book}}' => '{node_file_href} 
@cite{{book}}参照',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'fr'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '  Les boutons de navigation ont la signification 
suivante :',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  Dans cet exemple on est @`a @strong{ Sous sous 
section un-deux-trois } dans un document dont la structure est :',
-                       ' Up ' => 'Plus haut',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => 'A propos',
-                       'About (help)' => 'A propos (page d\'aide)',
-                       'About This Document' => 'A propos de ce document',
-                       'April' => 'avril',
-                       'August' => 'address@hidden',
-                       'Back' => 'Retour',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => 
'address@hidden'ebut de ce chapitre ou chapitre 
address@hidden'address@hidden'edent',
-                       'Button' => 'Bouton',
-                       'Contents' => 'Table des address@hidden',
-                       'Cover (top) of document' => 'Couverture (top) du 
document',
-                       'Current' => '',
-                       'Current Position' => 'Position',
-                       'Current section' => 'Section actuelle',
-                       'December' => 'address@hidden'ecembre',
-                       'FastBack' => 'RetourRapide',
-                       'FastForward' => 'AvanceRapide',
-                       'February' => 'address@hidden'evrier',
-                       'First' => 'Premier',
-                       'First section in reading order' => 'address@hidden 
section dans l\'ordre de lecture',
-                       'Following' => 'Suivant',
-                       'Following node' => 'address@hidden suivant',
-                       'Footnotes' => 'Notes de bas de page',
-                       'Forward' => 'Avant',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => 'Depuis 1.2.3 aller @`a',
-                       'Go to' => 'Aller @`a',
-                       'Index' => 'Index',
-                       'Index Entry' => 'address@hidden'ee d\'index',
-                       'January' => 'janvier',
-                       'July' => 'juillet',
-                       'Jump to' => 'Aller @`a',
-                       'June' => 'juin',
-                       'Last' => 'Dernier',
-                       'Last section in reading order' => 'address@hidden 
section dans l\'ordre de lecture',
-                       'March' => 'mars',
-                       'May' => 'mai',
-                       'Menu:' => 'Menu@ :',
-                       'Name' => 'Nom',
-                       'Next' => 'Suivant',
-                       'Next chapter' => 'Chapitre suivant',
-                       'Next file' => 'Fichier suivant',
-                       'Next node' => 'address@hidden suivant',
-                       'Next section in reading order' => 'Section suivante 
dans l\'ordre de lecture',
-                       'Next section on same level' => 'Section suivante au 
address@hidden niveau',
-                       'NextFile' => 'FichierSuivant',
-                       'Node following in node reading order' => 
'address@hidden suivant dans l\'ordre de lecture',
-                       'Node up' => 'address@hidden au dessus',
-                       'NodeNext' => 'address@hidden',
-                       'NodePrev' => 'address@hidden@\'address@hidden'edent',
-                       'NodeUp' => 'address@hidden',
-                       'November' => 'novembre',
-                       'October' => 'octobre',
-                       'Overview' => 'Vue d\'ensemble',
-                       'Prev' => 'address@hidden'address@hidden'edent',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => 'Fichier 
address@hidden'address@hidden'edent',
-                       'Previous node' => 'address@hidden 
address@hidden'address@hidden'edent',
-                       'Previous section in reading order' => 'Section 
address@hidden'address@hidden'edente dans l\'ordre de lecture',
-                       'Previous section on same level' => 'Section 
address@hidden'address@hidden'edente au address@hidden niveau',
-                       'Section' => '',
-                       'Section One' => 'Section un',
-                       'See ' => '',
-                       'See @cite{{book}}' => 'Voir @cite{{book}}',
-                       'See `{section}\'' => 'Section address@hidden'erieure',
-                       'See `{section}\' in @cite{{book}}' => 'Voir la section 
`{section}\' dans @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => 'Voir la section 
{reference_name}',
-                       'See {node_file_href}' => 'Voir {node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Voir {node_file_href} section `{section}\' dans 
@cite{{book}}',
-                       'See {reference_name}' => 'Voir {reference_name}',
-                       'See {reference}' => 'Voir {reference_name}',
-                       'See {reference} in @cite{{book}}' => 'Voir 
{node_file_href} @cite{{book}}',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'septembre',
-                       'Short Table of Contents' => 
'address@hidden'address@hidden'e du contenu',
-                       'Short table of contents' => 
'address@hidden'address@hidden'e du contenu',
-                       'Subsection One-Four' => 'Sous section un-quatre',
-                       'Subsection One-One' => 'Sous section un-un',
-                       'Subsection One-Three' => 'Sous section un-trois',
-                       'Subsection One-Two' => 'Sous section un-deux',
-                       'Subsubsection One-Two-Four' => 'Sous sous section 
un-deux-quatre',
-                       'Subsubsection One-Two-One' => 'Sous sous section 
un-deux-un',
-                       'Subsubsection One-Two-Three' => 'Sous sous section 
un-deux-trois',
-                       'Subsubsection One-Two-Two' => 'Sous sous section 
un-deux-deux',
-                       'Table of Contents' => 'Table des address@hidden',
-                       'Table of contents' => 'Table des address@hidden',
-                       'The node you are looking for is at {href}.' => 'Le 
address@hidden que vous recherchez est ici@ : {href}.',
-                       'This' => 'Ici',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Ce document a 
@\'address@hidden'e address@hidden'address@hidden'address@hidden'e le 
@emph{{date}} en utilisant @uref{{program_homepage}, @emph{{program}}}',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Ce document a 
@\'address@hidden'e address@hidden'address@hidden'address@hidden'e en utilisant 
@uref{{program_homepage}, @emph{{program}}}.',
-                       'Top' => 'Racine',
-                       'Untitled Document' => 'Document sans titre',
-                       'Up' => 'Monter',
-                       'Up node' => 'address@hidden au dessus',
-                       'Up section' => 'Section address@hidden'erieure',
-                       '`{section}\'' => 'Section address@hidden'erieure',
-                       '`{section}\' in @cite{{book}}' => 'section 
`{section}\' dans @cite{{book}}',
-                       'current' => 'courante',
-                       'on @emph{{date}}' => 'le @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => 'voir @cite{{book}}',
-                       'see `{section}\'' => 'Section address@hidden'erieure',
-                       'see `{section}\' in @cite{{book}}' => 'section 
`{section}\' dans @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section `{section}\' in @cite{{book}}' => 'voir la 
section `{section}\' dans @cite{{book}}',
-                       'see section {reference_name}' => 'voir la section 
{reference_name}',
-                       'see {node_file_href}' => 'voir {node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'voir {node_file_href} section `{section}\' dans 
@cite{{book}}',
-                       'see {reference_name}' => 'voir {reference_name}',
-                       'see {reference}' => 'voir {reference_name}',
-                       'see {reference} in @cite{{book}}' => 'voir 
{node_file_href} @cite{{book}}',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => 'le {day} {month} {year}',
-                       '{name} of {class}' => '{name} de {class}',
-                       '{name} on {class}' => '{name} de {class}',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} section `{section}\' dans @cite{{book}}',
-                       '{reference_name}' => '',
-                       '{reference}' => 'voir {reference_name}',
-                       '{reference} in @cite{{book}}' => 'voir @cite{{book}}',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'de'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => ' Die Links in der Navigationsleiste haben die folgende 
Bedeutung: ',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => ' wobei das @strong{ Beispiel } annimmt, dass die 
aktuelle Position bei @strong{ Unterabschnitt 1-2-3 } in einem Dokument mit 
folgender Struktur liegt:',
-                       ' Up ' => ' Nach oben ',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '@b{{quotation_arg}:} ',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '@cite{{book}}',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => '@"Uber',
-                       'About (help)' => '@"Uber (Hilfe)',
-                       'About This Document' => '@"Uber dieses Dokument',
-                       'April' => 'April',
-                       'August' => 'August',
-                       'Back' => 'Zur@"uck',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => 
'Anfang dieses oder des letzten Kapitels',
-                       'Button' => '',
-                       'Contents' => 'Inhalt',
-                       'Cover (top) of document' => 'Titelseite des Dokuments',
-                       'Current' => '',
-                       'Current Position' => 'Aktuelle Position',
-                       'Current section' => 'Aktueller Abschnitt',
-                       'December' => 'Dezember',
-                       'FastBack' => '',
-                       'FastForward' => '',
-                       'February' => 'Februar',
-                       'First' => '',
-                       'First section in reading order' => 'Erster Abschnitt 
in Lesereihenfolge',
-                       'Following' => '',
-                       'Following node' => 'N@"achster Knoten',
-                       'Footnotes' => 'address@hidden',
-                       'Forward' => 'Nach vorne',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => 'Von 1.2.3 gehe zu',
-                       'Go to' => 'Gehe zu',
-                       'Index' => 'Index',
-                       'Index Entry' => 'Indexeintrag',
-                       'January' => 'Januar',
-                       'July' => 'Juli',
-                       'Jump to' => 'Springe zu',
-                       'June' => 'Juni',
-                       'Last' => '',
-                       'Last section in reading order' => 'Letzter Abschnitt 
in Lesereihenfolge',
-                       'March' => 'M@"arz',
-                       'May' => 'Mai',
-                       'Menu:' => 'Auswahl:',
-                       'Name' => 'Name',
-                       'Next' => '',
-                       'Next chapter' => 'N@"achstes Kapitel',
-                       'Next file' => '',
-                       'Next node' => 'N@"achster Knoten',
-                       'Next section in reading order' => 'N@"achster 
Abschnitt in Lesereihenfolge',
-                       'Next section on same level' => 'N@"achster Abschitt 
derselben Ebene',
-                       'NextFile' => '',
-                       'Node following in node reading order' => 'N@"achster 
Abschnitt in Lesereihenfolge',
-                       'Node up' => 'Knoten nach oben',
-                       'NodeNext' => '',
-                       'NodePrev' => '',
-                       'NodeUp' => '',
-                       'November' => 'November',
-                       'October' => 'Oktober',
-                       'Overview' => '@"Ubersicht',
-                       'Prev' => '',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => 'Voriger Knoten',
-                       'Previous section in reading order' => 'Voriger 
Abschnitt in Lesereihenfolge',
-                       'Previous section on same level' => 'Voriger Abschnitt 
derselben Ebene',
-                       'Section' => 'Abschnitt',
-                       'Section One' => 'Abschnitt 1',
-                       'See ' => '',
-                       'See @cite{{book}}' => '',
-                       'See `{section}\'' => 'Abschnitt nach oben',
-                       'See `{section}\' in @cite{{book}}' => 'Siehe Abschnitt 
`{section}\' in @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => '',
-                       'See {node_file_href}' => 'Siehe {node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Siehe {node_file_href} in Abschnitt `{section}\' in 
@cite{{book}}',
-                       'See {reference_name}' => '',
-                       'See {reference}' => 'siehe {reference_name}',
-                       'See {reference} in @cite{{book}}' => 'Siehe 
{node_file_href} @cite{{book}}',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'September',
-                       'Short Table of Contents' => 'Kurzes 
Inhaltsverzeichnis',
-                       'Short table of contents' => 'Kurzes 
Inhaltsverzeichnis',
-                       'Subsection One-Four' => 'Unterabschnitt 1-4',
-                       'Subsection One-One' => 'Unterabschnitt 1-1',
-                       'Subsection One-Three' => 'Unterabschnitt 1-3',
-                       'Subsection One-Two' => 'Unterabschnitt 1-2',
-                       'Subsubsection One-Two-Four' => 'Unterabschnitt 1-2-4',
-                       'Subsubsection One-Two-One' => 'Unterabschnitt 1-2-1',
-                       'Subsubsection One-Two-Three' => 'Unterabschnitt 1-2-3',
-                       'Subsubsection One-Two-Two' => 'Unterabschnitt 1-2-2',
-                       'Table of Contents' => 'Inhaltsverzeichnis',
-                       'Table of contents' => 'Inhaltsverzeichnis',
-                       'The node you are looking for is at {href}.' => 'Der 
Knoten, den Sie sehen, befindet sich bei {href}',
-                       'This' => '',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Dieses Dokument wurde erzeugt 
am @i{{date}} durch @uref{{program_homepage}, @i{{program}}}.',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Dieses Dokument wurde erzeugt 
durch @uref{{program_homepage}, @emph{{program}}}.',
-                       'Top' => 'Anfang',
-                       'Untitled Document' => 'Unbenanntes Dokumen',
-                       'Up' => 'Nach oben',
-                       'Up node' => 'Knoten nach oben',
-                       'Up section' => 'Abschnitt nach oben',
-                       '`{section}\'' => 'Abschnitt nach oben',
-                       '`{section}\' in @cite{{book}}' => 'Abschnitt 
`{section}\' in @cite{{book}}',
-                       'current' => '',
-                       'on @emph{{date}}' => 'am @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => 'siehe @cite{{book}}',
-                       'see `{section}\'' => 'Abschnitt nach oben',
-                       'see `{section}\' in @cite{{book}}' => 'Abschnitt 
`{section}\' in @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section `{section}\' in @cite{{book}}' => 'siehe 
Abschnitt `{section}\' in @cite{{book}}',
-                       'see section {reference_name}' => 'siehe Abschnitt 
{reference_name}',
-                       'see {node_file_href}' => 'siehe {node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'siehe {node_file_href} im Abschnitt `{section}\' in 
@cite{{book}}',
-                       'see {reference_name}' => 'siehe {reference_name}',
-                       'see {reference}' => 'siehe {reference_name}',
-                       'see {reference} in @cite{{book}}' => 'siehe 
{node_file_href} @cite{{book}}',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '{acronym_like} 
({explanation})',
-                       '{month} {day}, {year}' => '{day}. {month} {year}',
-                       '{name} of {class}' => '',
-                       '{name} on {class}' => '',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} in Abschnitt `{section}\' in @cite{{book}}',
-                       '{reference_name}' => '{reference_name}',
-                       '{reference}' => '{reference_name}',
-                       '{reference} in @cite{{book}}' => 'siehe @cite{{book}}',
-                       '{ref}' => '',
-                       '{style} {number}' => '{style} {number}',
-                       '{style}: {caption_first_line}' => '{style}: 
{caption_first_line}',
-                       '{style}: {shortcaption_first_line}' => '{style}: 
{shortcaption_first_line}',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'pt'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '  Os address@hidden nos address@hidden'eis de 
navega@,address@hidden possuem os seguintes significados:',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  onde o @strong{ Exemplo } assume que a 
posi@,address@hidden atual localiza-se em @strong{ Subsub@,address@hidden 
address@hidden } de um documento com a seguinte estrutura:',
-                       ' Up ' => ' Acima ',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => 'Sobre',
-                       'About (help)' => 'Sobre (ajuda)',
-                       'About This Document' => 'Sobre Esse Documento',
-                       'April' => 'Abril',
-                       'August' => 'Agosto',
-                       'Back' => 'Volta',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => 
'Come@,{c}o desse address@hidden'itulo ou address@hidden'itulo anterior',
-                       'Button' => 'address@hidden',
-                       'Contents' => 'address@hidden'udo',
-                       'Cover (top) of document' => 'address@hidden'icio 
(topo) do documento',
-                       'Current' => '',
-                       'Current Position' => 'Posi@,address@hidden Atual',
-                       'Current section' => 'Se@,address@hidden atual',
-                       'December' => 'Dezembro',
-                       'FastBack' => 'Voltar address@hidden'apido',
-                       'FastForward' => 'Avan@,{c}ar address@hidden'apido',
-                       'February' => 'Fevereiro',
-                       'First' => 'Primeiro',
-                       'First section in reading order' => 'Primeira 
se@,address@hidden na ordem de leitura',
-                       'Following' => 'Seguinte',
-                       'Following node' => 'Nodo seguinte',
-                       'Footnotes' => 'Notas de address@hidden'e',
-                       'Forward' => 'Avan@,{c}ar',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => 'De 1.2.3 address@hidden'a para',
-                       'Go to' => 'address@hidden'a para',
-                       'Index' => '@\'Indice',
-                       'Index Entry' => 'Entrada de @\'Indice',
-                       'January' => 'Janeiro',
-                       'July' => 'Julho',
-                       'Jump to' => 'Pular para',
-                       'June' => 'Junho',
-                       'Last' => '@\'Ultimo',
-                       'Last section in reading order' => '@\'Ultima 
se@,address@hidden na ordem de leitura',
-                       'March' => 'Mar@,{c}o',
-                       'May' => 'Maio',
-                       'Menu:' => '',
-                       'Name' => 'Nome',
-                       'Next' => 'address@hidden'oximo',
-                       'Next chapter' => 'address@hidden'oximo 
address@hidden'itulo',
-                       'Next file' => '',
-                       'Next node' => 'address@hidden'oximo nodo',
-                       'Next section in reading order' => 
'address@hidden'oxima se@,address@hidden na ordem de leitura',
-                       'Next section on same level' => 'address@hidden'oxima 
se@,address@hidden no mesmo address@hidden'ivel',
-                       'NextFile' => '',
-                       'Node following in node reading order' => 'Nodo 
seguinte na ordem de leitura de nodos',
-                       'Node up' => 'Nodo acima',
-                       'NodeNext' => 'address@hidden'oximo Nodo',
-                       'NodePrev' => 'Nodo Anterior',
-                       'NodeUp' => 'Nodo Acima',
-                       'November' => 'Novembro',
-                       'October' => 'Outubro',
-                       'Overview' => 'address@hidden geral',
-                       'Prev' => 'address@hidden'evio',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => 'Nodo anterior',
-                       'Previous section in reading order' => 
'Se@,address@hidden anterior na ordem de leitura',
-                       'Previous section on same level' => 'Se@,address@hidden 
anterior no mesmo address@hidden'ivel',
-                       'Section' => 'Se@,address@hidden',
-                       'Section One' => 'Se@,address@hidden Um',
-                       'See ' => '',
-                       'See @cite{{book}}' => 'Veja @cite{{book}}',
-                       'See `{section}\'' => 'Se@,address@hidden acima',
-                       'See `{section}\' in @cite{{book}}' => 'Veja 
se@,address@hidden `{section}\' em @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => 'Veja 
se@,address@hidden {reference_name}',
-                       'See {node_file_href}' => 'Veja {node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Veja {node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                       'See {reference_name}' => 'Veja {reference_name}',
-                       'See {reference}' => 'Veja {reference_name}',
-                       'See {reference} in @cite{{book}}' => 'Veja 
{node_file_href} @cite{{book}}',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'Setembro',
-                       'Short Table of Contents' => 'Breve 
address@hidden'ario',
-                       'Short table of contents' => 'Breve 
address@hidden'ario',
-                       'Subsection One-Four' => 'Subse@,address@hidden 
Um-Quatro',
-                       'Subsection One-One' => 'Subse@,address@hidden Um-Um',
-                       'Subsection One-Three' => 'Subse@,address@hidden 
address@hidden',
-                       'Subsection One-Two' => 'Subse@,address@hidden Um-Dois',
-                       'Subsubsection One-Two-Four' => 'Subse@,address@hidden 
Um-Dois-Quatro',
-                       'Subsubsection One-Two-One' => 'Subse@,address@hidden 
Um-Dois-Um',
-                       'Subsubsection One-Two-Three' => 'Subse@,address@hidden 
address@hidden',
-                       'Subsubsection One-Two-Two' => 'Subse@,address@hidden 
Um-Dois-Dois',
-                       'Table of Contents' => 'address@hidden'ario',
-                       'Table of contents' => 'address@hidden'ario',
-                       'The node you are looking for is at {href}.' => 'O nodo 
que address@hidden address@hidden'a olhando address@hidden'a em {href}.',
-                       'This' => 'Esse',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Esse documento foi gerado em 
@i{{date}} usando @uref{{program_homepage}, @i{{program}}}.',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Esse documento foi gerado 
usando @uref{{program_homepage}, @emph{{program}}}.',
-                       'Top' => 'Topo',
-                       'Untitled Document' => 'Documento Sem Nome',
-                       'Up' => 'Acima',
-                       'Up node' => 'Nodo acima',
-                       'Up section' => 'Se@,address@hidden acima',
-                       '`{section}\'' => 'Se@,address@hidden acima',
-                       '`{section}\' in @cite{{book}}' => 'se@,address@hidden 
`{section}\' em @cite{{book}}',
-                       'current' => 'atual',
-                       'on @emph{{date}}' => 'em @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => 'veja @cite{{book}}',
-                       'see `{section}\'' => 'Se@,address@hidden acima',
-                       'see `{section}\' in @cite{{book}}' => 
'se@,address@hidden `{section}\' em @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section `{section}\' in @cite{{book}}' => 'veja 
se@,address@hidden `{section}\' em @cite{{book}}',
-                       'see section {reference_name}' => 'veja 
se@,address@hidden {reference_name}',
-                       'see {node_file_href}' => 'veja {node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'veja {node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                       'see {reference_name}' => 'veja {reference_name}',
-                       'see {reference}' => 'veja {reference_name}',
-                       'see {reference} in @cite{{book}}' => 'veja 
{node_file_href} @cite{{book}}',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => '{day} de {month} de {year}',
-                       '{name} of {class}' => '{name} da {class}',
-                       '{name} on {class}' => '{name} na {class}',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                       '{reference_name}' => '',
-                       '{reference}' => 'veja {reference_name}',
-                       '{reference} in @cite{{book}}' => 'veja @cite{{book}}',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'hu'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '  A navigációs panelen levő gombok jelentése a 
következő:',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  @strong{ Példánkban } az aktuális pozíció 
az @strong{ 1.2.3 alalszakasz } egy olyan dokumentumban, melynek szerkezete a 
következő:',
-                       ' Up ' => 'Fel',
-                       '(outside of any element)' => '(bármelyik elemen 
kívül)',
-                       '(outside of any node)' => '(bármelyik csomóponton 
kívül)',
-                       '@b{{quotation_arg}:} ' => '@b{{quotation_arg}:} ',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '@cite{{book}}',
-                       '@{No value for `{value}\'@}' => '@{Nincs értéke 
ennek: `{value}\'@}',
-                       'About' => 'Súgó',
-                       'About (help)' => 'Segítség a navigációhoz',
-                       'About This Document' => 'A navigációs panel 
használata',
-                       'April' => 'április',
-                       'August' => 'augusztus',
-                       'Back' => 'Vissza',
-                       'Back section in previous file' => 'Előző fájl 
hátsó szakasza',
-                       'Beginning of this chapter or previous chapter' => 
'Fejezet eleje vagy előző fejezet',
-                       'Button' => 'Gomb',
-                       'Contents' => 'Tartalom',
-                       'Cover (top) of document' => 'Dokumentum címoldala',
-                       'Current' => 'Aktuális',
-                       'Current Position' => 'Aktuális pozíció',
-                       'Current section' => 'Aktuális szakasz',
-                       'December' => 'december',
-                       'FastBack' => 'Visszaugrás',
-                       'FastForward' => 'Előreugrás',
-                       'February' => 'február',
-                       'First' => 'Első',
-                       'First section in reading order' => 'Első szakasz az 
olvasási sorrendben',
-                       'Following' => 'Következő',
-                       'Following node' => 'Következő csomópont',
-                       'Footnotes' => 'Lábjegyzet',
-                       'Forward' => 'Előre',
-                       'Forward section in next file' => 'Következő fájl 
elülső szakasza',
-                       'From 1.2.3 go to' => '1.2.3-ból ide jutunk',
-                       'Go to' => 'Cél',
-                       'Index' => 'Tárgymutató',
-                       'Index Entry' => 'Tárgymutató-bejegyzés',
-                       'January' => 'január',
-                       'July' => 'július',
-                       'Jump to' => 'Ugorj ide',
-                       'June' => 'június',
-                       'Last' => 'Utolsó',
-                       'Last section in reading order' => 'Utolsó szakasz az 
olvasási sorrendben',
-                       'March' => 'március',
-                       'May' => 'május',
-                       'Menu:' => 'Menü:',
-                       'Name' => 'Név',
-                       'Next' => 'Következő',
-                       'Next chapter' => 'Következő fejezet',
-                       'Next file' => 'Következő fájl',
-                       'Next node' => 'Következő csomópont',
-                       'Next section in reading order' => 'Következő szakasz 
az olvasási sorrendben',
-                       'Next section on same level' => 'Következő szakasz 
ugyanazon a szinten',
-                       'NextFile' => 'KövetkezőFájl',
-                       'Node following in node reading order' => 'Következő 
csomópont az olvasási sorrendben',
-                       'Node up' => 'Szülő csomópont',
-                       'NodeNext' => 'KövetkezőCsomópont',
-                       'NodePrev' => 'ElőzőCsomópont',
-                       'NodeUp' => 'SzülőCsomópont',
-                       'November' => 'november',
-                       'October' => 'október',
-                       'Overview' => 'Áttekintés',
-                       'Prev' => 'Előző',
-                       'PrevFile' => 'ElőzőFájl',
-                       'Previous' => 'Előző',
-                       'Previous file' => 'Előző fájl',
-                       'Previous node' => 'Előző csomópont',
-                       'Previous section in reading order' => 'Előző szakasz 
az olvasási sorrendben',
-                       'Previous section on same level' => 'Előző szakasz 
ugyanazon a szinten',
-                       'Section' => 'Szakasz',
-                       'Section One' => 'szakasz',
-                       'See ' => 'Ld. ',
-                       'See @cite{{book}}' => 'Ld. @cite{{book}}',
-                       'See `{section}\'' => 'Szülő szakasz',
-                       'See `{section}\' in @cite{{book}}' => 'Ld. ezt a 
szakaszt: `{section}\' itt: @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> 'Ld. ezt a szakaszt: address@hidden'@asis{}\' itt: @cite{{book}}',
-                       'See section {reference_name}' => 'Ld. ezt a szakaszt: 
{reference_name}',
-                       'See {node_file_href}' => 'Ld. {node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Ld. {node_file_href} ezt a szakaszt: `{section}\' itt: 
@cite{{book}}',
-                       'See {reference_name}' => 'Ld. {reference_name}',
-                       'See {reference}' => 'Ld. {reference_name}',
-                       'See {reference} in @cite{{book}}' => 'See 
{node_file_href} @cite{{book}}',
-                       'See {ref}' => 'Ld. {ref}',
-                       'See {title_ref}' => 'Ld. {title_ref}',
-                       'September' => 'szeptember',
-                       'Short Table of Contents' => 'Rövid tartalomjegyzék',
-                       'Short table of contents' => 'Rövid tartalomjegyzék',
-                       'Subsection One-Four' => 'alszakasz',
-                       'Subsection One-One' => 'alszakasz',
-                       'Subsection One-Three' => 'alszakasz',
-                       'Subsection One-Two' => 'alszakasz',
-                       'Subsubsection One-Two-Four' => 'alalszakasz',
-                       'Subsubsection One-Two-One' => 'alalszakasz',
-                       'Subsubsection One-Two-Three' => 'alalszakasz',
-                       'Subsubsection One-Two-Two' => 'alalszakasz',
-                       'Table of Contents' => 'Tartalomjegyzék',
-                       'Table of contents' => 'Tartalomjegyzék',
-                       'The node you are looking for is at {href}.' => 'A 
keresett csomópont itt található: {href}.',
-                       'This' => 'Ez a(z)',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Ezt a dokumentumot @i{{date}} 
napon generálta a(z) @uref{{program_homepage}, @i{{program}}}.',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Ezt a dokumentumot a(z) 
@uref{{program_homepage}, @emph{{program}}} generálta.',
-                       'Top' => 'Címoldal',
-                       'Untitled Document' => 'Névtelen dokumentum',
-                       'Up' => 'Fel',
-                       'Up node' => 'Szülő csomópont',
-                       'Up section' => 'Szülő szakasz',
-                       '`{section}\'' => 'Szülő szakasz',
-                       '`{section}\' in @cite{{book}}' => 'szakasz: 
`{section}\' itt: @cite{{book}}',
-                       'current' => 'aktuális',
-                       'on @emph{{date}}' => 'ekkor: @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'szakasz: address@hidden'@asis{}\' itt: @cite{{book}}',
-                       'see ' => 'ld. ',
-                       'see @cite{{book}}' => 'ld. @cite{{book}}',
-                       'see `{section}\'' => 'Szülő szakasz',
-                       'see `{section}\' in @cite{{book}}' => 'szakasz: 
`{section}\' itt: @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> 'ld. ezt a szakaszt: address@hidden'@asis{}\' itt: @cite{{book}}',
-                       'see section `{section}\' in @cite{{book}}' => 'ld. ezt 
a szakaszt: `{section}\' itt: @cite{{book}}',
-                       'see section {reference_name}' => 'ld. ezt a szakaszt: 
{reference_name}',
-                       'see {node_file_href}' => 'ld. {node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'ld. {node_file_href} ezt a szakaszt: `{section}\' itt: 
@cite{{book}}',
-                       'see {reference_name}' => 'ld. {reference_name}',
-                       'see {reference}' => 'ld. {reference_name}',
-                       'see {reference} in @cite{{book}}' => 'ld. 
{node_file_href} @cite{{book}}',
-                       'see {ref}' => 'ld. {ref}',
-                       'see {title_ref}' => 'ld. {title_ref}',
-                       '{acronym_like} ({explanation})' => '{acronym_like} 
({explanation})',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '{name} típusa: {class}',
-                       '{name} on {class}' => '{name} ezen: {class}',
-                       '{node_file_href}' => '{node_file_href}',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} szakasz: `{section}\' itt: @cite{{book}}',
-                       '{reference_name}' => '{reference_name}',
-                       '{reference}' => '{reference_name}',
-                       '{reference} in @cite{{book}}' => '{node_file_href} 
@cite{{book}}',
-                       '{ref}' => '{ref}',
-                       '{style} {number}' => '{style} {number}',
-                       '{style}: {caption_first_line}' => '{style}: 
{caption_first_line}',
-                       '{style}: {shortcaption_first_line}' => '{style}: 
{shortcaption_first_line}',
-                       '{title_ref}' => '{title_ref}'
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'pt_BR'} = {
-                          '  The buttons in the navigation panels have the 
following meaning:' => '  Os address@hidden nos address@hidden'eis de 
navega@,address@hidden possuem os seguintes significados:',
-                          '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  onde o @strong{ Exemplo } assume que a 
posi@,address@hidden atual localiza-se em @strong{ Subsub@,address@hidden 
address@hidden } de um documento com a seguinte estrutura:',
-                          ' Up ' => ' Acima ',
-                          '(outside of any element)' => '',
-                          '(outside of any node)' => '',
-                          '@b{{quotation_arg}:} ' => '',
-                          '@center --- @emph{{author}}
-' => '',
-                          '@cite{{book}}' => '',
-                          '@{No value for `{value}\'@}' => '',
-                          'About' => 'Sobre',
-                          'About (help)' => 'Sobre (ajuda)',
-                          'About This Document' => 'Sobre Esse Documento',
-                          'April' => 'Abril',
-                          'August' => 'Agosto',
-                          'Back' => 'Volta',
-                          'Back section in previous file' => '',
-                          'Beginning of this chapter or previous chapter' => 
'Come@,{c}o desse address@hidden'itulo ou address@hidden'itulo anterior',
-                          'Button' => 'address@hidden',
-                          'Contents' => 'address@hidden'udo',
-                          'Cover (top) of document' => 'address@hidden'icio 
(topo) do documento',
-                          'Current' => '',
-                          'Current Position' => 'Posi@,address@hidden Atual',
-                          'Current section' => 'Se@,address@hidden atual',
-                          'December' => 'Dezembro',
-                          'FastBack' => 'Voltar address@hidden'apido',
-                          'FastForward' => 'Avan@,{c}ar address@hidden'apido',
-                          'February' => 'Fevereiro',
-                          'First' => 'Primeiro',
-                          'First section in reading order' => 'Primeira 
se@,address@hidden na ordem de leitura',
-                          'Following' => 'Seguinte',
-                          'Following node' => 'Nodo seguinte',
-                          'Footnotes' => 'Notas de address@hidden'e',
-                          'Forward' => 'Avan@,{c}ar',
-                          'Forward section in next file' => '',
-                          'From 1.2.3 go to' => 'De 1.2.3 address@hidden'a 
para',
-                          'Go to' => 'address@hidden'a para',
-                          'Index' => '@\'Indice',
-                          'Index Entry' => 'Entrada de @\'Indice',
-                          'January' => 'Janeiro',
-                          'July' => 'Julho',
-                          'Jump to' => 'Pular para',
-                          'June' => 'Junho',
-                          'Last' => '@\'Ultimo',
-                          'Last section in reading order' => '@\'Ultima 
se@,address@hidden na ordem de leitura',
-                          'March' => 'Mar@,{c}o',
-                          'May' => 'Maio',
-                          'Menu:' => '',
-                          'Name' => 'Nome',
-                          'Next' => 'address@hidden'oximo',
-                          'Next chapter' => 'address@hidden'oximo 
address@hidden'itulo',
-                          'Next file' => '',
-                          'Next node' => 'address@hidden'oximo nodo',
-                          'Next section in reading order' => 
'address@hidden'oxima se@,address@hidden na ordem de leitura',
-                          'Next section on same level' => 
'address@hidden'oxima se@,address@hidden no mesmo address@hidden'ivel',
-                          'NextFile' => '',
-                          'Node following in node reading order' => 'Nodo 
seguinte na ordem de leitura de nodos',
-                          'Node up' => 'Nodo acima',
-                          'NodeNext' => 'address@hidden'oximo Nodo',
-                          'NodePrev' => 'Nodo Anterior',
-                          'NodeUp' => 'Nodo Acima',
-                          'November' => 'Novembro',
-                          'October' => 'Outubro',
-                          'Overview' => 'address@hidden geral',
-                          'Prev' => 'address@hidden'evio',
-                          'PrevFile' => '',
-                          'Previous' => '',
-                          'Previous file' => '',
-                          'Previous node' => 'Nodo anterior',
-                          'Previous section in reading order' => 
'Se@,address@hidden anterior na ordem de leitura',
-                          'Previous section on same level' => 
'Se@,address@hidden anterior no mesmo address@hidden'ivel',
-                          'Section' => 'Se@,address@hidden',
-                          'Section One' => 'Se@,address@hidden Um',
-                          'See ' => '',
-                          'See @cite{{book}}' => 'Veja @cite{{book}}',
-                          'See `{section}\'' => 'Se@,address@hidden acima',
-                          'See `{section}\' in @cite{{book}}' => 'Veja 
se@,address@hidden `{section}\' em @cite{{book}}',
-                          'See section address@hidden'@asis{}\' in 
@cite{{book}}' => '',
-                          'See section {reference_name}' => 'Veja 
se@,address@hidden {reference_name}',
-                          'See {node_file_href}' => 'Veja {node_file_href}',
-                          'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Veja {node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                          'See {reference_name}' => 'Veja {reference_name}',
-                          'See {reference}' => 'Veja {reference_name}',
-                          'See {reference} in @cite{{book}}' => 'Veja 
{node_file_href} @cite{{book}}',
-                          'See {ref}' => '',
-                          'See {title_ref}' => '',
-                          'September' => 'Setembro',
-                          'Short Table of Contents' => 'Breve 
address@hidden'ario',
-                          'Short table of contents' => 'Breve 
address@hidden'ario',
-                          'Subsection One-Four' => 'Subse@,address@hidden 
Um-Quatro',
-                          'Subsection One-One' => 'Subse@,address@hidden 
Um-Um',
-                          'Subsection One-Three' => 'Subse@,address@hidden 
address@hidden',
-                          'Subsection One-Two' => 'Subse@,address@hidden 
Um-Dois',
-                          'Subsubsection One-Two-Four' => 
'Subse@,address@hidden Um-Dois-Quatro',
-                          'Subsubsection One-Two-One' => 
'Subse@,address@hidden Um-Dois-Um',
-                          'Subsubsection One-Two-Three' => 
'Subse@,address@hidden address@hidden',
-                          'Subsubsection One-Two-Two' => 
'Subse@,address@hidden Um-Dois-Dois',
-                          'Table of Contents' => 'address@hidden'ario',
-                          'Table of contents' => 'address@hidden'ario',
-                          'The node you are looking for is at {href}.' => 'O 
nodo que address@hidden address@hidden'a olhando address@hidden'a em {href}.',
-                          'This' => 'Esse',
-                          'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Esse documento foi gerado em 
@i{{date}} usando @uref{{program_homepage}, @i{{program}}}.',
-                          'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Esse documento foi gerado 
usando @uref{{program_homepage}, @emph{{program}}}.',
-                          'Top' => 'Topo',
-                          'Untitled Document' => 'Documento Sem Nome',
-                          'Up' => 'Acima',
-                          'Up node' => 'Nodo acima',
-                          'Up section' => 'Se@,address@hidden acima',
-                          '`{section}\'' => 'Se@,address@hidden acima',
-                          '`{section}\' in @cite{{book}}' => 
'se@,address@hidden `{section}\' em @cite{{book}}',
-                          'current' => 'atual',
-                          'on @emph{{date}}' => 'em @emph{{date}}',
-                          'section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                          'see ' => '',
-                          'see @cite{{book}}' => 'veja @cite{{book}}',
-                          'see `{section}\'' => 'Se@,address@hidden acima',
-                          'see `{section}\' in @cite{{book}}' => 
'se@,address@hidden `{section}\' em @cite{{book}}',
-                          'see section address@hidden'@asis{}\' in 
@cite{{book}}' => '',
-                          'see section `{section}\' in @cite{{book}}' => 'veja 
se@,address@hidden `{section}\' em @cite{{book}}',
-                          'see section {reference_name}' => 'veja 
se@,address@hidden {reference_name}',
-                          'see {node_file_href}' => 'veja {node_file_href}',
-                          'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'veja {node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                          'see {reference_name}' => 'veja {reference_name}',
-                          'see {reference}' => 'veja {reference_name}',
-                          'see {reference} in @cite{{book}}' => 'veja 
{node_file_href} @cite{{book}}',
-                          'see {ref}' => '',
-                          'see {title_ref}' => '',
-                          '{acronym_like} ({explanation})' => '',
-                          '{month} {day}, {year}' => '{day} de {month} de 
{year}',
-                          '{name} of {class}' => '{name} da {class}',
-                          '{name} on {class}' => '{name} na {class}',
-                          '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} se@,address@hidden `{section}\' em 
@cite{{book}}',
-                          '{reference_name}' => '',
-                          '{reference}' => 'veja {reference_name}',
-                          '{reference} in @cite{{book}}' => 'veja 
@cite{{book}}',
-                          '{ref}' => '',
-                          '{style} {number}' => '',
-                          '{style}: {caption_first_line}' => '',
-                          '{style}: {shortcaption_first_line}' => '',
-                          '{title_ref}' => ''
-                        };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'es'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '  Los botones de los paneles de address@hidden'on 
tienen el significado siguiente:',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  donde el @strong{ Ejemplo } supone que la 
address@hidden'on actual address@hidden'a en la @strong{ address@hidden'on 
uno-dos-tres } de un documento de la estructura siguiente:',
-                       ' Up ' => ' Subir ',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => 'Acerca de',
-                       'About (help)' => 'Acerca de (address@hidden'agina de 
ayuda)',
-                       'About This Document' => 'Acerca de este documento',
-                       'April' => 'abril',
-                       'August' => 'agosto',
-                       'Back' => 'address@hidden'as',
-                       'Back section in previous file' => 'Retroceder 
address@hidden'on en el archivo anterior',
-                       'Beginning of this chapter or previous chapter' => 
'Inicio de este address@hidden'itulo o address@hidden'itulo anterior',
-                       'Button' => 'address@hidden'on',
-                       'Contents' => '@\'Indice general',
-                       'Cover (top) of document' => 'Portada del documento',
-                       'Current' => '',
-                       'Current Position' => 'address@hidden'on actual',
-                       'Current section' => 'address@hidden'on actual',
-                       'December' => 'diciembre',
-                       'FastBack' => 'Retroceso address@hidden'apido',
-                       'FastForward' => 'Avance address@hidden'apido',
-                       'February' => 'febrero',
-                       'First' => 'Primero',
-                       'First section in reading order' => 'Primera 
address@hidden'on en orden de lectura',
-                       'Following' => 'Siguiente',
-                       'Following node' => 'Nodo siguiente',
-                       'Footnotes' => 'Notas al pie',
-                       'Forward' => 'Adelante',
-                       'Forward section in next file' => 'Avanzar 
address@hidden'on en el address@hidden'oximo archivo',
-                       'From 1.2.3 go to' => 'Desde 1.2.3 ir a',
-                       'Go to' => 'Ir a',
-                       'Index' => '@\'Indice',
-                       'Index Entry' => 'Entrada de @\'indice',
-                       'January' => 'enero',
-                       'July' => 'julio',
-                       'Jump to' => 'Saltar a',
-                       'June' => 'junio',
-                       'Last' => '@\'Ultimo',
-                       'Last section in reading order' => '@\'Ultima 
address@hidden'on en orden de lectura',
-                       'March' => 'marzo',
-                       'May' => 'mayo',
-                       'Menu:' => 'address@hidden'u:',
-                       'Name' => 'Nombre',
-                       'Next' => 'Siguiente',
-                       'Next chapter' => 'address@hidden'itulo siguiente',
-                       'Next file' => 'Archivo siguiente',
-                       'Next node' => 'Nodo siguiente',
-                       'Next section in reading order' => 'address@hidden'on 
siguiente en orden de lectura',
-                       'Next section on same level' => 'address@hidden'on 
siguiente en el mismo nivel',
-                       'NextFile' => 'ArchivoSiguiente',
-                       'Node following in node reading order' => 'Nodo 
siguiente en orden de lectura de nodos',
-                       'Node up' => 'Subir nodo',
-                       'NodeNext' => 'NodoSiguiente',
-                       'NodePrev' => 'NodoAnterior',
-                       'NodeUp' => 'SubirNodo',
-                       'November' => 'noviembre',
-                       'October' => 'octubre',
-                       'Overview' => 'address@hidden'amica',
-                       'Prev' => 'Ant',
-                       'PrevFile' => 'ArchivoAnt',
-                       'Previous' => '',
-                       'Previous file' => 'Archivo anterior',
-                       'Previous node' => 'Nodo anterior',
-                       'Previous section in reading order' => 
'address@hidden'on anterior en orden de lectura',
-                       'Previous section on same level' => 'address@hidden'on 
anterior en el mismo nivel',
-                       'Section' => 'address@hidden'on',
-                       'Section One' => 'address@hidden'on Uno',
-                       'See ' => '',
-                       'See @cite{{book}}' => 'address@hidden'ease 
@cite{{book}}',
-                       'See `{section}\'' => 'Subir address@hidden'on',
-                       'See `{section}\' in @cite{{book}}' => 
'address@hidden'ease la address@hidden'on `{section}\' en @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => 'address@hidden'ease 
la address@hidden'on  {reference_name}',
-                       'See {node_file_href}' => 'address@hidden'ease 
{node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'address@hidden'ease {node_file_href} address@hidden'on 
`{section}\' en @cite{{book}}',
-                       'See {reference_name}' => 'address@hidden'ease 
{reference_name}',
-                       'See {reference}' => 'address@hidden'ease 
{reference_name}',
-                       'See {reference} in @cite{{book}}' => 
'address@hidden'ease {node_file_href} @cite{{book}}',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'septiembre',
-                       'Short Table of Contents' => 'Resumen del Contenido',
-                       'Short table of contents' => 'Resumen del contenido',
-                       'Subsection One-Four' => 'address@hidden'on uno-cuatro',
-                       'Subsection One-One' => 'address@hidden'on uno-uno',
-                       'Subsection One-Three' => 'address@hidden'on uno-tres',
-                       'Subsection One-Two' => 'address@hidden'on uno-dos',
-                       'Subsubsection One-Two-Four' => 'address@hidden'on 
uno-dos-cuatro',
-                       'Subsubsection One-Two-One' => 'address@hidden'on 
uno-dos-uno',
-                       'Subsubsection One-Two-Three' => 'address@hidden'on 
uno-dos-tres',
-                       'Subsubsection One-Two-Two' => 'address@hidden'on 
uno-dos-dos',
-                       'Table of Contents' => '@\'address@hidden General',
-                       'Table of contents' => '@\'address@hidden general',
-                       'The node you are looking for is at {href}.' => 'El 
nodo que busca se encuentra en {href}.',
-                       'This' => 'Este',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Este documento se 
address@hidden'o el @i{{date}} utilizando @uref{{program_homepage}, 
@i{{program}}}.',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Este documento se 
address@hidden'o utilizando @uref{{program_homepage}, @emph{{program}}}.',
-                       'Top' => 'Arriba',
-                       'Untitled Document' => 'Documento sin 
address@hidden'itulo',
-                       'Up' => 'Subir',
-                       'Up node' => 'Subir nodo',
-                       'Up section' => 'Subir address@hidden'on',
-                       '`{section}\'' => 'Subir address@hidden'on',
-                       '`{section}\' in @cite{{book}}' => 'address@hidden'on 
`{section}\' en @cite{{book}}',
-                       'current' => 'actual',
-                       'on @emph{{date}}' => 'el @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => 'address@hidden'ease 
@cite{{book}}',
-                       'see `{section}\'' => 'Subir address@hidden'on',
-                       'see `{section}\' in @cite{{book}}' => 
'address@hidden'on `{section}\' en @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section `{section}\' in @cite{{book}}' => 
'address@hidden'ease la address@hidden'on `{section}\' en @cite{{book}}',
-                       'see section {reference_name}' => 'address@hidden'ease 
la address@hidden'on {reference_name}',
-                       'see {node_file_href}' => 'address@hidden'ease 
{node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'address@hidden'ease {node_file_href} address@hidden'on 
`{section}\' en @cite{{book}}',
-                       'see {reference_name}' => 'address@hidden'ease 
{reference_name}',
-                       'see {reference}' => 'address@hidden'ease 
{reference_name}',
-                       'see {reference} in @cite{{book}}' => 
'address@hidden'ease {node_file_href} @cite{{book}}',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => 'el {day} {month} {year}',
-                       '{name} of {class}' => '{name} de {class}',
-                       '{name} on {class}' => '{name} en {class}',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} address@hidden'on `{section}\' en 
@cite{{book}}',
-                       '{reference_name}' => '',
-                       '{reference}' => 'address@hidden'ease {reference_name}',
-                       '{reference} in @cite{{book}}' => 'address@hidden'ease 
@cite{{book}}',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'it'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '  I bottoni nei pannelli di navigazione hanno il 
seguente significato:',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '  dove @strong{ Esempio } assume che l\'attuale 
posizione è alla @strong{ Sottosottosezione Uno-Due-Tre } di un documento che 
ha la seguente struttura:',
-                       ' Up ' => ' Su ',
-                       '(outside of any element)' => '(fuori da qualsiasi 
elemento)',
-                       '(outside of any node)' => '(fuori da qualsiasi nodo)',
-                       '@b{{quotation_arg}:} ' => '@b{{quotation_arg}:} ',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '@cite{{book}}',
-                       '@{No value for `{value}\'@}' => '@{Nessun valore per 
`{value}\'@}',
-                       'About' => 'Informazioni',
-                       'About (help)' => 'Informazioni (aiuto)',
-                       'About This Document' => 'Informazioni su questo 
documento',
-                       'April' => 'Aprile',
-                       'August' => 'Agosto',
-                       'Back' => 'Indietro',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => 
'Inizio di questo capitolo o capitolo precedente',
-                       'Button' => 'Bottone',
-                       'Contents' => 'Contenuti',
-                       'Cover (top) of document' => 'Copertina (inizio) del 
documento',
-                       'Current' => 'Attuale',
-                       'Current Position' => 'Posizione Attuale',
-                       'Current section' => 'Sezione attuale',
-                       'December' => 'Dicembre',
-                       'FastBack' => 'Indietro veloce',
-                       'FastForward' => 'Avanti veloce',
-                       'February' => 'Febbraio',
-                       'First' => 'Primo',
-                       'First section in reading order' => 'Prima sezione in 
ordine di lettura',
-                       'Following' => 'Seguente',
-                       'Following node' => 'Nodo seguente',
-                       'Footnotes' => 'Note a piè di pagina',
-                       'Forward' => 'Avanti',
-                       'Forward section in next file' => 'Sezione successiva 
nel prossimo file',
-                       'From 1.2.3 go to' => 'Da 1.2.3 vai a',
-                       'Go to' => 'Vai a',
-                       'Index' => 'Indice',
-                       'Index Entry' => 'Voce dell\'indice',
-                       'January' => 'Gennaio',
-                       'July' => 'Luglio',
-                       'Jump to' => 'Salta a',
-                       'June' => 'Giugno',
-                       'Last' => 'Ultimo',
-                       'Last section in reading order' => 'Ultima sezione in 
ordine di lettura',
-                       'March' => 'Marzo',
-                       'May' => 'Maggio',
-                       'Menu:' => 'Menu',
-                       'Name' => 'Nome',
-                       'Next' => 'Successivo',
-                       'Next chapter' => 'Capitolo successivo',
-                       'Next file' => 'File successivo',
-                       'Next node' => 'Nodo successivo',
-                       'Next section in reading order' => 'Sezione successiva 
in ordine di lettura',
-                       'Next section on same level' => 'Sezione successiva 
sullo stesso livello',
-                       'NextFile' => 'File successivo',
-                       'Node following in node reading order' => 'Nodo 
seguente in ordine di lettura',
-                       'Node up' => 'Nodo superiore',
-                       'NodeNext' => 'Nodo successivo',
-                       'NodePrev' => 'Nodo precedente',
-                       'NodeUp' => 'Nodo superiore',
-                       'November' => 'Novembre',
-                       'October' => 'Ottobre',
-                       'Overview' => 'Panoramica',
-                       'Prev' => 'Prec.',
-                       'PrevFile' => 'File precedente',
-                       'Previous' => 'Precedente',
-                       'Previous file' => 'File precedente',
-                       'Previous node' => 'Nodo precedente',
-                       'Previous section in reading order' => 'Sezione 
precedente in ordine di lettura',
-                       'Previous section on same level' => 'Sezione precedente 
sullo stesso livello',
-                       'Section' => 'Sezione',
-                       'Section One' => 'Sezione uno',
-                       'See ' => 'Vedi',
-                       'See @cite{{book}}' => 'Vedi @cite{{book}}',
-                       'See `{section}\'' => 'Sezione superiore',
-                       'See `{section}\' in @cite{{book}}' => 'Vedi la sezione 
`{section}\' in @cite{{book}}',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> 'Vedi la sezione address@hidden'@asis{}\' in @cite{{book}}',
-                       'See section {reference_name}' => 'Vedi la sezione 
{reference_name}',
-                       'See {node_file_href}' => 'Vedi {node_file_href}',
-                       'See {node_file_href} section `{section}\' in 
@cite{{book}}' => 'Vedi {node_file_href} nella sezione `{section}\' in 
@cite{{book}}',
-                       'See {reference_name}' => 'Vedi {reference_name}',
-                       'See {reference}' => 'Vedi {reference_name}',
-                       'See {reference} in @cite{{book}}' => 'Vedi 
{node_file_href} @cite{{book}}',
-                       'See {ref}' => 'Vedi {ref}',
-                       'See {title_ref}' => 'Vedi {title_ref}',
-                       'September' => 'Settembre',
-                       'Short Table of Contents' => 'Indice breve',
-                       'Short table of contents' => 'Indice breve',
-                       'Subsection One-Four' => 'Sottosezione Uno-Quattro',
-                       'Subsection One-One' => 'Sottosezione Uno-Uno',
-                       'Subsection One-Three' => 'Sottosezione Uno-Tre',
-                       'Subsection One-Two' => 'Sottosezione Uno-Due',
-                       'Subsubsection One-Two-Four' => 'Sottosottosezione 
Uno-Due-Quattro',
-                       'Subsubsection One-Two-One' => 'Sottosottosezione 
Uno-Due-Uno',
-                       'Subsubsection One-Two-Three' => 'Sottosottosezione 
Uno-Due-Tre',
-                       'Subsubsection One-Two-Two' => 'Sottosottosezione 
Uno-Due-Due',
-                       'Table of Contents' => 'Indice',
-                       'Table of contents' => 'Indice',
-                       'The node you are looking for is at {href}.' => 'Il 
nodo che stai cercando è {href}',
-                       'This' => 'Questo',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Questo documento è stato 
generato il @i{{date}} con @uref{{program_homepage}, @i{{program}}}.',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => 'Questo documento è stato 
generato con @uref{{program_homepage}, @emph{{program}}}.',
-                       'Top' => 'Inizio',
-                       'Untitled Document' => 'Documento senza titolo',
-                       'Up' => 'Su',
-                       'Up node' => 'Nodo superiore',
-                       'Up section' => 'Sezione superiore',
-                       '`{section}\'' => 'Sezione superiore',
-                       '`{section}\' in @cite{{book}}' => 'sezione 
`{section}\' in @cite{{book}}',
-                       'current' => 'attuale',
-                       'on @emph{{date}}' => 'il @emph{{date}}',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'sezione address@hidden'@asis{}\' in @cite{{book}}',
-                       'see ' => 'vedi ',
-                       'see @cite{{book}}' => 'vedi @cite{{book}}',
-                       'see `{section}\'' => 'Sezione superiore',
-                       'see `{section}\' in @cite{{book}}' => 'sezione 
`{section}\' in @cite{{book}}',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> 'vedi la sezione address@hidden'@asis{}\' in @cite{{book}}',
-                       'see section `{section}\' in @cite{{book}}' => 'vedi la 
sezione `{section}\' in @cite{{book}}',
-                       'see section {reference_name}' => 'vedi la sezione 
{reference_name}',
-                       'see {node_file_href}' => 'vedi {node_file_href}',
-                       'see {node_file_href} section `{section}\' in 
@cite{{book}}' => 'vedi {node_file_href} nella sezione `{section}\' in 
@cite{{book}}',
-                       'see {reference_name}' => 'vedi {reference_name}',
-                       'see {reference}' => 'vedi {reference_name}',
-                       'see {reference} in @cite{{book}}' => 'vedi 
{node_file_href} @cite{{book}}',
-                       'see {ref}' => 'vedi {ref}',
-                       'see {title_ref}' => 'vedi {title_ref}',
-                       '{acronym_like} ({explanation})' => '{acronym_like} 
({explanation})',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '{name} di {class}',
-                       '{name} on {class}' => '{name} in {class}',
-                       '{node_file_href}' => '{node_file_href}',
-                       '{node_file_href} section `{section}\' in 
@cite{{book}}' => '{node_file_href} nella sezione `{section}\' in 
@cite{{book}}',
-                       '{reference_name}' => '{reference_name}',
-                       '{reference}' => '{reference_name}',
-                       '{reference} in @cite{{book}}' => '{node_file_href} 
@cite{{book}}',
-                       '{ref}' => '{ref}',
-                       '{style} {number}' => '{style} {number}',
-                       '{style}: {caption_first_line}' => '{style}: 
{caption_first_line}',
-                       '{style}: {shortcaption_first_line}' => '{style}: 
{shortcaption_first_line}',
-                       '{title_ref}' => '{title_ref}'
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'no'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '',
-                       ' Up ' => '',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => '',
-                       'About (help)' => '',
-                       'About This Document' => 'No translation available!',
-                       'April' => 'april',
-                       'August' => 'august',
-                       'Back' => '',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => '',
-                       'Button' => '',
-                       'Contents' => '',
-                       'Cover (top) of document' => '',
-                       'Current' => '',
-                       'Current Position' => '',
-                       'Current section' => '',
-                       'December' => 'desember',
-                       'FastBack' => '',
-                       'FastForward' => '',
-                       'February' => 'februar',
-                       'First' => '',
-                       'First section in reading order' => '',
-                       'Following' => '',
-                       'Following node' => '',
-                       'Footnotes' => 'No translation available!',
-                       'Forward' => '',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => '',
-                       'Go to' => '',
-                       'Index' => 'Indeks',
-                       'Index Entry' => '',
-                       'January' => 'januar',
-                       'July' => 'juli',
-                       'Jump to' => '',
-                       'June' => 'juni',
-                       'Last' => '',
-                       'Last section in reading order' => '',
-                       'March' => 'mars',
-                       'May' => 'mai',
-                       'Menu:' => '',
-                       'Name' => '',
-                       'Next' => '',
-                       'Next chapter' => '',
-                       'Next file' => '',
-                       'Next node' => '',
-                       'Next section in reading order' => '',
-                       'Next section on same level' => '',
-                       'NextFile' => '',
-                       'Node following in node reading order' => '',
-                       'Node up' => '',
-                       'NodeNext' => '',
-                       'NodePrev' => '',
-                       'NodeUp' => '',
-                       'November' => 'november',
-                       'October' => 'oktober',
-                       'Overview' => '',
-                       'Prev' => '',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => '',
-                       'Previous section in reading order' => '',
-                       'Previous section on same level' => '',
-                       'Section' => '',
-                       'Section One' => '',
-                       'See ' => '',
-                       'See @cite{{book}}' => '',
-                       'See `{section}\'' => '',
-                       'See `{section}\' in @cite{{book}}' => '',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => '',
-                       'See {reference_name}' => '',
-                       'See {reference}' => '',
-                       'See {reference} in @cite{{book}}' => '',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => 'september',
-                       'Short Table of Contents' => 'Kort innholdsfortegnelse',
-                       'Short table of contents' => '',
-                       'Subsection One-Four' => '',
-                       'Subsection One-One' => '',
-                       'Subsection One-Three' => '',
-                       'Subsection One-Two' => '',
-                       'Subsubsection One-Two-Four' => '',
-                       'Subsubsection One-Two-One' => '',
-                       'Subsubsection One-Two-Three' => '',
-                       'Subsubsection One-Two-Two' => '',
-                       'Table of Contents' => 'Innholdsfortegnelse',
-                       'Table of contents' => '',
-                       'The node you are looking for is at {href}.' => '',
-                       'This' => '',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'Top' => '',
-                       'Untitled Document' => '',
-                       'Up' => '',
-                       'Up node' => '',
-                       'Up section' => '',
-                       '`{section}\'' => '',
-                       '`{section}\' in @cite{{book}}' => '',
-                       'current' => '',
-                       'on @emph{{date}}' => '',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => '',
-                       'see `{section}\'' => '',
-                       'see `{section}\' in @cite{{book}}' => '',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section {reference_name}' => '',
-                       'see {reference_name}' => '',
-                       'see {reference}' => '',
-                       'see {reference} in @cite{{book}}' => '',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '',
-                       '{name} on {class}' => '',
-                       '{reference_name}' => '',
-                       '{reference}' => '',
-                       '{reference} in @cite{{book}}' => '',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };
-# Automatically generated file. Edit the .po file instead.
-$LANGUAGES->{'en'} = {
-                       '  The buttons in the navigation panels have the 
following meaning:' => '',
-                       '  where the @strong{ Example } assumes that the 
current position is at @strong{ Subsubsection One-Two-Three } of a document of 
the following structure:' => '',
-                       ' Up ' => '',
-                       '(outside of any element)' => '',
-                       '(outside of any node)' => '',
-                       '@b{{quotation_arg}:} ' => '',
-                       '@center --- @emph{{author}}
-' => '',
-                       '@cite{{book}}' => '',
-                       '@{No value for `{value}\'@}' => '',
-                       'About' => '',
-                       'About (help)' => '',
-                       'About This Document' => '',
-                       'April' => '',
-                       'August' => '',
-                       'Back' => '',
-                       'Back section in previous file' => '',
-                       'Beginning of this chapter or previous chapter' => '',
-                       'Button' => '',
-                       'Contents' => '',
-                       'Cover (top) of document' => '',
-                       'Current' => '',
-                       'Current Position' => '',
-                       'Current section' => '',
-                       'December' => '',
-                       'FastBack' => '',
-                       'FastForward' => '',
-                       'February' => '',
-                       'First' => '',
-                       'First section in reading order' => '',
-                       'Following' => '',
-                       'Following node' => '',
-                       'Footnotes' => '',
-                       'Forward' => '',
-                       'Forward section in next file' => '',
-                       'From 1.2.3 go to' => '',
-                       'Go to' => '',
-                       'Index' => '',
-                       'Index Entry' => '',
-                       'January' => '',
-                       'July' => '',
-                       'Jump to' => '',
-                       'June' => '',
-                       'Last' => '',
-                       'Last section in reading order' => '',
-                       'March' => '',
-                       'May' => '',
-                       'Menu:' => '',
-                       'Name' => '',
-                       'Next' => '',
-                       'Next chapter' => '',
-                       'Next file' => '',
-                       'Next node' => '',
-                       'Next section in reading order' => '',
-                       'Next section on same level' => '',
-                       'NextFile' => '',
-                       'Node following in node reading order' => '',
-                       'Node up' => '',
-                       'NodeNext' => '',
-                       'NodePrev' => '',
-                       'NodeUp' => '',
-                       'November' => '',
-                       'October' => '',
-                       'Overview' => '',
-                       'Prev' => '',
-                       'PrevFile' => '',
-                       'Previous' => '',
-                       'Previous file' => '',
-                       'Previous node' => '',
-                       'Previous section in reading order' => '',
-                       'Previous section on same level' => '',
-                       'Section' => '',
-                       'Section One' => '',
-                       'See ' => '',
-                       'See @cite{{book}}' => '',
-                       'See `{section}\'' => '',
-                       'See `{section}\' in @cite{{book}}' => '',
-                       'See section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'See section {reference_name}' => '',
-                       'See {reference_name}' => '',
-                       'See {reference}' => '',
-                       'See {reference} in @cite{{book}}' => '',
-                       'See {ref}' => '',
-                       'See {title_ref}' => '',
-                       'September' => '',
-                       'Short Table of Contents' => '',
-                       'Short table of contents' => '',
-                       'Subsection One-Four' => '',
-                       'Subsection One-One' => '',
-                       'Subsection One-Three' => '',
-                       'Subsection One-Two' => '',
-                       'Subsubsection One-Two-Four' => '',
-                       'Subsubsection One-Two-One' => '',
-                       'Subsubsection One-Two-Three' => '',
-                       'Subsubsection One-Two-Two' => '',
-                       'Table of Contents' => '',
-                       'Table of contents' => '',
-                       'The node you are looking for is at {href}.' => '',
-                       'This' => '',
-                       'This document was generated on @emph{{date}} using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'This document was generated using 
@uref{{program_homepage}, @emph{{program}}}.' => '',
-                       'Top' => '',
-                       'Untitled Document' => '',
-                       'Up' => '',
-                       'Up node' => '',
-                       'Up section' => '',
-                       '`{section}\'' => '',
-                       '`{section}\' in @cite{{book}}' => '',
-                       'current' => '',
-                       'on @emph{{date}}' => '',
-                       'section address@hidden'@asis{}\' in @cite{{book}}' => 
'',
-                       'see ' => '',
-                       'see @cite{{book}}' => '',
-                       'see `{section}\'' => '',
-                       'see `{section}\' in @cite{{book}}' => '',
-                       'see section address@hidden'@asis{}\' in @cite{{book}}' 
=> '',
-                       'see section {reference_name}' => '',
-                       'see {reference_name}' => '',
-                       'see {reference}' => '',
-                       'see {reference} in @cite{{book}}' => '',
-                       'see {ref}' => '',
-                       'see {title_ref}' => '',
-                       '{acronym_like} ({explanation})' => '',
-                       '{month} {day}, {year}' => '',
-                       '{name} of {class}' => '',
-                       '{name} on {class}' => '',
-                       '{reference_name}' => '',
-                       '{reference}' => '',
-                       '{reference} in @cite{{book}}' => '',
-                       '{ref}' => '',
-                       '{style} {number}' => '',
-                       '{style}: {caption_first_line}' => '',
-                       '{style}: {shortcaption_first_line}' => '',
-                       '{title_ref}' => ''
-                     };



reply via email to

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