txi-hu.tex 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. % $Id$
  2. % txi-hu.tex -- Hungarian translations for texinfo.tex.
  3. %
  4. % Copyright 1999, 2007, 2008 Free Software Foundation, Inc.
  5. %
  6. % This program is free software; you can redistribute it and/or modify
  7. % it under the terms of the GNU General Public License as published by
  8. % the Free Software Foundation; either version 3 of the license, or (at
  9. % your option) any later version.
  10. %
  11. % This program is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. % GNU General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU General Public License
  17. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. \txisetlanguage{hungarian}{2}{2}
  19. \plainfrenchspacing
  20. % Don't use checking because if it is our turn they have
  21. % been defined.
  22. \gdef\putwordAppendix{függelék}
  23. \gdef\putwordChapter{fejezet}
  24. \gdef\putwordfile{fájl}
  25. \gdef\putwordin{in}
  26. \gdef\putwordInfo{Info}
  27. \gdef\putwordMethodon{Metódus itt:}
  28. \gdef\putwordon{ezen:}
  29. \gdef\putwordof{ebben:}
  30. \gdef\putwordpage{oldal}
  31. \gdef\putwordsection{rész}
  32. \gdef\putwordSection{rész}
  33. \gdef\putwordsee{lásd}
  34. \gdef\putwordSee{Lásd}
  35. \gdef\putwordShortTOC{Áttekintés}
  36. \gdef\putwordTOC{Tartalomjegyzék}
  37. %%
  38. \gdef\putwordNoTitle{Nincs cím}
  39. %%
  40. %% New definition for the output of months.
  41. \gdef\putwordMJan{Január}
  42. \gdef\putwordMFeb{Február}
  43. \gdef\putwordMMar{Március}
  44. \gdef\putwordMApr{Április}
  45. \gdef\putwordMMai{Május}
  46. \gdef\putwordMJun{Június}
  47. \gdef\putwordMJul{Július}
  48. \gdef\putwordMAug{Augusztus}
  49. \gdef\putwordMSep{Szeptember}
  50. \gdef\putwordMOct{Október}
  51. \gdef\putwordMNov{November}
  52. \gdef\putwordMDec{December}
  53. \gdef\putwordIndexNonexistent{(Nemlétező index)}
  54. \gdef\putwordIndexIsEmpty{(Üres index)}
  55. %%
  56. %% \defmac
  57. \gdef\putwordDefmac{Makró}
  58. %% \defspec
  59. \gdef\putwordDefspec{Speciális forma}
  60. %% \defivar
  61. \gdef\putwordDefivar{Példaváltozó}
  62. %% \defvar leave unchanged because no difference in
  63. %% writing but in phonectics.
  64. \gdef\putwordDefvar{Változó}
  65. %% \defopt
  66. \gdef\putwordDefopt{Felhasználói opció}
  67. %% \deffun
  68. \gdef\putwordDeffunc{Függvény}
  69. %%%
  70. %%% Date stamp
  71. %%% Produces y-m-d style of output.
  72. %%% 4-05-07 == 2007. m\'ajus 4.
  73. %%%
  74. \gdef\Today{\number\year. \ifcase\month\or % Mai d†tum
  75. janu\'ar\or febru\'ar\or m\'arcius\or
  76. \'aprilis\or m\'ajus\or j\'unius\or
  77. j\'ulius\or augusztus\or szeptember\or
  78. okt\'ober\or november\or december\fi
  79. \space\ifcase\day\or
  80. 1.\or 2.\or 3.\or 4.\or 5.\or
  81. 6.\or 7.\or 8.\or 9.\or 10.\or
  82. 11.\or 12.\or 13.\or 14.\or 15.\or
  83. 16.\or 17.\or 18.\or 19.\or 20.\or
  84. 21.\or 22.\or 23.\or 24.\or 25.\or
  85. 26.\or 27.\or 28.\or 29.\or 30.\or
  86. 31.\fi}