]> git.donarmstrong.com Git - lilypond.git/blob - tex/txi-it.tex
Add '-dcrop' option to ps and svg backends
[lilypond.git] / tex / txi-it.tex
1 % $Id$
2 % txi-it.tex -- Italian translations for texinfo.tex
3 %
4 % Copyright 1999, 2007, 2008 Free Software Foundation.
5 %
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.
10 %
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.
15 %
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/>.
18
19 \txisetlanguage{italian}{2}{2}
20
21 \plainfrenchspacing
22
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}
42 %
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}
55 %
56 \gdef\putwordDefmac{Macro}
57 \gdef\putwordDefspec{Forma speciale}
58 \gdef\putwordDefvar{Variabile}
59 \gdef\putwordDefopt{Opzione}
60 \gdef\putwordDeffunc{Funzione}
61
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}