txi-ru.tex 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. % $Id$
  2. % txi-ru.tex -- Russian translations for texinfo.tex.
  3. %
  4. % Copyright 2005, 2007, 2008 Free Software Foundation.
  5. %
  6. % Author: Sergey Poznyakoff
  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. \txisetlanguage{russian}{2}{2}
  21. \plainfrenchspacing
  22. \gdef\putwordAppendix{}
  23. \gdef\putwordChapter{}
  24. \gdef\putwordfile{}
  25. \gdef\putwordin{}
  26. \gdef\putwordIndexIsEmpty{( )}
  27. \gdef\putwordIndexNonexistent{( )}
  28. \gdef\putwordInfo{Info}
  29. \gdef\putwordInstanceVariableof{ } % hmm ??
  30. \gdef\putwordMethodon{}
  31. \gdef\putwordNoTitle{ }
  32. \gdef\putwordof{} % (??) X Y
  33. \gdef\putwordon{} % ...
  34. \gdef\putwordpage{}
  35. \gdef\putwordsection{}
  36. \gdef\putwordSection{}
  37. \gdef\putwordsee{.}
  38. \gdef\putwordSee{.}
  39. \gdef\putwordShortTOC{ }
  40. \gdef\putwordTOC{}
  41. %
  42. %% (. today)
  43. \gdef\putwordMJan{}
  44. \gdef\putwordMFeb{}
  45. \gdef\putwordMMar{}
  46. \gdef\putwordMApr{}
  47. \gdef\putwordMMay{}
  48. \gdef\putwordMJun{}
  49. \gdef\putwordMJul{}
  50. \gdef\putwordMAug{}
  51. \gdef\putwordMSep{}
  52. \gdef\putwordMOct{}
  53. \gdef\putwordMNov{}
  54. \gdef\putwordMDec{}
  55. %
  56. \gdef\putwordDefmac{}
  57. \gdef\putwordDefspec{ }
  58. \gdef\putwordDefvar{}
  59. \gdef\putwordDefopt{ }
  60. \gdef\putwordDeffunc{}
  61. % Produces Day Month Year style of output.
  62. \def\today{%
  63. \number\day\space
  64. \ifcase\month
  65. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  66. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  67. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  68. \fi
  69. \space\number\year}