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