home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / txi-en.tex < prev    next >
Text File  |  2002-10-11  |  2KB  |  72 lines

  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.2 1999/07/09 22:09:28 karl Exp $
  5. %
  6. % Copyright (C) 1999 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 2 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, write to the Free Software
  20. % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  21.  
  22. \gdef\putwordAppendix{Appendix}
  23. \gdef\putwordChapter{Chapter}
  24. \gdef\putwordfile{file}
  25. \gdef\putwordin{in}
  26. \gdef\putwordIndexIsEmpty{(Index is empty)}
  27. \gdef\putwordIndexNonexistent{(Index is nonexistent)}
  28. \gdef\putwordInfo{Info}
  29. \gdef\putwordInstanceVariableof{Instance Variable of}
  30. \gdef\putwordMethodon{Method on}
  31. \gdef\putwordNoTitle{No Title}
  32. \gdef\putwordof{of}
  33. \gdef\putwordon{on}
  34. \gdef\putwordpage{page}
  35. \gdef\putwordsection{section}
  36. \gdef\putwordSection{Section}
  37. \gdef\putwordsee{see}
  38. \gdef\putwordSee{See}
  39. \gdef\putwordShortTOC{Short Contents}
  40. \gdef\putwordTOC{Table of Contents}
  41. %
  42. \gdef\putwordMJan{January}
  43. \gdef\putwordMFeb{February}
  44. \gdef\putwordMMar{March}
  45. \gdef\putwordMApr{April}
  46. \gdef\putwordMMay{May}
  47. \gdef\putwordMJun{June}
  48. \gdef\putwordMJul{July}
  49. \gdef\putwordMAug{August}
  50. \gdef\putwordMSep{September}
  51. \gdef\putwordMOct{October}
  52. \gdef\putwordMNov{November}
  53. \gdef\putwordMDec{December}
  54. %
  55. \gdef\putwordDefmac{Macro}
  56. \gdef\putwordDefspec{Special Form}
  57. \gdef\putwordDefvar{Variable}
  58. \gdef\putwordDefopt{User Option}
  59. \gdef\putwordDeftypevar{Variable}
  60. \gdef\putwordDeffunc{Function}
  61. \gdef\putwordDeftypefun{Function}
  62.  
  63. % Produces Day Month Year style of output.
  64. \def\today{%
  65.   \number\day\space
  66.   \ifcase\month
  67.   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  68.   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  69.   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  70.   \fi
  71.   \space\number\year}
  72.