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