]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/hu/macros.itexi
13c0ac325b4e325bd947e4f08fba0559e17e77ea
[lilypond.git] / Documentation / hu / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: hu -*-
2 @ignore
3     Translation of GIT committish: b5a46a64ebd4cc09576a140399db580ea82167b5
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9
10 @include version.itexi
11 @include common-macros.itexi
12
13 @ignore
14 ****************************
15 MACRO DEFINITIONS GUIDELINES
16 ****************************
17
18 This file should contain macro defintions which are common to all
19 languages, i.e. all macro definitions which do not contain text that
20 should be translated (namely text visible in the output).
21
22 Macro definitions which contain text that should be translated in
23 translations should be in macros.itexi.
24 @end ignore
25
26 @c   ***** Displaying text *****
27
28 @c To get decent quotes in `foo' and ``foo''.
29 @c In Hungarian that is `foo' and ,,foo''.
30
31 @macro q{TEXT}
32 @quoteleft{}\TEXT\@quoteright{}
33 @end macro
34
35 @macro qq{TEXT}
36 @quotedblbase{}\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{Figyelem:} \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{Figyelem:} \TEXT\
63 @end cartouche
64 @end quotation
65 @end quotation
66 @end macro
67
68 @end ifnothtml
69
70
71 @macro docMain
72 @cartouche
73 A teljes dokumentáció a @w{@uref{http://@/www@/.lilypond@/.org/}} honlapon
74 található.
75 @end cartouche
76 @end macro
77
78
79 @macro lilyTitlePage{TITLE}
80 @c  This produces the unified index
81 @syncodeindex fn cp
82 @syncodeindex vr cp
83
84
85 @c   ***** Copyright stuff *****
86 @ifset FDL
87 @copying
88 @copyrightDeclare
89
90 @quotation
91 Ezt a dokumentumot a GNU Free Documentation License (GNU Szabad
92 Dokumentációs Licenc) 1.1-es vagy frissebb, a Free Software Foundation
93 (Szabad Szoftver Alapítvány) által kiadott verziójának megfelelően
94 lehet másolni, terjeszteni és/vagy módosítani, nem változtatható szakaszok nélkül.
95 A licenc másolata a ,,GNU Free Documentation License'' című függelékben
96 található.
97 @end quotation
98 @end copying
99 @end ifset
100
101 @ifclear FDL
102 @copying
103 Ez a dokumentum közkincs.
104 @end copying
105 @end ifclear
106
107
108
109 @c   ***** Title page *****
110 @ifnottex
111 @node Top
112 @top LilyPond --- \TITLE\
113
114 @cartouche
115 @manualIntro{}
116 @end cartouche
117 @end ifnottex
118
119 @finalout
120
121 @titlepage
122 @title LilyPond
123 @subtitle A kottaszedő program
124 @titlefont{\TITLE\}
125 @author A LilyPond fejlesztőcsapata
126
127 @vskip 60pt
128
129 @cartouche
130 @manualIntro{}
131 @end cartouche
132
133 @vskip 40pt
134
135 @docMain{}
136
137 @vskip 0pt plus 1filll
138
139 @insertcopying
140
141 A LilyPond @version{} verziójához
142 @end titlepage
143
144 @end macro
145
146
147 @c   ***** Headings in a doc subsection *****
148
149 @c The next macro is a dummy currently since texinfo doesn't
150 @c provide a real ragged-right environment yet.
151 @c
152 @c Don't insert an empty line after @predefined!  Right now
153 @c it doesn't matter, but a future implementation will probably
154 @c add some code which needs this restriction.
155
156 @macro predefined
157 @noindent
158 @subsubheading Előre definiált parancsok
159 @end macro
160
161 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
162 @c the next macro must not be empty.
163
164 @macro endpredefined
165 @c
166 @end macro
167
168
169 @macro snippets
170 @noindent
171 @subsubheading Válogatott kódrészletek
172 @end macro
173
174
175 @c Don't insert an empty line after @seealso!  Otherwise we get
176 @c unwanted extra vertical space in the PDF output.
177
178 @macro seealso
179 @noindent
180 @subsubheading Lásd még
181 @indent
182 @end macro
183
184
185 @macro knownissues
186 @noindent
187 @subsubheading Ismert problémák és figyelmeztetések
188 @end macro
189
190
191
192 @c   ***** Links and references *****
193
194 @c  Definitions for references:
195 @c
196 @c     @rweb
197 @c     @ressay
198 @c     @rglos
199 @c     @rinternals
200 @c     @rlearning
201 @c     @rlsr
202 @c     @rprogram
203 @c     @ruser
204 @c     @rchanges
205 @c     @rextend
206 @c     @rcontrib
207 @c
208 @c  All these also have a @...named version which allows to specify the
209 @c  displayed text for the reference as second argument.
210 @c
211 @c ***** HTML + bigpage is a special case (other manual names); all other
212 @c formats are treated similarly.
213
214
215 @c *** not TeX ***
216
217 @ifnottex
218
219 @c ** bigpage **
220
221 @ifset bigpage
222
223 @macro rglos{TEXT}
224 @vindex \TEXT\
225 @ref{\TEXT\,,,music-glossary-big-page,Zenei fogalomtár}
226 @end macro
227
228 @macro rglosnamed{TEXT,DISPLAY}
229 @vindex \TEXT\
230 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Zenei fogalomtár}
231 @end macro
232
233 @macro rlearning{TEXT}
234 @vindex \TEXT\
235 @ref{\TEXT\,,,learning-big-page,Tankönyv}
236 @end macro
237
238 @macro rlearningnamed{TEXT,DISPLAY}
239 @vindex \TEXT\
240 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Tankönyv}
241 @end macro
242
243 @macro ruser{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,notation-big-page,A kottaírás kézikönyve}
246 @end macro
247
248 @macro rusernamed{TEXT,DISPLAY}
249 @vindex \TEXT\
250 @ref{\TEXT\,,\DISPLAY\,notation-big-page,A kottaírás kézikönyve}
251 @end macro
252
253 @macro rextend{TEXT}
254 @vindex \TEXT\
255 @ref{\TEXT\,,,extending-big-page,Bővítmények írása}
256 @end macro
257
258 @macro rextendnamed{TEXT,DISPLAY}
259 @vindex \TEXT\
260 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Bővítmények írása}
261 @end macro
262
263 @macro rchanges{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,changes-big-page,Változások}
266 @end macro
267
268 @macro rchangesnamed{TEXT,DISPLAY}
269 @vindex \TEXT\
270 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Változások}
271 @end macro
272
273 @macro rcontrib{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,contributor-big-page,Útmutató közreműködőknek}
276 @end macro
277
278 @macro rcontribnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Útmutató közreműködőknek}
281 @end macro
282
283 @macro rweb{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,general-big-page,Általános információk}
286 @end macro
287
288 @macro rwebnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,general-big-page,Általános információk}
291 @end macro
292
293 @macro ressay{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,essay-big-page,Esszé}
296 @end macro
297
298 @macro ressaynamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Esszé}
301 @end macro
302
303 @macro rprogram{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,usage-big-page,Az alkalmazás használata}
306 @end macro
307
308 @macro rprogramnamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Az alkalmazás használata}
311 @end macro
312
313 @macro rlsr{TEXT}
314 @ref{\TEXT\,,,snippets-big-page,Kódrészletek}
315 @end macro
316
317 @macro rlsrnamed{TEXT,DISPLAY}
318 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Kódrészletek}
319 @end macro
320
321 @macro rinternals{TEXT}
322 @vindex \TEXT\
323 @ref{\TEXT\,,,internals-big-page,A belső működés referenciája}
324 @end macro
325
326 @macro rinternalsnamed{TEXT,DISPLAY}
327 @vindex \TEXT\
328 @ref{\TEXT\,,\DISPLAY\,internals-big-page,A belső működés referenciája}
329 @end macro
330
331 @end ifset
332
333
334 @c ** not bigpage **
335
336 @ifclear bigpage
337
338 @ifnotinfo
339
340 @macro rglos{TEXT}
341 @vindex \TEXT\
342 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
343 @end macro
344
345 @macro rglosnamed{TEXT,DISPLAY}
346 @vindex \TEXT\
347 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
348 @end macro
349
350 @macro rlearning{TEXT}
351 @vindex \TEXT\
352 @ref{\TEXT\,,,learning,Tankönyv}
353 @end macro
354
355 @macro rlearningnamed{TEXT,DISPLAY}
356 @vindex \TEXT\
357 @ref{\TEXT\,,,learning,Tankönyv}
358 @end macro
359
360 @macro ruser{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,notation,A kottaírás kézikönyve}
363 @end macro
364
365 @macro rusernamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,\DISPLAY\,notation,A kottaírás kézikönyve}
368 @end macro
369
370 @macro rchanges{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,changes,Változások}
373 @end macro
374
375 @macro rchangesnamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,changes,Változások}
378 @end macro
379
380 @macro rextend{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,extending,Bővítmények írása}
383 @end macro
384
385 @macro rextendnamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,extending,Bővítmények írása}
388 @end macro
389
390 @macro rcontrib{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,contributor,Útmutató közreműködőknek}
393 @end macro
394
395 @macro rcontribnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,contributor,Útmutató közreműködőknek}
398 @end macro
399
400 @macro rweb{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,general,Általános információk}
403 @end macro
404
405 @macro rwebnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,\DISPLAY\,general,Általános információk}
408 @end macro
409
410 @macro ressay{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,essay,Esszé}
413 @end macro
414
415 @macro ressaynamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,essay,Esszé}
418 @end macro
419
420 @macro rprogram{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,usage,Az alkalmazás használata}
423 @end macro
424
425 @macro rprogramnamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,usage,Az alkalmazás használata}
428 @end macro
429
430 @macro rlsr{TEXT}
431 @ref{\TEXT\,,,snippets,Kódrészletek}
432 @end macro
433
434 @macro rlsrnamed{TEXT,DISPLAY}
435 @ref{\TEXT\,,\DISPLAY\,snippets,Kódrészletek}
436 @end macro
437
438 @macro rinternals{TEXT}
439 @vindex \TEXT\
440 @ref{\TEXT\,,,internals,A belső működés referenciája}
441 @end macro
442
443 @macro rinternalsnamed{TEXT,DISPLAY}
444 @vindex \TEXT\
445 @ref{\TEXT\,,\DISPLAY\,internals,A belső működés referenciája}
446 @end macro
447
448 @end ifnotinfo
449
450 @ifinfo
451
452 @macro rglos{TEXT}
453 @vindex \TEXT\
454 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
455 @end macro
456
457 @macro rglosnamed{TEXT,DISPLAY}
458 @vindex \TEXT\
459 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
460 @end macro
461
462 @macro rlearning{TEXT}
463 @vindex \TEXT\
464 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
465 @end macro
466
467 @macro rlearningnamed{TEXT,DISPLAY}
468 @vindex \TEXT\
469 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
470 @end macro
471
472 @macro ruser{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,lilypond-notation,A kottaírás kézikönyve}
475 @end macro
476
477 @macro rusernamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,A kottaírás kézikönyve}
480 @end macro
481
482 @macro rchanges{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,lilypond-changes,Változások}
485 @end macro
486
487 @macro rchangesnamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Változások}
490 @end macro
491
492 @macro rextend{TEXT}
493 @vindex \TEXT\
494 @ref{\TEXT\,,,lilypond-extending,Bővítmények írása}
495 @end macro
496
497 @macro rextendnamed{TEXT,DISPLAY}
498 @vindex \TEXT\
499 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Bővítmények írása}
500 @end macro
501
502 @macro rcontrib{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,lilypond-contributor,Útmutató közreműködőknek}
505 @end macro
506
507 @macro rcontribnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Útmutató közreműködőknek}
510 @end macro
511
512 @macro rweb{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-general,Általános információk}
515 @end macro
516
517 @macro rwebnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,\DISPLAY\,lilypond-general,Általános információk}
520 @end macro
521
522 @macro ressay{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-essay,Esszé}
525 @end macro
526
527 @macro ressaynamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Esszé}
530 @end macro
531
532 @macro rprogram{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-usage,Az alkalmazás használata}
535 @end macro
536
537 @macro rprogramnamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Az alkalmazás használata}
540 @end macro
541
542 @macro rlsr{TEXT}
543 @ref{\TEXT\,,,lilypond-snippets,Kódrészletek}
544 @end macro
545
546 @macro rlsrnamed{TEXT,DISPLAY}
547 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Kódrészletek}
548 @end macro
549
550 @macro rinternals{TEXT}
551 @vindex \TEXT\
552 @ref{\TEXT\,,,lilypond-internals,A belső működés referenciája}
553 @end macro
554
555 @macro rinternalsnamed{TEXT,DISPLAY}
556 @vindex \TEXT\
557 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,A belső működés referenciája}
558 @end macro
559
560 @end ifinfo
561
562 @end ifclear
563
564 @end ifnottex
565
566
567 @c *** TeX ***
568
569 @iftex
570
571 @c All commands below should work in the middle of the line;
572 @c we thus must not use @vindex directly since it works only if placed
573 @c on a line of its own.  To overcome this problem, we define a
574 @c replacement macro using the internal definition of @vindex which
575 @c delimits arguments in the standard way (i.e., with braces).
576
577 @tex
578 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
579 @end tex
580
581 @macro rglos{TEXT}
582 @lilyvindex{\TEXT\}
583 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
584 @end macro
585
586 @macro rglosnamed{TEXT,DISPLAY}
587 @lilyvindex{\TEXT\}
588 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
589 @end macro
590
591 @macro rlearning{TEXT}
592 @lilyvindex{\TEXT\}
593 @ref{\TEXT\,,,learning,Tankönyv}
594 @end macro
595
596 @macro rlearningnamed{TEXT,DISPLAY}
597 @lilyvindex{\TEXT\}
598 @ref{\TEXT\,,\DISPLAY\,learning,Tankönyv}
599 @end macro
600
601 @macro ruser{TEXT}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,,notation,A kottaírás kézikönyve}
604 @end macro
605
606 @macro rusernamed{TEXT,DISPLAY}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,\DISPLAY\,notation,A kottaírás kézikönyve}
609 @end macro
610
611 @macro rchanges{TEXT}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,,changes,Változások}
614 @end macro
615
616 @macro rchangesnamed{TEXT,DISPLAY}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,\DISPLAY\,changes,Változások}
619 @end macro
620
621 @macro rextend{TEXT}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,,extending,Bővítmények írása}
624 @end macro
625
626 @macro rextendnamed{TEXT,DISPLAY}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,\DISPLAY\,extending,Bővítmények írása}
629 @end macro
630
631 @macro rcontrib{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,contributor,Útmutató közreműködőknek}
634 @end macro
635
636 @macro rcontribnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,contributor,Útmutató közreműködőknek}
639 @end macro
640
641 @macro rweb{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,general,Általános információk}
644 @end macro
645
646 @macro rwebnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,general,Általános információk}
649 @end macro
650
651 @macro ressay{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,essay,Esszé}
654 @end macro
655
656 @macro ressaynamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,essay,Esszé}
659 @end macro
660
661 @macro rprogram{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,usage,Az alkalmazás használata}
664 @end macro
665
666 @macro rprogramnamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,usage,Az alkalmazás használata}
669 @end macro
670
671 @macro rlsr{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,snippets,Kódrészletek}
674 @end macro
675
676 @macro rlsrnamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,snippets,Kódrészletek}
679 @end macro
680
681 @macro rinternals{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,internals,A belső működés referenciája}
684 @end macro
685
686 @macro rinternalsnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,internals,A belső működés referenciája}
689 @end macro
690
691 @end iftex
692
693 @c  ***** Macros specific to the web site *****
694
695 @ifset web
696
697 @macro exampleImage{IMAGE-FILE}
698 @html
699 <div class="float-center">
700   <a class="clickable" href="examples/\IMAGE-FILE\.png">
701     <img src="examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
702   </a>
703   <p style="text-align: center">
704     (Kattints a képre a nagyításhoz)
705   </p>
706 </div>
707 @end html
708 @iftex
709 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
710 @end iftex
711 @ifinfo
712 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
713 @end ifinfo
714 @end macro
715
716 @c LEGALESE
717
718 @macro logoLegalLinux
719 Tux, a Linux pingvin @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu}
720 műve, és a @uref{http://www.isc.tamu.edu/~lewing/gimp/, GNU Image
721 Manipulation Program} segítségével készült.
722
723 @end macro
724
725 @macro logoLegalFreeBSD
726 A FreeBSD logó a @uref{http://www.freebsd.org/, FreeBSD Alapítvány}
727 bejegyzett védjegye.
728
729 @end macro
730
731 @macro logoLegalMacOSX
732 Az @qq{X-et ábrázoló kép} nem bejegyzett védjegy.
733 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} és
734 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull} műve,
735 a GNU Free Documentation License (GNU Szabad Dokumentációs Licenc) 1.2-es
736 verziója vonatkozik rá.
737 A kép forrása
738 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
739 ez a Wikipedia Commons oldal}.
740
741 @end macro
742
743 @macro logoLegalWindows
744 A @qq{négyszínű ablakot ábrázoló kép} nem bejegyzett védjegy.
745 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} műve és
746 a GNU Free Documentation License (GNU Szabad Dokumentációs Licenc) 1.2-es
747 verziója vonatkozik rá.
748 A kép forrása
749 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
750 ez a Wikipedia Commons oldal}.
751
752 @end macro
753
754 @end ifset