1% txi-ru.tex -- Russian translations for texinfo.tex. 2% 3% Copyright 2005, 2007, 2008 Free Software Foundation. 4% 5% Author: Sergey Poznyakoff 6% 7% This program is free software; you can redistribute it and/or modify 8% it under the terms of the GNU General Public License as published by 9% the Free Software Foundation; either version 3 of the License, or 10% (at your option) any later version. 11% 12% This program is distributed in the hope that it will be useful, 13% but WITHOUT ANY WARRANTY; without even the implied warranty of 14% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15% GNU General Public License for more details. 16% 17% You should have received a copy of the GNU General Public License 18% along with this program. If not, see <http://www.gnu.org/licenses/>. 19 20\txisetlanguage{russian}{2}{2} 21 22\plainfrenchspacing 23 24\gdef\putwordAppendix{����������} 25\gdef\putwordChapter{�����} 26\gdef\putwordfile{����} 27\gdef\putwordin{�} 28\gdef\putwordIndexIsEmpty{(������ ����)} 29\gdef\putwordIndexNonexistent{(������ �� ����������)} 30\gdef\putwordInfo{Info} 31\gdef\putwordInstanceVariableof{���������� ������} % hmm ?? 32\gdef\putwordMethodon{�����} 33\gdef\putwordNoTitle{��� ��������} 34\gdef\putwordof{���} % (??) ��������� X ��� ������ Y 35\gdef\putwordon{���} % �������� ��� ... 36\gdef\putwordpage{��������} 37\gdef\putwordsection{������} 38\gdef\putwordSection{������} 39\gdef\putwordsee{��.} 40\gdef\putwordSee{��.} 41\gdef\putwordShortTOC{������� ����������} 42\gdef\putwordTOC{����������} 43% 44%% ������ ������������ ������ � ����������� ������ (��. ���� today) 45\gdef\putwordMJan{������} 46\gdef\putwordMFeb{�������} 47\gdef\putwordMMar{�����} 48\gdef\putwordMApr{������} 49\gdef\putwordMMay{���} 50\gdef\putwordMJun{����} 51\gdef\putwordMJul{����} 52\gdef\putwordMAug{�������} 53\gdef\putwordMSep{��������} 54\gdef\putwordMOct{�������} 55\gdef\putwordMNov{������} 56\gdef\putwordMDec{�������} 57% 58\gdef\putwordDefmac{����������������} 59\gdef\putwordDefspec{������ �����} 60\gdef\putwordDefvar{����������} 61\gdef\putwordDefopt{����� ������������} 62\gdef\putwordDeffunc{�������} 63 64% Produces Day Month Year style of output. 65\def\today{% 66 \number\day\space 67 \ifcase\month 68 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr 69 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug 70 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec 71 \fi 72 \space\number\year} 73