Codebase list texinfo / 2066fffd-d7b3-4241-9af5-eb9b24d26cc5/main doc / txi-tr.tex
2066fffd-d7b3-4241-9af5-eb9b24d26cc5/main

Tree @2066fffd-d7b3-4241-9af5-eb9b24d26cc5/main (Download .tar.gz)

txi-tr.tex @2066fffd-d7b3-4241-9af5-eb9b24d26cc5/mainraw · history · blame

% txi-tr.tex -- Turkish translations for texinfo.tex.
%
% Copyright 2003, 2007, 2008 Free Software Foundation, Inc.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 3 of the License, or (at
% your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program.  If not, see <http://www.gnu.org/licenses/>.
%
% Written by Alper Ersoy, 5 January 2003, <aersoy@tfz.net>

\txisetlanguage{turkish}{2}{2}

\plainfrenchspacing

\gdef\putwordAppendix{Ek}
\gdef\putwordChapter{Kesim}
\gdef\putwordfile{dosya}
\gdef\putwordInfo{Bilgi}
\gdef\putwordpage{Sayfa}
\gdef\putwordsection{b\"ol\"um}
\gdef\putwordSection{B\"ol\"um}
\gdef\putwordsee{bkz.}
\gdef\putwordSee{Bkz.}
\gdef\putwordShortTOC{\dotaccent{I}\,cindekiler (K\dotless{i}saca)}
\gdef\putwordTOC{\dotaccent{I}\,cindekiler}
%%
%% This one really sucks :\
\gdef\putwordMethodon{S\dotless{i}n\dotless{i}f:}
%%
%% I could not translate these ones, need examples :\
%% If anybody out there is using these in turkish, please
%% don't hesitate to send me patches ;)
\gdef\putwordin{in}
\gdef\putwordon{on}
\gdef\putwordof{of}
%%
%%
\gdef\putwordNoTitle{Ba\,sl\dotless{i}s\dotless{i}z}
\gdef\putwordIndexNonexistent{(Dizin bulunmamakta)}
\gdef\putwordIndexIsEmpty{(Dizin bo\,s)}
%%
%% Months
\gdef\putwordMJan{Ocak}
\gdef\putwordMFeb{\,Subat}
\gdef\putwordMMar{Mart}
\gdef\putwordMApr{Nisan}
\gdef\putwordMMai{May\dotless{i}s}
\gdef\putwordMJun{Haziran}
\gdef\putwordMJul{Temmuz}
\gdef\putwordMAug{A\u{g}ustos}
\gdef\putwordMSep{Eyl\"ul}
\gdef\putwordMOct{Ekim}
\gdef\putwordMNov{Kas\dotless{i}m}
\gdef\putwordMDec{Aral\dotless{i}k}
%%
%% Definitions
\gdef\putwordDefmac{Makro}
\gdef\putwordDefspec{\"Ozel Yap\dotless{i}}
\gdef\putwordDefopt{Se\,cenek}
\gdef\putwordDefvar{De\u{g}i\,sken}
\gdef\putwordDeffunc{Fonksiyon}
%%
% Produces Day Month Year style of output.
\def\today{%
  \number\day\space
  \ifcase\month
  \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  \fi
  \space\number\year}