]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/macros.itexi
web-fr: goofy @end ifclear
[lilypond.git] / Documentation / fr / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: cb2cd4b74f545f1d0a25725ffac6ce0c01b45c50
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
18
19 This file should contain macro defintions which are common to all
20 languages, i.e. all macro definitions which do not contain text that
21 should be translated (namely text visible in the output).
22
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
26
27 @c   ***** Displaying text *****
28
29 @c To get decent quotes in `foo' and ``foo''.
30 @c FIXME: Use thin spaces for @qq.
31
32 @ifnotinfo
33
34 @macro q{TEXT}
35 @quoteleft{}\TEXT\@quoteright{}
36 @end macro
37
38 @macro qq{TEXT}
39 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
40 @end macro
41
42 @end ifnotinfo
43
44 @ifinfo
45
46 @macro q{TEXT}
47 `\TEXT\'
48 @end macro
49
50 @macro qq{TEXT}
51 « \TEXT\ »
52 @end macro
53
54 @end ifinfo
55
56
57 @ifhtml
58
59 @macro warning{TEXT}
60 @html
61 <div class="warning">
62 @end html
63 @strong{Note :} \TEXT\
64 @c keep the space for proper nesting of </p>
65
66 @html
67 </div>
68 @end html
69 @end macro
70
71 @end ifhtml
72
73 @ifnothtml
74
75 @macro warning{TEXT}
76 @quotation
77 @quotation
78 @cartouche
79 @b{Note :} \TEXT\
80 @end cartouche
81 @end quotation
82 @end quotation
83 @end macro
84
85 @end ifnothtml
86
87 @macro docMain
88 @cartouche
89 Pour connaître la place qu'occupe ce manuel dans la
90 documentation, consultez la page @rweb{Manuels}.
91
92 Si vous ne disposez pas de certains manuels, la documentation complète
93 se trouve sur @w{@uref{http://@/www@/.lilypond@/.org/}}.
94 @end cartouche
95 @end macro
96
97
98 @macro lilyTitlePage{TITLE}
99 @c  This produces the unified index
100 @syncodeindex fn cp
101 @syncodeindex vr cp
102
103
104 @c   ***** Copyright stuff *****
105 @ifset FDL
106 @copying
107 @copyrightDeclare
108
109 @emph{The translation of the following copyright notice is provided
110 for courtesy to non-English speakers, but only the notice in English
111 legally counts.}
112
113 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
114 faciliter sa compréhension par le lecteur non anglophone, mais seule la
115 notice en anglais a valeur légale.}
116
117 @quotation
118 Vous avez le droit de copier, distribuer et/ou modifier ce document
119 selon les termes de la Licence GNU de documentation libre, version 1.1
120 ou tout autre version ultérieure publiée par la Free Software
121 Foundation, ``sans aucune section invariante''.
122 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
123 @end quotation
124
125 @quotation
126 Permission is granted to copy, distribute and/or modify this document
127 under the terms of the GNU Free Documentation License, Version 1.1
128 or any later version published by the Free Software Foundation;
129 with no Invariant Sections.
130 A copy of the license is included in the section entitled ``GNU
131 Free Documentation License''.
132 @end quotation
133 @end copying
134 @end ifset
135
136 @ifclear FDL
137 @copying
138 Ce document a été placé dans le domaine public ; en France, les auteurs
139 renoncent à tous leurs droits patrimoniaux.
140 @end copying
141 @end ifclear
142
143
144 @c   ***** Title page *****
145 @ifnottex
146 @node Top
147 @top LilyPond --- \TITLE\
148
149 @cartouche
150 @manualIntro{}
151 @end cartouche
152 @end ifnottex
153
154 @finalout
155
156 @titlepage
157 @title LilyPond
158 @subtitle Le système de gravure musicale
159 @titlefont{\TITLE\}
160 @author L'équipe de développement de LilyPond
161
162 @vskip 60pt
163
164 @cartouche
165 @manualIntro{}
166 @end cartouche
167
168 @vskip 40pt
169
170 @docMain{}
171
172 @vskip 0pt plus 1filll
173
174 @insertcopying
175
176 Pour LilyPond version @version{}
177 @end titlepage
178
179 @end macro
180
181
182 @c   ***** Headings in a doc subsection *****
183
184 @c The next macro is a dummy currently since texinfo doesn't
185 @c provide a real ragged-right environment yet.
186 @c
187 @c Don't insert an empty line after @predefined!  Right now
188 @c it doesn't matter, but a future implementation will probably
189 @c add some code which needs this restriction.
190
191 @macro predefined
192 @noindent
193 @subsubheading Commandes prédéfinies
194 @end macro
195
196 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
197 @c the macro must not be empty.
198
199 @macro endpredefined
200 @c
201 @end macro
202
203
204 @macro snippets
205 @noindent
206 @subsubheading Morceaux choisis
207 @end macro
208
209
210 @c obsolete, remove when translation is fully updated
211 @macro commonprop
212 @noindent
213 @subsubheading Propriétés couramment modifiées
214 @end macro
215
216
217 @c Don't insert an empty line after @seealso!  Otherwise we get
218 @c unwanted extra vertical space in the PDF output.
219
220 @macro seealso
221 @noindent
222 @subsubheading Voir aussi
223 @indent
224 @end macro
225
226
227 @macro knownissues
228 @noindent
229 @subsubheading Problèmes connus et avertissements
230 @end macro
231
232
233
234
235 @c   ***** Links and references *****
236
237 @c  Definitions for references:
238 @c
239 @c     @rweb
240 @c     @ressay
241 @c     @rglos
242 @c     @rinternals
243 @c     @rlearning
244 @c     @rlsr
245 @c     @rprogram
246 @c     @ruser
247 @c     @rchanges
248 @c     @rextend
249 @c     @rcontrib
250 @c
251 @c  All these also have a @...named version which allows to specify the
252 @c  displayed text for the reference as second argument.
253 @c
254 @c ***** HTML + bigpage is a special case (other manual names); all other
255 @c formats are treated similarly.
256
257
258 @c *** not TeX ***
259
260 @ifnottex
261
262 @c ** bigpage **
263
264 @ifset bigpage
265
266 @macro rglos{TEXT}
267 @vindex \TEXT\
268 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
269 @end macro
270
271 @macro rglosnamed{TEXT,DISPLAY}
272 @vindex \TEXT\
273 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
274 @end macro
275
276 @macro rlearning{TEXT}
277 @vindex \TEXT\
278 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
279 @end macro
280
281 @macro rlearningnamed{TEXT,DISPLAY}
282 @vindex \TEXT\
283 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
284 @end macro
285
286 @macro ruser{TEXT}
287 @vindex \TEXT\
288 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
289 @end macro
290
291 @macro rusernamed{TEXT,DISPLAY}
292 @vindex \TEXT\
293 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
294 @end macro
295
296 @macro rextend{TEXT}
297 @vindex \TEXT\
298 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
299 @end macro
300
301 @macro rextendnamed{TEXT,DISPLAY}
302 @vindex \TEXT\
303 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
304 @end macro
305
306 @macro rchanges{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,changes-big-page,Nouveautés}
309 @end macro
310
311 @macro rchangesnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
314 @end macro
315
316 @macro rcontrib{TEXT}
317 @vindex \TEXT\
318 @ref{\TEXT\,,,contributor-big-page,Guide du contributeur}
319 @end macro
320
321 @macro rcontribnamed{TEXT,DISPLAY}
322 @vindex \TEXT\
323 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide du contributeur}
324 @end macro
325
326 @macro rweb{TEXT}
327 @vindex \TEXT\
328 @ref{\TEXT\,,,web-big-page,Informations générales}
329 @end macro
330
331 @macro rwebnamed{TEXT,DISPLAY}
332 @vindex \TEXT\
333 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
334 @end macro
335
336 @macro ressay{TEXT}
337 @vindex \TEXT\
338 @ref{\TEXT\,,,essay-big-page,Essai}
339 @end macro
340
341 @macro ressaynamed{TEXT,DISPLAY}
342 @vindex \TEXT\
343 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
344 @end macro
345
346 @macro rprogram{TEXT}
347 @vindex \TEXT\
348 @ref{\TEXT\,,,usage-big-page,Utilisation des programmes}
349 @end macro
350
351 @macro rprogramnamed{TEXT,DISPLAY}
352 @vindex \TEXT\
353 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilisation des programmes}
354 @end macro
355
356 @macro rlsr{TEXT}
357 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
358 @end macro
359
360 @macro rlsrnamed{TEXT,DISPLAY}
361 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
362 @end macro
363
364 @macro rinternals{TEXT}
365 @vindex \TEXT\
366 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
367 @end macro
368
369 @macro rinternalsnamed{TEXT,DISPLAY}
370 @vindex \TEXT\
371 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
372 @end macro
373
374 @end ifset
375
376
377 @c ** not bigpage **
378
379 @ifclear bigpage
380
381 @ifnotinfo
382
383 @macro rglos{TEXT}
384 @vindex \TEXT\
385 @ref{\TEXT\,,,music-glossary,Glossaire}
386 @end macro
387
388 @macro rglosnamed{TEXT,DISPLAY}
389 @vindex \TEXT\
390 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
391 @end macro
392
393 @macro rlearning{TEXT}
394 @vindex \TEXT\
395 @ref{\TEXT\,,,learning,Manuel d'initiation}
396 @end macro
397
398 @macro rlearningnamed{TEXT,DISPLAY}
399 @vindex \TEXT\
400 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
401 @end macro
402
403 @macro ruser{TEXT}
404 @vindex \TEXT\
405 @ref{\TEXT\,,,notation,Manuel de notation}
406 @end macro
407
408 @macro rusernamed{TEXT,DISPLAY}
409 @vindex \TEXT\
410 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
411 @end macro
412
413 @macro rchanges{TEXT}
414 @vindex \TEXT\
415 @ref{\TEXT\,,,changes,Nouveautés}
416 @end macro
417
418 @macro rchangesnamed{TEXT,DISPLAY}
419 @vindex \TEXT\
420 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
421 @end macro
422
423 @macro rextend{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,extending,Extension de LilyPond}
426 @end macro
427
428 @macro rextendnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
431 @end macro
432
433 @macro rcontrib{TEXT}
434 @vindex \TEXT\
435 @ref{\TEXT\,,,contributor,Guide du contributeur}
436 @end macro
437
438 @macro rcontribnamed{TEXT,DISPLAY}
439 @vindex \TEXT\
440 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
441 @end macro
442
443 @macro rweb{TEXT}
444 @vindex \TEXT\
445 @ref{\TEXT\,,,web,Informations générales}
446 @end macro
447
448 @macro rwebnamed{TEXT,DISPLAY}
449 @vindex \TEXT\
450 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
451 @end macro
452
453 @macro ressay{TEXT}
454 @vindex \TEXT\
455 @ref{\TEXT\,,,essay,Essai}
456 @end macro
457
458 @macro ressaynamed{TEXT,DISPLAY}
459 @vindex \TEXT\
460 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
461 @end macro
462
463 @macro rprogram{TEXT}
464 @vindex \TEXT\
465 @ref{\TEXT\,,,usage,Utilisation des programmes}
466 @end macro
467
468 @macro rprogramnamed{TEXT,DISPLAY}
469 @vindex \TEXT\
470 @ref{\TEXT\,,\DISPLAY\,usage,Utilisation des programmes}
471 @end macro
472
473 @macro rlsr{TEXT}
474 @ref{\TEXT\,,,snippets,Morceaux choisis}
475 @end macro
476
477 @macro rlsrnamed{TEXT,DISPLAY}
478 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
479 @end macro
480
481 @macro rinternals{TEXT}
482 @vindex \TEXT\
483 @ref{\TEXT\,,,internals,Référence des propriétés internes}
484 @end macro
485
486 @macro rinternalsnamed{TEXT,DISPLAY}
487 @vindex \TEXT\
488 @ref{\TEXT\,,\DISPLAY\,internals,Référence des propriétés internes}
489 @end macro
490
491 @end ifnotinfo
492
493 @ifinfo
494
495 @macro rglos{TEXT}
496 @vindex \TEXT\
497 @ref{\TEXT\,,,music-glossary,Glossaire}
498 @end macro
499
500 @macro rglosnamed{TEXT,DISPLAY}
501 @vindex \TEXT\
502 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
503 @end macro
504
505 @macro rlearning{TEXT}
506 @vindex \TEXT\
507 @ref{\TEXT\,,,lilypond-learning,Manuel d'initiation}
508 @end macro
509
510 @macro rlearningnamed{TEXT,DISPLAY}
511 @vindex \TEXT\
512 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manuel d'initiation}
513 @end macro
514
515 @macro ruser{TEXT}
516 @vindex \TEXT\
517 @ref{\TEXT\,,,lilypond-notation,Manuel de notation}
518 @end macro
519
520 @macro rusernamed{TEXT,DISPLAY}
521 @vindex \TEXT\
522 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Manuel de notation}
523 @end macro
524
525 @macro rchanges{TEXT}
526 @vindex \TEXT\
527 @ref{\TEXT\,,,lilypond-changes,Nouveautés}
528 @end macro
529
530 @macro rchangesnamed{TEXT,DISPLAY}
531 @vindex \TEXT\
532 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Nouveautés}
533 @end macro
534
535 @macro rextend{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-extending,Extension de LilyPond}
538 @end macro
539
540 @macro rextendnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extension de LilyPond}
543 @end macro
544
545 @macro rcontrib{TEXT}
546 @vindex \TEXT\
547 @ref{\TEXT\,,,lilypond-contributor,Guide du contributeur}
548 @end macro
549
550 @macro rcontribnamed{TEXT,DISPLAY}
551 @vindex \TEXT\
552 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guide du contributeur}
553 @end macro
554
555 @macro rweb{TEXT}
556 @vindex \TEXT\
557 @ref{\TEXT\,,,lilypond-web,Informations générales}
558 @end macro
559
560 @macro rwebnamed{TEXT,DISPLAY}
561 @vindex \TEXT\
562 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informations générales}
563 @end macro
564
565 @macro ressay{TEXT}
566 @vindex \TEXT\
567 @ref{\TEXT\,,,lilypond-essay,Essai}
568 @end macro
569
570 @macro ressaynamed{TEXT,DISPLAY}
571 @vindex \TEXT\
572 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
573 @end macro
574
575 @macro rprogram{TEXT}
576 @vindex \TEXT\
577 @ref{\TEXT\,,,lilypond-usage,Utilisation des programmes}
578 @end macro
579
580 @macro rprogramnamed{TEXT,DISPLAY}
581 @vindex \TEXT\
582 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilisation des programmes}
583 @end macro
584
585 @macro rlsr{TEXT}
586 @ref{\TEXT\,,,lilypond-snippets,Morceaux choisis}
587 @end macro
588
589 @macro rlsrnamed{TEXT,DISPLAY}
590 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Morceaux choisis}
591 @end macro
592
593 @macro rinternals{TEXT}
594 @vindex \TEXT\
595 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
596 @end macro
597
598 @macro rinternalsnamed{TEXT,DISPLAY}
599 @vindex \TEXT\
600 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Référence des propriétés internes}
601 @end macro
602
603 @end ifinfo
604
605 @end ifclear
606
607 @end ifnottex
608
609
610 @c *** TeX ***
611
612 @iftex
613
614 @c All commands below should work in the middle of the line;
615 @c we thus must not use @vindex directly since it works only if placed
616 @c on a line of its own.  To overcome this problem, we define a
617 @c replacement macro using the internal definition of @vindex which
618 @c delimits arguments in the standard way (i.e., with braces).
619
620 @tex
621 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
622 @end tex
623
624 @macro rglos{TEXT}
625 @lilyvindex{\TEXT\}
626 @ref{\TEXT\,,,music-glossary,Glossaire}
627 @end macro
628
629 @macro rglosnamed{TEXT,DISPLAY}
630 @lilyvindex{\TEXT\}
631 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
632 @end macro
633
634 @macro rlearning{TEXT}
635 @lilyvindex{\TEXT\}
636 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
637 @end macro
638
639 @macro rlearningnamed{TEXT,DISPLAY}
640 @lilyvindex{\TEXT\}
641 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
642 @end macro
643
644 @macro ruser{TEXT}
645 @lilyvindex{\TEXT\}
646 @ref{\TEXT\,,,notation.fr,Manuel de notation}
647 @end macro
648
649 @macro rusernamed{TEXT,DISPLAY}
650 @lilyvindex{\TEXT\}
651 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
652 @end macro
653
654 @macro rchanges{TEXT}
655 @vindex{\TEXT\}
656 @ref{\TEXT\,,,changes,Nouveautés}
657 @end macro
658
659 @macro rchangesnamed{TEXT,DISPLAY}
660 @vindex{\TEXT\}
661 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
662 @end macro
663
664 @macro rextend{TEXT}
665 @vindex{\TEXT\}
666 @ref{\TEXT\,,,extending,Extension de LilyPond}
667 @end macro
668
669 @macro rextendnamed{TEXT,DISPLAY}
670 @vindex{\TEXT\}
671 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
672 @end macro
673
674 @macro rcontrib{TEXT}
675 @vindex{\TEXT\}
676 @ref{\TEXT\,,,contributor,Guide du contributeur}
677 @end macro
678
679 @macro rcontribnamed{TEXT,DISPLAY}
680 @vindex{\TEXT\}
681 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
682 @end macro
683
684 @macro rweb{TEXT}
685 @lilyvindex{\TEXT\}
686 @ref{\TEXT\,,,web,Informations générales}
687 @end macro
688
689 @macro rwebnamed{TEXT,DISPLAY}
690 @lilyvindex{\TEXT\}
691 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
692 @end macro
693
694 @macro ressay{TEXT}
695 @vindex{\TEXT\}
696 @ref{\TEXT\,,,essay,Essai}
697 @end macro
698
699 @macro ressaynamed{TEXT,DISPLAY}
700 @vindex{\TEXT\}
701 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
702 @end macro
703
704 @macro rprogram{TEXT}
705 @lilyvindex{\TEXT\}
706 @ref{\TEXT\,,,usage.fr,Utilisation des programmes}
707 @end macro
708
709 @macro rprogramnamed{TEXT,DISPLAY}
710 @lilyvindex{\TEXT\}
711 @ref{\TEXT\,,\DISPLAY\,usage.fr,Utilisation des programmes}
712 @end macro
713
714 @macro rlsr{TEXT}
715 @lilyvindex{\TEXT\}
716 @ref{\TEXT\,,,snippets,Morceaux choisis}
717 @end macro
718
719 @macro rlsrnamed{TEXT,DISPLAY}
720 @lilyvindex{\TEXT\}
721 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
722 @end macro
723
724 @macro rinternals{TEXT}
725 @lilyvindex{\TEXT\}
726 @ref{\TEXT\,,,internals,Référence des propriétés internes}
727 @end macro
728
729 @macro rinternalsnamed{TEXT,DISPLAY}
730 @lilyvindex{\TEXT\}
731 @ref{\TEXT\,,,internals,Référence des propriétés internes}
732 @end macro
733
734 @end iftex
735
736
737 @c  ***** Macros specific to the web site *****
738
739 @ifset web
740
741 @macro exampleImage{IMAGE-FILE}
742 @html
743 <div class="float-center">
744   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
745     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
746   </a>
747   <p style="text-align: center">
748     (cliquez pour agrandir)
749   </p>
750 </div>
751 @end html
752 @iftex
753 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
754 @end iftex
755 @ifinfo
756 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
757 @end ifinfo
758 @end macro
759
760 @macro help{TEXT}
761 @html
762 <div class="help">
763 <strong>
764   <span style="text-decoration:blink">À l'aide&nbsp;:</span>
765 </strong> \TEXT\
766 </div>
767 @end html
768 @end macro
769
770 @c LEGALESE
771
772 @macro logoLegalLinux
773 Tux le pingouin Linux a été créé par
774 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} avec
775 @uref{http://www.isc.tamu.edu/~lewing/gimp/,GIMP}.
776
777 @end macro
778
779 @macro logoLegalFreeBSD
780 Le logo FreeBSD logo est une marque déposée par la
781 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
782
783 @end macro
784
785 @macro logoLegalMacOSX
786 L'image @q{X} n'est pas déposée.  Elle a été créée par
787 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} et
788 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, et
789 distribuée sous la licence GNU Free Documentation License version 1.2 ou
790 ultérieure.
791 Nous avons trouvé cette image sur
792 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
793 cette page de Wikimedia Commons}.
794
795 @end macro
796
797 @macro logoLegalWindows
798 Le @qq{rectangle aux quatre couleurs} n'est pas une marque déposée.
799 Il a été créé par @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} et
800 distribué sous la licence GNU Free Documentation License version 1.2.  Nous
801 avons trouvé cette image sur
802 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
803 cette page de Wikimedia Commons}.
804
805 @end macro
806
807 @end ifset
808
809
810 @c   ***** Macros specific to translated docs *****
811
812 @macro englishref
813 Cette section n'est pas encore encore traduite, veuillez
814 vous reporter à la documentation correspondante en anglais.
815 @end macro
816