]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ca/macros.itexi
6e14cb3b0b84998e0191ff1e2bb116540136a002
[lilypond.git] / Documentation / ca / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 0dab09bcbd2046e1dc38fb264ae8f7d2097d3d71
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 @documentencoding UTF-8
11
12 @include version.itexi
13 @include common-macros.itexi
14
15 @ignore
16 ****************************
17 MACRO DEFINITIONS GUIDELINES
18 ****************************
19
20 This file should contain macro definitions which are common to all
21 languages, i.e. all macro definitions which do not contain text that
22 should be translated (namely text visible in the output).
23
24 Macro definitions which contain text that should be translated in
25 translations should be in macros.itexi.
26 @end ignore
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 @c do not translate the following macro -- it is used in
72 @c an untranslated manual.
73
74 @ifhtml
75
76 @macro advanced{TEXT}
77 @html
78 <div class="advanced">
79 @end html
80 @strong{Advanced note:} \TEXT\
81 @c keep the space for proper nesting of </p>
82
83 @html
84 </div>
85 @end html
86 @end macro
87
88 @end ifhtml
89
90 @ifnothtml
91
92 @macro advanced{TEXT}
93 @quotation
94 @b{Advanced note:} \TEXT\
95 @end quotation
96 @end macro
97
98 @end ifnothtml
99
100
101 @macro docMain
102 @cartouche
103 Per a més informació sobre la forma en la qual aquest manual es
104 relaciona amb la resta de la documentació, o per llegir aquest
105 manual en altres formats, consulteu @rweb{Manuals}.
106
107 Si us falta algun manual, trobareu tota la documentació a
108 @w{@uref{http://@/www@/.lilypond@/.org/}}.
109 @end cartouche
110 @end macro
111
112
113 @macro lilyTitlePage{TITLE}
114 @c  This produces the unified index
115 @syncodeindex fn cp
116 @syncodeindex vr cp
117
118
119 @c   ***** Copyright stuff *****
120 @ifset FDL
121 @copying
122 @copyrightDeclare
123
124 @emph{La traducció de la següent nota de copyright s'ofereix com a
125 cortesia per a les persones de parla no anglesa, però únicament la
126 nota en anglès té validesa legal.}
127
128 @emph{The translation of the following copyright notice is provided
129 for courtesy to non-English speakers, but only the notice in English
130 legally counts.}
131
132 @quotation
133 S'atorga permís per copiar, distribuir i/o modificar aquest
134 document sota els termes de la Llicència de Documentació Lliure de
135 GNU, versió 1.1 o qualsevol posterior publicada per la Free
136 Software Foundation; sense cap de les seccions invariants.
137 S'inclou una còpia d'aquesta llicència dins de la secció titulada
138 ``Llicència de Documentació Lliure de GNU''.
139 @end quotation
140
141 @quotation
142 Permission is granted to copy, distribute and/or modify this document
143 under the terms of the GNU Free Documentation License, Version 1.1
144 or any later version published by the Free Software Foundation;
145 with no Invariant Sections.
146 A copy of the license is included in the section entitled ``GNU
147 Free Documentation License''.
148 @end quotation
149 @end copying
150 @end ifset
151
152 @ifclear FDL
153 @copying
154 Aquest document s'ha posat sota el domini públic.
155 @end copying
156 @end ifclear
157
158
159
160 @c   ***** Title page *****
161 @ifnottex
162 @node Top
163 @top LilyPond --- \TITLE\
164
165 @cartouche
166 @manualIntro{}
167 @end cartouche
168 @end ifnottex
169
170 @finalout
171
172 @titlepage
173 @title LilyPond
174 @subtitle El gravador de música
175 @titlefont{\TITLE\}
176 @author L'equip de desenvolupadors del LilyPond
177
178 @vskip 60pt
179
180 @cartouche
181 @manualIntro{}
182 @end cartouche
183
184 @vskip 40pt
185
186 @docMain{}
187
188 @vskip 0pt plus 1filll
189
190 @insertcopying
191
192 Per a la versió del LilyPond @version{}
193 @end titlepage
194
195 @end macro
196
197
198 @c   ***** Headings in a doc subsection *****
199
200 @c The next macro is a dummy currently since texinfo doesn't
201 @c provide a real ragged-right environment yet.
202 @c
203 @c Don't insert an empty line after @predefined!  Right now
204 @c it doesn't matter, but a future implementation will probably
205 @c add some code which needs this restriction.
206
207 @macro predefined
208 @noindent
209 @subsubheading Instruccions predefinides
210 @end macro
211
212 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
213 @c the next macro must not be empty.
214
215 @macro endpredefined
216 @c
217 @end macro
218
219
220 @macro snippets
221 @noindent
222 @subsubheading Fragments de codi seleccionats
223 @end macro
224
225
226 @c Don't insert an empty line after @seealso!  Otherwise we get
227 @c unwanted extra vertical space in the PDF output.
228
229 @macro seealso
230 @noindent
231 @subsubheading Vegeu també
232 @indent
233 @end macro
234
235
236 @macro knownissues
237 @noindent
238 @subsubheading Advertiments i problemes coneguts
239 @end macro
240
241
242 @c   ***** Links and references *****
243
244 @c  Definitions for references:
245 @c
246 @c     @rweb
247 @c     @ressay
248 @c     @rglos
249 @c     @rinternals
250 @c     @rlearning
251 @c     @rlsr
252 @c     @rprogram
253 @c     @ruser
254 @c     @rchanges
255 @c     @rextend
256 @c     @rcontrib
257 @c
258 @c  All these also have a @...named version which allows to specify the
259 @c  displayed text for the reference as second argument.
260 @c
261 @c ***** HTML + bigpage is a special case (other manual names); all other
262 @c formats are treated similarly.
263
264
265 @c *** not TeX ***
266
267 @ifnottex
268
269 @c ** bigpage **
270
271 @ifset bigpage
272
273 @macro rglos{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,music-glossary-big-page,Glossari musical}
276 @end macro
277
278 @macro rglosnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossari musical}
281 @end macro
282
283 @macro rlearning{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,learning-big-page,Manual d'aprenentatge}
286 @end macro
287
288 @macro rlearningnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual d'aprenentatge}
291 @end macro
292
293 @macro ruser{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,notation-big-page,Referència de la notació}
296 @end macro
297
298 @macro rusernamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referència de la notació}
301 @end macro
302
303 @macro rextend{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,extending-big-page,Extensions}
306 @end macro
307
308 @macro rextendnamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extensions}
311 @end macro
312
313 @macro rchanges{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,changes-big-page,Canvis}
316 @end macro
317
318 @macro rchangesnamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Canvis}
321 @end macro
322
323 @macro rcontrib{TEXT}
324 @vindex \TEXT\
325 @ref{\TEXT\,,,contributor-big-page,Guia del col·laborador}
326 @end macro
327
328 @macro rcontribnamed{TEXT,DISPLAY}
329 @vindex \TEXT\
330 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guia del col·laborador}
331 @end macro
332
333 @macro rweb{TEXT}
334 @vindex \TEXT\
335 @ref{\TEXT\,,,web-big-page,Informació general}
336 @end macro
337
338 @macro rwebnamed{TEXT,DISPLAY}
339 @vindex \TEXT\
340 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informació general}
341 @end macro
342
343 @macro ressay{TEXT}
344 @vindex \TEXT\
345 @ref{\TEXT\,,,essay-big-page,Monografia}
346 @end macro
347
348 @macro ressaynamed{TEXT,DISPLAY}
349 @vindex \TEXT\
350 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Monografia}
351 @end macro
352
353 @macro rprogram{TEXT}
354 @vindex \TEXT\
355 @ref{\TEXT\,,,usage-big-page,Utilització del programa}
356 @end macro
357
358 @macro rprogramnamed{TEXT,DISPLAY}
359 @vindex \TEXT\
360 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilització del programa}
361 @end macro
362
363 @macro rlsr{TEXT}
364 @ref{\TEXT\,,,snippets-big-page,Fragments de codi}
365 @end macro
366
367 @macro rlsrnamed{TEXT,DISPLAY}
368 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragments de codi}
369 @end macro
370
371 @macro rinternals{TEXT}
372 @vindex \TEXT\
373 @ref{\TEXT\,,,internals-big-page,Referència de funcionament intern}
374 @end macro
375
376 @macro rinternalsnamed{TEXT,DISPLAY}
377 @vindex \TEXT\
378 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referència de funcionament intern}
379 @end macro
380
381 @end ifset
382
383
384 @c ** not bigpage **
385
386 @ifclear bigpage
387
388 @ifnotinfo
389
390 @macro rglos{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,music-glossary,Glossari musical}
393 @end macro
394
395 @macro rglosnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossari musical}
398 @end macro
399
400 @macro rlearning{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,learning,Manual d'aprenentatge}
403 @end macro
404
405 @macro rlearningnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,learning,Manual d'aprenentatge}
408 @end macro
409
410 @macro ruser{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,notation,Referència de la notació}
413 @end macro
414
415 @macro rusernamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,notation,Referència de la notació}
418 @end macro
419
420 @macro rchanges{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,changes,Canvis}
423 @end macro
424
425 @macro rchangesnamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,changes,Canvis}
428 @end macro
429
430 @macro rextend{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,extending,Extensions}
433 @end macro
434
435 @macro rextendnamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,extending,Extensions}
438 @end macro
439
440 @macro rcontrib{TEXT}
441 @vindex \TEXT\
442 @ref{\TEXT\,,,contributor,Guia del col·laborador}
443 @end macro
444
445 @macro rcontribnamed{TEXT,DISPLAY}
446 @vindex \TEXT\
447 @ref{\TEXT\,,\DISPLAY\,contributor,Guia del col·laborador}
448 @end macro
449
450 @macro rweb{TEXT}
451 @vindex \TEXT\
452 @ref{\TEXT\,,,web,Informació general}
453 @end macro
454
455 @macro rwebnamed{TEXT,DISPLAY}
456 @vindex \TEXT\
457 @ref{\TEXT\,,\DISPLAY\,web,Informació general}
458 @end macro
459
460 @macro ressay{TEXT}
461 @vindex \TEXT\
462 @ref{\TEXT\,,,essay,Monografia}
463 @end macro
464
465 @macro ressaynamed{TEXT,DISPLAY}
466 @vindex \TEXT\
467 @ref{\TEXT\,,\DISPLAY\,essay,Monografia}
468 @end macro
469
470 @macro rprogram{TEXT}
471 @vindex \TEXT\
472 @ref{\TEXT\,,,usage,Utilització del programa}
473 @end macro
474
475 @macro rprogramnamed{TEXT,DISPLAY}
476 @vindex \TEXT\
477 @ref{\TEXT\,,\DISPLAY\,usage,Utilització del programa}
478 @end macro
479
480 @macro rlsr{TEXT}
481 @ref{\TEXT\,,,snippets,Fragments de codi}
482 @end macro
483
484 @macro rlsrnamed{TEXT,DISPLAY}
485 @ref{\TEXT\,,\DISPLAY\,snippets,Fragments de codi}
486 @end macro
487
488 @macro rinternals{TEXT}
489 @vindex \TEXT\
490 @ref{\TEXT\,,,internals,Referència de funcionament intern}
491 @end macro
492
493 @macro rinternalsnamed{TEXT,DISPLAY}
494 @vindex \TEXT\
495 @ref{\TEXT\,,\DISPLAY\,internals,Referència de funcionament intern}
496 @end macro
497
498 @end ifnotinfo
499
500 @ifinfo
501
502 @macro rglos{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,music-glossary,Glossari musical}
505 @end macro
506
507 @macro rglosnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossari musical}
510 @end macro
511
512 @macro rlearning{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-learning,Manual d'aprenentatge}
515 @end macro
516
517 @macro rlearningnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,,lilypond-learning,Manual d'aprenentatge}
520 @end macro
521
522 @macro ruser{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-notation,Referència de la notació}
525 @end macro
526
527 @macro rusernamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Referència de la notació}
530 @end macro
531
532 @macro rchanges{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-changes,Canvis}
535 @end macro
536
537 @macro rchangesnamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Canvis}
540 @end macro
541
542 @macro rextend{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-extending,Extensions}
545 @end macro
546
547 @macro rextendnamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extensions}
550 @end macro
551
552 @macro rcontrib{TEXT}
553 @vindex \TEXT\
554 @ref{\TEXT\,,,lilypond-contributor,Guia del col·laborador}
555 @end macro
556
557 @macro rcontribnamed{TEXT,DISPLAY}
558 @vindex \TEXT\
559 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guia del col·laborador}
560 @end macro
561
562 @macro rweb{TEXT}
563 @vindex \TEXT\
564 @ref{\TEXT\,,,lilypond-web,Informació general}
565 @end macro
566
567 @macro rwebnamed{TEXT,DISPLAY}
568 @vindex \TEXT\
569 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informació general}
570 @end macro
571
572 @macro ressay{TEXT}
573 @vindex \TEXT\
574 @ref{\TEXT\,,,lilypond-essay,Monografia}
575 @end macro
576
577 @macro ressaynamed{TEXT,DISPLAY}
578 @vindex \TEXT\
579 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Monografia}
580 @end macro
581
582 @macro rprogram{TEXT}
583 @vindex \TEXT\
584 @ref{\TEXT\,,,lilypond-usage,Utilització del programa}
585 @end macro
586
587 @macro rprogramnamed{TEXT,DISPLAY}
588 @vindex \TEXT\
589 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilització del programa}
590 @end macro
591
592 @macro rlsr{TEXT}
593 @ref{\TEXT\,,,lilypond-snippets,Fragments de codi}
594 @end macro
595
596 @macro rlsrnamed{TEXT,DISPLAY}
597 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragments de codi}
598 @end macro
599
600 @macro rinternals{TEXT}
601 @vindex \TEXT\
602 @ref{\TEXT\,,,lilypond-internals,Referència de funcionament intern}
603 @end macro
604
605 @macro rinternalsnamed{TEXT,DISPLAY}
606 @vindex \TEXT\
607 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referència de funcionament intern}
608 @end macro
609
610 @end ifinfo
611
612 @end ifclear
613
614 @end ifnottex
615
616
617 @c *** TeX ***
618
619 @iftex
620
621 @c All commands below should work in the middle of the line;
622 @c we thus must not use @vindex directly since it works only if placed
623 @c on a line of its own.  To overcome this problem, we define a
624 @c replacement macro using the internal definition of @vindex which
625 @c delimits arguments in the standard way (i.e., with braces).
626
627 @tex
628 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
629 @end tex
630
631 @macro rglos{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,music-glossary,Glossari musical}
634 @end macro
635
636 @macro rglosnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossari musical}
639 @end macro
640
641 @macro rlearning{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,learning.es,Manual d'aprenentatge}
644 @end macro
645
646 @macro rlearningnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual d'aprenentatge}
649 @end macro
650
651 @macro ruser{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,notation.es,Referència de la notació}
654 @end macro
655
656 @macro rusernamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,notation.es,Referència de la notació}
659 @end macro
660
661 @macro rchanges{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,changes,Canvis}
664 @end macro
665
666 @macro rchangesnamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,changes,Canvis}
669 @end macro
670
671 @macro rextend{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,extending,Extendre}
674 @end macro
675
676 @macro rextendnamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,extending,Extensions}
679 @end macro
680
681 @macro rcontrib{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,contributor,Guia del col·laborador}
684 @end macro
685
686 @macro rcontribnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,contributor,Guia del col·laborador}
689 @end macro
690
691 @macro rweb{TEXT}
692 @lilyvindex{\TEXT\}
693 @ref{\TEXT\,,,web,Informació general}
694 @end macro
695
696 @macro rwebnamed{TEXT,DISPLAY}
697 @lilyvindex{\TEXT\}
698 @ref{\TEXT\,,\DISPLAY\,web,Informació general}
699 @end macro
700
701 @macro ressay{TEXT}
702 @lilyvindex{\TEXT\}
703 @ref{\TEXT\,,,essay,Monografia}
704 @end macro
705
706 @macro ressaynamed{TEXT,DISPLAY}
707 @lilyvindex{\TEXT\}
708 @ref{\TEXT\,,\DISPLAY\,essay,Monografia}
709 @end macro
710
711 @macro rprogram{TEXT}
712 @lilyvindex{\TEXT\}
713 @ref{\TEXT\,,,usage.es,Utilització del programa}
714 @end macro
715
716 @macro rprogramnamed{TEXT,DISPLAY}
717 @lilyvindex{\TEXT\}
718 @ref{\TEXT\,,\DISPLAY\,usage.es,Utilització del programa}
719 @end macro
720
721 @macro rlsr{TEXT}
722 @lilyvindex{\TEXT\}
723 @ref{\TEXT\,,,snippets,Fragments de codi}
724 @end macro
725
726 @macro rlsrnamed{TEXT,DISPLAY}
727 @lilyvindex{\TEXT\}
728 @ref{\TEXT\,,\DISPLAY\,snippets,Fragments de codi}
729 @end macro
730
731 @macro rinternals{TEXT}
732 @lilyvindex{\TEXT\}
733 @ref{\TEXT\,,,internals,Referència de funcionament intern}
734 @end macro
735
736 @macro rinternalsnamed{TEXT,DISPLAY}
737 @lilyvindex{\TEXT\}
738 @ref{\TEXT\,,\DISPLAY\,internals,Referència de funcionament intern}
739 @end macro
740
741 @end iftex
742
743
744 @c  ***** Macros specific to the web site *****
745
746 @ifset web
747
748 @macro exampleImage{IMAGE-FILE}
749 @html
750 <div class="float-center">
751   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
752     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
753   </a>
754   <p style="text-align: center">
755     (cliqueu per veure una imatge més gran)
756   </p>
757 </div>
758 @end html
759 @iftex
760 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
761 @end iftex
762 @ifinfo
763 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
764 @end ifinfo
765 @end macro
766
767 @macro help{TEXT}
768 @html
769 <div class="help">
770 <strong>
771   <span style="text-decoration:blink">Necessitem ajuda:</span>
772 </strong> \TEXT\
773 </div>
774 @end html
775 @end macro
776
777 @c LEGALESE
778
779 @macro logoLegalLinux
780 Tux, el pingüí del Linux, és obra de
781 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} feta amb
782 @uref{http://www.isc.tamu.edu/~lewing/gimp/, el Programa de
783 Manipulació de Imatges del GNU}.
784
785 @end macro
786
787 @macro logoLegalFreeBSD
788 El logotip del FreeBSD és una marca registrada de
789 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
790
791 @end macro
792
793 @macro logoLegalMacOSX
794 La @qq{imatge de la X} no és una marca registrada.   És obra de
795 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} i
796 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, i es
797 va posar sota la llicència de Documentació Lliure del GNU versió
798 1.2 o posterior.  Trobem aquesta imatge a
799 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
800 aquesta pàgina de la Wikimedia Commons}.
801
802 @end macro
803
804 @macro logoLegalWindows
805 La @qq{imatge dels quatre rectangles de colors} no és una marca
806 registrada.  És obra de
807 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} i està
808 posada sota la llicència de Documentació Lliure del GNU, versió 1.2.
809 Trobem aquesta imatge a
810 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
811 aquesta pàgina de la Wikimedia Commons}.
812
813 @end macro
814
815 @end ifset
816
817
818 @c   ***** Macros specific to translated docs *****
819
820
821 @macro englishref
822 Aquesta secció encara no està traduïda; consulteu el manual en anglès.
823 @end macro