]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/macros.itexi
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / es / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 0945e7219a3995158d76267d26f77f57659c8578
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 definitions 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
28 @c   ***** Displaying text *****
29
30 @c To get decent quotes in `foo' and ``foo''.
31
32 @macro q{TEXT}
33 @quoteleft{}\TEXT\@quoteright{}
34 @end macro
35
36 @macro qq{TEXT}
37 @quotedblleft{}\TEXT\@quotedblright{}
38 @end macro
39
40
41 @ifhtml
42
43 @macro warning{TEXT}
44 @html
45 <div class="warning">
46 @end html
47 @strong{Nota:} \TEXT\
48 @c keep the space for proper nesting of </p>
49
50 @html
51 </div>
52 @end html
53 @end macro
54
55 @end ifhtml
56
57 @ifnothtml
58
59 @macro warning{TEXT}
60 @quotation
61 @quotation
62 @cartouche
63 @b{Nota:} \TEXT\
64 @end cartouche
65 @end quotation
66 @end quotation
67 @end macro
68
69 @end ifnothtml
70
71 @macro docMain
72 @cartouche
73 Para mayor información sobre la forma en que este manual se relaciona
74 con el resto de la documentación, o para leer este manual en otros
75 formatos, consulte @rweb{Manuales}.
76
77 Si le falta algún manual, encontrará toda la documentación en
78 @w{@uref{http://@/www@/.lilypond@/.org/}}.
79 @end cartouche
80 @end macro
81
82
83 @macro lilyTitlePage{TITLE}
84 @c  This produces the unified index
85 @syncodeindex fn cp
86 @syncodeindex vr cp
87
88
89 @c   ***** Copyright stuff *****
90 @ifset FDL
91 @copying
92 @copyrightDeclare
93
94 @emph{La traducción de la siguiente nota de copyright se ofrece como
95 cortesía para las personas de habla no inglesa, pero únicamente la
96 nota en inglés tiene validez legal.}
97
98 @emph{The translation of the following copyright notice is provided
99 for courtesy to non-English speakers, but only the notice in English
100 legally counts.}
101
102 @quotation
103 Se otorga permiso para copiar, distribuir y/o modificar este documento
104 bajo los términos de la Licencia de Documentación Libre de GNU, versión 1.1
105 o cualquier versión posterior publicada por la Free Software Foundation;
106 sin ninguna de las secciones invariantes.
107 Se incluye una copia de esta licencia dentro de la sección titulada ``Licencia
108 de Documentación Libre de GNU''.
109 @end quotation
110
111 @quotation
112 Permission is granted to copy, distribute and/or modify this document
113 under the terms of the GNU Free Documentation License, Version 1.1
114 or any later version published by the Free Software Foundation;
115 with no Invariant Sections.
116 A copy of the license is included in the section entitled ``GNU
117 Free Documentation License''.
118 @end quotation
119 @end copying
120 @end ifset
121
122 @ifclear FDL
123 @copying
124 Este documento se ha puesto en el dominio público.
125 @end copying
126 @end ifclear
127
128
129
130 @c   ***** Title page *****
131 @ifnottex
132 @node Top
133 @top LilyPond --- \TITLE\
134
135 @cartouche
136 @manualIntro{}
137 @end cartouche
138 @end ifnottex
139
140 @finalout
141
142 @titlepage
143 @title LilyPond
144 @subtitle El tipografiador de música
145 @titlefont{\TITLE\}
146 @author El equipo de desarrolladores de LilyPond
147
148 @vskip 60pt
149
150 @cartouche
151 @manualIntro{}
152 @end cartouche
153
154 @vskip 40pt
155
156 @docMain{}
157
158 @vskip 0pt plus 1filll
159
160 @insertcopying
161
162 Para la versión de LilyPond @version{}
163 @end titlepage
164
165 @end macro
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="ly-examples/\IMAGE-FILE\.png">
722     <img src="ly-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{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
731 @end iftex
732 @ifinfo
733 @image{lilypond/ly-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