txi-uk.tex 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. % $Id$
  2. % txi-uk.tex -- Ukrainian 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{ukrainian}{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{úͦÎÎÁ ËÌÁÓÕ}
  30. \gdef\putwordMethodon{íÅÔÏÄ }
  31. \gdef\putwordNoTitle{îÅÍÁ¤ ÎÁÚ×É}
  32. \gdef\putwordof{ÄÌÑ} % ??
  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. \gdef\putwordMJan{Ó¦ÞÎÑ}
  43. \gdef\putwordMFeb{ÌÀÔÏÇÏ}
  44. \gdef\putwordMMar{ÂÅÒÅÚÎÑ}
  45. \gdef\putwordMApr{ËצÔÎÑ}
  46. \gdef\putwordMMay{ÔÒÁ×ÎÑ}
  47. \gdef\putwordMJun{ÞÅÒ×ÎÑ}
  48. \gdef\putwordMJul{ÌÉÐÎÑ}
  49. \gdef\putwordMAug{ÓÅÒÐÎÑ}
  50. \gdef\putwordMSep{×ÅÒÅÓÎÑ}
  51. \gdef\putwordMOct{ÖÏ×ÔÎÑ}
  52. \gdef\putwordMNov{ÌÉÓÔÏÐÁÄÁ}
  53. \gdef\putwordMDec{ÇÒÕÄÎÑ}
  54. %
  55. \gdef\putwordDefmac{íÁËÒÏÓ}
  56. \gdef\putwordDefspec{óÐÅæÁÌØÎÁ ÆÏÒÍÁ}
  57. \gdef\putwordDefvar{úͦÎÎÁ}
  58. \gdef\putwordDefopt{ïÐÃ¦Ñ ËÏÒÉÓÔÕ×ÁÞÁ}
  59. \gdef\putwordDeffunc{æÕÎËæÑ}
  60. % Produces Day Month Year style of output.
  61. \def\today{%
  62. \number\day\space
  63. \ifcase\month
  64. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  65. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  66. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  67. \fi
  68. \space\number\year}