/[texi2html]/texi2html/translations.pl
ViewVC logotype

Diff of /texi2html/translations.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by dprice, Thu Jul 7 21:44:55 2005 UTC revision 1.8 by dprice, Thu Jul 28 13:59:46 2005 UTC
# Line 112  $T2H_OBSOLETE_STRINGS->{'de'} = { Line 112  $T2H_OBSOLETE_STRINGS->{'de'} = {
112                                  };                                  };
113    
114    
115    $LANGUAGES->{'en'} = {
116                           '  The buttons in the navigation panels have the following meaning:' => '',
117                           '  where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => '',
118                           ' Up ' => '',
119                           '%{acronym_like} (%{explanation})' => '',
120                           '%{month}, %{day} %{year}' => '',
121                           '%{name} of %{class}' => '',
122                           '%{name} on %{class}' => '',
123                           '%{node_file_href}' => '',
124                           '%{node_file_href} @cite{%{book}}' => '',
125                           '%{node_file_href} section `%{section}\' in @cite{%{book}}' => '',
126                           '%{reference_name}' => '',
127                           '%{style} %{number}' => '',
128                           '%{style}: %{caption_first_line}' => '',
129                           '%{style}: %{shortcaption_first_line}' => '',
130                           '@b{%{quotation_arg}:} ' => '',
131                           '@cite{%{book}}' => '',
132                           'About This Document' => '',
133                           'April' => '',
134                           'August' => '',
135                           'Button' => '',
136                           'Contents' => '',
137                           'Current Position' => '',
138                           'December' => '',
139                           'February' => '',
140                           'Footnotes' => '',
141                           'From 1.2.3 go to' => '',
142                           'Go to' => '',
143                           'Index' => '',
144                           'Index Entry' => '',
145                           'January' => '',
146                           'July' => '',
147                           'Jump to' => '',
148                           'June' => '',
149                           'March' => '',
150                           'May' => '',
151                           'Menu:' => '',
152                           'Name' => '',
153                           'Next' => '',
154                           'November' => '',
155                           'October' => '',
156                           'Overview' => '',
157                           'Overview:' => '',
158                           'Prev' => '',
159                           'Section' => '',
160                           'Section One' => '',
161                           'See %{node_file_href}' => '',
162                           'See %{node_file_href} @cite{%{book}}' => '',
163                           'See %{node_file_href} section `%{section}\' in @cite{%{book}}' => '',
164                           'See %{reference_name}' => '',
165                           'See @cite{%{book}}' => '',
166                           'See section %{reference_name}' => '',
167                           'See section `%{section}\' in @cite{%{book}}' => '',
168                           'September' => '',
169                           'Short Table of Contents' => '',
170                           'Subsection One-Four' => '',
171                           'Subsection One-One' => '',
172                           'Subsection One-Three' => '',
173                           'Subsection One-Two' => '',
174                           'Subsubsection One-Two-Four' => '',
175                           'Subsubsection One-Two-One' => '',
176                           'Subsubsection One-Two-Three' => '',
177                           'Subsubsection One-Two-Two' => '',
178                           'T2H_today' => '%s, %d %d',
179                           'Table of Contents' => '',
180                           'This document was generated by @emph{%{user}} on @emph{%{date}} using @uref{%{program_homepage}, @emph{%{program}}}.' => '',
181                           'This document was generated by @emph{%{user}} using @uref{%{program_homepage}, @emph{%{program}}}.' => '',
182                           'This document was generated on @i{%{date}} using @uref{%{program_homepage}, @i{%{program}}}.' => '',
183                           'This document was generated using @uref{%{program_homepage}, @emph{%{program}}}.' => '',
184                           'Top' => '',
185                           'Untitled Document' => '',
186                           'about (help)' => '',
187                           'beginning of this chapter or previous chapter' => '',
188                           'by @emph{%{user}}' => '',
189                           'by @emph{%{user}} on @emph{%{date}}' => '',
190                           'cover (top) of document' => '',
191                           'current' => '',
192                           'current section' => '',
193                           'first section in reading order' => '',
194                           'following node' => '',
195                           'index' => '',
196                           'last section in reading order' => '',
197                           'next chapter' => '',
198                           'next node' => '',
199                           'next section in reading order' => '',
200                           'next section on same level' => '',
201                           'node following in node reading order' => '',
202                           'node up' => '',
203                           'on @emph{%{date}}' => '',
204                           'previous node' => '',
205                           'previous section in reading order' => '',
206                           'previous section on same level' => '',
207                           'section `%{section}\' in @cite{%{book}}' => '',
208                           'see %{node_file_href}' => '',
209                           'see %{node_file_href} @cite{%{book}}' => '',
210                           'see %{node_file_href} section `%{section}\' in @cite{%{book}}' => '',
211                           'see %{reference_name}' => '',
212                           'see @cite{%{book}}' => '',
213                           'see section %{reference_name}' => '',
214                           'see section `%{section}\' in @cite{%{book}}' => '',
215                           'short table of contents' => '',
216                           'table of contents' => '',
217                           'unknown' => '',
218                           'up node' => '',
219                           'up section' => ''
220                         };
221    
222    $T2H_OBSOLETE_STRINGS->{'en'} = {};
223    
224    
225  $LANGUAGES->{'es'} = {  $LANGUAGES->{'es'} = {
226                         '  The buttons in the navigation panels have the following meaning:' => '',                         '  The buttons in the navigation panels have the following meaning:' => '',
227                         '  where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => '',                         '  where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:' => '',
# Line 707  $T2H_OBSOLETE_STRINGS->{'pt'} = { Line 817  $T2H_OBSOLETE_STRINGS->{'pt'} = {
817                                  };                                  };
818    
819    
 $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 ' => '',  
                        '%{acronym_like} (%{explanation})' => '',  
                        '%{month}, %{day} %{year}' => '',  
                        '%{name} of %{class}' => '',  
                        '%{name} on %{class}' => '',  
                        '%{node_file_href}' => '',  
                        '%{node_file_href} @cite{%{book}}' => '',  
                        '%{node_file_href} section `%{section}\' in @cite{%{book}}' => '',  
                        '%{reference_name}' => '',  
                        '%{style} %{number}' => '',  
                        '%{style}: %{caption_first_line}' => '',  
                        '%{style}: %{shortcaption_first_line}' => '',  
                        '@b{%{quotation_arg}:} ' => '',  
                        '@cite{%{book}}' => '',  
                        'About This Document' => '',  
                        'April' => '',  
                        'August' => '',  
                        'Button' => '',  
                        'Contents' => '',  
                        'Current Position' => '',  
                        'December' => '',  
                        'February' => '',  
                        'Footnotes' => '',  
                        'From 1.2.3 go to' => '',  
                        'Go to' => '',  
                        'Index' => '',  
                        'Index Entry' => '',  
                        'January' => '',  
                        'July' => '',  
                        'Jump to' => '',  
                        'June' => '',  
                        'March' => '',  
                        'May' => '',  
                        'Menu:' => '',  
                        'Name' => '',  
                        'Next' => '',  
                        'November' => '',  
                        'October' => '',  
                        'Overview' => '',  
                        'Overview:' => '',  
                        'Prev' => '',  
                        'Section' => '',  
                        'Section One' => '',  
                        'See %{node_file_href}' => '',  
                        'See %{node_file_href} @cite{%{book}}' => '',  
                        'See %{node_file_href} section `%{section}\' in @cite{%{book}}' => '',  
                        'See %{reference_name}' => '',  
                        'See @cite{%{book}}' => '',  
                        'See section %{reference_name}' => '',  
                        'See section `%{section}\' in @cite{%{book}}' => '',  
                        'September' => '',  
                        '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' => '',  
                        'T2H_today' => '%s, %d %d',  
                        'Table of Contents' => '',  
                        'This document was generated by @emph{%{user}} on @emph{%{date}} using @uref{%{program_homepage}, @emph{%{program}}}.' => '',  
                        'This document was generated by @emph{%{user}} using @uref{%{program_homepage}, @emph{%{program}}}.' => '',  
                        'This document was generated on @i{%{date}} using @uref{%{program_homepage}, @i{%{program}}}.' => '',  
                        'This document was generated using @uref{%{program_homepage}, @emph{%{program}}}.' => '',  
                        'Top' => '',  
                        'Untitled Document' => '',  
                        'about (help)' => '',  
                        'beginning of this chapter or previous chapter' => '',  
                        'by @emph{%{user}}' => '',  
                        'by @emph{%{user}} on @emph{%{date}}' => '',  
                        'cover (top) of document' => '',  
                        'current' => '',  
                        'current section' => '',  
                        'first section in reading order' => '',  
                        'following node' => '',  
                        'index' => '',  
                        'last section in reading order' => '',  
                        'next chapter' => '',  
                        'next node' => '',  
                        'next section in reading order' => '',  
                        'next section on same level' => '',  
                        'node following in node reading order' => '',  
                        'node up' => '',  
                        'on @emph{%{date}}' => '',  
                        'previous node' => '',  
                        'previous section in reading order' => '',  
                        'previous section on same level' => '',  
                        'section `%{section}\' in @cite{%{book}}' => '',  
                        'see %{node_file_href}' => '',  
                        'see %{node_file_href} @cite{%{book}}' => '',  
                        'see %{node_file_href} section `%{section}\' in @cite{%{book}}' => '',  
                        'see %{reference_name}' => '',  
                        'see @cite{%{book}}' => '',  
                        'see section %{reference_name}' => '',  
                        'see section `%{section}\' in @cite{%{book}}' => '',  
                        'short table of contents' => '',  
                        'table of contents' => '',  
                        'unknown' => '',  
                        'up node' => '',  
                        'up section' => ''  
                      };  
   
 $T2H_OBSOLETE_STRINGS->{'en'} = {};  
   
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26