Fix list-messages for new folder
[more-wl.git] / doc / txi-en.tex
bloba81001c7be17442c5d1589afe57bb1e6f77f5ce9
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-en.tex,v 1.5 2007/07/01 19:06:03 karl Exp $
6 % Copyright (C) 1999, 2007 Free Software Foundation.
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 3 of the License, or
11 % (at your option) any later version.
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.
18 % You should have received a copy of the GNU General Public License
19 % along with this program. If not, see <http://www.gnu.org/licenses/>.
21 \gdef\putwordAppendix{Appendix}
22 \gdef\putwordChapter{Chapter}
23 \gdef\putwordfile{file}
24 \gdef\putwordin{in}
25 \gdef\putwordIndexIsEmpty{(Index is empty)}
26 \gdef\putwordIndexNonexistent{(Index is nonexistent)}
27 \gdef\putwordInfo{Info}
28 \gdef\putwordInstanceVariableof{Instance Variable of}
29 \gdef\putwordMethodon{Method on}
30 \gdef\putwordNoTitle{No Title}
31 \gdef\putwordof{of}
32 \gdef\putwordon{on}
33 \gdef\putwordpage{page}
34 \gdef\putwordsection{section}
35 \gdef\putwordSection{Section}
36 \gdef\putwordsee{see}
37 \gdef\putwordSee{See}
38 \gdef\putwordShortTOC{Short Contents}
39 \gdef\putwordTOC{Table of Contents}
41 \gdef\putwordMJan{January}
42 \gdef\putwordMFeb{February}
43 \gdef\putwordMMar{March}
44 \gdef\putwordMApr{April}
45 \gdef\putwordMMay{May}
46 \gdef\putwordMJun{June}
47 \gdef\putwordMJul{July}
48 \gdef\putwordMAug{August}
49 \gdef\putwordMSep{September}
50 \gdef\putwordMOct{October}
51 \gdef\putwordMNov{November}
52 \gdef\putwordMDec{December}
54 \gdef\putwordDefmac{Macro}
55 \gdef\putwordDefspec{Special Form}
56 \gdef\putwordDefvar{Variable}
57 \gdef\putwordDefopt{User Option}
58 \gdef\putwordDeffunc{Function}
60 % Produces Day Month Year style of output.
61 \def\today{%
62 \number\day\space
63 \ifcase\month
64 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
65 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
66 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
67 \fi
68 \space\number\year}