Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / es / macros.itexi
blobc586d2f347a0bcc524143e622ad69ae1fff044a3
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 3dd9b13331489a191d0e901245cc98476e5fcac1
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
28 @c   ***** Displaying text *****
30 @c To get decent quotes in `foo' and ``foo''.
32 @macro q{TEXT}
33 @quoteleft{}\TEXT\@quoteright{}
34 @end macro
36 @macro qq{TEXT}
37 @quotedblleft{}\TEXT\@quotedblright{}
38 @end macro
41 @ifhtml
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>
50 @html
51 </div>
52 @end html
53 @end macro
55 @end ifhtml
57 @ifnothtml
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
69 @end ifnothtml
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}.
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
83 @macro lilyTitlePage{TITLE}
84 @c  This produces the unified index
85 @syncodeindex fn cp
86 @syncodeindex vr cp
89 @c   ***** Copyright stuff *****
90 @ifset FDL
91 @copying
92 @copyrightDeclare
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.}
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.}
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
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
122 @ifclear FDL
123 @copying
124 Este documento se ha puesto en el dominio público.
125 @end copying
126 @end ifclear
130 @c   ***** Title page *****
131 @ifnottex
132 @node Top
133 @top LilyPond --- \TITLE\
135 @cartouche
136 @manualIntro{}
137 @end cartouche
138 @end ifnottex
140 @finalout
142 @titlepage
143 @title LilyPond
144 @subtitle El tipografiador de música
145 @titlefont{\TITLE\}
146 @author El equipo de desarrolladores de LilyPond
148 @vskip 60pt
150 @cartouche
151 @manualIntro{}
152 @end cartouche
154 @vskip 40pt
156 @docMain{}
158 @vskip 0pt plus 1filll
160 @insertcopying
162 Para la versión de LilyPond @version{}
163 @end titlepage
165 @end macro
168 @c   ***** Headings in a doc subsection *****
170 @c The next macro is a dummy currently since texinfo doesn't
171 @c provide a real ragged-right environment yet.
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.
177 @macro predefined
178 @noindent
179 @subsubheading Instrucciones predefinidas
180 @end macro
182 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
183 @c the next macro must not be empty.
185 @macro endpredefined
187 @end macro
190 @macro snippets
191 @noindent
192 @subsubheading Fragmentos de código seleccionados
193 @end macro
196 @c Don't insert an empty line after @seealso!  Otherwise we get
197 @c unwanted extra vertical space in the PDF output.
199 @macro seealso
200 @noindent
201 @subsubheading Véase también
202 @indent
203 @end macro
206 @macro knownissues
207 @noindent
208 @subsubheading Advertencias y problemas conocidos
209 @end macro
212 @c   ***** Links and references *****
214 @c  Definitions for references:
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
228 @c  All these also have a @...named version which allows to specify the
229 @c  displayed text for the reference as second argument.
231 @c ***** HTML + bigpage is a special case (other manual names); all other
232 @c formats are treated similarly.
235 @c *** not TeX ***
237 @ifnottex
239 @c ** bigpage **
241 @ifset bigpage
243 @macro rglos{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
246 @end macro
248 @macro rglosnamed{TEXT,DISPLAY}
249 @vindex \TEXT\
250 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
251 @end macro
253 @macro rlearning{TEXT}
254 @vindex \TEXT\
255 @ref{\TEXT\,,,learning-big-page,Manual de Aprendizaje}
256 @end macro
258 @macro rlearningnamed{TEXT,DISPLAY}
259 @vindex \TEXT\
260 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual de Aprendizaje}
261 @end macro
263 @macro ruser{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,notation-big-page,Referencia de la Notación}
266 @end macro
268 @macro rusernamed{TEXT,DISPLAY}
269 @vindex \TEXT\
270 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referencia de la Notación}
271 @end macro
273 @macro rextend{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,extending-big-page,Extender}
276 @end macro
278 @macro rextendnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extender}
281 @end macro
283 @macro rchanges{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,changes-big-page,Cambios}
286 @end macro
288 @macro rchangesnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambios}
291 @end macro
293 @macro rcontrib{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,contributor-big-page,Guía del colaborador}
296 @end macro
298 @macro rcontribnamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guía del colaborador}
301 @end macro
303 @macro rweb{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,web-big-page,Información general}
306 @end macro
308 @macro rwebnamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,web-big-page,Información general}
311 @end macro
313 @macro ressay{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,essay-big-page,Ensayo}
316 @end macro
318 @macro ressaynamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Ensayo}
321 @end macro
323 @macro rprogram{TEXT}
324 @vindex \TEXT\
325 @ref{\TEXT\,,,usage-big-page,Utilización del Programa}
326 @end macro
328 @macro rprogramnamed{TEXT,DISPLAY}
329 @vindex \TEXT\
330 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilización del Programa}
331 @end macro
333 @macro rlsr{TEXT}
334 @ref{\TEXT\,,,snippets-big-page,Fragmentos de código}
335 @end macro
337 @macro rlsrnamed{TEXT,DISPLAY}
338 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragmentos de código}
339 @end macro
341 @macro rinternals{TEXT}
342 @vindex \TEXT\
343 @ref{\TEXT\,,,internals-big-page,Referencia de Funcionamiento Interno}
344 @end macro
346 @macro rinternalsnamed{TEXT,DISPLAY}
347 @vindex \TEXT\
348 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referencia de Funcionamiento Interno}
349 @end macro
351 @end ifset
354 @c ** not bigpage **
356 @ifclear bigpage
358 @ifnotinfo
360 @macro rglos{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,music-glossary,Glosario Musical}
363 @end macro
365 @macro rglosnamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
368 @end macro
370 @macro rlearning{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,learning,Manual de Aprendizaje}
373 @end macro
375 @macro rlearningnamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,learning,Manual de Aprendizaje}
378 @end macro
380 @macro ruser{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,notation,Referencia de la Notación}
383 @end macro
385 @macro rusernamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,notation,Referencia de la Notación}
388 @end macro
390 @macro rchanges{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,changes,Cambios}
393 @end macro
395 @macro rchangesnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
398 @end macro
400 @macro rextend{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,extending,Extender}
403 @end macro
405 @macro rextendnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
408 @end macro
410 @macro rcontrib{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,contributor,Guía del colaborador}
413 @end macro
415 @macro rcontribnamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
418 @end macro
420 @macro rweb{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,web,Información general}
423 @end macro
425 @macro rwebnamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,web,Información general}
428 @end macro
430 @macro ressay{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,essay,Ensayo}
433 @end macro
435 @macro ressaynamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
438 @end macro
440 @macro rprogram{TEXT}
441 @vindex \TEXT\
442 @ref{\TEXT\,,,usage,Utilización del Programa}
443 @end macro
445 @macro rprogramnamed{TEXT,DISPLAY}
446 @vindex \TEXT\
447 @ref{\TEXT\,,\DISPLAY\,usage,Utilización del Programa}
448 @end macro
450 @macro rlsr{TEXT}
451 @ref{\TEXT\,,,snippets,Fragmentos de código}
452 @end macro
454 @macro rlsrnamed{TEXT,DISPLAY}
455 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
456 @end macro
458 @macro rinternals{TEXT}
459 @vindex \TEXT\
460 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
461 @end macro
463 @macro rinternalsnamed{TEXT,DISPLAY}
464 @vindex \TEXT\
465 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
466 @end macro
468 @end ifnotinfo
470 @ifinfo
472 @macro rglos{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,music-glossary,Glosario musical}
475 @end macro
477 @macro rglosnamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario musical}
480 @end macro
482 @macro rlearning{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
485 @end macro
487 @macro rlearningnamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
490 @end macro
492 @macro ruser{TEXT}
493 @vindex \TEXT\
494 @ref{\TEXT\,,,lilypond-notation,Referencia de la notación}
495 @end macro
497 @macro rusernamed{TEXT,DISPLAY}
498 @vindex \TEXT\
499 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Referencia de la notación}
500 @end macro
502 @macro rchanges{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,lilypond-changes,Cambios}
505 @end macro
507 @macro rchangesnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambios}
510 @end macro
512 @macro rextend{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-extending,Extender}
515 @end macro
517 @macro rextendnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extender}
520 @end macro
522 @macro rcontrib{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-contributor,Guía del colaborador}
525 @end macro
527 @macro rcontribnamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guía del colaborador}
530 @end macro
532 @macro rweb{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-web,Información general}
535 @end macro
537 @macro rwebnamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Información general}
540 @end macro
542 @macro ressay{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-essay,Ensayo}
545 @end macro
547 @macro ressaynamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Ensayo}
550 @end macro
552 @macro rprogram{TEXT}
553 @vindex \TEXT\
554 @ref{\TEXT\,,,lilypond-usage,Utilización del programa}
555 @end macro
557 @macro rprogramnamed{TEXT,DISPLAY}
558 @vindex \TEXT\
559 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilización del programa}
560 @end macro
562 @macro rlsr{TEXT}
563 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
564 @end macro
566 @macro rlsrnamed{TEXT,DISPLAY}
567 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
568 @end macro
570 @macro rinternals{TEXT}
571 @vindex \TEXT\
572 @ref{\TEXT\,,,lilypond-internals,Referencia de funcionamiento interno}
573 @end macro
575 @macro rinternalsnamed{TEXT,DISPLAY}
576 @vindex \TEXT\
577 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de funcionamiento interno}
578 @end macro
580 @end ifinfo
582 @end ifclear
584 @end ifnottex
587 @c *** TeX ***
589 @iftex
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).
597 @tex
598 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
599 @end tex
601 @macro rglos{TEXT}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,,music-glossary,Glosario Musical}
604 @end macro
606 @macro rglosnamed{TEXT,DISPLAY}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
609 @end macro
611 @macro rlearning{TEXT}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,,learning.es,Manual de Aprendizaje}
614 @end macro
616 @macro rlearningnamed{TEXT,DISPLAY}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual de Aprendizaje}
619 @end macro
621 @macro ruser{TEXT}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,,notation.es,Referencia de la Notación}
624 @end macro
626 @macro rusernamed{TEXT,DISPLAY}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,\DISPLAY\,notation.es,Referencia de la Notación}
629 @end macro
631 @macro rchanges{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,changes,Cambios}
634 @end macro
636 @macro rchangesnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
639 @end macro
641 @macro rextend{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,extending,Extender}
644 @end macro
646 @macro rextendnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
649 @end macro
651 @macro rcontrib{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,contributor,Guía del colaborador}
654 @end macro
656 @macro rcontribnamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
659 @end macro
661 @macro rweb{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,web,Información general}
664 @end macro
666 @macro rwebnamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,web,Información general}
669 @end macro
671 @macro ressay{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,essay,Ensayo}
674 @end macro
676 @macro ressaynamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
679 @end macro
681 @macro rprogram{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,usage.es,Utilización del Programa}
684 @end macro
686 @macro rprogramnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,usage.es,Utilización del Programa}
689 @end macro
691 @macro rlsr{TEXT}
692 @lilyvindex{\TEXT\}
693 @ref{\TEXT\,,,snippets,Fragmentos de código}
694 @end macro
696 @macro rlsrnamed{TEXT,DISPLAY}
697 @lilyvindex{\TEXT\}
698 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
699 @end macro
701 @macro rinternals{TEXT}
702 @lilyvindex{\TEXT\}
703 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
704 @end macro
706 @macro rinternalsnamed{TEXT,DISPLAY}
707 @lilyvindex{\TEXT\}
708 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
709 @end macro
711 @end iftex
714 @c  ***** Macros specific to the web site *****
716 @ifset web
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
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
747 @c LEGALESE
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}.
755 @end macro
757 @macro logoLegalFreeBSD
758 El logotipo de FreeBSD es una marca registrada de
759 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
761 @end macro
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}.
772 @end macro
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}.
783 @end macro
785 @end ifset
788 @c   ***** Macros specific to translated docs *****
791 @macro englishref
792 Esta sección aún no está traducida; consulte el manual en inglés.
793 @end macro