xref: /netbsd/external/gpl2/texinfo/dist/doc/txi-en.tex (revision dc174305)
1*dc174305Schristos% English non-translation for texinfo.tex.  This is read when a source
2*dc174305Schristos% document says @documentlanguage en (which might happen after another
3*dc174305Schristos% @documentlanguage).  The actual values are the same as defaults.
4*dc174305Schristos% Id: txi-en.tex,v 1.3 2004/04/11 17:56:45 karl Exp
5*dc174305Schristos%
6*dc174305Schristos% Copyright (C) 1999 Free Software Foundation.
7*dc174305Schristos%
8*dc174305Schristos% This program is free software; you can redistribute it and/or modify
9*dc174305Schristos% it under the terms of the GNU General Public License as published by
10*dc174305Schristos% the Free Software Foundation; either version 2 of the License, or
11*dc174305Schristos% (at your option) any later version.
12*dc174305Schristos%
13*dc174305Schristos% This program is distributed in the hope that it will be useful,
14*dc174305Schristos% but WITHOUT ANY WARRANTY; without even the implied warranty of
15*dc174305Schristos% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16*dc174305Schristos% GNU General Public License for more details.
17*dc174305Schristos%
18*dc174305Schristos% You should have received a copy of the GNU General Public License
19*dc174305Schristos% along with this program; if not, write to the Free Software
20*dc174305Schristos% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21*dc174305Schristos
22*dc174305Schristos\gdef\putwordAppendix{Appendix}
23*dc174305Schristos\gdef\putwordChapter{Chapter}
24*dc174305Schristos\gdef\putwordfile{file}
25*dc174305Schristos\gdef\putwordin{in}
26*dc174305Schristos\gdef\putwordIndexIsEmpty{(Index is empty)}
27*dc174305Schristos\gdef\putwordIndexNonexistent{(Index is nonexistent)}
28*dc174305Schristos\gdef\putwordInfo{Info}
29*dc174305Schristos\gdef\putwordInstanceVariableof{Instance Variable of}
30*dc174305Schristos\gdef\putwordMethodon{Method on}
31*dc174305Schristos\gdef\putwordNoTitle{No Title}
32*dc174305Schristos\gdef\putwordof{of}
33*dc174305Schristos\gdef\putwordon{on}
34*dc174305Schristos\gdef\putwordpage{page}
35*dc174305Schristos\gdef\putwordsection{section}
36*dc174305Schristos\gdef\putwordSection{Section}
37*dc174305Schristos\gdef\putwordsee{see}
38*dc174305Schristos\gdef\putwordSee{See}
39*dc174305Schristos\gdef\putwordShortTOC{Short Contents}
40*dc174305Schristos\gdef\putwordTOC{Table of Contents}
41*dc174305Schristos%
42*dc174305Schristos\gdef\putwordMJan{January}
43*dc174305Schristos\gdef\putwordMFeb{February}
44*dc174305Schristos\gdef\putwordMMar{March}
45*dc174305Schristos\gdef\putwordMApr{April}
46*dc174305Schristos\gdef\putwordMMay{May}
47*dc174305Schristos\gdef\putwordMJun{June}
48*dc174305Schristos\gdef\putwordMJul{July}
49*dc174305Schristos\gdef\putwordMAug{August}
50*dc174305Schristos\gdef\putwordMSep{September}
51*dc174305Schristos\gdef\putwordMOct{October}
52*dc174305Schristos\gdef\putwordMNov{November}
53*dc174305Schristos\gdef\putwordMDec{December}
54*dc174305Schristos%
55*dc174305Schristos\gdef\putwordDefmac{Macro}
56*dc174305Schristos\gdef\putwordDefspec{Special Form}
57*dc174305Schristos\gdef\putwordDefvar{Variable}
58*dc174305Schristos\gdef\putwordDefopt{User Option}
59*dc174305Schristos\gdef\putwordDeffunc{Function}
60*dc174305Schristos
61*dc174305Schristos% Produces Day Month Year style of output.
62*dc174305Schristos\def\today{%
63*dc174305Schristos  \number\day\space
64*dc174305Schristos  \ifcase\month
65*dc174305Schristos  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
66*dc174305Schristos  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
67*dc174305Schristos  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
68*dc174305Schristos  \fi
69*dc174305Schristos  \space\number\year}
70