1% English non-translation for texinfo.tex.  This is read when a source
2% document says @documentlanguage en (which might happen after another
3% @documentlanguage).  The actual values are the same as defaults.
4% Id: txi-it.tex,v 1.3 2004/04/11 17:56:45 karl Exp 
5%
6% Copyright (C) 1999 Free Software Foundation.
7%
8% This program is free software; you can redistribute it and/or modify
9% it under the terms of the GNU General Public License as published by
10% the Free Software Foundation; either version 2 of the License, or
11% (at your option) any later version.
12%
13% This program is distributed in the hope that it will be useful,
14% but WITHOUT ANY WARRANTY; without even the implied warranty of
15% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16% GNU General Public License for more details.
17%
18% You should have received a copy of the GNU General Public License
19% along with this program; if not, write to the Free Software
20% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
22\gdef\putwordAppendix{Appendice}
23\gdef\putwordChapter{Capitolo}
24\gdef\putwordfile{file}
25\gdef\putwordin{in}
26\gdef\putwordIndexIsEmpty{(L'indice \'e vuoto)}
27\gdef\putwordIndexNonexistent{(L'indice non esiste)}
28\gdef\putwordInfo{Info}
29\gdef\putwordInstanceVariableof{Variabile di istanza di}
30\gdef\putwordMethodon{Metodo di}
31\gdef\putwordNoTitle{Nessun titolo}
32\gdef\putwordof{di}
33\gdef\putwordon{su}
34\gdef\putwordpage{pagina}
35\gdef\putwordsection{sezione}
36\gdef\putwordSection{Sezione}
37\gdef\putwordsee{vedi}
38\gdef\putwordSee{Vedi}
39\gdef\putwordShortTOC{Sommario abbreviato}
40\gdef\putwordTOC{Sommario}
41%
42\gdef\putwordMJan{Gennaio}
43\gdef\putwordMFeb{Febbraio}
44\gdef\putwordMMar{Marzo}
45\gdef\putwordMApr{Aprile}
46\gdef\putwordMMay{Maggio}
47\gdef\putwordMJun{Giugno}
48\gdef\putwordMJul{Luglio}
49\gdef\putwordMAug{Agosto}
50\gdef\putwordMSep{Settembre}
51\gdef\putwordMOct{Ottobre}
52\gdef\putwordMNov{Novembre}
53\gdef\putwordMDec{Dicembre}
54%
55\gdef\putwordDefmac{Macro}
56\gdef\putwordDefspec{Forma speciale}
57\gdef\putwordDefvar{Variabile}
58\gdef\putwordDefopt{Opzione}
59\gdef\putwordDeffunc{Funzione}
60
61% Produces Day Month Year style of output.
62\def\today{%
63  \number\day\space
64  \ifcase\month
65  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
66  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
67  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
68  \fi
69  \space\number\year}
70