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