]> git.donarmstrong.com Git - lilypond.git/blob - tex/txi-hu.tex
Spelling fixes in comments and documentation
[lilypond.git] / tex / txi-hu.tex
1 % Copyright 1999, 2007, 2008 Free Software Foundation, Inc.
2
3 % This program is free software; you can redistribute it and/or modify
4 % it under the terms of the GNU General Public License as published by
5 % the Free Software Foundation; either version 3 of the license, or (at
6 % your option) any later version.
7 %
8 % This program is distributed in the hope that it will be useful,
9 % but WITHOUT ANY WARRANTY; without even the implied warranty of
10 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 % GNU General Public License for more details.
12 %
13 % You should have received a copy of the GNU General Public License
14 % along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
16 \txisetlanguage{hungarian}{2}{2}
17
18 \plainfrenchspacing
19
20 % Don't use checking because if it is our turn they have
21 % been defined.
22 \gdef\putwordAppendix{függelék}
23 \gdef\putwordChapter{fejezet}
24 \gdef\putwordfile{fájl}
25 \gdef\putwordin{in}
26 \gdef\putwordInfo{Info}
27 \gdef\putwordMethodon{Metódus itt:}
28 \gdef\putwordon{ezen:}
29 \gdef\putwordof{ebben:}
30 \gdef\putwordpage{oldal}
31 \gdef\putwordsection{rész}
32 \gdef\putwordSection{rész}
33 \gdef\putwordsee{lásd}
34 \gdef\putwordSee{Lásd}
35 \gdef\putwordShortTOC{Áttekintés}
36 \gdef\putwordTOC{Tartalomjegyzék}
37 %%
38 \gdef\putwordNoTitle{Nincs cím}
39 %%
40 %% New definition for the output of months.
41 \gdef\putwordMJan{Január}
42 \gdef\putwordMFeb{Február}
43 \gdef\putwordMMar{Március}
44 \gdef\putwordMApr{Április}
45 \gdef\putwordMMai{Május}
46 \gdef\putwordMJun{Június}
47 \gdef\putwordMJul{Július}
48 \gdef\putwordMAug{Augusztus}
49 \gdef\putwordMSep{Szeptember}
50 \gdef\putwordMOct{Október}
51 \gdef\putwordMNov{November}
52 \gdef\putwordMDec{December}
53 \gdef\putwordIndexNonexistent{(Nemlétező index)}
54 \gdef\putwordIndexIsEmpty{(Üres index)}
55 %%
56 %% \defmac
57 \gdef\putwordDefmac{Makró}
58 %% \defspec
59 \gdef\putwordDefspec{Speciális forma}
60 %% \defivar
61 \gdef\putwordDefivar{Példaváltozó}
62 %% \defvar leave unchanged because no difference in
63 %%         writing but in phonectics.
64 \gdef\putwordDefvar{Változó}
65 %% \defopt
66 \gdef\putwordDefopt{Felhasználói opció}
67 %% \deffun
68 \gdef\putwordDeffunc{Függvény}
69
70 %%%
71 %%% Date stamp
72 %%% Produces  y-m-d style of output.
73 %%%  4-05-07 == 2007. m\'ajus 4.
74 %%%
75 \gdef\Today{\number\year. \ifcase\month\or   % Mai d†tum
76   janu\'ar\or febru\'ar\or m\'arcius\or
77   \'aprilis\or m\'ajus\or j\'unius\or
78   j\'ulius\or augusztus\or szeptember\or
79   okt\'ober\or november\or december\fi
80     \space\ifcase\day\or
81     1.\or  2.\or  3.\or  4.\or  5.\or
82     6.\or  7.\or  8.\or  9.\or 10.\or
83    11.\or 12.\or 13.\or 14.\or 15.\or
84    16.\or 17.\or 18.\or 19.\or 20.\or
85    21.\or 22.\or 23.\or 24.\or 25.\or
86    26.\or 27.\or 28.\or 29.\or 30.\or
87    31.\fi}