Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / tex / txi-it.tex
blob06f4f1d6b4919464e658f556b75e2359bb5ba1de
1 % $Id: txi-it.tex,v 1.7 2008/10/16 17:13:10 karl Exp $
2 % txi-it.tex -- Italian translations for texinfo.tex
4 % Copyright 1999, 2007, 2008 Free Software Foundation.
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 3 of the License, or
9 % (at your option) any later version.
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.
16 % You should have received a copy of the GNU General Public License
17 % along with this program. If not, see <http://www.gnu.org/licenses/>.
19 \txisetlanguage{italian}{2}{2}
21 \plainfrenchspacing
23 \gdef\putwordAppendix{Appendice}
24 \gdef\putwordChapter{Capitolo}
25 \gdef\putwordfile{file}
26 \gdef\putwordin{in}
27 \gdef\putwordIndexIsEmpty{(L'indice \'e vuoto)}
28 \gdef\putwordIndexNonexistent{(L'indice non esiste)}
29 \gdef\putwordInfo{Info}
30 \gdef\putwordInstanceVariableof{Variabile di istanza di}
31 \gdef\putwordMethodon{Metodo di}
32 \gdef\putwordNoTitle{Nessun titolo}
33 \gdef\putwordof{di}
34 \gdef\putwordon{su}
35 \gdef\putwordpage{pagina}
36 \gdef\putwordsection{sezione}
37 \gdef\putwordSection{Sezione}
38 \gdef\putwordsee{vedi}
39 \gdef\putwordSee{Vedi}
40 \gdef\putwordShortTOC{Sommario abbreviato}
41 \gdef\putwordTOC{Sommario}
43 \gdef\putwordMJan{Gennaio}
44 \gdef\putwordMFeb{Febbraio}
45 \gdef\putwordMMar{Marzo}
46 \gdef\putwordMApr{Aprile}
47 \gdef\putwordMMay{Maggio}
48 \gdef\putwordMJun{Giugno}
49 \gdef\putwordMJul{Luglio}
50 \gdef\putwordMAug{Agosto}
51 \gdef\putwordMSep{Settembre}
52 \gdef\putwordMOct{Ottobre}
53 \gdef\putwordMNov{Novembre}
54 \gdef\putwordMDec{Dicembre}
56 \gdef\putwordDefmac{Macro}
57 \gdef\putwordDefspec{Forma speciale}
58 \gdef\putwordDefvar{Variabile}
59 \gdef\putwordDefopt{Opzione}
60 \gdef\putwordDeffunc{Funzione}
62 % Produces Day Month Year style of output.
63 \def\today{%
64 \number\day\space
65 \ifcase\month
66 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
67 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
68 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
69 \fi
70 \space\number\year}