txi-en.tex 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. % $Id$
  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. \txisetlanguage{USenglish}{2}{3}
  22. \plainnonfrenchspacing
  23. \gdef\putwordAppendix{Appendix}
  24. \gdef\putwordChapter{Chapter}
  25. \gdef\putworderror{error}
  26. \gdef\putwordfile{file}
  27. \gdef\putwordin{in}
  28. \gdef\putwordIndexIsEmpty{(Index is empty)}
  29. \gdef\putwordIndexNonexistent{(Index is nonexistent)}
  30. \gdef\putwordInfo{Info}
  31. \gdef\putwordInstanceVariableof{Instance Variable of}
  32. \gdef\putwordMethodon{Method on}
  33. \gdef\putwordNoTitle{No Title}
  34. \gdef\putwordof{of}
  35. \gdef\putwordon{on}
  36. \gdef\putwordpage{page}
  37. \gdef\putwordsection{section}
  38. \gdef\putwordSection{Section}
  39. \gdef\putwordsee{see}
  40. \gdef\putwordSee{See}
  41. \gdef\putwordShortTOC{Short Contents}
  42. \gdef\putwordTOC{Table of Contents}
  43. %
  44. \gdef\putwordMJan{January}
  45. \gdef\putwordMFeb{February}
  46. \gdef\putwordMMar{March}
  47. \gdef\putwordMApr{April}
  48. \gdef\putwordMMay{May}
  49. \gdef\putwordMJun{June}
  50. \gdef\putwordMJul{July}
  51. \gdef\putwordMAug{August}
  52. \gdef\putwordMSep{September}
  53. \gdef\putwordMOct{October}
  54. \gdef\putwordMNov{November}
  55. \gdef\putwordMDec{December}
  56. %
  57. \gdef\putwordDefmac{Macro}
  58. \gdef\putwordDefspec{Special Form}
  59. \gdef\putwordDefvar{Variable}
  60. \gdef\putwordDefopt{User Option}
  61. \gdef\putwordDeffunc{Function}
  62. % Produces Day Month Year style of output.
  63. \def\today{%
  64. \number\day\space
  65. \ifcase\month
  66. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  67. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  68. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  69. \fi
  70. \space\number\year}