]> git.donarmstrong.com Git - lilypond.git/blob - tex/txi-fr.tex
Add texinfo language files needed for documentation.
[lilypond.git] / tex / txi-fr.tex
1 % $Id: txi-fr.tex,v 1.6 2008/10/12 22:18:39 karl Exp $
2 % txi-fr.tex -- French translations for texinfo.tex.
3 %
4 % Copyright (C) 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 % Set up fixed words for French.
20 % Translated by Laurent Bourbeau <bourbeau@progiciels-bpi.ca>
21 % Translation date: le 10 décembre 1999.
22 % Transmitted to: Karl Berry <karl@cs.umb.edu>
23
24 \txisetlanguage{french}{2}{2}
25
26 \gdef\putwordAppendix{Annexe}
27 \gdef\putwordChapter{Chapitre}
28 \gdef\putwordfile{fichier}
29 \gdef\putwordin{dans}
30 \gdef\putwordIndexIsEmpty{(Index est vide)}
31 \gdef\putwordIndexNonexistent{(Index n'existe pas)}
32 \gdef\putwordInfo{Info}
33 \gdef\putwordInstanceVariableof{Variable d'instance de}
34 \gdef\putwordMethodon{M\'ethode sur}
35 \gdef\putwordNoTitle{Sans Titre}
36 \gdef\putwordof{de}
37 \gdef\putwordon{sur}
38 \gdef\putwordpage{page}
39 \gdef\putwordsection{section}
40 \gdef\putwordSection{Section}
41 \gdef\putwordsee{voir}
42 \gdef\putwordSee{Voir}
43 \gdef\putwordShortTOC{Sommaire}
44 \gdef\putwordTOC{Table des mati\`eres}
45 %
46 \gdef\putwordMJan{janvier}
47 \gdef\putwordMFeb{f\'evrier}
48 \gdef\putwordMMar{mars}
49 \gdef\putwordMApr{avril}
50 \gdef\putwordMMay{mai}
51 \gdef\putwordMJun{juin}
52 \gdef\putwordMJul{juillet}
53 \gdef\putwordMAug{ao\^ut}
54 \gdef\putwordMSep{septembre}
55 \gdef\putwordMOct{octobre}
56 \gdef\putwordMNov{novembre}
57 \gdef\putwordMDec{d\'ecembre}
58 %
59 \gdef\putwordDefmac{Macro}
60 \gdef\putwordDefspec{Forme Sp\'eciale}
61 \gdef\putwordDefvar{Variable}
62 \gdef\putwordDefopt{Option de l'usager}
63 \gdef\putwordDeffunc{Fonction}
64
65 % Produces Day Month Year style of output.
66 % French datation - for instance: 10 janvier 2000.
67 \def\today{%
68   \number\day\space
69   \ifcase\month
70   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
71   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
72   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
73   \fi
74   \space\number\year}