]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/cs/macros.itexi
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / cs / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish:  4f7427e7a314a71bde16559247885544256b8213
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
15 @c   ***** Displaying text *****
16
17 @c To get decent quotes in ,foo' and ,,foo''.
18 @c These need to be split up so that "@qq{foo}." looks nice.  :(
19
20 @macro q{TEXT}
21 @quotesinglbase{}\TEXT\@quoteleft{}
22 @end macro
23
24 @macro qq{TEXT}
25 @quotedblbase{}\TEXT\@quotedblleft{}
26 @end macro
27
28
29 @ifhtml
30
31 @macro warning{TEXT}
32 @html
33 <div class="warning">
34 @end html
35 @strong{Pozor:} \TEXT\
36 @c keep the space for proper nesting of </p>
37
38 @html
39 </div>
40 @end html
41 @end macro
42
43 @end ifhtml
44
45 @ifnothtml
46
47 @macro warning{TEXT}
48 @quotation
49 @quotation
50 @cartouche
51 @b{Achtung:} \TEXT\
52 @end cartouche
53 @end quotation
54 @end quotation
55 @end macro
56
57 @end ifnothtml
58
59
60 @macro docMain
61 @cartouche
62 Pro více informací, jaké místo má tato příručka mezi jinými
63 příručkami, nebo kvůli čtení této příručky v jiném formátu,
64 navštivte, prosím, @rweb{Manuals}.
65
66 Pokud vám příručky chybí, naleznete celou dokumentaci
67 pod @w{@uref{http://@/www@/.lilypond@/.org/}}.
68 @end cartouche
69 @end macro
70
71
72 @macro lilyTitlePage{TITLE}
73 @c  This produces the unified index
74 @syncodeindex fn cp
75 @syncodeindex vr cp
76
77
78 @c   ***** Copyright stuff *****
79 @ifset FDL
80 @copying
81 @copyrightDeclare
82
83 @emph{The translation of the following copyright notice is provided
84 for courtesy to non-English speakers, but only the notice in English
85 legally counts.}
86
87 @emph{Překlad následující poznámky k autorskému právu je pro čtenáře,
88 který neumí anglicky, k obeznámení se. V právním smyslu je ale platná
89 pouze anglická verze.}
90
91 @quotation
92 Tento dokument je dovoleno rozšiřovat, kopírovat, a/nebo
93 upravovat za podmínek licence GNU Free Documentation, verze 1.1 nebo jakékoli pozdější, 
94 ve verzi zveřejněné Free Software Foundation; s žádnými neměnnými částmi.
95 Kopie licence je zahrnuta v oddíle nazvaném GNU
96 Free Documentation License.
97 @end quotation
98
99 @quotation
100 Permission is granted to copy, distribute and/or modify this document
101 under the terms of the GNU Free Documentation License, Version 1.1
102 or any later version published by the Free Software Foundation;
103 with no Invariant Sections.
104 A copy of the license is included in the section entitled ``GNU
105 Free Documentation License''.
106 @end quotation
107 @end copying
108 @end ifset
109
110 @ifclear FDL
111 @copying
112 Tento dokument byl zařazen jako volně šiřitelné dílo.
113 @end copying
114 @end ifclear
115
116
117 @c   ***** Title page *****
118 @ifnottex
119 @node Začátek
120 @top LilyPond -- \TITLE\
121
122 @cartouche
123 @manualIntro{}
124 @end cartouche
125 @end ifnottex
126
127 @finalout
128
129 @titlepage
130 @title LilyPond
131 @subtitle Program pro sazbu not
132 @titlefont{\TITLE\}
133 @author Družstvo vývojářů LilyPondu
134
135 @vskip 60pt
136
137 @cartouche
138 @manualIntro{}
139 @end cartouche
140
141 @vskip 40pt
142
143 @docMain{}
144
145 @vskip 0pt plus 1filll
146
147 @insertcopying
148
149 Pro LilyPond ve verzi @version{}
150 @end titlepage
151
152 @end macro
153
154
155
156 @c   ***** Headings in a doc subsection *****
157
158 @c Don't insert an empty line after @predefined!  Right now
159 @c it doesn't matter, but a future implementation will probably
160 @c add some code which needs this restriction.
161
162 @macro predefined
163 @noindent
164 @subsubheading Předem stanovené příkazy
165 @end macro
166
167 @c The next macro is a dummy currently since texinfo doesn't
168 @c provide a real ragged-right environment yet.
169 @c
170 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
171 @c the macro must not be empty.
172
173 @macro endpredefined
174 @c
175 @end macro
176
177
178 @macro snippets
179 @noindent
180 @subsubheading Vybrané úryvky
181 @end macro
182
183
184
185 @c Don't insert an empty line after @seealso!  Otherwise we get
186 @c unwanted extra vertical space in the PDF output.
187
188 @macro seealso
189 @noindent
190 @subsubheading Podívejte se také na
191 @indent
192 @end macro
193
194
195 @macro knownissues
196 @noindent
197 @subsubheading Známé potíže a upozornění
198 @end macro
199
200
201
202 @c   ***** Links and references *****
203
204 @c  Definitions for references:
205 @c
206 @c     @rweb
207 @c     @ressay
208 @c     @rglos
209 @c     @rinternals
210 @c     @rlearning
211 @c     @rlsr
212 @c     @ruser
213 @c     @rprogram
214 @c     @rchanges
215 @c     @rextend
216 @c     @rcontrib
217 @c
218 @c  All these also have a @...named version which allows to specify the
219 @c  displayed text for the reference as second argument.
220 @c
221 @c ***** HTML + bigpage is a special case (other manual names); all other
222 @c formats are treated similarly.
223
224
225 @c *** not TeX ***
226
227 @ifnottex
228
229 @c ** bigpage **
230
231 @ifset bigpage
232
233 @macro rglos{TEXT}
234 @vindex \TEXT\
235 @ref{\TEXT\,,,music-glossary-big-page,Slovníček}
236 @end macro
237
238 @macro rglosnamed{TEXT,DISPLAY}
239 @vindex \TEXT\
240 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Slovníček}
241 @end macro
242
243 @macro rlearning{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,learning-big-page,Příručka k učení se}
246 @end macro
247
248 @macro rlearningnamed{TEXT,DISPLAY}
249 @vindex \TEXT\
250 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Příručka k učení se}
251 @end macro
252
253 @macro ruser{TEXT}
254 @vindex \TEXT\
255 @ref{\TEXT\,,,notation-big-page,Doporučení pro notový zápis}
256 @end macro
257
258 @macro rusernamed{TEXT,DISPLAY}
259 @vindex \TEXT\
260 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Doporučení pro notový zápis}
261 @end macro
262
263 @macro rextend{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,extending-big-page,Extending}
266 @end macro
267
268 @macro rextendnamed{TEXT,DISPLAY}
269 @vindex \TEXT\
270 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extending}
271 @end macro
272
273 @macro rchanges{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,changes-big-page,Changes}
276 @end macro
277
278 @macro rchangesnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes}
281 @end macro
282
283 @macro rcontrib{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,contributor-big-page,Contributor's Guide}
286 @end macro
287
288 @macro rcontribnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide}
291 @end macro
292
293 @macro rweb{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,web-big-page,Všeobecné informace}
296 @end macro
297
298 @macro rwebnamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,web-big-page,Všeobecné informace}
301 @end macro
302
303 @macro ressay{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,essay-big-page,Článek}
306 @end macro
307
308 @macro ressaynamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Článek}
311 @end macro
312
313 @macro rprogram{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,usage-big-page,Používání programu}
316 @end macro
317
318 @macro rprogramnamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Používání programu}
321 @end macro
322
323 @macro rlsr{TEXT}
324 @ref{\TEXT\,,,snippets-big-page,Úryvky}
325 @end macro
326
327 @macro rlsrnamed{TEXT,DISPLAY}
328 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Úryvky}
329 @end macro
330
331 @macro rinternals{TEXT}
332 @vindex \TEXT\
333 @ref{\TEXT\,,,internals-big-page,Doporučení pro vnitřní části}
334 @end macro
335
336 @macro rinternalsnamed{TEXT,DISPLAY}
337 @vindex \TEXT\
338 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Doporučení pro vnitřní části}
339 @end macro
340
341 @end ifset
342
343
344 @c ** not bigpage **
345
346 @ifclear bigpage
347
348 @ifnotinfo
349
350 @macro rglos{TEXT}
351 @vindex \TEXT\
352 @ref{\TEXT\,,,music-glossary,Slovníček}
353 @end macro
354
355 @macro rglosnamed{TEXT,DISPLAY}
356 @vindex \TEXT\
357 @ref{\TEXT\,,\DISPLAY\,music-glossary,Slovníček}
358 @end macro
359
360 @macro rlearning{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,learning,Příručka k učení se}
363 @end macro
364
365 @macro rlearningnamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,\DISPLAY\,learning,Příručka k učení se}
368 @end macro
369
370 @macro ruser{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,notation,Doporučení pro notový zápis}
373 @end macro
374
375 @macro rusernamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,notation,Doporučení pro notový zápis}
378 @end macro
379
380 @macro rchanges{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,lilypond-changes,Changes}
383 @end macro
384
385 @macro rchangesnamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
388 @end macro
389
390 @macro rextend{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,extending,Extending}
393 @end macro
394
395 @macro rextendnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
398 @end macro
399
400 @macro rcontrib{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,contributor,Contributor's Guide}
403 @end macro
404
405 @macro rcontribnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
408 @end macro
409
410 @macro rweb{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,web,Všeobecné informace}
413 @end macro
414
415 @macro rwebnamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,web,Všeobecné informace}
418 @end macro
419
420 @macro ressay{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,essay-big-page,Článek}
423 @end macro
424
425 @macro ressaynamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Článek}
428 @end macro
429
430 @macro rprogram{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,usage,Používání programu}
433 @end macro
434
435 @macro rprogramnamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,usage,Používání programu}
438 @end macro
439
440 @macro rlsr{TEXT}
441 @ref{\TEXT\,,,snippets,Úryvky}
442 @end macro
443
444 @macro rlsrnamed{TEXT,DISPLAY}
445 @ref{\TEXT\,,\DISPLAY\,snippets,Úryvky}
446 @end macro
447
448 @macro rinternals{TEXT}
449 @vindex \TEXT\
450 @ref{\TEXT\,,,internals,Doporučení pro vnitřní části}
451 @end macro
452
453 @macro rinternalsnamed{TEXT,DISPLAY}
454 @vindex \TEXT\
455 @ref{\TEXT\,,\DISPLAY\,internals,Doporučení pro vnitřní části}
456 @end macro
457
458 @end ifnotinfo
459
460 @ifinfo
461
462 @macro rglos{TEXT}
463 @vindex \TEXT\
464 @ref{\TEXT\,,,music-glossary,Slovníček}
465 @end macro
466
467 @macro rglosnamed{TEXT,DISPLAY}
468 @vindex \TEXT\
469 @ref{\TEXT\,,\DISPLAY\,music-glossary,Slovníček}
470 @end macro
471
472 @macro rlearning{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,lilypond-learning,Příručka k učení se}
475 @end macro
476
477 @macro rlearningnamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,,lilypond-learning,Příručka k učení se}
480 @end macro
481
482 @macro ruser{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,lilypond-notation,Doporučení pro notový zápis}
485 @end macro
486
487 @macro rusernamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Doporučení pro notový zápis}
490 @end macro
491
492 @macro rchanges{TEXT}
493 @vindex \TEXT\
494 @ref{\TEXT\,,,lilypond-changes,Changes}
495 @end macro
496
497 @macro rchangesnamed{TEXT,DISPLAY}
498 @vindex \TEXT\
499 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
500 @end macro
501
502 @macro rextend{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,lilypond-extending,Extending}
505 @end macro
506
507 @macro rextendnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extending}
510 @end macro
511
512 @macro rcontrib{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-contributor,Contributor's Guide}
515 @end macro
516
517 @macro rcontribnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Contributor's Guide}
520 @end macro
521
522 @macro rweb{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,web,Všeobecné informace}
525 @end macro
526
527 @macro rwebnamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,web, Všeobecné informace}
530 @end macro
531
532 @macro ressay{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-essay,Článek}
535 @end macro
536
537 @macro ressaynamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Článek}
540 @end macro
541
542 @macro rprogram{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-usage,Používání programu}
545 @end macro
546
547 @macro rprogramnamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Používání programu}
550 @end macro
551
552 @macro rlsr{TEXT}
553 @ref{\TEXT\,,,lilypond-snippets,Úryvky}
554 @end macro
555
556 @macro rlsrnamed{TEXT,DISPLAY}
557 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Úryvky}
558 @end macro
559
560 @macro rinternals{TEXT}
561 @vindex \TEXT\
562 @ref{\TEXT\,,,lilypond-internals,Doporučení pro vnitřní části}
563 @end macro
564
565 @macro rinternalsnamed{TEXT,DISPLAY}
566 @vindex \TEXT\
567 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Doporučení pro vnitřní části}
568 @end macro
569
570 @end ifinfo
571
572 @end ifclear
573
574 @end ifnottex
575
576
577 @c *** TeX ***
578
579 @iftex
580
581 @c All commands below should work in the middle of the line;
582 @c we thus must not use @vindex directly since it works only if placed
583 @c on a line of its own.  To overcome this problem, we define a
584 @c replacement macro using the internal definition of @vindex which
585 @c delimits arguments in the standard way (i.e., with braces).
586
587 @tex
588 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
589 @end tex
590
591 @macro rglos{TEXT}
592 @lilyvindex{\TEXT\}
593 @ref{\TEXT\,,,music-glossary,Slovníček}
594 @end macro
595
596 @macro rglosnamed{TEXT,DISPLAY}
597 @lilyvindex{\TEXT\}
598 @ref{\TEXT\,,\DISPLAY\,music-glossary,Slovníček}
599 @end macro
600
601 @macro rlearning{TEXT}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,,learning.cs,Příručka k učení se}
604 @end macro
605
606 @macro rlearningnamed{TEXT,DISPLAY}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,\DISPLAY\,learning.cs,Příručka k učení se}
609 @end macro
610
611 @macro ruser{TEXT}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,,notation.cs,Doporučení pro notový zápis}
614 @end macro
615
616 @macro rusernamed{TEXT,DISPLAY}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,\DISPLAY\,notation.cs,Doporučení pro notový zápis}
619 @end macro
620
621 @macro rchanges{TEXT}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,,changes,Changes}
624 @end macro
625
626 @macro rchangesnamed{TEXT,DISPLAY}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,\DISPLAY\,changes,Changes}
629 @end macro
630
631 @macro rextend{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,extending,Extending}
634 @end macro
635
636 @macro rextendnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
639 @end macro
640
641 @macro rcontrib{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,contributor,Contributor's Guide}
644 @end macro
645
646 @macro rcontribnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
649 @end macro
650
651 @macro rweb{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,web.cs,Všeobecné informace}
654 @end macro
655
656 @macro rwebnamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,web.cs,Všeobecné informace}
659 @end macro
660
661 @macro ressay{TEXT}
662 @vindex \TEXT\
663 @ref{\TEXT\,,,essay.cs,Článek}
664 @end macro
665
666 @macro ressaynamed{TEXT,DISPLAY}
667 @vindex \TEXT\
668 @ref{\TEXT\,,\DISPLAY\,essay.cs,Článek}
669 @end macro
670
671 @macro rprogram{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,usage.cs,Používání programu}
674 @end macro
675
676 @macro rprogramnamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,usage.cs,Používání programu}
679 @end macro
680
681 @macro rlsr{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,snippets,Úryvky}
684 @end macro
685
686 @macro rlsrnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,snippets,Úryvky}
689 @end macro
690
691 @macro rinternals{TEXT}
692 @lilyvindex{\TEXT\}
693 @ref{\TEXT\,,,internals,Doporučení pro vnitřní části}
694 @end macro
695
696 @macro rinternalsnamed{TEXT,DISPLAY}
697 @lilyvindex{\TEXT\}
698 @ref{\TEXT\,,\DISPLAY\,internals,Doporučení pro vnitřní části}
699 @end macro
700
701 @end iftex
702
703
704 @c  ***** Macros specific to the web site *****
705
706 @ifset web
707
708 @macro exampleImage{IMAGE-FILE}
709 @html
710 <div class="float-center">
711   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
712     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
713   </a>
714   <p style="text-align: center">
715     (Klepnout pro zvětšení)
716   </p>
717 </div>
718 @end html
719 @iftex
720 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
721 @end iftex
722 @ifinfo
723 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
724 @end ifinfo
725 @end macro
726
727
728 @macro help{TEXT}
729 @html
730 <div class="help">
731 <strong>
732   <span style="text-decoration:blink">Hledá se pomoc:</span>
733 </strong> \TEXT\
734 </div>
735 @end html
736 @end macro
737
738 @c LEGALESE
739
740 @macro logoLegalLinux
741 Tux the Linux Penguin was created by
742 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
743 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
744 Manipulation Program}.
745
746 @end macro
747
748 @macro logoLegalFreeBSD
749 The FreeBSD logo is a registered trademark of
750 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
751
752 @end macro
753
754 @macro logoLegalMacOSX
755 The @qq{X image} is not a registered trademark.  It was created by
756 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
757 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
758 placed under the GNU Free Documentation License version 1.2 or later.
759 We found the image on
760 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
761 this Wikipedia Commons page}.
762
763 @end macro
764
765 @macro logoLegalWindows
766 The @qq{four colored rectangles image} is not a registered
767 trademark.  It was created by
768 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
769 placed under the GNU Free Documentation License version 1.2.  We
770 found the image on
771 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
772 this Wikipedia Commons page}.
773
774 @end macro
775
776 @end ifset
777
778
779
780 @c   ***** Macros specific to translated docs *****
781
782
783 @macro englishref
784 Tato část ještě nebyla přeložena.  Čtěte, prosím,
785 úryvek v anglické uživatelské příručce.
786 @end macro
787