]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/macros.itexi
Web-es: many updates.
[lilypond.git] / Documentation / es / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 7e21c2c45a72d559709a454d9416f406c8d5fb09
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 @c   ***** Headings in a doc subsection *****
168
169 @c The next macro is a dummy currently since texinfo doesn't
170 @c provide a real ragged-right environment yet.
171 @c
172 @c Don't insert an empty line after @predefined!  Right now
173 @c it doesn't matter, but a future implementation will probably
174 @c add some code which needs this restriction.
175
176 @macro predefined
177 @noindent
178 @subsubheading Instrucciones predefinidas
179 @end macro
180
181 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
182 @c the next macro must not be empty.
183
184 @macro endpredefined
185 @c
186 @end macro
187
188
189 @macro snippets
190 @noindent
191 @subsubheading Fragmentos de código seleccionados
192 @end macro
193
194
195 @c Don't insert an empty line after @seealso!  Otherwise we get
196 @c unwanted extra vertical space in the PDF output.
197
198 @macro seealso
199 @noindent
200 @subsubheading Véase también
201 @indent
202 @end macro
203
204
205 @macro knownissues
206 @noindent
207 @subsubheading Advertencias y problemas conocidos
208 @end macro
209
210
211 @c   ***** Links and references *****
212
213 @c  Definitions for references:
214 @c
215 @c     @rweb
216 @c     @ressay
217 @c     @rglos
218 @c     @rinternals
219 @c     @rlearning
220 @c     @rlsr
221 @c     @rprogram
222 @c     @ruser
223 @c     @rchanges
224 @c     @rextend
225 @c     @rcontrib
226 @c
227 @c  All these also have a @...named version which allows to specify the
228 @c  displayed text for the reference as second argument.
229 @c
230 @c ***** HTML + bigpage is a special case (other manual names); all other
231 @c formats are treated similarly.
232
233
234 @c *** not TeX ***
235
236 @ifnottex
237
238 @c ** bigpage **
239
240 @ifset bigpage
241
242 @macro rglos{TEXT}
243 @vindex \TEXT\
244 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
245 @end macro
246
247 @macro rglosnamed{TEXT,DISPLAY}
248 @vindex \TEXT\
249 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
250 @end macro
251
252 @macro rlearning{TEXT}
253 @vindex \TEXT\
254 @ref{\TEXT\,,,learning-big-page,Manual de Aprendizaje}
255 @end macro
256
257 @macro rlearningnamed{TEXT,DISPLAY}
258 @vindex \TEXT\
259 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual de Aprendizaje}
260 @end macro
261
262 @macro ruser{TEXT}
263 @vindex \TEXT\
264 @ref{\TEXT\,,,notation-big-page,Referencia de la Notación}
265 @end macro
266
267 @macro rusernamed{TEXT,DISPLAY}
268 @vindex \TEXT\
269 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referencia de la Notación}
270 @end macro
271
272 @macro rextend{TEXT}
273 @vindex \TEXT\
274 @ref{\TEXT\,,,extending-big-page,Extender}
275 @end macro
276
277 @macro rextendnamed{TEXT,DISPLAY}
278 @vindex \TEXT\
279 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extender}
280 @end macro
281
282 @macro rchanges{TEXT}
283 @vindex \TEXT\
284 @ref{\TEXT\,,,changes-big-page,Cambios}
285 @end macro
286
287 @macro rchangesnamed{TEXT,DISPLAY}
288 @vindex \TEXT\
289 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambios}
290 @end macro
291
292 @macro rcontrib{TEXT}
293 @vindex \TEXT\
294 @ref{\TEXT\,,,contributor-big-page,Guía del colaborador}
295 @end macro
296
297 @macro rcontribnamed{TEXT,DISPLAY}
298 @vindex \TEXT\
299 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guía del colaborador}
300 @end macro
301
302 @macro rweb{TEXT}
303 @vindex \TEXT\
304 @ref{\TEXT\,,,web-big-page,Información general}
305 @end macro
306
307 @macro rwebnamed{TEXT,DISPLAY}
308 @vindex \TEXT\
309 @ref{\TEXT\,,\DISPLAY\,web-big-page,Información general}
310 @end macro
311
312 @macro ressay{TEXT}
313 @vindex \TEXT\
314 @ref{\TEXT\,,,essay-big-page,Ensayo}
315 @end macro
316
317 @macro ressaynamed{TEXT,DISPLAY}
318 @vindex \TEXT\
319 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Ensayo}
320 @end macro
321
322 @macro rprogram{TEXT}
323 @vindex \TEXT\
324 @ref{\TEXT\,,,usage-big-page,Utilización del Programa}
325 @end macro
326
327 @macro rprogramnamed{TEXT,DISPLAY}
328 @vindex \TEXT\
329 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilización del Programa}
330 @end macro
331
332 @macro rlsr{TEXT}
333 @ref{\TEXT\,,,snippets-big-page,Fragmentos de código}
334 @end macro
335
336 @macro rlsrnamed{TEXT,DISPLAY}
337 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragmentos de código}
338 @end macro
339
340 @macro rinternals{TEXT}
341 @vindex \TEXT\
342 @ref{\TEXT\,,,internals-big-page,Referencia de Funcionamiento Interno}
343 @end macro
344
345 @macro rinternalsnamed{TEXT,DISPLAY}
346 @vindex \TEXT\
347 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referencia de Funcionamiento Interno}
348 @end macro
349
350 @end ifset
351
352
353 @c ** not bigpage **
354
355 @ifclear bigpage
356
357 @ifnotinfo
358
359 @macro rglos{TEXT}
360 @vindex \TEXT\
361 @ref{\TEXT\,,,music-glossary,Glosario Musical}
362 @end macro
363
364 @macro rglosnamed{TEXT,DISPLAY}
365 @vindex \TEXT\
366 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
367 @end macro
368
369 @macro rlearning{TEXT}
370 @vindex \TEXT\
371 @ref{\TEXT\,,,learning,Manual de Aprendizaje}
372 @end macro
373
374 @macro rlearningnamed{TEXT,DISPLAY}
375 @vindex \TEXT\
376 @ref{\TEXT\,,\DISPLAY\,learning,Manual de Aprendizaje}
377 @end macro
378
379 @macro ruser{TEXT}
380 @vindex \TEXT\
381 @ref{\TEXT\,,,notation,Referencia de la Notación}
382 @end macro
383
384 @macro rusernamed{TEXT,DISPLAY}
385 @vindex \TEXT\
386 @ref{\TEXT\,,\DISPLAY\,notation,Referencia de la Notación}
387 @end macro
388
389 @macro rchanges{TEXT}
390 @vindex \TEXT\
391 @ref{\TEXT\,,,changes,Cambios}
392 @end macro
393
394 @macro rchangesnamed{TEXT,DISPLAY}
395 @vindex \TEXT\
396 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
397 @end macro
398
399 @macro rextend{TEXT}
400 @vindex \TEXT\
401 @ref{\TEXT\,,,extending,Extender}
402 @end macro
403
404 @macro rextendnamed{TEXT,DISPLAY}
405 @vindex \TEXT\
406 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
407 @end macro
408
409 @macro rcontrib{TEXT}
410 @vindex \TEXT\
411 @ref{\TEXT\,,,contributor,Guía del colaborador}
412 @end macro
413
414 @macro rcontribnamed{TEXT,DISPLAY}
415 @vindex \TEXT\
416 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
417 @end macro
418
419 @macro rweb{TEXT}
420 @vindex \TEXT\
421 @ref{\TEXT\,,,web,Información general}
422 @end macro
423
424 @macro rwebnamed{TEXT,DISPLAY}
425 @vindex \TEXT\
426 @ref{\TEXT\,,\DISPLAY\,web,Información general}
427 @end macro
428
429 @macro ressay{TEXT}
430 @vindex \TEXT\
431 @ref{\TEXT\,,,essay,Ensayo}
432 @end macro
433
434 @macro ressaynamed{TEXT,DISPLAY}
435 @vindex \TEXT\
436 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
437 @end macro
438
439 @macro rprogram{TEXT}
440 @vindex \TEXT\
441 @ref{\TEXT\,,,usage,Utilización del Programa}
442 @end macro
443
444 @macro rprogramnamed{TEXT,DISPLAY}
445 @vindex \TEXT\
446 @ref{\TEXT\,,\DISPLAY\,usage,Utilización del Programa}
447 @end macro
448
449 @macro rlsr{TEXT}
450 @ref{\TEXT\,,,snippets,Fragmentos de código}
451 @end macro
452
453 @macro rlsrnamed{TEXT,DISPLAY}
454 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
455 @end macro
456
457 @macro rinternals{TEXT}
458 @vindex \TEXT\
459 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
460 @end macro
461
462 @macro rinternalsnamed{TEXT,DISPLAY}
463 @vindex \TEXT\
464 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
465 @end macro
466
467 @end ifnotinfo
468
469 @ifinfo
470
471 @macro rglos{TEXT}
472 @vindex \TEXT\
473 @ref{\TEXT\,,,music-glossary,Glosario musical}
474 @end macro
475
476 @macro rglosnamed{TEXT,DISPLAY}
477 @vindex \TEXT\
478 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario musical}
479 @end macro
480
481 @macro rlearning{TEXT}
482 @vindex \TEXT\
483 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
484 @end macro
485
486 @macro rlearningnamed{TEXT,DISPLAY}
487 @vindex \TEXT\
488 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
489 @end macro
490
491 @macro ruser{TEXT}
492 @vindex \TEXT\
493 @ref{\TEXT\,,,lilypond-notation,Referencia de la notación}
494 @end macro
495
496 @macro rusernamed{TEXT,DISPLAY}
497 @vindex \TEXT\
498 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Referencia de la notación}
499 @end macro
500
501 @macro rchanges{TEXT}
502 @vindex \TEXT\
503 @ref{\TEXT\,,,lilypond-changes,Cambios}
504 @end macro
505
506 @macro rchangesnamed{TEXT,DISPLAY}
507 @vindex \TEXT\
508 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambios}
509 @end macro
510
511 @macro rextend{TEXT}
512 @vindex \TEXT\
513 @ref{\TEXT\,,,lilypond-extending,Extender}
514 @end macro
515
516 @macro rextendnamed{TEXT,DISPLAY}
517 @vindex \TEXT\
518 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extender}
519 @end macro
520
521 @macro rcontrib{TEXT}
522 @vindex \TEXT\
523 @ref{\TEXT\,,,lilypond-contributor,Guía del colaborador}
524 @end macro
525
526 @macro rcontribnamed{TEXT,DISPLAY}
527 @vindex \TEXT\
528 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guía del colaborador}
529 @end macro
530
531 @macro rweb{TEXT}
532 @vindex \TEXT\
533 @ref{\TEXT\,,,lilypond-web,Información general}
534 @end macro
535
536 @macro rwebnamed{TEXT,DISPLAY}
537 @vindex \TEXT\
538 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Información general}
539 @end macro
540
541 @macro ressay{TEXT}
542 @vindex \TEXT\
543 @ref{\TEXT\,,,lilypond-essay,Ensayo}
544 @end macro
545
546 @macro ressaynamed{TEXT,DISPLAY}
547 @vindex \TEXT\
548 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Ensayo}
549 @end macro
550
551 @macro rprogram{TEXT}
552 @vindex \TEXT\
553 @ref{\TEXT\,,,lilypond-usage,Utilización del programa}
554 @end macro
555
556 @macro rprogramnamed{TEXT,DISPLAY}
557 @vindex \TEXT\
558 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilización del programa}
559 @end macro
560
561 @macro rlsr{TEXT}
562 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
563 @end macro
564
565 @macro rlsrnamed{TEXT,DISPLAY}
566 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
567 @end macro
568
569 @macro rinternals{TEXT}
570 @vindex \TEXT\
571 @ref{\TEXT\,,,lilypond-internals,Referencia de funcionamiento interno}
572 @end macro
573
574 @macro rinternalsnamed{TEXT,DISPLAY}
575 @vindex \TEXT\
576 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de funcionamiento interno}
577 @end macro
578
579 @end ifinfo
580
581 @end ifclear
582
583 @end ifnottex
584
585
586 @c *** TeX ***
587
588 @iftex
589
590 @c All commands below should work in the middle of the line;
591 @c we thus must not use @vindex directly since it works only if placed
592 @c on a line of its own.  To overcome this problem, we define a
593 @c replacement macro using the internal definition of @vindex which
594 @c delimits arguments in the standard way (i.e., with braces).
595
596 @tex
597 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
598 @end tex
599
600 @macro rglos{TEXT}
601 @lilyvindex{\TEXT\}
602 @ref{\TEXT\,,,music-glossary,Glosario Musical}
603 @end macro
604
605 @macro rglosnamed{TEXT,DISPLAY}
606 @lilyvindex{\TEXT\}
607 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
608 @end macro
609
610 @macro rlearning{TEXT}
611 @lilyvindex{\TEXT\}
612 @ref{\TEXT\,,,learning.es,Manual de Aprendizaje}
613 @end macro
614
615 @macro rlearningnamed{TEXT,DISPLAY}
616 @lilyvindex{\TEXT\}
617 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual de Aprendizaje}
618 @end macro
619
620 @macro ruser{TEXT}
621 @lilyvindex{\TEXT\}
622 @ref{\TEXT\,,,notation.es,Referencia de la Notación}
623 @end macro
624
625 @macro rusernamed{TEXT,DISPLAY}
626 @lilyvindex{\TEXT\}
627 @ref{\TEXT\,,\DISPLAY\,notation.es,Referencia de la Notación}
628 @end macro
629
630 @macro rchanges{TEXT}
631 @lilyvindex{\TEXT\}
632 @ref{\TEXT\,,,changes,Cambios}
633 @end macro
634
635 @macro rchangesnamed{TEXT,DISPLAY}
636 @lilyvindex{\TEXT\}
637 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
638 @end macro
639
640 @macro rextend{TEXT}
641 @lilyvindex{\TEXT\}
642 @ref{\TEXT\,,,extending,Extender}
643 @end macro
644
645 @macro rextendnamed{TEXT,DISPLAY}
646 @lilyvindex{\TEXT\}
647 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
648 @end macro
649
650 @macro rcontrib{TEXT}
651 @lilyvindex{\TEXT\}
652 @ref{\TEXT\,,,contributor,Guía del colaborador}
653 @end macro
654
655 @macro rcontribnamed{TEXT,DISPLAY}
656 @lilyvindex{\TEXT\}
657 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
658 @end macro
659
660 @macro rweb{TEXT}
661 @lilyvindex{\TEXT\}
662 @ref{\TEXT\,,,web,Información general}
663 @end macro
664
665 @macro rwebnamed{TEXT,DISPLAY}
666 @lilyvindex{\TEXT\}
667 @ref{\TEXT\,,\DISPLAY\,web,Información general}
668 @end macro
669
670 @macro ressay{TEXT}
671 @lilyvindex{\TEXT\}
672 @ref{\TEXT\,,,essay,Ensayo}
673 @end macro
674
675 @macro ressaynamed{TEXT,DISPLAY}
676 @lilyvindex{\TEXT\}
677 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
678 @end macro
679
680 @macro rprogram{TEXT}
681 @lilyvindex{\TEXT\}
682 @ref{\TEXT\,,,usage.es,Utilización del Programa}
683 @end macro
684
685 @macro rprogramnamed{TEXT,DISPLAY}
686 @lilyvindex{\TEXT\}
687 @ref{\TEXT\,,\DISPLAY\,usage.es,Utilización del Programa}
688 @end macro
689
690 @macro rlsr{TEXT}
691 @lilyvindex{\TEXT\}
692 @ref{\TEXT\,,,snippets,Fragmentos de código}
693 @end macro
694
695 @macro rlsrnamed{TEXT,DISPLAY}
696 @lilyvindex{\TEXT\}
697 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
698 @end macro
699
700 @macro rinternals{TEXT}
701 @lilyvindex{\TEXT\}
702 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
703 @end macro
704
705 @macro rinternalsnamed{TEXT,DISPLAY}
706 @lilyvindex{\TEXT\}
707 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
708 @end macro
709
710 @end iftex
711
712
713 @c  ***** Macros specific to the web site *****
714
715 @ifset web
716
717 @macro exampleImage{IMAGE-FILE}
718 @html
719 <div class="float-center">
720   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
721     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
722   </a>
723   <p style="text-align: center">
724     (pulse para ver una imagen más grande)
725   </p>
726 </div>
727 @end html
728 @iftex
729 @image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
730 @end iftex
731 @ifinfo
732 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
733 @end ifinfo
734 @end macro
735
736 @macro help{TEXT}
737 @html
738 <div class="help">
739 <strong>
740   <span style="text-decoration:blink">Necesitamos ayuda:</span>
741 </strong> \TEXT\
742 </div>
743 @end html
744 @end macro
745
746 @c LEGALESE
747
748 @macro logoLegalLinux
749 Tux, el pingüino de Linux, es obra de
750 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} hecha con
751 @uref{http://www.isc.tamu.edu/~lewing/gimp/, el Programa de
752 Manipulación de Imágenes de GNU}.
753
754 @end macro
755
756 @macro logoLegalFreeBSD
757 El logotipo de FreeBSD es una marca registrada de
758 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
759
760 @end macro
761
762 @macro logoLegalMacOSX
763 La @qq{imagen de la X} no es una marca registrada.  Es obra de
764 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} y
765 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, y se
766 puso bajo la Licencia de Documentación Libre de GNU versión 1.2 o
767 posterior.  Encontramos esta imagen en
768 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
769 esta página de Wikimedia Commons}.
770
771 @end macro
772
773 @macro logoLegalWindows
774 La @qq{imagen de los cuatro rectángulos de colores} no es una marca
775 registrada.  Es obra de
776 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} y está
777 puesta bajo la Licencia de Documentación Libre de GNU, versión 1.2.
778 Encontramos esta imagen en
779 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
780 esta página de Wikimedia Commons}.
781
782 @end macro
783
784 @end ifset
785
786
787 @c   ***** Macros specific to translated docs *****
788
789
790 @macro englishref
791 Esta sección aún no está traducida; consulte el manual en inglés.
792 @end macro
793
794
795