txi-tr.tex 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. % $Id$
  2. % txi-tr.tex -- Turkish translations for texinfo.tex.
  3. %
  4. % Copyright 2003, 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. %
  19. % Written by Alper Ersoy, 5 January 2003, <aersoy@tfz.net>
  20. \txisetlanguage{turkish}{2}{2}
  21. \plainfrenchspacing
  22. \gdef\putwordAppendix{Ek}
  23. \gdef\putwordChapter{Kesim}
  24. \gdef\putwordfile{dosya}
  25. \gdef\putwordInfo{Bilgi}
  26. \gdef\putwordpage{Sayfa}
  27. \gdef\putwordsection{b\"ol\"um}
  28. \gdef\putwordSection{B\"ol\"um}
  29. \gdef\putwordsee{bkz.}
  30. \gdef\putwordSee{Bkz.}
  31. \gdef\putwordShortTOC{\dotaccent{I}\,cindekiler (K\dotless{i}saca)}
  32. \gdef\putwordTOC{\dotaccent{I}\,cindekiler}
  33. %%
  34. %% This one really sucks :\
  35. \gdef\putwordMethodon{S\dotless{i}n\dotless{i}f:}
  36. %%
  37. %% I could not translate these ones, need examples :\
  38. %% If anybody out there is using these in turkish, please
  39. %% don't hesitate to send me patches ;)
  40. \gdef\putwordin{in}
  41. \gdef\putwordon{on}
  42. \gdef\putwordof{of}
  43. %%
  44. %%
  45. \gdef\putwordNoTitle{Ba\,sl\dotless{i}s\dotless{i}z}
  46. \gdef\putwordIndexNonexistent{(Dizin bulunmamakta)}
  47. \gdef\putwordIndexIsEmpty{(Dizin bo\,s)}
  48. %%
  49. %% Months
  50. \gdef\putwordMJan{Ocak}
  51. \gdef\putwordMFeb{\,Subat}
  52. \gdef\putwordMMar{Mart}
  53. \gdef\putwordMApr{Nisan}
  54. \gdef\putwordMMai{May\dotless{i}s}
  55. \gdef\putwordMJun{Haziran}
  56. \gdef\putwordMJul{Temmuz}
  57. \gdef\putwordMAug{A\u{g}ustos}
  58. \gdef\putwordMSep{Eyl\"ul}
  59. \gdef\putwordMOct{Ekim}
  60. \gdef\putwordMNov{Kas\dotless{i}m}
  61. \gdef\putwordMDec{Aral\dotless{i}k}
  62. %%
  63. %% Definitions
  64. \gdef\putwordDefmac{Makro}
  65. \gdef\putwordDefspec{\"Ozel Yap\dotless{i}}
  66. \gdef\putwordDefopt{Se\,cenek}
  67. \gdef\putwordDefvar{De\u{g}i\,sken}
  68. \gdef\putwordDeffunc{Fonksiyon}
  69. %%
  70. % Produces Day Month Year style of output.
  71. \def\today{%
  72. \number\day\space
  73. \ifcase\month
  74. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  75. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  76. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  77. \fi
  78. \space\number\year}