Fix #1194.
[lilypond/mpolesky.git] / Documentation / fr / macros.itexi
blob2fac04da6968cf6aa6d9da448fda9ab264025d20
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: cb2cd4b74f545f1d0a25725ffac6ce0c01b45c50
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
11 @include version.itexi
12 @include common-macros.itexi
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
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).
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
27 @c   ***** Displaying text *****
29 @c To get decent quotes in `foo' and ``foo''.
30 @c FIXME: Use thin spaces for @qq.
32 @ifnotinfo
34 @macro q{TEXT}
35 @quoteleft{}\TEXT\@quoteright{}
36 @end macro
38 @macro qq{TEXT}
39 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
40 @end macro
42 @end ifnotinfo
44 @ifinfo
46 @macro q{TEXT}
47 `\TEXT\'
48 @end macro
50 @macro qq{TEXT}
51 « \TEXT\ »
52 @end macro
54 @end ifinfo
57 @ifhtml
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>
66 @html
67 </div>
68 @end html
69 @end macro
71 @end ifhtml
73 @ifnothtml
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
85 @end ifnothtml
87 @macro docMain
88 @cartouche
89 Pour connaître la place qu'occupe ce manuel dans la
90 documentation, consultez la page @rweb{Manuels}.
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
98 @macro lilyTitlePage{TITLE}
99 @c  This produces the unified index
100 @syncodeindex fn cp
101 @syncodeindex vr cp
104 @c   ***** Copyright stuff *****
105 @ifset FDL
106 @copying
107 @copyrightDeclare
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.}
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.}
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
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
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
144 @c   ***** Title page *****
145 @ifnottex
146 @node Top
147 @top LilyPond --- \TITLE\
149 @cartouche
150 @manualIntro{}
151 @end cartouche
152 @end ifnottex
154 @finalout
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
162 @vskip 60pt
164 @cartouche
165 @manualIntro{}
166 @end cartouche
168 @vskip 40pt
170 @docMain{}
172 @vskip 0pt plus 1filll
174 @insertcopying
176 Pour LilyPond version @version{}
177 @end titlepage
179 @end macro
182 @c   ***** Headings in a doc subsection *****
184 @c The next macro is a dummy currently since texinfo doesn't
185 @c provide a real ragged-right environment yet.
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.
191 @macro predefined
192 @noindent
193 @subsubheading Commandes prédéfinies
194 @end macro
196 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
197 @c the macro must not be empty.
199 @macro endpredefined
201 @end macro
204 @macro snippets
205 @noindent
206 @subsubheading Morceaux choisis
207 @end macro
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
217 @c Don't insert an empty line after @seealso!  Otherwise we get
218 @c unwanted extra vertical space in the PDF output.
220 @macro seealso
221 @noindent
222 @subsubheading Voir aussi
223 @indent
224 @end macro
227 @macro knownissues
228 @noindent
229 @subsubheading Problèmes connus et avertissements
230 @end macro
235 @c   ***** Links and references *****
237 @c  Definitions for references:
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
251 @c  All these also have a @...named version which allows to specify the
252 @c  displayed text for the reference as second argument.
254 @c ***** HTML + bigpage is a special case (other manual names); all other
255 @c formats are treated similarly.
258 @c *** not TeX ***
260 @ifnottex
262 @c ** bigpage **
264 @ifset bigpage
266 @macro rglos{TEXT}
267 @vindex \TEXT\
268 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
269 @end macro
271 @macro rglosnamed{TEXT,DISPLAY}
272 @vindex \TEXT\
273 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
274 @end macro
276 @macro rlearning{TEXT}
277 @vindex \TEXT\
278 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
279 @end macro
281 @macro rlearningnamed{TEXT,DISPLAY}
282 @vindex \TEXT\
283 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
284 @end macro
286 @macro ruser{TEXT}
287 @vindex \TEXT\
288 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
289 @end macro
291 @macro rusernamed{TEXT,DISPLAY}
292 @vindex \TEXT\
293 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
294 @end macro
296 @macro rextend{TEXT}
297 @vindex \TEXT\
298 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
299 @end macro
301 @macro rextendnamed{TEXT,DISPLAY}
302 @vindex \TEXT\
303 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
304 @end macro
306 @macro rchanges{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,changes-big-page,Nouveautés}
309 @end macro
311 @macro rchangesnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
314 @end macro
316 @macro rcontrib{TEXT}
317 @vindex \TEXT\
318 @ref{\TEXT\,,,contributor-big-page,Guide du contributeur}
319 @end macro
321 @macro rcontribnamed{TEXT,DISPLAY}
322 @vindex \TEXT\
323 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide du contributeur}
324 @end macro
326 @macro rweb{TEXT}
327 @vindex \TEXT\
328 @ref{\TEXT\,,,web-big-page,Informations générales}
329 @end macro
331 @macro rwebnamed{TEXT,DISPLAY}
332 @vindex \TEXT\
333 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
334 @end macro
336 @macro ressay{TEXT}
337 @vindex \TEXT\
338 @ref{\TEXT\,,,essay-big-page,Essai}
339 @end macro
341 @macro ressaynamed{TEXT,DISPLAY}
342 @vindex \TEXT\
343 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
344 @end macro
346 @macro rprogram{TEXT}
347 @vindex \TEXT\
348 @ref{\TEXT\,,,usage-big-page,Utilisation des programmes}
349 @end macro
351 @macro rprogramnamed{TEXT,DISPLAY}
352 @vindex \TEXT\
353 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilisation des programmes}
354 @end macro
356 @macro rlsr{TEXT}
357 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
358 @end macro
360 @macro rlsrnamed{TEXT,DISPLAY}
361 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
362 @end macro
364 @macro rinternals{TEXT}
365 @vindex \TEXT\
366 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
367 @end macro
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
374 @end ifset
377 @c ** not bigpage **
379 @ifclear bigpage
381 @ifnotinfo
383 @macro rglos{TEXT}
384 @vindex \TEXT\
385 @ref{\TEXT\,,,music-glossary,Glossaire}
386 @end macro
388 @macro rglosnamed{TEXT,DISPLAY}
389 @vindex \TEXT\
390 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
391 @end macro
393 @macro rlearning{TEXT}
394 @vindex \TEXT\
395 @ref{\TEXT\,,,learning,Manuel d'initiation}
396 @end macro
398 @macro rlearningnamed{TEXT,DISPLAY}
399 @vindex \TEXT\
400 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
401 @end macro
403 @macro ruser{TEXT}
404 @vindex \TEXT\
405 @ref{\TEXT\,,,notation,Manuel de notation}
406 @end macro
408 @macro rusernamed{TEXT,DISPLAY}
409 @vindex \TEXT\
410 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
411 @end macro
413 @macro rchanges{TEXT}
414 @vindex \TEXT\
415 @ref{\TEXT\,,,changes,Nouveautés}
416 @end macro
418 @macro rchangesnamed{TEXT,DISPLAY}
419 @vindex \TEXT\
420 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
421 @end macro
423 @macro rextend{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,extending,Extension de LilyPond}
426 @end macro
428 @macro rextendnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
431 @end macro
433 @macro rcontrib{TEXT}
434 @vindex \TEXT\
435 @ref{\TEXT\,,,contributor,Guide des contributeurs}
436 @end macro
438 @macro rcontribnamed{TEXT,DISPLAY}
439 @vindex \TEXT\
440 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
441 @end macro
443 @macro rweb{TEXT}
444 @vindex \TEXT\
445 @ref{\TEXT\,,,web,Informations générales}
446 @end macro
448 @macro rwebnamed{TEXT,DISPLAY}
449 @vindex \TEXT\
450 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
451 @end macro
453 @macro ressay{TEXT}
454 @vindex \TEXT\
455 @ref{\TEXT\,,,essay,Essai}
456 @end macro
458 @macro ressaynamed{TEXT,DISPLAY}
459 @vindex \TEXT\
460 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
461 @end macro
463 @macro rprogram{TEXT}
464 @vindex \TEXT\
465 @ref{\TEXT\,,,usage,Utilisation des programmes}
466 @end macro
468 @macro rprogramnamed{TEXT,DISPLAY}
469 @vindex \TEXT\
470 @ref{\TEXT\,,\DISPLAY\,usage,Utilisation des programmes}
471 @end macro
473 @macro rlsr{TEXT}
474 @ref{\TEXT\,,,snippets,Morceaux choisis}
475 @end macro
477 @macro rlsrnamed{TEXT,DISPLAY}
478 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
479 @end macro
481 @macro rinternals{TEXT}
482 @vindex \TEXT\
483 @ref{\TEXT\,,,internals,Référence des propriétés internes}
484 @end macro
486 @macro rinternalsnamed{TEXT,DISPLAY}
487 @vindex \TEXT\
488 @ref{\TEXT\,,\DISPLAY\,internals,Référence des propriétés internes}
489 @end macro
491 @end ifnotinfo
493 @ifinfo
495 @macro rglos{TEXT}
496 @vindex \TEXT\
497 @ref{\TEXT\,,,music-glossary,Glossaire}
498 @end macro
500 @macro rglosnamed{TEXT,DISPLAY}
501 @vindex \TEXT\
502 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
503 @end macro
505 @macro rlearning{TEXT}
506 @vindex \TEXT\
507 @ref{\TEXT\,,,lilypond-learning,Manuel d'initiation}
508 @end macro
510 @macro rlearningnamed{TEXT,DISPLAY}
511 @vindex \TEXT\
512 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manuel d'initiation}
513 @end macro
515 @macro ruser{TEXT}
516 @vindex \TEXT\
517 @ref{\TEXT\,,,lilypond-notation,Manuel de notation}
518 @end macro
520 @macro rusernamed{TEXT,DISPLAY}
521 @vindex \TEXT\
522 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Manuel de notation}
523 @end macro
525 @macro rchanges{TEXT}
526 @vindex \TEXT\
527 @ref{\TEXT\,,,lilypond-changes,Nouveautés}
528 @end macro
530 @macro rchangesnamed{TEXT,DISPLAY}
531 @vindex \TEXT\
532 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Nouveautés}
533 @end macro
535 @macro rextend{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-extending,Extension de LilyPond}
538 @end macro
540 @macro rextendnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extension de LilyPond}
543 @end macro
545 @macro rcontrib{TEXT}
546 @vindex \TEXT\
547 @ref{\TEXT\,,,lilypond-contributor,Guide des contributeurs}
548 @end macro
550 @macro rcontribnamed{TEXT,DISPLAY}
551 @vindex \TEXT\
552 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guide des contributeurs}
553 @end macro
555 @macro rweb{TEXT}
556 @vindex \TEXT\
557 @ref{\TEXT\,,,lilypond-web,Informations générales}
558 @end macro
560 @macro rwebnamed{TEXT,DISPLAY}
561 @vindex \TEXT\
562 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informations générales}
563 @end macro
565 @macro ressay{TEXT}
566 @vindex \TEXT\
567 @ref{\TEXT\,,,lilypond-essay,Essai}
568 @end macro
570 @macro ressaynamed{TEXT,DISPLAY}
571 @vindex \TEXT\
572 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
573 @end macro
575 @macro rprogram{TEXT}
576 @vindex \TEXT\
577 @ref{\TEXT\,,,lilypond-usage,Utilisation des programmes}
578 @end macro
580 @macro rprogramnamed{TEXT,DISPLAY}
581 @vindex \TEXT\
582 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilisation des programmes}
583 @end macro
585 @macro rlsr{TEXT}
586 @ref{\TEXT\,,,lilypond-snippets,Morceaux choisis}
587 @end macro
589 @macro rlsrnamed{TEXT,DISPLAY}
590 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Morceaux choisis}
591 @end macro
593 @macro rinternals{TEXT}
594 @vindex \TEXT\
595 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
596 @end macro
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
603 @end ifinfo
605 @end ifclear
607 @end ifnottex
610 @c *** TeX ***
612 @iftex
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).
620 @tex
621 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
622 @end tex
624 @macro rglos{TEXT}
625 @lilyvindex{\TEXT\}
626 @ref{\TEXT\,,,music-glossary,Glossaire}
627 @end macro
629 @macro rglosnamed{TEXT,DISPLAY}
630 @lilyvindex{\TEXT\}
631 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
632 @end macro
634 @macro rlearning{TEXT}
635 @lilyvindex{\TEXT\}
636 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
637 @end macro
639 @macro rlearningnamed{TEXT,DISPLAY}
640 @lilyvindex{\TEXT\}
641 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
642 @end macro
644 @macro ruser{TEXT}
645 @lilyvindex{\TEXT\}
646 @ref{\TEXT\,,,notation.fr,Manuel de notation}
647 @end macro
649 @macro rusernamed{TEXT,DISPLAY}
650 @lilyvindex{\TEXT\}
651 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
652 @end macro
654 @macro rchanges{TEXT}
655 @vindex{\TEXT\}
656 @ref{\TEXT\,,,changes,Nouveautés}
657 @end macro
659 @macro rchangesnamed{TEXT,DISPLAY}
660 @vindex{\TEXT\}
661 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
662 @end macro
664 @macro rextend{TEXT}
665 @vindex{\TEXT\}
666 @ref{\TEXT\,,,extending,Extension de LilyPond}
667 @end macro
669 @macro rextendnamed{TEXT,DISPLAY}
670 @vindex{\TEXT\}
671 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
672 @end macro
674 @macro rcontrib{TEXT}
675 @vindex{\TEXT\}
676 @ref{\TEXT\,,,contributor,Guide des contributeurs}
677 @end macro
679 @macro rcontribnamed{TEXT,DISPLAY}
680 @vindex{\TEXT\}
681 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
682 @end macro
684 @macro rweb{TEXT}
685 @lilyvindex{\TEXT\}
686 @ref{\TEXT\,,,web,Informations générales}
687 @end macro
689 @macro rwebnamed{TEXT,DISPLAY}
690 @lilyvindex{\TEXT\}
691 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
692 @end macro
694 @macro ressay{TEXT}
695 @vindex{\TEXT\}
696 @ref{\TEXT\,,,essay,Essai}
697 @end macro
699 @macro ressaynamed{TEXT,DISPLAY}
700 @vindex{\TEXT\}
701 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
702 @end macro
704 @macro rprogram{TEXT}
705 @lilyvindex{\TEXT\}
706 @ref{\TEXT\,,,usage.fr,Utilisation des programmes}
707 @end macro
709 @macro rprogramnamed{TEXT,DISPLAY}
710 @lilyvindex{\TEXT\}
711 @ref{\TEXT\,,\DISPLAY\,usage.fr,Utilisation des programmes}
712 @end macro
714 @macro rlsr{TEXT}
715 @lilyvindex{\TEXT\}
716 @ref{\TEXT\,,,snippets,Morceaux choisis}
717 @end macro
719 @macro rlsrnamed{TEXT,DISPLAY}
720 @lilyvindex{\TEXT\}
721 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
722 @end macro
724 @macro rinternals{TEXT}
725 @lilyvindex{\TEXT\}
726 @ref{\TEXT\,,,internals,Référence des propriétés internes}
727 @end macro
729 @macro rinternalsnamed{TEXT,DISPLAY}
730 @lilyvindex{\TEXT\}
731 @ref{\TEXT\,,,internals,Référence des propriétés internes}
732 @end macro
734 @end iftex
737 @c  ***** Macros specific to the web site *****
739 @ifset web
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
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
770 @c LEGALESE
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}.
777 @end macro
779 @macro logoLegalFreeBSD
780 Le logo FreeBSD logo est une marque déposée par la
781 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
783 @end macro
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}.
795 @end macro
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}.
805 @end macro
807 @end ifset
810 @c   ***** Macros specific to translated docs *****
812 @macro englishref
813 Cette section n'est pas encore encore traduite, veuillez
814 vous reporter à la documentation correspondante en anglais.
815 @end macro