Annotation of OpenXM/src/asir-doc/texinfo/txi-en.tex, Revision 1.1
1.1 ! ohara 1: % txi.en.tex -- English non-translations for texinfo.tex. This is read
! 2: % when a source document says @documentlanguage en (which might happen
! 3: % after another @documentlanguage). The actual values are the same as
! 4: % the defaults.
! 5: %
! 6: % Copyright 1999, 2007, 2008 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 3 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, see <http://www.gnu.org/licenses/>.
! 20:
! 21: \txisetlanguage{USenglish}{2}{3}
! 22:
! 23: \plainnonfrenchspacing
! 24:
! 25: \gdef\putwordAppendix{Appendix}
! 26: \gdef\putwordChapter{Chapter}
! 27: \gdef\putworderror{error}
! 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}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>