]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/macros.itexi
6557213e25473cae9ec5539594a985036ef9f452
[lilypond.git] / Documentation / es / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 589e2953e6e0d90a73eafe0b31ba86651c62f6eb
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9
10 @include version.itexi
11 @include common-macros.itexi
12
13 @ignore
14 ****************************
15 MACRO DEFINITIONS GUIDELINES
16 ****************************
17
18 This file should contain macro defintions which are common to all
19 languages, i.e. all macro definitions which do not contain text that
20 should be translated (namely text visible in the output).
21
22 Macro definitions which contain text that should be translated in
23 translations should be in macros.itexi.
24 @end ignore
25
26
27 @c   ***** Displaying text *****
28
29 @c To get decent quotes in `foo' and ``foo''.
30
31 @macro q{TEXT}
32 @quoteleft{}\TEXT\@quoteright{}
33 @end macro
34
35 @macro qq{TEXT}
36 @quotedblleft{}\TEXT\@quotedblright{}
37 @end macro
38
39
40 @ifhtml
41
42 @macro warning{TEXT}
43 @html
44 <div class="warning">
45 @end html
46 @strong{Nota:} \TEXT\
47 @c keep the space for proper nesting of </p>
48
49 @html
50 </div>
51 @end html
52 @end macro
53
54 @end ifhtml
55
56 @ifnothtml
57
58 @macro warning{TEXT}
59 @quotation
60 @quotation
61 @cartouche
62 @b{Nota:} \TEXT\
63 @end cartouche
64 @end quotation
65 @end quotation
66 @end macro
67
68 @end ifnothtml
69
70 @macro docMain
71 @cartouche
72 Para mayor información sobre la forma en que este manual se relaciona
73 con el resto de la documentación, o para leer este manual en otros
74 formatos, consulte @rweb{Manuales}.
75
76 Si le falta algún manual, encontrará toda la documentación en
77 @w{@uref{http://@/www@/.lilypond@/.org/}}.
78 @end cartouche
79 @end macro
80
81
82 @macro lilyTitlePage{TITLE}
83 @c  This produces the unified index
84 @syncodeindex fn cp
85 @syncodeindex vr cp
86
87
88 @c   ***** Copyright stuff *****
89 @ifset FDL
90 @copying
91 @copyrightDeclare
92
93 @emph{La traducción de la siguiente nota de copyright se ofrece como
94 cortesía para las personas de habla no inglesa, pero únicamente la
95 nota en inglés tiene validez legal.}
96
97 @emph{The translation of the following copyright notice is provided
98 for courtesy to non-English speakers, but only the notice in English
99 legally counts.}
100
101 @quotation
102 Se otorga permiso para copiar, distribuir y/o modificar este documento
103 bajo los términos de la Licencia de Documentación Libre de GNU, versión 1.1
104 o cualquier versión posterior publicada por la Free Software Foundation;
105 sin ninguna de las secciones invariantes.
106 Se incluye una copia de esta licencia dentro de la sección titulada ``Licencia
107 de Documentación Libre de GNU''.
108 @end quotation
109
110 @quotation
111 Permission is granted to copy, distribute and/or modify this document
112 under the terms of the GNU Free Documentation License, Version 1.1
113 or any later version published by the Free Software Foundation;
114 with no Invariant Sections.
115 A copy of the license is included in the section entitled ``GNU
116 Free Documentation License''.
117 @end quotation
118 @end copying
119 @end ifset
120
121 @ifclear FDL
122 @copying
123 Este documento se ha puesto en el dominio público.
124 @end copying
125 @end ifclear
126
127
128
129 @c   ***** Title page *****
130 @ifnottex
131 @node Top
132 @top LilyPond --- \TITLE\
133
134 @cartouche
135 @manualIntro{}
136 @end cartouche
137 @end ifnottex
138
139 @finalout
140
141 @titlepage
142 @title LilyPond
143 @subtitle El tipografiador de música
144 @titlefont{\TITLE\}
145 @author El equipo de desarrolladores de LilyPond
146
147 @vskip 60pt
148
149 @cartouche
150 @manualIntro{}
151 @end cartouche
152
153 @vskip 40pt
154
155 @docMain{}
156
157 @vskip 0pt plus 1filll
158
159 @insertcopying
160
161 Para la versión de LilyPond @version{}
162 @end titlepage
163
164 @end macro
165
166
167
168 @c   ***** Headings in a doc subsection *****
169
170 @c The next macro is a dummy currently since texinfo doesn't
171 @c provide a real ragged-right environment yet.
172 @c
173 @c Don't insert an empty line after @predefined!  Right now
174 @c it doesn't matter, but a future implementation will probably
175 @c add some code which needs this restriction.
176
177 @macro predefined
178 @noindent
179 @subsubheading Instrucciones predefinidas
180 @end macro
181
182 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
183 @c the next macro must not be empty.
184
185 @macro endpredefined
186 @c
187 @end macro
188
189
190 @macro snippets
191 @noindent
192 @subsubheading Fragmentos de código seleccionados
193 @end macro
194
195
196 @c Don't insert an empty line after @seealso!  Otherwise we get
197 @c unwanted extra vertical space in the PDF output.
198
199 @macro seealso
200 @noindent
201 @subsubheading Véase también
202 @indent
203 @end macro
204
205
206 @macro knownissues
207 @noindent
208 @subsubheading Advertencias y problemas conocidos
209 @end macro
210
211
212 @c   ***** Links and references *****
213
214 @c  Definitions for references:
215 @c
216 @c     @rweb
217 @c     @ressay
218 @c     @rglos
219 @c     @rinternals
220 @c     @rlearning
221 @c     @rlsr
222 @c     @rprogram
223 @c     @ruser
224 @c     @rchanges
225 @c     @rextend
226 @c     @rcontrib
227 @c
228 @c  All these also have a @...named version which allows to specify the
229 @c  displayed text for the reference as second argument.
230 @c
231 @c ***** HTML + bigpage is a special case (other manual names); all other
232 @c formats are treated similarly.
233
234
235 @c *** not TeX ***
236
237 @ifnottex
238
239 @c ** bigpage **
240
241 @ifset bigpage
242
243 @macro rglos{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
246 @end macro
247
248 @macro rglosnamed{TEXT,DISPLAY}
249 @vindex \TEXT\
250 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
251 @end macro
252
253 @macro rlearning{TEXT}
254 @vindex \TEXT\
255 @ref{\TEXT\,,,learning-big-page,Manual de Aprendizaje}
256 @end macro
257
258 @macro rlearningnamed{TEXT,DISPLAY}
259 @vindex \TEXT\
260 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual de Aprendizaje}
261 @end macro
262
263 @macro ruser{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,notation-big-page,Referencia de la Notación}
266 @end macro
267
268 @macro rusernamed{TEXT,DISPLAY}
269 @vindex \TEXT\
270 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referencia de la Notación}
271 @end macro
272
273 @macro rextend{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,extending-big-page,Extender}
276 @end macro
277
278 @macro rextendnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extender}
281 @end macro
282
283 @macro rchanges{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,changes-big-page,Cambios}
286 @end macro
287
288 @macro rchangesnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambios}
291 @end macro
292
293 @macro rcontrib{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,contributor-big-page,Guía del colaborador}
296 @end macro
297
298 @macro rcontribnamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guía del colaborador}
301 @end macro
302
303 @macro rweb{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,web-big-page,Información general}
306 @end macro
307
308 @macro rwebnamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,web-big-page,Información general}
311 @end macro
312
313 @macro ressay{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,essay-big-page,Ensayo}
316 @end macro
317
318 @macro ressaynamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Ensayo}
321 @end macro
322
323 @macro rprogram{TEXT}
324 @vindex \TEXT\
325 @ref{\TEXT\,,,usage-big-page,Utilización del Programa}
326 @end macro
327
328 @macro rprogramnamed{TEXT,DISPLAY}
329 @vindex \TEXT\
330 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilización del Programa}
331 @end macro
332
333 @macro rlsr{TEXT}
334 @ref{\TEXT\,,,snippets-big-page,Fragmentos de código}
335 @end macro
336
337 @macro rlsrnamed{TEXT,DISPLAY}
338 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragmentos de código}
339 @end macro
340
341 @macro rinternals{TEXT}
342 @vindex \TEXT\
343 @ref{\TEXT\,,,internals-big-page,Referencia de Funcionamiento Interno}
344 @end macro
345
346 @macro rinternalsnamed{TEXT,DISPLAY}
347 @vindex \TEXT\
348 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referencia de Funcionamiento Interno}
349 @end macro
350
351 @end ifset
352
353
354 @c ** not bigpage **
355
356 @ifclear bigpage
357
358 @ifnotinfo
359
360 @macro rglos{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,music-glossary,Glosario Musical}
363 @end macro
364
365 @macro rglosnamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
368 @end macro
369
370 @macro rlearning{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,learning,Manual de Aprendizaje}
373 @end macro
374
375 @macro rlearningnamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,learning,Manual de Aprendizaje}
378 @end macro
379
380 @macro ruser{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,notation,Referencia de la Notación}
383 @end macro
384
385 @macro rusernamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,notation,Referencia de la Notación}
388 @end macro
389
390 @macro rchanges{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,changes,Cambios}
393 @end macro
394
395 @macro rchangesnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
398 @end macro
399
400 @macro rextend{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,extending,Extender}
403 @end macro
404
405 @macro rextendnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
408 @end macro
409
410 @macro rcontrib{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,contributor,Guía del colaborador}
413 @end macro
414
415 @macro rcontribnamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
418 @end macro
419
420 @macro rweb{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,web,Información general}
423 @end macro
424
425 @macro rwebnamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,web,Información general}
428 @end macro
429
430 @macro ressay{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,essay,Ensayo}
433 @end macro
434
435 @macro ressaynamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
438 @end macro
439
440 @macro rprogram{TEXT}
441 @vindex \TEXT\
442 @ref{\TEXT\,,,usage,Utilización del Programa}
443 @end macro
444
445 @macro rprogramnamed{TEXT,DISPLAY}
446 @vindex \TEXT\
447 @ref{\TEXT\,,\DISPLAY\,usage,Utilización del Programa}
448 @end macro
449
450 @macro rlsr{TEXT}
451 @ref{\TEXT\,,,snippets,Fragmentos de código}
452 @end macro
453
454 @macro rlsrnamed{TEXT,DISPLAY}
455 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
456 @end macro
457
458 @macro rinternals{TEXT}
459 @vindex \TEXT\
460 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
461 @end macro
462
463 @macro rinternalsnamed{TEXT,DISPLAY}
464 @vindex \TEXT\
465 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
466 @end macro
467
468 @end ifnotinfo
469
470 @ifinfo
471
472 @macro rglos{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,music-glossary,Glosario musical}
475 @end macro
476
477 @macro rglosnamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario musical}
480 @end macro
481
482 @macro rlearning{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
485 @end macro
486
487 @macro rlearningnamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
490 @end macro
491
492 @macro ruser{TEXT}
493 @vindex \TEXT\
494 @ref{\TEXT\,,,lilypond-notation,Referencia de la notación}
495 @end macro
496
497 @macro rusernamed{TEXT,DISPLAY}
498 @vindex \TEXT\
499 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Referencia de la notación}
500 @end macro
501
502 @macro rchanges{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,lilypond-changes,Cambios}
505 @end macro
506
507 @macro rchangesnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambios}
510 @end macro
511
512 @macro rextend{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-extending,Extender}
515 @end macro
516
517 @macro rextendnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extender}
520 @end macro
521
522 @macro rcontrib{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-contributor,Guía del colaborador}
525 @end macro
526
527 @macro rcontribnamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guía del colaborador}
530 @end macro
531
532 @macro rweb{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-web,Información general}
535 @end macro
536
537 @macro rwebnamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Información general}
540 @end macro
541
542 @macro ressay{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-essay,Ensayo}
545 @end macro
546
547 @macro ressaynamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Ensayo}
550 @end macro
551
552 @macro rprogram{TEXT}
553 @vindex \TEXT\
554 @ref{\TEXT\,,,lilypond-usage,Utilización del programa}
555 @end macro
556
557 @macro rprogramnamed{TEXT,DISPLAY}
558 @vindex \TEXT\
559 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilización del programa}
560 @end macro
561
562 @macro rlsr{TEXT}
563 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
564 @end macro
565
566 @macro rlsrnamed{TEXT,DISPLAY}
567 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
568 @end macro
569
570 @macro rinternals{TEXT}
571 @vindex \TEXT\
572 @ref{\TEXT\,,,lilypond-internals,Referencia de funcionamiento interno}
573 @end macro
574
575 @macro rinternalsnamed{TEXT,DISPLAY}
576 @vindex \TEXT\
577 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de funcionamiento interno}
578 @end macro
579
580 @end ifinfo
581
582 @end ifclear
583
584 @end ifnottex
585
586
587 @c *** TeX ***
588
589 @iftex
590
591 @c All commands below should work in the middle of the line;
592 @c we thus must not use @vindex directly since it works only if placed
593 @c on a line of its own.  To overcome this problem, we define a
594 @c replacement macro using the internal definition of @vindex which
595 @c delimits arguments in the standard way (i.e., with braces).
596
597 @tex
598 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
599 @end tex
600
601 @macro rglos{TEXT}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,,music-glossary,Glosario Musical}
604 @end macro
605
606 @macro rglosnamed{TEXT,DISPLAY}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
609 @end macro
610
611 @macro rlearning{TEXT}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,,learning.es,Manual de Aprendizaje}
614 @end macro
615
616 @macro rlearningnamed{TEXT,DISPLAY}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual de Aprendizaje}
619 @end macro
620
621 @macro ruser{TEXT}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,,notation.es,Referencia de la Notación}
624 @end macro
625
626 @macro rusernamed{TEXT,DISPLAY}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,\DISPLAY\,notation.es,Referencia de la Notación}
629 @end macro
630
631 @macro rchanges{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,changes,Cambios}
634 @end macro
635
636 @macro rchangesnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
639 @end macro
640
641 @macro rextend{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,extending,Extender}
644 @end macro
645
646 @macro rextendnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
649 @end macro
650
651 @macro rcontrib{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,contributor,Guía del colaborador}
654 @end macro
655
656 @macro rcontribnamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
659 @end macro
660
661 @macro rweb{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,web,Información general}
664 @end macro
665
666 @macro rwebnamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,web,Información general}
669 @end macro
670
671 @macro ressay{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,essay,Ensayo}
674 @end macro
675
676 @macro ressaynamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
679 @end macro
680
681 @macro rprogram{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,usage.es,Utilización del Programa}
684 @end macro
685
686 @macro rprogramnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,usage.es,Utilización del Programa}
689 @end macro
690
691 @macro rlsr{TEXT}
692 @lilyvindex{\TEXT\}
693 @ref{\TEXT\,,,snippets,Fragmentos de código}
694 @end macro
695
696 @macro rlsrnamed{TEXT,DISPLAY}
697 @lilyvindex{\TEXT\}
698 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
699 @end macro
700
701 @macro rinternals{TEXT}
702 @lilyvindex{\TEXT\}
703 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
704 @end macro
705
706 @macro rinternalsnamed{TEXT,DISPLAY}
707 @lilyvindex{\TEXT\}
708 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
709 @end macro
710
711 @end iftex
712
713
714 @c  ***** Macros specific to the web site *****
715
716 @ifset web
717
718 @macro exampleImage{IMAGE-FILE}
719 @html
720 <div class="float-center">
721   <a class="clickable" href="examples/\IMAGE-FILE\.png">
722     <img src="examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
723   </a>
724   <p style="text-align: center">
725     (pulse para ver una imagen más grande)
726   </p>
727 </div>
728 @end html
729 @iftex
730 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
731 @end iftex
732 @ifinfo
733 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
734 @end ifinfo
735 @end macro
736
737 @macro help{TEXT}
738 @html
739 <div class="help">
740 <strong>
741   <span style="text-decoration:blink">Necesitamos ayuda:</span>
742 </strong> \TEXT\
743 </div>
744 @end html
745 @end macro
746
747 @c LEGALESE
748
749 @macro logoLegalLinux
750 Tux, el pingüino de Linux, es obra de
751 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} hecha con
752 @uref{http://www.isc.tamu.edu/~lewing/gimp/, el Programa de
753 Manipulación de Imágenes de GNU}.
754
755 @end macro
756
757 @macro logoLegalFreeBSD
758 El logotipo de FreeBSD es una marca registrada de
759 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
760
761 @end macro
762
763 @macro logoLegalMacOSX
764 La @qq{imagen de la X} no es una marca registrada.  Es obra de
765 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} y
766 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, y se
767 puso bajo la Licencia de Documentación Libre de GNU versión 1.2 o
768 posterior.  Encontramos esta imagen en
769 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
770 esta página de Wikimedia Commons}.
771
772 @end macro
773
774 @macro logoLegalWindows
775 La @qq{imagen de los cuatro rectángulos de colores} no es una marca
776 registrada.  Es obra de
777 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} y está
778 puesta bajo la Licencia de Documentación Libre de GNU, versión 1.2.
779 Encontramos esta imagen en
780 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
781 esta página de Wikimedia Commons}.
782
783 @end macro
784
785 @end ifset
786
787
788 @c   ***** Macros specific to translated docs *****
789
790
791 @macro englishref
792 Esta sección aún no está traducida; consulte el manual en inglés.
793 @end macro
794
795
796