xref: /netbsd/external/gpl2/texinfo/dist/doc/txi-tr.tex (revision dc174305)
1*dc174305Schristos% txi-en.tex -- adaptation to Turkish for texinfo.tex.
2*dc174305Schristos% Id: txi-tr.tex,v 1.3 2004/04/11 17:56:45 karl Exp
3*dc174305Schristos%
4*dc174305Schristos% Copyright (C) 2003 Free Software Foundation, Inc.
5*dc174305Schristos%
6*dc174305Schristos% This program is free software; you can redistribute it and/or modify
7*dc174305Schristos% it under the terms of the GNU General Public License as published by
8*dc174305Schristos% the Free Software Foundation; either version 2, or (at your option)
9*dc174305Schristos% any later version.
10*dc174305Schristos%
11*dc174305Schristos% This program is distributed in the hope that it will be useful,
12*dc174305Schristos% but WITHOUT ANY WARRANTY; without even the implied warranty of
13*dc174305Schristos% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*dc174305Schristos% GNU General Public License for more details.
15*dc174305Schristos%
16*dc174305Schristos% You should have received a copy of the GNU General Public License
17*dc174305Schristos% along with this program; if not, write to the Free Software
18*dc174305Schristos% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19*dc174305Schristos%
20*dc174305Schristos% Written by Alper Ersoy, 5 January 2003, <aersoy@tfz.net>
21*dc174305Schristos%
22*dc174305Schristos%%
23*dc174305Schristos%% Turkish translations of the used words.
24*dc174305Schristos%%
25*dc174305Schristos%%
26*dc174305Schristos\gdef\putwordAppendix{Ek}
27*dc174305Schristos\gdef\putwordChapter{Kesim}
28*dc174305Schristos\gdef\putwordfile{dosya}
29*dc174305Schristos\gdef\putwordInfo{Bilgi}
30*dc174305Schristos\gdef\putwordpage{Sayfa}
31*dc174305Schristos\gdef\putwordsection{b\"ol\"um}
32*dc174305Schristos\gdef\putwordSection{B\"ol\"um}
33*dc174305Schristos\gdef\putwordsee{bkz.}
34*dc174305Schristos\gdef\putwordSee{Bkz.}
35*dc174305Schristos\gdef\putwordShortTOC{\dotaccent{I}\,cindekiler (K\dotless{i}saca)}
36*dc174305Schristos\gdef\putwordTOC{\dotaccent{I}\,cindekiler}
37*dc174305Schristos%%
38*dc174305Schristos%% This one really sucks :\
39*dc174305Schristos\gdef\putwordMethodon{S\dotless{i}n\dotless{i}f:}
40*dc174305Schristos%%
41*dc174305Schristos%% I could not translate these ones, need examples :\
42*dc174305Schristos%% If anybody out there is using these in turkish, please
43*dc174305Schristos%% don't hesitate to send me patches ;)
44*dc174305Schristos\gdef\putwordin{in}
45*dc174305Schristos\gdef\putwordon{on}
46*dc174305Schristos\gdef\putwordof{of}
47*dc174305Schristos%%
48*dc174305Schristos%%
49*dc174305Schristos\gdef\putwordNoTitle{Ba\,sl\dotless{i}s\dotless{i}z}
50*dc174305Schristos\gdef\putwordIndexNonexistent{(Dizin bulunmamakta)}
51*dc174305Schristos\gdef\putwordIndexIsEmpty{(Dizin bo\,s)}
52*dc174305Schristos%%
53*dc174305Schristos%% Months
54*dc174305Schristos\gdef\putwordMJan{Ocak}
55*dc174305Schristos\gdef\putwordMFeb{\,Subat}
56*dc174305Schristos\gdef\putwordMMar{Mart}
57*dc174305Schristos\gdef\putwordMApr{Nisan}
58*dc174305Schristos\gdef\putwordMMai{May\dotless{i}s}
59*dc174305Schristos\gdef\putwordMJun{Haziran}
60*dc174305Schristos\gdef\putwordMJul{Temmuz}
61*dc174305Schristos\gdef\putwordMAug{A\u{g}ustos}
62*dc174305Schristos\gdef\putwordMSep{Eyl\"ul}
63*dc174305Schristos\gdef\putwordMOct{Ekim}
64*dc174305Schristos\gdef\putwordMNov{Kas\dotless{i}m}
65*dc174305Schristos\gdef\putwordMDec{Aral\dotless{i}k}
66*dc174305Schristos%%
67*dc174305Schristos%% Definitions
68*dc174305Schristos\gdef\putwordDefmac{Makro}
69*dc174305Schristos\gdef\putwordDefspec{\"Ozel Yap\dotless{i}}
70*dc174305Schristos\gdef\putwordDefopt{Se\,cenek}
71*dc174305Schristos\gdef\putwordDefvar{De\u{g}i\,sken}
72*dc174305Schristos\gdef\putwordDeffunc{Fonksiyon}
73*dc174305Schristos%%
74*dc174305Schristos% Produces Day Month Year style of output.
75*dc174305Schristos\def\today{%
76*dc174305Schristos  \number\day\space
77*dc174305Schristos  \ifcase\month
78*dc174305Schristos  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
79*dc174305Schristos  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
80*dc174305Schristos  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
81*dc174305Schristos  \fi
82*dc174305Schristos  \space\number\year}
83