Doxygen
Loading...
Searching...
No Matches
translator_pl.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 *
4 *
5 * Copyright (C) 1997-2015 by Dimitri van Heesch.
6 *
7 * Permission to use, copy, modify, and distribute this software and its
8 * documentation under the terms of the GNU General Public License is hereby
9 * granted. No representations are made about the suitability of this software
10 * for any purpose. It is provided "as is" without express or implied warranty.
11 * See the GNU General Public License for more details.
12 *
13 * Documents produced by Doxygen are derivative works derived from the
14 * input used in their production; they are not affected by this license.
15 *
16 * Polish translation was updated to version 1.3.9 by
17 * Piotr Kaminski (Piotr.Kaminski@ctm.gdynia.pl)
18 * Polish translation was updated since version 1.4.6 by
19 * Krzysztof Kral (krzysztof.kral@gmail.com)
20 * Polish translation was updated to version 1.10.0 by
21 * Marek Ledworowski (mledworo@gmail.com)
22 */
23
24#ifndef TRANSLATOR_PL_H
25#define TRANSLATOR_PL_H
26
28{
29 public:
30
31 // --- Language control methods -------------------
32
33 /*! Used for identification of the language. May resemble
34 * the string returned by latexBabelPackage(), but it is not used
35 * for the same purpose. The identification should not be translated.
36 * It should be replaced by the name of the language in English
37 * (e.g. Czech, Japanese, Russian, etc.). It should be equal to
38 * the identification in language.h.
39 */
41 { return "polish"; }
42 /*! Used to get the command(s) for the language support. This method
43 * was designed for languages which do not prefer babel package.
44 * If this methods returns empty string, then the latexBabelPackage()
45 * method is used to generate the command for using the babel package.
46 */
48 {
49 return "\\usepackage[polish]{babel}\n"
50 "\\let\\lll\\undefined\n"; /* to overcome problems with the <<<
51 symbol as defined in the amssymb
52 package, and the Polish symbol
53 "Latin Small Letter L With Stroke"
54 &lstrok; or &#322; or &#x0142;
55 We take the amssymb symbol as leading.
56 */
57 }
58
60 {
61 return "pl";
62 }
64 {
65 return "0x415 Polish";
66 }
67
68 // --- Language translation methods -------------------
69
70 /*! used in the compound documentation before a list of related functions. */
72 { return "Funkcje powiązane"; }
73
74 /*! subscript for the related functions. */
76 { return "(Zauważ, że to nie są metody klas.)"; }
77
78 /*! header that is put before the detailed description of files, classes and namespaces. */
80 { return "Opis szczegółowy"; }
81
82 /*! header that is used when the summary tag is missing inside the details tag */
84 { return "Szczegóły"; }
85
86 /*! header that is put before the list of typedefs. */
88 { return "Dokumentacja składowych definicji typu"; }
89
90 /*! header that is put before the list of enumerations. */
92 { return "Dokumentacja składowych wyliczanych"; }
93
94 /*! header that is put before the list of member functions. */
96 {
97 if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
98 {
99 return "Dokumentacja funkcji/procedur/procesów składowych";
100 }
101 else
102 {
103 return "Dokumentacja funkcji składowych";
104 }
105 }
106
107 /*! header that is put before the list of member attributes. */
109 {
110 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
111 {
112 return "Dokumentacja pól";
113 }
114 else
115 {
116 return "Dokumentacja atrybutów składowych";
117 }
118 }
119
120 /*! this is the text of a link put after brief descriptions. */
121 QCString trMore() override
122 { return "Więcej..."; }
123
124 /*! put in the class documentation */
126 { return "Lista wszystkich składowych"; }
127
128 /*! used as the title of the "list of all members" page of a class */
130 { return "Lista składowych"; }
131
132 /*! this is the first part of a sentence that is followed by a class name */
134 { return "To jest kompletna lista składowych dla"; }
135
136 /*! this is the remainder of the sentence after the class name */
138 { return ", uwzględniająca wszystkie dziedziczone składowe."; }
139
140 /*! this is put at the author sections at the bottom of man pages.
141 * parameter s is name of the project name.
142 */
144 { QCString result="Wygenerowano automatycznie z kodu źródłowego programem Doxygen";
145 if (!s.isEmpty()) result+=" dla "+s;
146 result+=".";
147 return result;
148 }
149
150 /*! put after an enum name in the list of all members */
152 { return "nazwa wyliczenia"; }
153
154 /*! put after an enum value in the list of all members */
156 { return "wartość wyliczenia"; }
157
158 /*! put after an undocumented member in the list of all members */
160 { return "zdefiniowana w"; }
161
162 // quick reference sections
163
164 /*! This is put above each page as a link to the list of all groups of
165 * compounds or files (see the \\group command).
166 */
168 { return "Moduły"; }
169
170 /*! This is put above each page as a link to the class hierarchy */
172 { return "Hierarchia klas"; }
173
174 /*! This is put above each page as a link to the list of annotated classes */
176 {
177 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
178 {
179 return "Struktury danych";
180 }
181 else
182 {
183 return "Lista klas";
184 }
185 }
186
187 /*! This is put above each page as a link to the list of documented files */
189 { return "Lista plików"; }
190
191 /*! This is put above each page as a link to all members of compounds. */
193 {
194 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
195 {
196 return "Pola danych";
197 }
198 else
199 {
200 return "Składowe klas";
201 }
202 }
203
204 /*! This is put above each page as a link to all members of files. */
206 {
207 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
208 {
209 return "Globalne";
210 }
211 else
212 {
213 return "Składowe plików";
214 }
215 }
216
217 /*! This is put above each page as a link to all related pages. */
219 { return "Powiązane strony"; }
220
221 /*! This is put above each page as a link to all examples. */
223 { return "Przykłady"; }
224
225 /*! This is put above each page as a link to the search engine. */
227 { return "Szukaj"; }
228
229 /*! This is an introduction to the class hierarchy. */
231 { return "Ta lista dziedziczenia posortowana jest z grubsza, "
232 "choć nie całkowicie, alfabetycznie:";
233 }
234
235 /*! This is an introduction to the list with all files. */
236 QCString trFileListDescription(bool extractAll) override
237 {
238 QCString result="Tutaj znajduje się lista wszystkich ";
239 if (!extractAll) result+="udokumentowanych ";
240 result+="plików wraz z ich krótkimi opisami:";
241 return result;
242 }
243
244 /*! This is an introduction to the annotated compound list. */
246 {
247
248 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
249 {
250 return "Tutaj znajdują się struktury danych wraz z ich krótkimi opisami:";
251 }
252 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
253 {
254 return "Tutaj znajdują się klasy wraz z ich krótkimi opisami:";
255 }
256 else
257 {
258 return "Tutaj znajdują się klasy, struktury, "
259 "unie i interfejsy wraz z ich krótkimi opisami:";
260 }
261 }
262
263 /*! This is an introduction to the page with all class members. */
264 QCString trCompoundMembersDescription(bool extractAll) override
265 {
266 QCString result="Tutaj znajduje się lista wszystkich ";
267 if (!extractAll)
268 {
269 result+="udokumentowanych ";
270 }
271 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
272 {
273 result+="pól struktur i unii";
274 }
275 else
276 {
277 result+="składowych";
278 }
279 result+=" wraz z odnośnikami do ";
280 if (!extractAll)
281 {
282 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
283 {
284 result+="dokumentacji struktur/unii dla każdego pola:";
285 }
286 else
287 {
288 result+="dokumentacji klas dla każdej składowej:";
289 }
290 }
291 else
292 {
293 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
294 {
295 result+="struktur/unii, do których dane pole należy:";
296 }
297 else
298 {
299 result+="klas, do których dana składowa należy:";
300 }
301 }
302 return result;
303 }
304
305 /*! This is an introduction to the page with all file members. */
306 QCString trFileMembersDescription(bool extractAll) override
307 {
308 QCString result="Tutaj znajduje się lista wszystkich ";
309 if (!extractAll) result+="udokumentowanych ";
310 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
311 {
312 result+="funkcji, zmiennych, definicji, wyliczeń i definicji typów";
313 }
314 else
315 {
316 result+="składowych plików";
317 }
318 result+=" wraz z odnośnikami do ";
319 if (extractAll)
320 result+="plików, do których one należą:";
321 else
322 result+="dokumentacji:";
323 return result;
324 }
325
326 /*! This is an introduction to the page with the list of all examples */
328 { return "Tutaj znajduje się lista wszystkich przykładów:"; }
329
330 /*! This is an introduction to the page with the list of related pages */
332 { return "Tutaj znajduje się lista wszystkich powiązanych stron dokumentacji:"; }
333
334 /*! This is an introduction to the page with the list of class/file groups */
336 { return "Tutaj znajduje się lista wszystkich grup:"; }
337
338 // index titles (the project name is prepended for these)
339
340
341 /*! This is used in HTML as the title of index.html. */
342 QCString trDocumentation(const QCString &projName) override
343 { return (!projName.isEmpty()?projName + " " : "") + "Dokumentacja"; }
344
345 /*! This is used in LaTeX as the title of the chapter with the
346 * index of all groups.
347 */
349 { return "Indeks grup"; }
350
351 /*! This is used in LaTeX as the title of the chapter with the
352 * class hierarchy.
353 */
355 { return "Indeks hierarchiczny"; }
356
357 /*! This is used in LaTeX as the title of the chapter with the
358 * annotated compound index.
359 */
361 {
362 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
363 {
364 return "Indeks struktur danych";
365 }
366 else
367 {
368 return "Indeks klas";
369 }
370 }
371
372 /*! This is used in LaTeX as the title of the chapter with the
373 * list of all files.
374 */
376 { return "Indeks plików"; }
377
378 /*! This is used in LaTeX as the title of the chapter containing
379 * the documentation of all groups.
380 */
382 { return "Dokumentacja grup"; }
383
384 /*! This is used in LaTeX as the title of the chapter containing
385 * the documentation of all classes, structs and unions.
386 */
388 {
389 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
390 {
391 return "Dokumentacja struktur danych";
392 }
393 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
394 {
396 }
397 else
398 {
399 return "Dokumentacja klas";
400 }
401 }
402
403 /*! This is used in LaTeX as the title of the chapter containing
404 * the documentation of all files.
405 */
407 { return "Dokumentacja plików"; }
408
409 /*! This is used in LaTeX as the title of the document */
411 { return "Podręcznik"; }
412
413 /*! This is used in the documentation of a file as a header before the
414 * list of defines
415 */
417 { return "Definicje"; }
418
419 /*! This is used in the documentation of a file as a header before the
420 * list of typedefs
421 */
423 { return "Definicje typów"; }
424
425 /*! This is used in the documentation of a file as a header before the
426 * list of enumerations
427 */
429 { return "Wyliczenia"; }
430
431 /*! This is used in the documentation of a file as a header before the
432 * list of (global) functions
433 */
435 { return "Funkcje"; }
436
437 /*! This is used in the documentation of a file as a header before the
438 * list of (global) variables
439 */
441 { return "Zmienne"; }
442
443 /*! This is used in the documentation of a file as a header before the
444 * list of (global) variables
445 */
447 { return "Wartości wyliczeń"; }
448
449 /*! This is used in the documentation of a file before the list of
450 * documentation blocks for defines
451 */
453 { return "Dokumentacja definicji"; }
454
455 /*! This is used in the documentation of a file/namespace before the list
456 * of documentation blocks for typedefs
457 */
459 { return "Dokumentacja definicji typów"; }
460
461 /*! This is used in the documentation of a file/namespace before the list
462 * of documentation blocks for enumeration types
463 */
465 { return "Dokumentacja typów wyliczanych"; }
466
467 /*! This is used in the documentation of a file/namespace before the list
468 * of documentation blocks for functions
469 */
471 { return "Dokumentacja funkcji"; }
472
473 /*! This is used in the documentation of a file/namespace before the list
474 * of documentation blocks for variables
475 */
477 { return "Dokumentacja zmiennych"; }
478
479 /*! This is used in the documentation of a file/namespace/group before
480 * the list of links to documented compounds
481 */
483 {
484 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
485 {
486 return "Struktury danych";
487 }
488 else
489 {
490 return "Komponenty";
491 }
492 }
493
494 /*! This is used in the standard footer of each page and indicates when
495 * the page was generated
496 */
497 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
498 {
499 QCString result="Wygenerowano "+date;
500 if (!projName.isEmpty()) result+=" dla "+projName;
501 result+=" za pomocą";
502 return result;
503 }
504
505 /*! this text is put before a class diagram */
506 QCString trClassDiagram(const QCString &clName) override
507 {
508 return "Diagram dziedziczenia dla "+clName;
509 }
510
511 /*! this text is generated when the \\warning command is used. */
513 { return "Ostrzeżenie"; }
514
515 /*! this text is generated when the \\version command is used. */
517 { return "Wersja"; }
518
519 /*! this text is generated when the \\date command is used. */
520 QCString trDate() override
521 { return "Data"; }
522
523 /*! this text is generated when the \\return command is used. */
525 { return "Zwraca"; }
526
527 /*! this text is generated when the \\sa command is used. */
529 { return "Zobacz również"; }
530
531 /*! this text is generated when the \\param command is used. */
533 { return "Parametry"; }
534
535 /*! this text is generated when the \\exception command is used. */
537 { return "Wyjątki"; }
538
539 /*! this text is used in the title page of a LaTeX document. */
541 { return "Wygenerowano za pomocą"; }
542
543 // new since 0.49-990307
544
545 /*! used as the title of page containing all the index of all namespaces. */
547 { return "Lista przestrzeni nazw"; }
548
549 /*! used as an introduction to the namespace list */
550 QCString trNamespaceListDescription(bool extractAll) override
551 {
552 QCString result="Tutaj znajdują się wszystkie ";
553 if (!extractAll) result+="udokumentowane ";
554 result+="przestrzenie nazw wraz z ich krótkimi opisami:";
555 return result;
556 }
557
558 /*! used in the class documentation as a header before the list of all
559 * friends of a class
560 */
562 { return "Przyjaciele"; }
563
564//////////////////////////////////////////////////////////////////////////
565// new since 0.49-990405
566//////////////////////////////////////////////////////////////////////////
567
568 /*! used in the class documentation as a header before the list of all
569 * related classes
570 */
572 { return "Dokumentacja przyjaciół i powiązanych funkcji"; }
573
574//////////////////////////////////////////////////////////////////////////
575// new since 0.49-990425
576//////////////////////////////////////////////////////////////////////////
577
578 /*! used as the title of the HTML page of a class/struct/union */
580 ClassDef::CompoundType compType,
581 bool isTemplate) override
582 {
583 QCString result="Dokumentacja";
584 if (isTemplate) result+=" szablonu";
585 switch(compType)
586 {
587 case ClassDef::Class: result+=" klasy "; break;
588 case ClassDef::Struct: result+=" struktury "; break;
589 case ClassDef::Union: result+=" unii "; break;
590 case ClassDef::Interface: result+=" interfejsu "; break;
591 case ClassDef::Protocol: result+=" protokołu "; break;
592 case ClassDef::Category: result+=" kategorii "; break;
593 case ClassDef::Exception: result+=" wyjątku "; break;
594 default: break;
595 }
596 result+=clName;
597 return result;
598 }
599
600 /*! used as the title of the HTML page of a file */
601 QCString trFileReference(const QCString &fileName) override
602 {
603 QCString result="Dokumentacja pliku ";
604 result+=fileName;
605 return result;
606 }
607
608 /*! used as the title of the HTML page of a namespace */
609 QCString trNamespaceReference(const QCString &namespaceName) override
610 {
611 QCString result="Dokumentacja przestrzeni nazw ";
612 result+=namespaceName;
613 return result;
614 }
615
616 /* these are for the member sections of a class, struct or union */
618 { return "Metody publiczne"; }
620 { return "Sloty publiczne"; }
622 { return "Sygnały"; }
624 { return "Statyczne metody publiczne"; }
626 { return "Metody chronione"; }
628 { return "Sloty chronione"; }
630 { return "Statyczne metody chronione"; }
632 { return "Metody prywatne"; }
634 { return "Sloty prywatne"; }
636 { return "Statyczne metody prywatne"; }
637
638 /*! this function is used to produce a comma-separated list of items.
639 * use generateMarker(i) to indicate where item i should be put.
640 */
641 QCString trWriteList(int numEntries) override
642 {
643 QCString result;
644 // the inherits list contain `numEntries' classes
645 for (int i=0;i<numEntries;i++)
646 {
647 // use generateMarker to generate placeholders for the class links!
648 result+=generateMarker(i); // generate marker for entry i in the list
649 // (order is left to right)
650
651 if (i!=numEntries-1) // not the last entry, so we need a separator
652 {
653 if (i<numEntries-2) // not the fore last entry
654 result+=", ";
655 else // the fore last entry
656 result+=" i ";
657 }
658 }
659 return result;
660 }
661
662 /*! used in class documentation to produce a list of base classes,
663 * if class diagrams are disabled.
664 */
665 QCString trInheritsList(int numEntries) override
666 {
667 return "Dziedziczy "+trWriteList(numEntries)+".";
668 }
669
670 /*! used in class documentation to produce a list of super classes,
671 * if class diagrams are disabled.
672 */
673 QCString trInheritedByList(int numEntries) override
674 {
675 return "Dziedziczona przez "+trWriteList(numEntries)+".";
676 }
677
678 /*! used in member documentation blocks to produce a list of
679 * members that are hidden by this one.
680 */
681 QCString trReimplementedFromList(int numEntries) override
682 {
683 return "Reimplementowana z "+trWriteList(numEntries)+".";
684 }
685
686 /*! used in member documentation blocks to produce a list of
687 * all member that overwrite the implementation of this member.
688 */
689 QCString trReimplementedInList(int numEntries) override
690 {
691 return "Reimplementowana w "+trWriteList(numEntries)+".";
692 }
693
694 /*! This is put above each page as a link to all members of namespaces. */
696 { return "Składowe przestrzeni nazw"; }
697
698 /*! This is an introduction to the page with all namespace members */
699 QCString trNamespaceMemberDescription(bool extractAll) override
700 {
701 QCString result="Tutaj znajduje się lista wszystkich ";
702 if (!extractAll) result+="udokumentowanych ";
703 result+="składowych wraz z odnośnikami do ";
704 if (extractAll)
705 result+="dokumentacji przestrzeni nazw dla każdej składowej:";
706 else
707 result+="przestrzeni nazw do których składowe te należą:";
708 return result;
709 }
710 /*! This is used in LaTeX as the title of the chapter with the
711 * index of all namespaces.
712 */
714 { return "Indeks przestrzeni nazw"; }
715
716 /*! This is used in LaTeX as the title of the chapter containing
717 * the documentation of all namespaces.
718 */
720 { return "Dokumentacja przestrzeni nazw"; }
721
722//////////////////////////////////////////////////////////////////////////
723// new since 0.49-990522
724//////////////////////////////////////////////////////////////////////////
725
726 /*! This is used in the documentation before the list of all
727 * namespaces in a file.
728 */
730 { return "Przestrzenie nazw"; }
731
732//////////////////////////////////////////////////////////////////////////
733// new since 0.49-990728
734//////////////////////////////////////////////////////////////////////////
735
736 /*! This is put at the bottom of a class documentation page and is
737 * followed by a list of files that were used to generate the page.
738 */
740 bool single) override
741 { // here s is one of " Class", " Struct" or " Union"
742 // single is true implies a single file
743 QCString result="Dokumentacja dla te";
744 switch(compType)
745 {
746 case ClassDef::Class: result+="j klasy"; break;
747 case ClassDef::Struct: result+="j struktury"; break;
748 case ClassDef::Union: result+="j unii"; break;
749 case ClassDef::Interface: result+="go interfejsu"; break;
750 case ClassDef::Protocol: result+="go protokołu"; break;
751 case ClassDef::Category: result+="j kategorii"; break;
752 case ClassDef::Exception: result+="go wyjątku"; break;
753 default: break;
754 }
755 result+=" została wygenerowana z plik";
756 if (single) result+="u:"; else result+="ów:";
757 return result;
758 }
759
760//////////////////////////////////////////////////////////////////////////
761// new since 0.49-990901
762//////////////////////////////////////////////////////////////////////////
763
764 /*! This is used as the heading text for the retval command. */
766 { return "Zwracane wartości"; }
767
768 /*! This is in the (quick) index as a link to the main page (index.html)
769 */
771 { return "Strona główna"; }
772
773 /*! This is used in references to page that are put in the LaTeX
774 * documentation. It should be an abbreviation of the word page.
775 */
777 { return "str."; }
778
779//////////////////////////////////////////////////////////////////////////
780// new since 0.49-991003
781//////////////////////////////////////////////////////////////////////////
782
784 {
785 return "Definicja w linii @0 pliku @1.";
786 }
788 {
789 return "Definicja w pliku @0.";
790 }
791
792//////////////////////////////////////////////////////////////////////////
793// new since 0.49-991205
794//////////////////////////////////////////////////////////////////////////
795
797 {
798 return "Do wycofania";
799 }
800
801//////////////////////////////////////////////////////////////////////////
802// new since 1.0.0
803//////////////////////////////////////////////////////////////////////////
804
805 /*! this text is put before a collaboration diagram */
807 {
808 return "Diagram współpracy dla "+clName+":";
809 }
810 /*! this text is put before an include dependency graph */
811 QCString trInclDepGraph(const QCString &fName) override
812 {
813 return "Wykres zależności załączania dla "+fName+":";
814 }
815 /*! header that is put before the list of constructor/destructors. */
817 {
818 return "Dokumentacja konstruktora i destruktora";
819 }
820 /*! Used in the file documentation to point to the corresponding sources. */
822 {
823 return "Idź do kodu źródłowego tego pliku.";
824 }
825 /*! Used in the file sources to point to the corresponding documentation. */
827 {
828 return "Idź do dokumentacji tego pliku.";
829 }
830 /*! Text for the \\pre command */
832 {
833 return "Warunek wstępny";
834 }
835 /*! Text for the \\post command */
837 {
838 return "Warunek końcowy";
839 }
840 /*! Text for the \\invariant command */
842 {
843 return "Niezmiennik";
844 }
845 /*! Text shown before a multi-line variable/enum initialization */
847 {
848 return "Wartość początkowa:";
849 }
850 /*! Text used the source code in the file index */
851 QCString trCode() override
852 {
853 return "kod źródłowy";
854 }
856 {
857 return "Graficzna hierarchia klas";
858 }
860 {
861 return "Idź do graficznej hierarchii klas";
862 }
864 {
865 return "Idź do tekstowej hierarchii klas";
866 }
868 {
869 return "Indeks stron";
870 }
871
872//////////////////////////////////////////////////////////////////////////
873// new since 1.1.0
874//////////////////////////////////////////////////////////////////////////
875
876 QCString trNote() override
877 {
878 return "Nota";
879 }
881 {
882 return "Typy publiczne";
883 }
885 {
886 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
887 {
888 return "Pola danych";
889 }
890 else
891 {
892 return "Atrybuty publiczne";
893 }
894 }
896 {
897 return "Statyczne atrybuty publiczne";
898 }
900 {
901 return "Typy chronione";
902 }
904 {
905 return "Atrybuty chronione";
906 }
908 {
909 return "Statyczne atrybuty chronione";
910 }
912 {
913 return "Typy prywatne";
914 }
916 {
917 return "Atrybuty prywatne";
918 }
920 {
921 return "Statyczne atrybuty prywatne";
922 }
923
924//////////////////////////////////////////////////////////////////////////
925// new since 1.1.3
926//////////////////////////////////////////////////////////////////////////
927
928 /*! Used as a marker that is put before a todo item */
929 QCString trTodo() override
930 {
931 return "Do zrobienia";
932 }
933 /*! Used as the header of the todo list */
935 {
936 return "Lista rzeczy do zrobienia";
937 }
938
939//////////////////////////////////////////////////////////////////////////
940// new since 1.1.4
941//////////////////////////////////////////////////////////////////////////
942
944 {
945 return "Odwołania w";
946 }
948 {
949 return "Spostrzeżenia";
950 }
952 {
953 return "Uwaga";
954 }
956 {
957 return "Ten wykres pokazuje, które pliki bezpośrednio lub "
958 "pośrednio załączają ten plik:";
959 }
960 QCString trSince() override
961 {
962 return "Od";
963 }
964
965//////////////////////////////////////////////////////////////////////////
966// new since 1.1.5
967//////////////////////////////////////////////////////////////////////////
968
969 /*! title of the graph legend page */
971 {
972 return "Legenda wykresu";
973 }
974 /*! page explaining how the dot graph's should be interpreted */
976 {
977 return
978 "Ta strona wyjaśnia jak interpretować wykresy, które są wygenerowane "
979 "przez doxygen.<p>\n"
980 "Rozważ następujący przykład:\n"
981 "\\code\n"
982 "/*! Klasa Niewidzialna z powodu okrojenia */\n"
983 "class Niewidzialna { };\n\n"
984 "/*! Klasa Okrojona, relacja dziedziczenia jest ukryta */\n"
985 "class Okrojona : public Niewidzialna { };\n\n"
986 "/* Klasa nie udokumentowana komentarzami doxygen */\n"
987 "class Nieudokumentowana { };\n\n"
988 "/*! Klasa, która jest dziedziczona publicznie */\n"
989 "class PublicznaBaza : public Okrojona { };\n\n"
990 "/*! Szablon klasy */\n"
991 "template<class T> class Templ { };\n\n"
992 "/*! Klasa, która jest dziedziczona przy użyciu dziedziczenia chronionego */\n"
993 "class ChronionaBaza { };\n\n"
994 "/*! Klasa, która jest dziedziczona prywatnie */\n"
995 "class PrywatnaBaza { };\n\n"
996 "/*! Klasa, która jest użyta przez klasę Dziedziczona */\n"
997 "class Uzyta { };\n\n"
998 "/*! Superklasa, która dziedziczy kilka innych klas */\n"
999 "class Dziedziczona : public PublicznaBaza,\n"
1000 " protected ChronionaBaza,\n"
1001 " private PrywatnaBaza,\n"
1002 " public Nieudokumentowana,\n"
1003 " public Templ<int>\n"
1004 "{\n"
1005 " private:\n"
1006 " Uzyta *m_usedClass;\n"
1007 "};\n"
1008 "\\endcode\n"
1009 "Rezultat na następującym wykresie:"
1010 "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
1011 "<p>\n"
1012 "Prostokąty w powyższym wykresie mają następujące znaczenie:\n"
1013 "</p>\n"
1014 "<ul>\n"
1015 "<li>Wypełniony czarny prostokąt reprezentuje strukturę lub klasę dla "
1016 "której został wygenerowany wykres.</li>\n"
1017 "<li>Prostokąt z czarną obwolutą oznacza udokumentowaną strukturę lub klasę.</li>\n"
1018 "<li>Prostokąt z szarą obwolutą oznacza nieudokumentowaną strukturę lub klasę.</li>\n"
1019 "<li>Prostokąt z czerwoną obwolutą oznacza udokumentowaną strukturę lub klasę dla\n"
1020 "której nie są pokazane wszystkie relacje dziedziczenia/zawierania. Wykres jest "
1021 "okrojony, jeśli nie mieści się w określonych brzegach.</li>\n"
1022 "</ul>\n"
1023 "<p>\n"
1024 "Strzałki mają następujące znaczenie:\n"
1025 "<p>\n"
1026 "<ul>\n"
1027 "<li>Ciemno niebieska strzałka jest używana do wizualizacji relacji "
1028 "dziedziczenia publicznego pomiędzy dwiema klasami.</li>\n"
1029 "<li>Ciemno zielona strzałka jest używana dla dziedziczenia chronionego.</li>\n"
1030 "<li>Ciemno czerwona strzałka jest używana dla dziedziczenia prywatnego.</li>\n"
1031 "<li>Fioletowa przerywana strzałka jest używana jeśli klasa jest zawarta "
1032 "lub użyta przez inną klasę. Strzałka jest podpisana zmienną(ymi) "
1033 "przez które wskazywana klasa lub struktura jest dostępna. </li>\n"
1034 "</ul>\n";
1035 }
1036 /*! text for the link to the legend page */
1038 {
1039 return "legenda";
1040 }
1041
1042//////////////////////////////////////////////////////////////////////////
1043// new since 1.2.0
1044//////////////////////////////////////////////////////////////////////////
1045
1046 /*! Used as a marker that is put before a test item */
1047 QCString trTest() override
1048 {
1049 return "Test";
1050 }
1051 /*! Used as the header of the test list */
1053 {
1054 return "Lista testów";
1055 }
1056
1057//////////////////////////////////////////////////////////////////////////
1058// new since 1.2.2
1059//////////////////////////////////////////////////////////////////////////
1060
1061 /*! Used as a section header for IDL properties */
1063 {
1064 return "Właściwości";
1065 }
1066 /*! Used as a section header for IDL property documentation */
1068 {
1069 return "Dokumentacja właściwości";
1070 }
1071//////////////////////////////////////////////////////////////////////////
1072// new since 1.2.4
1073//////////////////////////////////////////////////////////////////////////
1074
1075 /*! Used for Java classes in the summary section of Java packages */
1077 {
1078 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1079 {
1080 return "Struktury Danych";
1081 }
1082 else
1083 {
1084 return "Klasy";
1085 }
1086 }
1087 /*! Used as the title of a Java package */
1088 QCString trPackage(const QCString &name) override
1089 {
1090 return "Pakiet "+name;
1091 }
1092 /*! The description of the package index page */
1094 {
1095 return "Oto lista pakietów wraz z ich krótkimi opisami (jeśli są dostępne):";
1096 }
1097 /*! The link name in the Quick links header for each page */
1099 {
1100 return "Pakiety";
1101 }
1102 /*! Text shown before a multi-line define */
1104 {
1105 return "Wartość:";
1106 }
1107
1108//////////////////////////////////////////////////////////////////////////
1109// new since 1.2.5
1110//////////////////////////////////////////////////////////////////////////
1111
1112 /*! Used as a marker that is put before a \\bug item */
1113 QCString trBug() override
1114 {
1115 return "Błąd";
1116 }
1117 /*! Used as the header of the bug list */
1119 {
1120 return "Lista błędów";
1121 }
1122
1123//////////////////////////////////////////////////////////////////////////
1124// new since 1.2.6-20010422
1125//////////////////////////////////////////////////////////////////////////
1126
1127 /*! Used as ansicpg for RTF file */
1129 {
1130 return "1250";
1131 }
1132
1133 /*! Used as ansicpg for RTF fcharset */
1135 {
1136 return "238";
1137 }
1138
1139 /*! Used as header RTF general index */
1141 {
1142 return "Indeks";
1143 }
1144
1145 /*! This is used for translation of the word that will possibly
1146 * be followed by a single name or by a list of names
1147 * of the category.
1148 */
1149 QCString trClass(bool first_capital, bool singular) override
1150 {
1151 return createNoun(first_capital, singular, "klas", "y", "a");
1152 }
1153
1154 /*! This is used for translation of the word that will possibly
1155 * be followed by a single name or by a list of names
1156 * of the category.
1157 */
1158 QCString trFile(bool first_capital, bool singular) override
1159 {
1160 return createNoun(first_capital, singular, "plik", "i");
1161 }
1162
1163 /*! This is used for translation of the word that will possibly
1164 * be followed by a single name or by a list of names
1165 * of the category.
1166 */
1167 QCString trNamespace(bool first_capital, bool singular) override
1168 {
1169 return createNoun(first_capital, singular, "przestrze", "nie", "ń") + " nazw";
1170 }
1171
1172 /*! This is used for translation of the word that will possibly
1173 * be followed by a single name or by a list of names
1174 * of the category.
1175 */
1176 QCString trGroup(bool first_capital, bool singular) override
1177 {
1178 return createNoun(first_capital, singular, "grupa", "y");
1179 }
1180
1181 /*! This is used for translation of the word that will possibly
1182 * be followed by a single name or by a list of names
1183 * of the category.
1184 */
1185 QCString trPage(bool first_capital, bool singular) override
1186 {
1187 return createNoun(first_capital, singular, "stron", "y", "a");
1188 }
1189
1190 /*! This is used for translation of the word that will possibly
1191 * be followed by a single name or by a list of names
1192 * of the category.
1193 */
1194 QCString trMember(bool first_capital, bool singular) override
1195 {
1196 return createNoun(first_capital, singular, "składow", "e", "a");
1197 }
1198
1199 /*! This is used for translation of the word that will possibly
1200 * be followed by a single name or by a list of names
1201 * of the category.
1202 */
1203 QCString trGlobal(bool first_capital, bool singular) override
1204 {
1205 return createNoun(first_capital, singular, "global", "ne", "ny");
1206 }
1207
1208//////////////////////////////////////////////////////////////////////////
1209// new since 1.2.7
1210//////////////////////////////////////////////////////////////////////////
1211
1212 /*! This text is generated when the \\author command is used and
1213 * for the author section in man pages. */
1214 QCString trAuthor(bool first_capital, bool singular) override
1215 {
1216 return createNoun(first_capital, singular, "autor", "zy");
1217 }
1218
1219//////////////////////////////////////////////////////////////////////////
1220// new since 1.2.11
1221//////////////////////////////////////////////////////////////////////////
1222
1223 /*! This text is put before the list of members referenced by a member
1224 */
1226 {
1227 return "Odwołuje się do";
1228 }
1229
1230
1231//////////////////////////////////////////////////////////////////////////
1232// new since 1.2.13
1233//////////////////////////////////////////////////////////////////////////
1234
1235
1236 QCString trImplementedFromList(int numEntries) override
1237 {
1238 return "Implementuje "+trWriteList(numEntries)+".";
1239 }
1240
1241 QCString trImplementedInList(int numEntries) override
1242 {
1243 return "Implementowany w "+trWriteList(numEntries)+".";
1244 }
1245
1246//////////////////////////////////////////////////////////////////////////
1247// new since 1.2.16
1248//////////////////////////////////////////////////////////////////////////
1249
1250 /*! used in RTF documentation as a heading for the Table
1251 * of Contents.
1252 */
1254 {
1255 return "Spis treści";
1256 }
1257
1258//////////////////////////////////////////////////////////////////////////
1259// new since 1.2.17
1260//////////////////////////////////////////////////////////////////////////
1261
1262 /*! Used as the header of the list of item that have been
1263 * flagged deprecated
1264 */
1266 {
1267 return "Lista elementów do wycofania";
1268 }
1269
1270//////////////////////////////////////////////////////////////////////////
1271// new since 1.2.18
1272//////////////////////////////////////////////////////////////////////////
1273
1274 /*! Used as a header for declaration section of the events found in
1275 * a C# program
1276 */
1278 {
1279 return "Zdarzenia";
1280 }
1281 /*! Header used for the documentation section of a class' events. */
1283 {
1284 return "Dokumentacja zdarzeń";
1285 }
1286
1287//////////////////////////////////////////////////////////////////////////
1288// new since 1.3
1289//////////////////////////////////////////////////////////////////////////
1290
1291 /*! Used as a heading for a list of Java class types with package scope.
1292 */
1294 {
1295 return "Typy pakietu";
1296 }
1297 /*! Used as a heading for a list of Java class functions with package
1298 * scope.
1299 */
1301 {
1302 return "Funkcje pakietu";
1303 }
1305 {
1306 return "Składowe pakietu";
1307 }
1308 /*! Used as a heading for a list of static Java class functions with
1309 * package scope.
1310 */
1312 {
1313 return "Statyczne funkcje pakietu";
1314 }
1315 /*! Used as a heading for a list of Java class variables with package
1316 * scope.
1317 */
1319 {
1320 return "Atrybuty pakietu";
1321 }
1322 /*! Used as a heading for a list of static Java class variables with
1323 * package scope.
1324 */
1326 {
1327 return "Statyczne atrybuty pakietu";
1328 }
1329
1330//////////////////////////////////////////////////////////////////////////
1331// new since 1.3.1
1332//////////////////////////////////////////////////////////////////////////
1333
1334 /*! Used in the quick index of a class/file/namespace member list page
1335 * to link to the unfiltered list of all members.
1336 */
1337 QCString trAll() override
1338 {
1339 return "Wszystko";
1340 }
1341 /*! Put in front of the call graph for a function. */
1343 {
1344 return "Oto graf wywołań dla tej funkcji:";
1345 }
1346
1347//////////////////////////////////////////////////////////////////////////
1348// new since 1.3.3
1349//////////////////////////////////////////////////////////////////////////
1350
1351 /*! This string is used as the title for the page listing the search
1352 * results.
1353 */
1355 {
1356 return "Wyniki szukania";
1357 }
1358 /*! This string is put just before listing the search results. The
1359 * text can be different depending on the number of documents found.
1360 * Inside the text you can put the special marker $num to insert
1361 * the number representing the actual number of search results.
1362 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1363 * value 2 represents 2 or more matches. HTML markup is allowed inside
1364 * the returned string.
1365 */
1366 QCString trSearchResults(int numDocuments) override
1367 {
1368 if (numDocuments==0)
1369 {
1370 return "Niestety żaden dokument nie pasuje do twojego zapytania.";
1371 }
1372 else if (numDocuments==1)
1373 {
1374 return "Znaleziono <b>1</b> dokument pasujący do twojego zapytania.";
1375 }
1376 int count = numDocuments % 10;
1377 if ((count>=2) && (count<=4))
1378 {
1379 return "Znaleziono <b>$num</b> dokumenty pasujące do twojego zapytania. "
1380 "Najlepiej pasujące dokumenty wyświetlane są na początku listy.";
1381 }
1382 else
1383 {
1384 return "Znaleziono <b>$num</b> dokumentów pasujących do twojego zapytania. "
1385 "Najlepiej pasujące dokumenty wyświetlane są na początku listy.";
1386 }
1387 }
1388 /*! This string is put before the list of matched words, for each search
1389 * result. What follows is the list of words that matched the query.
1390 */
1392 {
1393 return "Pasujące słowa:";
1394 }
1395
1396//////////////////////////////////////////////////////////////////////////
1397// new since 1.3.8
1398//////////////////////////////////////////////////////////////////////////
1399
1400 /*! This is used in HTML as the title of page with source code for file filename
1401 */
1402 QCString trSourceFile(const QCString& filename) override
1403 {
1404 return "Plik źródłowy " + filename;
1405 }
1406
1407//////////////////////////////////////////////////////////////////////////
1408// new since 1.3.9
1409//////////////////////////////////////////////////////////////////////////
1410
1411 /*! This is used as the name of the chapter containing the directory
1412 * hierarchy.
1413 */
1415 { return "Struktura katalogów"; }
1416
1417 /*! This is used as the name of the chapter containing the documentation
1418 * of the directories.
1419 */
1421 { return "Dokumentacja katalogów"; }
1422
1423 /*! This is used as the title of the directory index and also in the
1424 * Quick links of a HTML page, to link to the directory hierarchy.
1425 */
1427 { return "Katalogi"; }
1428
1429
1430 /*! This returns the title of a directory page. The name of the
1431 * directory is passed via \a dirName.
1432 */
1433 QCString trDirReference(const QCString &dirName) override
1434 { QCString result="Dokumentacja katalogu "; result+=dirName; return result; }
1435
1436 /*! This returns the word directory with or without starting capital
1437 * (\a first_capital) and in sigular or plural form (\a singular).
1438 */
1439 QCString trDir(bool first_capital, bool singular) override
1440 {
1441 return createNoun(first_capital, singular, "katalog", "i");
1442 }
1443
1444//////////////////////////////////////////////////////////////////////////
1445// new since 1.4.1
1446//////////////////////////////////////////////////////////////////////////
1447
1448 /*! This text is added to the documentation when the \\overload command
1449 * is used for a overloaded function.
1450 */
1452 {
1453 return "To jest metoda przeciążona, udostępniona dla wygody. "
1454 "Różni się od powyższej metody tylko zestawem akceptowanych argumentów.";
1455 }
1456
1457//////////////////////////////////////////////////////////////////////////
1458// new since 1.4.6
1459//////////////////////////////////////////////////////////////////////////
1460
1461 /*! This is used to introduce a caller (or called-by) graph */
1463 {
1464 return "Oto graf wywoływań tej funkcji:";
1465 }
1466
1467 /*! This is used in the documentation of a file/namespace before the list
1468 * of documentation blocks for enumeration values
1469 */
1471 { return "Dokumentacja wyliczeń"; }
1472
1473//////////////////////////////////////////////////////////////////////////
1474// new since 1.5.4 (mainly for Fortran)
1475//////////////////////////////////////////////////////////////////////////
1476
1477 /*! header that is put before the list of member subprograms (Fortran). */
1479 { return "Dokumentacja składowej funkcji/podprogramu"; }
1480
1481 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1483 { return "Lista typów danych"; }
1484
1485 /*! This is put above each page as a link to all members of compounds (Fortran). */
1487 { return "Pola danych"; }
1488
1489 /*! This is an introduction to the annotated compound list (Fortran). */
1491 { return "Tutaj znajdują się typy danych wraz z ich krótkimi opisami:"; }
1492
1493 /*! This is an introduction to the page with all data types (Fortran). */
1495 {
1496 QCString result="Tutaj znajduje się lista wszystkich ";
1497 if (!extractAll)
1498 {
1499 result+="udokumentowanych ";
1500 }
1501 result+="składowych typów danych";
1502 result+=" wraz z odnośnikami do ";
1503 if (!extractAll)
1504 {
1505 result+="dokumentacji struktury danych dla każdej składowej";
1506 }
1507 else
1508 {
1509 result+="typów danych, do których dana składowa należy:";
1510 }
1511 return result;
1512 }
1513
1514 /*! This is used in LaTeX as the title of the chapter with the
1515 * annotated compound index (Fortran).
1516 */
1518 { return "Indeks typów danych"; }
1519
1520 /*! This is used in LaTeX as the title of the chapter containing
1521 * the documentation of all data types (Fortran).
1522 */
1524 { return "Dokumentacja typów danych"; }
1525
1526 /*! This is used in the documentation of a file as a header before the
1527 * list of (global) subprograms (Fortran).
1528 */
1530 { return "Funkcje/podprogramy"; }
1531
1532 /*! This is used in the documentation of a file/namespace before the list
1533 * of documentation blocks for subprograms (Fortran)
1534 */
1536 { return "Dokumentacja funkcji/podprogramu"; }
1537
1538 /*! This is used in the documentation of a file/namespace/group before
1539 * the list of links to documented compounds (Fortran)
1540 */
1542 { return "Typy danych"; }
1543
1544 /*! used as the title of page containing all the index of all modules (Fortran). */
1546 { return "Lista modułów"; }
1547
1548 /*! used as an introduction to the modules list (Fortran) */
1549 QCString trModulesListDescription(bool extractAll) override
1550 {
1551 QCString result="Tutaj znajduje się lista wszystkich ";
1552 if (!extractAll) result+="udokumentowanych ";
1553 result+="modułów wraz z ich krótkimi opisami:";
1554 return result;
1555 }
1556
1557 /*! used as the title of the HTML page of a module/type (Fortran) */
1559 ClassDef::CompoundType compType,
1560 bool isTemplate) override
1561 {
1562 QCString result="Dokumentacja";
1563 if (isTemplate) result+=" szablonu";
1564 switch(compType)
1565 {
1566 case ClassDef::Class: result+=" modułu "; break;
1567 case ClassDef::Struct: result+=" typu "; break;
1568 case ClassDef::Union: result+=" unii "; break;
1569 case ClassDef::Interface: result+=" interfejsu "; break;
1570 case ClassDef::Protocol: result+=" protokołu "; break;
1571 case ClassDef::Category: result+=" kategorii "; break;
1572 case ClassDef::Exception: result+=" wyjątku "; break;
1573 default: break;
1574 }
1575 result+=clName;
1576 return result;
1577 }
1578 /*! used as the title of the HTML page of a module (Fortran) */
1579 QCString trModuleReference(const QCString &namespaceName) override
1580 {
1581 QCString result="Dokumentacja modułu ";
1582 result+=namespaceName;
1583 return result;
1584 }
1585
1586 /*! This is put above each page as a link to all members of modules. (Fortran) */
1588 { return "Składowe modułu"; }
1589
1590 /*! This is an introduction to the page with all modules members (Fortran) */
1591 QCString trModulesMemberDescription(bool extractAll) override
1592 {
1593 QCString result="Tutaj znajduje się lista wszystkich ";
1594 if (!extractAll) result+="udokumentowanych ";
1595 result+="składowych modułów wraz z odnośnikami do ";
1596 if (extractAll)
1597 {
1598 result+="dokumentacji modułu dla każdej składowej:";
1599 }
1600 else
1601 {
1602 result+="modułów, do których składowe te należą:";
1603 }
1604 return result;
1605 }
1606
1607 /*! This is used in LaTeX as the title of the chapter with the
1608 * index of all modules (Fortran).
1609 */
1611 { return "Indeks modułu"; }
1612
1613 /*! This is used for translation of the word that will possibly
1614 * be followed by a single name or by a list of names
1615 * of the category.
1616 */
1617 QCString trModule(bool first_capital, bool singular) override
1618 {
1619 return createNoun(first_capital, singular, "moduł", "y");
1620 }
1621 /*! This is put at the bottom of a module documentation page and is
1622 * followed by a list of files that were used to generate the page.
1623 */
1625 bool single) override
1626 {
1627 // single is true implies a single file
1628 QCString result="Dokumentacja dla te";
1629 switch(compType)
1630 {
1631 case ClassDef::Class: result+="go modułu"; break;
1632 case ClassDef::Struct: result+="go typu"; break;
1633 case ClassDef::Union: result+="j unii"; break;
1634 case ClassDef::Interface: result+="go interfejsu"; break;
1635 case ClassDef::Protocol: result+="go protokołu"; break;
1636 case ClassDef::Category: result+="j kategorii"; break;
1637 case ClassDef::Exception: result+="go wyjątku"; break;
1638 default: break;
1639 }
1640 result+=" została wygenerowana z plik";
1641 if (single) result+="u:"; else result+="ów:";
1642 return result;
1643 }
1644 /*! This is used for translation of the word that will possibly
1645 * be followed by a single name or by a list of names
1646 * of the category.
1647 */
1648 QCString trType(bool first_capital, bool singular) override
1649 {
1650 return createNoun(first_capital, singular, "typ", "y");
1651 }
1652 /*! This is used for translation of the word that will possibly
1653 * be followed by a single name or by a list of names
1654 * of the category.
1655 */
1656 QCString trSubprogram(bool first_capital, bool singular) override
1657 {
1658 return createNoun(first_capital, singular, "podprogram", "y");
1659 }
1660
1661 /*! C# Type Constraint list */
1663 {
1664 return "Ograniczenia typów";
1665 }
1666
1667//////////////////////////////////////////////////////////////////////////
1668// new since 1.6.0 (mainly for the new search engine)
1669//////////////////////////////////////////////////////////////////////////
1670
1671 /*! directory relation for \a name */
1672 QCString trDirRelation(const QCString &name) override
1673 {
1674 return "Relacja "+ QCString(name);
1675 }
1676
1677 /*! Loading message shown when loading search results */
1679 {
1680 return "Wczytywanie...";
1681 }
1682
1683 /*! Label used for search results in the global namespace */
1685 {
1686 return "Globalna przestrzeń nazw";
1687 }
1688
1689 /*! Message shown while searching */
1691 {
1692 return "Szukanie...";
1693 }
1694
1695 /*! Text shown when no search results are found */
1697 {
1698 return "Brak dopasowań";
1699 }
1700
1701//////////////////////////////////////////////////////////////////////////
1702// new since 1.6.3 (missing items for the directory pages)
1703//////////////////////////////////////////////////////////////////////////
1704
1705 /*! when clicking a directory dependency label, a page with a
1706 * table is shown. The heading for the first column mentions the
1707 * source file that has a relation to another file.
1708 */
1709 QCString trFileIn(const QCString &name) override
1710 {
1711 return "Plik w "+name;
1712 }
1713
1714 /*! when clicking a directory dependency label, a page with a
1715 * table is shown. The heading for the second column mentions the
1716 * destination file that is included.
1717 */
1718 QCString trIncludesFileIn(const QCString &name) override
1719 {
1720 return "Zawiera plik w "+name;
1721 }
1722
1723 /** Compiles a date string.
1724 * @param year Year in 4 digits
1725 * @param month Month of the year: 1=January
1726 * @param day Day of the Month: 1..31
1727 * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1728 * @param hour Hour of the day: 0..23
1729 * @param minutes Minutes in the hour: 0..59
1730 * @param seconds Seconds within the minute: 0..59
1731 * @param includeTime Include time in the result string?
1732 */
1733 QCString trDateTime(int year,int month,int day,int dayOfWeek,
1734 int hour,int minutes,int seconds,
1735 DateTimeType includeTime) override
1736 {
1737 static const char *days[] = { "Pn","Wt","Śr","Cz","Pt","So","N" };
1738 static const char *months[] = { "sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru" };
1739 QCString sdate;
1740 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Date)
1741 {
1742 sdate.sprintf("%s, %d %s %d",days[dayOfWeek-1],day,months[month-1],year);
1743 }
1744 if (includeTime == DateTimeType::DateTime) sdate += " ";
1745 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Time)
1746 {
1747 QCString stime;
1748 stime.sprintf("%.2d:%.2d:%.2d",hour,minutes,seconds);
1749 sdate+=stime;
1750 }
1751 return sdate;
1752 }
1753 QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
1754 {
1755 static const char *days_short[] = { "pon.", "wt.", "śr.", "czw.", "pt.", "sob.", "niedz." };
1756 static const char *days_full[] = { "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota", "niedziela" };
1757 QCString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1758 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1759 else return text;
1760 }
1761 QCString trMonth(int month, bool first_capital, bool full) override
1762 {
1763 static const char *months_short[] = { "sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru" };
1764 static const char *months_full[] = { "styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień" };
1765 QCString text = full? months_full[month-1] : months_short[month-1];
1766 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1767 else return text;
1768 }
1769 QCString trDayPeriod(bool period) override
1770 {
1771 static const char *dayPeriod[] = { "AM", "PM" };
1772 return dayPeriod[period?1:0];
1773 }
1774
1775//////////////////////////////////////////////////////////////////////////
1776// new since 1.7.5
1777//////////////////////////////////////////////////////////////////////////
1778
1779 /*! Header for the page with bibliographic citations */
1781 { return "Odwołania do literatury"; }
1782
1783 /*! Text for copyright paragraph */
1785 { return "Copyright"; }
1786
1787 /*! Header for the graph showing the directory dependencies */
1788 QCString trDirDepGraph(const QCString &name) override
1789 { return QCString("Wykres zależności katalogu dla ")+name+":"; }
1790
1791//////////////////////////////////////////////////////////////////////////
1792// new since 1.8.0
1793//////////////////////////////////////////////////////////////////////////
1794
1795 /*! Detail level selector shown for hierarchical indices */
1797 { return "poziom szczegółów"; }
1798
1799 /*! Section header for list of template parameters */
1801 { return "Parametry Szablonu"; }
1802
1803 /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1804 QCString trAndMore(const QCString &number) override
1805 { return "i "+number+" więcej..."; }
1806
1807 /*! Used file list for a Java enum */
1809 { QCString result = "Dokumentacja dla tego wyliczenia została wygenerowana z plik";
1810 if (single) result+="u:"; else result+="ów:";
1811 return result;
1812 }
1813
1814 /*! Header of a Java enum page (Java enums are represented as classes). */
1815 QCString trEnumReference(const QCString &name) override
1816 { QCString result="Dokumentacja wyliczenia "; result+=name; return result; }
1817
1818 /*! Used for a section containing inherited members */
1819 QCString trInheritedFrom(const QCString &members,const QCString &what) override
1820 { return QCString(members)+" dziedziczone z "+what; }
1821
1822 /*! Header of the sections with inherited members specific for the
1823 * base class(es)
1824 */
1826 { return "Dodatkowe dziedziczone składowe"; }
1827
1828//////////////////////////////////////////////////////////////////////////
1829// new since 1.8.2
1830//////////////////////////////////////////////////////////////////////////
1831
1832 /*! Used as a tooltip for the toggle button that appears in the
1833 * navigation tree in the HTML output when GENERATE_TREEVIEW is
1834 * enabled. This tooltip explains the meaning of the button.
1835 */
1837 {
1838 QCString opt = enable ? "włączyć" : "wyłączyć";
1839 return "kliknij żeby "+opt+" pokazywanie otwartego elementu w drzewie zawartości";
1840 }
1841
1842 /*! Used in a method of an Objective-C class that is declared in a
1843 * a category. Note that the @1 marker is required and is replaced
1844 * by a link.
1845 */
1847 {
1848 return "Dostarczany przez kategorię @0.";
1849 }
1850
1851 /*! Used in a method of an Objective-C category that extends a class.
1852 * Note that the @1 marker is required and is replaced by a link to
1853 * the class method.
1854 */
1856 {
1857 return "Rozszerza klasę @0.";
1858 }
1859
1860 /*! Used as the header of a list of class methods in Objective-C.
1861 * These are similar to static public member functions in C++.
1862 */
1864 {
1865 return "Metody klasy";
1866 }
1867
1868 /*! Used as the header of a list of instance methods in Objective-C.
1869 * These are similar to public member functions in C++.
1870 */
1872 {
1873 return "Metody instancji";
1874 }
1875
1876 /*! Used as the header of the member functions of an Objective-C class.
1877 */
1879 {
1880 return "Dokumentacja metod";
1881 }
1882
1883//////////////////////////////////////////////////////////////////////////
1884// new since 1.8.4
1885//////////////////////////////////////////////////////////////////////////
1886
1887 /** old style UNO IDL services: implemented interfaces */
1889 { return "Eksportowane interfejsy"; }
1890
1891 /** old style UNO IDL services: inherited services */
1893 { return "Załączone usługi"; }
1894
1895 /** UNO IDL constant groups */
1897 { return "Grupy stałych"; }
1898
1899 /** UNO IDL constant groups */
1900 QCString trConstantGroupReference(const QCString &namespaceName) override
1901 {
1902 QCString result=namespaceName;
1903 result+=" Dokumentacja grup stałych";
1904 return result;
1905 }
1906 /** UNO IDL service page title */
1907 QCString trServiceReference(const QCString &sName) override
1908 {
1909 QCString result=sName;
1910 result+=" Dokumentacja usług";
1911 return result;
1912 }
1913 /** UNO IDL singleton page title */
1915 {
1916 QCString result=sName;
1917 result+=" Dokumentacja wzorców projektowych";
1918 return result;
1919 }
1920 /** UNO IDL service page */
1922 {
1923 // single is true implies a single file
1924 QCString result="Dokumentacja dla tej usługi "
1925 "została wygenerowana z plik";
1926 if (single) result+="u:"; else result+="ów:";
1927 return result;
1928 }
1929 /** UNO IDL singleton page */
1931 {
1932 // single is true implies a single file
1933 QCString result="Dokumentacja dla tego wzorca projektowego "
1934 "została wygenerowana z plik";
1935 if (single) result+="u:"; else result+="ów:";
1936 return result;
1937 }
1938
1939//////////////////////////////////////////////////////////////////////////
1940// new since 1.8.15
1941//////////////////////////////////////////////////////////////////////////
1942
1943 /** VHDL design unit hierarchy */
1945 { return "Hierarchia jednostek projektowych"; }
1946 /** VHDL design unit list */
1948 { return "Lista jednostek projektowych"; }
1949 /** VHDL design unit members */
1951 { return "Składowe jednostki projektowej"; }
1952 /** VHDL design unit list description */
1954 {
1955 return "Tu znajduje się lista wszystkich składowych jednostek projektowych "
1956 "związanych z Jednostkami Nadrzędnymi do których należą:";
1957 }
1958 /** VHDL design unit index */
1960 { return "Indeks jednostek projektowych"; }
1961 /** VHDL design units */
1963 { return "Jednostki projektowe"; }
1964 /** VHDL functions/procedures/processes */
1966 { return "Funkcje/Procedury/Procesy"; }
1967 /** VHDL type */
1968 QCString trVhdlType(VhdlSpecifier type,bool single) override
1969 {
1970 switch(type)
1971 {
1973 if (single) return "Biblioteka";
1974 else return "Biblioteki";
1976 if (single) return "Pakiet";
1977 else return "Pakiety";
1979 if (single) return "Sygnał";
1980 else return "Sygnały";
1982 if (single) return "Komponent";
1983 else return "Komponenty";
1985 if (single) return "Stała";
1986 else return "Stałe";
1988 if (single) return "Jednostka";
1989 else return "Jednostki";
1991 if (single) return "Typ";
1992 else return "Typy";
1994 if (single) return "Podtyp";
1995 else return "Podtypy";
1997 if (single) return "Funkcja";
1998 else return "Funkcje";
2000 if (single) return "Rekord";
2001 else return "Rekordy";
2003 if (single) return "Procedura";
2004 else return "Procedury";
2006 if (single) return "Architektura";
2007 else return "Architektury";
2009 if (single) return "Atrybut";
2010 else return "Atrybuty";
2012 if (single) return "Proces";
2013 else return "Procesy";
2015 if (single) return "Port";
2016 else return "Porty";
2017 case VhdlSpecifier::USE:
2018 if (single) return "Klauzula użycia";
2019 else return "Klauzule użycia";
2021 if (single) return "Generyczny";
2022 else return "Generyczne";
2024 return "Ciało pakietu";
2026 return "Jednostki";
2028 if (single) return "Współdzielona zmienna";
2029 else return "Współdzielone zmienne";
2031 if (single) return "Plik";
2032 else return "Pliki";
2034 if (single) return "Grupa";
2035 else return "Grupy";
2037 if (single) return "Utworzona instancja";
2038 else return "Utworzone instancje";
2040 if (single) return "Alias";
2041 else return "Aliasy";
2043 if (single) return "Konfiguracja";
2044 else return "Konfiguracje";
2046 return "Różne";
2048 return "Ograniczenia";
2049 default:
2050 return "Klasa";
2051 }
2052 }
2054 { return "Dokumentacja "+name; }
2055
2056 /* Slice */
2058 {
2059 return "Stałe";
2060 }
2062 {
2063 return "Dokumentacja stałych";
2064 }
2066 {
2067 return "Sekwencje";
2068 }
2070 {
2071 return "Dokumentacja sekwencji";
2072 }
2074 {
2075 return "Słowniki";
2076 }
2078 {
2079 return "Dokumentacja słowników";
2080 }
2082 {
2083 return "Interfejsy";
2084 }
2086 {
2087 return "Indeks interfejsów";
2088 }
2090 {
2091 return "Lista interfejsów";
2092 }
2094 {
2095 return "Tutaj znajduje się lista interfejsów wraz z ich krótkimi opisami:";
2096 }
2098 {
2099 return "Hierarchia interfejsów";
2100 }
2102 {
2103 return "Ta lista dziedziczenia posortowana jest z grubsza, "
2104 "choć nie całkowicie, alfabetycznie:";
2105 }
2107 {
2108 return "Dokumentacja interfejsów";
2109 }
2111 {
2112 return "Struktury";
2113 }
2115 {
2116 return "Indeks struktur";
2117 }
2119 {
2120 return "Lista struktur";
2121 }
2123 {
2124 return "Tutaj znajdują się struktury wraz z ich krótkimi opisami:";
2125 }
2127 {
2128 return "Dokumentacja struktur";
2129 }
2131 {
2132 return "Indeks wyjątków";
2133 }
2135 {
2136 return "Lista wyjątków";
2137 }
2139 {
2140 return "Tutaj znajdują się wyjątki wraz z ich krótkimi opisami:";
2141 }
2143 {
2144 return "Hierarchia wyjątków";
2145 }
2147 {
2148 return "Ta lista dziedziczenia posortowana jest z grubsza, "
2149 "choć nie całkowicie, alfabetycznie:";
2150 }
2152 {
2153 return "Dokumentacja wyjątków";
2154 }
2155 QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal) override
2156 {
2157 QCString result=clName;
2158 result+= "Dokumentacja";
2159 if (isLocal) result+=" Lokal";
2160 switch(compType)
2161 {
2162 case ClassDef::Class: if (isLocal) result+="nej"; result+=" Klasy"; break;
2163 case ClassDef::Struct: if (isLocal) result+="nej"; result+=" Struktury"; break;
2164 case ClassDef::Union: if (isLocal) result+="nej"; result+=" Unii"; break;
2165 case ClassDef::Interface: if (isLocal) result+="nego"; result+=" Interfejsu"; break;
2166 case ClassDef::Protocol: if (isLocal) result+="nego"; result+=" Protokołu"; break;
2167 case ClassDef::Category: if (isLocal) result+="nej"; result+=" Kategorii"; break;
2168 case ClassDef::Exception: if (isLocal) result+="nego"; result+=" Wyjątku"; break;
2169 default: break;
2170 }
2171 result+=" " + clName;
2172 return result;
2173 }
2175 {
2176 return "Operacje";
2177 }
2179 {
2180 return "Dokumentacja operacji";
2181 }
2183 {
2184 return "Pola klasy";
2185 }
2187 {
2188 return "Dokumentacja pól klasy";
2189 }
2190
2191//////////////////////////////////////////////////////////////////////////
2192// new since 1.8.19
2193//////////////////////////////////////////////////////////////////////////
2194
2195 /** VHDL design unit documentation */
2197 { return "Dokumentacja jednostek projektowych"; }
2198
2199//////////////////////////////////////////////////////////////////////////
2200// new since 1.9.2
2201//////////////////////////////////////////////////////////////////////////
2202
2203 /** C++20 concept */
2204 QCString trConcept(bool first_capital, bool singular) override
2205 {
2206 return createNoun(first_capital, singular, "koncept", "y");
2207 }
2208 /*! used as the title of the HTML page of a C++20 concept page */
2209 QCString trConceptReference(const QCString &conceptName) override
2210 {
2211 QCString result="Dokumentacja konceptu " + conceptName;
2212 return result;
2213 }
2214
2215 /*! used as the title of page containing all the index of all concepts. */
2217 { return "Lista konceptów"; }
2218
2219 /*! used as the title of chapter containing the index listing all concepts. */
2221 { return "Indeks konceptów"; }
2222
2223 /*! used as the title of chapter containing all information about concepts. */
2225 { return "Dokumentacja konceptów"; }
2226
2227 /*! used as an introduction to the concept list */
2228 QCString trConceptListDescription(bool extractAll) override
2229 {
2230 QCString result="Tutaj znajduje się lista wszystkich ";
2231 if (!extractAll) result+="udokumentowanych ";
2232 result+="konceptów wraz z ich krótkimi opisami:";
2233 return result;
2234 }
2235
2236 /*! used to introduce the definition of the C++20 concept */
2238 {
2239 return "Definicja konceptu";
2240 }
2241
2242//////////////////////////////////////////////////////////////////////////
2243// new since 1.9.4
2244//////////////////////////////////////////////////////////////////////////
2245
2247 { return "Lista pakietów"; }
2248
2249//////////////////////////////////////////////////////////////////////////
2250// new since 1.9.6
2251//////////////////////////////////////////////////////////////////////////
2252
2253 /*! This is used for translation of the word that will be
2254 * followed by a single name of the VHDL process flowchart.
2255 */
2257 { return "Schemat blokowy:"; }
2258
2259 /*! Please translate also updated body of the method
2260 * trMemberFunctionDocumentation(), now better adapted for
2261 * VHDL sources documentation.
2262 */
2263
2264//////////////////////////////////////////////////////////////////////////
2265// new since 1.9.7
2266//////////////////////////////////////////////////////////////////////////
2267 /*! used in the compound documentation before a list of related symbols.
2268 *
2269 * Supersedes trRelatedFunctions
2270 */
2272 { return "Powiązane symbole"; }
2273
2274 /*! subscript for the related symbols
2275 *
2276 * Supersedes trRelatedSubscript
2277 */
2279 { return "(Zauważ, że te symbole nie są składowymi.)"; }
2280
2281 /*! used in the class documentation as a header before the list of all
2282 * related classes.
2283 *
2284 * Supersedes trRelatedFunctionDocumentation
2285 */
2287 { return "Dokumentacja przyjaciół i powiązanych symboli"; }
2288
2289 /*! the compound type as used for the xrefitems */
2290 /*
2291 * TODO Check usecase of this function and verify if noun case is correct
2292 * At the moment only Czech language is available for cross-reference but its cases are mixed
2293 */
2295 {
2296 QCString result;
2297 switch(compType)
2298 {
2299 case ClassDef::Class:
2300 if (lang == SrcLangExt::Fortran) trType(true,true);
2301 else result=trClass(true,true);
2302 break;
2303 case ClassDef::Struct: result="Struktura"; break;
2304 case ClassDef::Union: result="Unia"; break;
2305 case ClassDef::Interface: result="Interfejs"; break;
2306 case ClassDef::Protocol: result="Protokół"; break;
2307 case ClassDef::Category: result="Kategoria"; break;
2308 case ClassDef::Exception: result="Wyjątek"; break;
2309 case ClassDef::Service: result="Usługa"; break;
2310 case ClassDef::Singleton: result="Wzorzec Projektowy"; break;
2311 default: break;
2312 }
2313 return result;
2314 }
2315
2317 {
2318 bool extractAll = Config_getBool(EXTRACT_ALL);
2319 QCString result="Tutaj jest lista wszystkich ";
2320 if (!extractAll) result+="udokumentowanych ";
2321
2322 switch (hl)
2323 {
2325 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
2326 {
2327 result+="funkcji, zmiennych, definicji, wyliczeń, i definicji typów";
2328 }
2329 else
2330 {
2331 result+="dołączonych plików";
2332 }
2333 break;
2335 result+="funkcji";
2336 break;
2338 result+="zmiennych";
2339 break;
2341 result+="definicji typów";
2342 break;
2344 result+="sekwencji";
2345 break;
2347 result+="słowników";
2348 break;
2350 result+="wyliczeń";
2351 break;
2353 result+="wartości wyliczeń";
2354 break;
2356 result+="definicji";
2357 break;
2358 case FileMemberHighlight::Total: // for completeness
2359 break;
2360 }
2361 result+=" związanych z ";
2362 if (extractAll)
2363 result+="plikami do których należą:";
2364 else
2365 result+="dokumentacją:";
2366 return result;
2367 }
2369 {
2370 bool extractAll = Config_getBool(EXTRACT_ALL);
2371 QCString result="Tutaj jest lista wszystkich ";
2372 if (!extractAll)
2373 {
2374 result+="udokumentowanych ";
2375 }
2376
2377 switch (hl)
2378 {
2380 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
2381 {
2382 result+="struktur i pól unii";
2383 }
2384 else
2385 {
2386 result+="składowych klasy";
2387 }
2388 break;
2390 result+="funkcji";
2391 break;
2393 result+="zmiennych";
2394 break;
2396 result+="definicji typów";
2397 break;
2399 result+="wyliczeń";
2400 break;
2402 result+="wartości wyliczeń";
2403 break;
2405 result+="właściwości";
2406 break;
2408 result+="zdarzeń";
2409 break;
2411 result+="powiązanych symboli";
2412 break;
2413 case ClassMemberHighlight::Total: // for completeness
2414 break;
2415 }
2416 result+=" związanych z";
2417 if (!extractAll)
2418 {
2419 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
2420 {
2421 result+=" dokumentacją każdego pola struktury/unii:";
2422 }
2423 else
2424 {
2425 result+=" dokumentacją każdej składowej klasy:";
2426 }
2427 }
2428 else
2429 {
2430 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
2431 {
2432 result+="e strukturą/unią do której należą:";
2433 }
2434 else
2435 {
2436 result+=" klasą do której należą:";
2437 }
2438 }
2439 return result;
2440 }
2442 {
2443 bool extractAll = Config_getBool(EXTRACT_ALL);
2444 QCString result="Tutaj jest lista wszystkich ";
2445 if (!extractAll) result+="udokumentowanych ";
2446 result+="przestrzeni nazw ";
2447 QCString singularResult = "";
2448 QCString pluralResult = "";
2449
2450 switch (hl)
2451 {
2453 singularResult="każdej składowej";
2454 pluralResult="wszystkich składowych";
2455 break;
2457 singularResult="każdej funkcji";
2458 pluralResult="wszystkich funkcji";
2459 break;
2461 singularResult="każdej zmiennej";
2462 pluralResult="wszystkich zmiennych";
2463 break;
2465 singularResult="każdej definicji typu";
2466 pluralResult="wszystkich definicji typów";
2467 break;
2469 singularResult="każdej sekwencji";
2470 pluralResult="wszystkich sekwencji";
2471 break;
2473 singularResult="każdego słownika";
2474 pluralResult="wszystkich słowników";
2475 break;
2477 singularResult="każdego wyliczenia";
2478 pluralResult="wszystkich wyliczeń";
2479 break;
2481 singularResult="każdej wartości wyliczenia";
2482 pluralResult="wszystkich wartości wyliczeń";
2483 break;
2484 case NamespaceMemberHighlight::Total: // for completeness
2485 break;
2486 }
2487 result+=pluralResult;
2488 result+=" związanych z ";
2489 if (extractAll)
2490 result+="przestrzenią nazw dla " + singularResult + ":";
2491 else
2492 result+="przestrzenią nazw do której należą:";
2493 return result;
2494 }
2495 QCString trDefinition() override { return "Definicja";}
2496 QCString trDeclaration() override { return "Deklaracja";}
2497
2498//////////////////////////////////////////////////////////////////////////
2499// new since 1.9.8
2500//////////////////////////////////////////////////////////////////////////
2501
2502 /*
2503 * TODO Verify which one fits best:
2504 * * Podrozdział - subchapter
2505 * * Sekcja - section
2506 * * Temat - topic (doesn't fit well as a standalone word)
2507 */
2509 { return "Sekcje"; }
2511 { return "Dokumentacja sekcji"; }
2513 { return "Lista sekcji"; }
2515 { return "Indeks sekcji"; }
2517 { return "Tutaj jest lista wszystkich sekcji wraz z ich krótkimi opisami:"; }
2519 {
2520 bool extractAll = Config_getBool(EXTRACT_ALL);
2521 QCString result="Tutaj jest lista wszystkich ";
2522 if (!extractAll) result+="udokumentowanych ";
2523 result+="modułów ";
2524 QCString singularResult = "";
2525 QCString pluralResult = "";
2526 switch (hl)
2527 {
2529 singularResult="każdej składowej";
2530 pluralResult = "wszystkich składowych";
2531 break;
2533 singularResult="każdej funkcji";
2534 pluralResult = "wszystkich funkcji";
2535 break;
2537 singularResult="każdej zmiennej";
2538 pluralResult = "wszystkich zmiennych";
2539 break;
2541 singularResult="każdej definicji typu";
2542 pluralResult = "wszystkich definicji typów";
2543 break;
2545 singularResult="każdego wyliczenia";
2546 pluralResult = "wszystkich wyliczeń";
2547 break;
2549 singularResult="każdej wartości wyliczeń";
2550 pluralResult = "wszystkich wartości wyliczeń";
2551 break;
2552 case ModuleMemberHighlight::Total: // for completeness
2553 break;
2554 }
2555 result+=pluralResult;
2556 result+=" związanych z ";
2557 if (extractAll)
2558 result+="dokumentacją modułu dla " + singularResult + ":";
2559 else
2560 result+="modułem do którego należą:";
2561 return result;
2562 }
2564 {
2565 return "Eksportowane moduły";
2566 }
2567
2568//////////////////////////////////////////////////////////////////////////
2569// new since 1.10.0
2570//////////////////////////////////////////////////////////////////////////
2571
2573 {
2574 return "Kopiuj do schowka";
2575 }
2576
2577//////////////////////////////////////////////////////////////////////////
2578// new since 1.11.0
2579//////////////////////////////////////////////////////////////////////////
2581 {
2582 return "Ważne";
2583 }
2584};
2585
2586#endif
CompoundType
The various compound types.
Definition classdef.h:109
@ Singleton
Definition classdef.h:117
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
This is an alternative implementation of QCString.
Definition qcstring.h:101
QCString upper() const
Definition qcstring.h:239
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
Definition qcstring.h:226
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:150
QCString & sprintf(const char *format,...)
Definition qcstring.cpp:29
Abstract base class for all translatable text fragments.
Definition translator.h:29
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
QCString trStaticPackageFunctions() override
QCString trDataMemberDocumentation() override
QCString trMemberEnumerationDocumentation() override
QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
QCString trDesignUnitMembers() override
VHDL design unit members.
QCString trInterfaceHierarchy() override
QCString trModules() override
QCString trImplementedInList(int numEntries) override
QCString trProperties() override
QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal) override
QCString trEnumerationValues() override
QCString trSearchResultsTitle() override
QCString trNamespaceIndex() override
QCString trIncludingInheritedMembers() override
QCString trDeprecatedList() override
QCString trEnumValue() override
QCString trLoading() override
QCString trGotoGraphicalHierarchy() override
QCString trDefinedAtLineInSourceFile() override
QCString trReimplementedInList(int numEntries) override
QCString trMemberList() override
QCString trClasses() override
QCString trDirDocumentation() override
QCString trCompoundMembers() override
QCString trPublicSlots() override
QCString trSearchResults(int numDocuments) override
QCString trConceptDefinition() override
QCString trStaticProtectedMembers() override
QCString trSourceFile(const QCString &filename) override
QCString trConstants() override
QCString trTodoList() override
QCString trSequenceDocumentation() override
QCString trTopicDocumentation() override
QCString trGlobal(bool first_capital, bool singular) override
QCString trEventDocumentation() override
QCString trPage(bool first_capital, bool singular) override
QCString trMethodDocumentation() override
QCString trPublicAttribs() override
QCString trExtendsClass() override
QCString trStaticPrivateAttribs() override
QCString trCompoundList() override
QCString trSubprogram(bool first_capital, bool singular) override
QCString trEnumerations() override
QCString trDictionaryDocumentation() override
QCString trServiceReference(const QCString &sName) override
UNO IDL service page title.
QCString trPanelSynchronisationTooltip(bool enable) override
QCString trClassHierarchy() override
QCString trCiteReferences() override
QCString trRelatedSymbolsSubscript() override
QCString trCompoundType(ClassDef::CompoundType compType, SrcLangExt lang) override
QCString trStaticPublicMembers() override
QCString trDocumentation(const QCString &projName) override
QCString trFileDocumentation() override
QCString trVariableDocumentation() override
QCString trSequences() override
QCString trInheritsList(int numEntries) override
QCString trReturns() override
QCString trDefines() override
QCString trModulesListDescription(bool extractAll) override
QCString trDesignUnits() override
VHDL design units.
QCString trOverloadText() override
QCString trInstanceMethods() override
QCString trSignals() override
QCString trDesignUnitIndex() override
VHDL design unit index.
QCString trRelatedPagesDescription() override
QCString trExceptionIndex() override
QCString trNamespaceDocumentation() override
QCString trRelatedPages() override
QCString trClassDiagram(const QCString &clName) override
QCString trExceptions() override
QCString trConceptDocumentation() override
QCString trAuthor(bool first_capital, bool singular) override
QCString trNoMatches() override
QCString trStaticPackageAttribs() override
QCString trMemberFunctionDocumentationFortran() override
QCString trFileList() override
QCString trFileMembersDescriptionTotal(FileMemberHighlight::Enum hl) override
QCString trStructListDescription() override
QCString trDesignUnitHierarchy() override
VHDL design unit hierarchy.
QCString trProtectedAttribs() override
QCString trPackageListDescription() override
QCString trLegendDocs() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trEnumName() override
QCString trPrivateAttribs() override
QCString trFlowchart() override
QCString trMemberFunctionDocumentation() override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trDirectories() override
QCString trSingletonGeneratedFromFiles(bool single) override
UNO IDL singleton page.
QCString trPackage(const QCString &name) override
QCString trExceptionList() override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trProvidedByCategory() override
QCString trDataMembers() override
QCString trPublicMembers() override
QCString trEnumGeneratedFromFiles(bool single) override
QCString trConceptListDescription(bool extractAll) override
QCString trImportant() override
QCString trRTFTableOfContents() override
QCString trProtectedSlots() override
QCString trCallerGraph() override
QCString trEnumerationTypeDocumentation() override
QCString latexLanguageSupportCommand() override
QCString trFileReference(const QCString &fileName) override
QCString trPackageFunctions() override
QCString trProtectedTypes() override
QCString trVariables() override
QCString trReimplementedFromList(int numEntries) override
QCString trModulesMemberDescription(bool extractAll) override
QCString idLanguage() override
QCString trLegend() override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trParameters() override
QCString trVersion() override
QCString trPackageMembers() override
QCString trDefineValue() override
QCString trExceptionHierarchy() override
QCString trPageAbbreviation() override
QCString trClass(bool first_capital, bool singular) override
QCString trTopicIndex() override
QCString trExamples() override
QCString trConstantGroupReference(const QCString &namespaceName) override
UNO IDL constant groups.
QCString trEnumerationValueDocumentation() override
QCString trEnumReference(const QCString &name) override
QCString trGotoDocumentation() override
QCString trDayPeriod(bool period) override
QCString trIncludesFileIn(const QCString &name) override
QCString trDirDepGraph(const QCString &name) override
QCString trRemarks() override
QCString trDir(bool first_capital, bool singular) override
QCString trSubprogramDocumentation() override
QCString trInclByDepGraph() override
QCString trFunctions() override
QCString trTopicListDescription() override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trModulesList() override
QCString trDeclaration() override
QCString trServiceGeneratedFromFiles(bool single) override
UNO IDL service page.
QCString trDesignUnitListDescription() override
VHDL design unit list description.
QCString trModulesIndex() override
QCString trConceptList() override
QCString trNamespaceMembersDescriptionTotal(NamespaceMemberHighlight::Enum hl) override
QCString trStaticPublicAttribs() override
QCString trDefinedIn() override
QCString trCopyright() override
QCString trSearching() override
QCString trModulesDescription() override
QCString trGlobalNamespace() override
QCString trStaticPrivateMembers() override
QCString trCopyToClipboard() override
QCString trFileIndex() override
QCString trInterfaceListDescription() override
QCString trModuleIndex() override
QCString trAttention() override
QCString trModule(bool first_capital, bool singular) override
QCString trInitialValue() override
QCString trPublicTypes() override
QCString trWarning() override
QCString trTypeDocumentation() override
QCString trReturnValues() override
QCString trThisIsTheListOfAllMembers() override
QCString trPackageAttribs() override
QCString trExamplesDescription() override
QCString trDirReference(const QCString &dirName) override
QCString trStructIndex() override
QCString trModuleDocumentation() override
QCString trFileIn(const QCString &name) override
QCString trRelatedFunctions() override
QCString trReferencedBy() override
QCString trTestList() override
QCString trDetailedDescription() override
QCString trTodo() override
QCString trInterfaces() override
old style UNO IDL services: implemented interfaces
QCString trClassHierarchyDescription() override
QCString trRTFGeneralIndex() override
QCString trVhdlType(VhdlSpecifier type, bool single) override
VHDL type.
QCString trProtectedMembers() override
QCString trNamespaces() override
QCString trDetailLevel() override
QCString trInterfaceList() override
QCString trCompoundMembersFortran() override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trStaticProtectedAttribs() override
QCString trImplementedFromList(int numEntries) override
QCString trExportedModules() override
QCString getLanguageString() override
language codes for Html help
QCString trExceptionHierarchyDescription() override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trPackageList() override
QCString trFileMembersDescription(bool extractAll) override
QCString trConstructorDocumentation() override
QCString trRelatedSubscript() override
QCString trRTFansicp() override
QCString trOperationDocumentation() override
QCString trInterfaceIndex() override
QCString trConstantGroups() override
UNO IDL constant groups.
QCString trSearch() override
QCString trMainPage() override
QCString trFile(bool first_capital, bool singular) override
QCString trBugList() override
QCString trTemplateParameters() override
QCString trServices() override
old style UNO IDL services: inherited services
QCString trModuleReference(const QCString &namespaceName) override
QCString trCompounds() override
QCString trPackages() override
QCString trCode() override
QCString trDefineDocumentation() override
QCString trAndMore(const QCString &number) override
QCString trInheritedFrom(const QCString &members, const QCString &what) override
QCString trTopics() override
QCString trWriteList(int numEntries) override
QCString trFileMembers() override
QCString trSince() override
QCString trDirIndex() override
QCString trAdditionalInheritedMembers() override
QCString trNote() override
QCString trPackageTypes() override
QCString trOperations() override
QCString trInterfaceHierarchyDescription() override
QCString trSearchMatches() override
QCString trDirRelation(const QCString &name) override
QCString trFileListDescription(bool extractAll) override
QCString trPrivateTypes() override
QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
QCString trPrivateMembers() override
QCString trSingletonReference(const QCString &sName) override
UNO IDL singleton page title.
QCString trMonth(int month, bool first_capital, bool full) override
QCString trTest() override
QCString trInclDepGraph(const QCString &fName) override
QCString trPrivateSlots() override
QCString trInvariant() override
QCString trLegendTitle() override
QCString trDefinition() override
QCString trType(bool first_capital, bool singular) override
QCString trConstantDocumentation() override
QCString trDeprecated() override
QCString trCompoundMembersDescriptionTotal(ClassMemberHighlight::Enum hl) override
QCString trStructList() override
QCString trCompoundListFortran() override
QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
QCString trRelatedSymbolDocumentation() override
QCString trBug() override
QCString trListOfAllMembers() override
QCString trNamespaceMembers() override
QCString trSubprograms() override
QCString trInterfaceDocumentation() override
QCString trRelatedSymbols() override
QCString trCustomReference(const QCString &name) override
QCString trDate() override
QCString trCompoundIndexFortran() override
QCString trPropertyDocumentation() override
QCString trCompoundListDescription() override
QCString trInheritedByList(int numEntries) override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trNamespaceList() override
QCString trModuleMembersDescriptionTotal(ModuleMemberHighlight::Enum hl) override
QCString trNamespace(bool first_capital, bool singular) override
QCString trFunctionDocumentation() override
QCString trEvents() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trDataTypes() override
QCString trConcept(bool first_capital, bool singular) override
C++20 concept.
QCString trPrecondition() override
QCString trHierarchicalIndex() override
QCString trReferenceManual() override
QCString trDetails() override
QCString trGotoSourceCode() override
QCString trSliceInterfaces() override
QCString trTypeConstraints() override
QCString trTypedefs() override
QCString trSeeAlso() override
QCString trDesignUnitDocumentation() override
VHDL design unit documentation.
QCString trDictionaries() override
QCString trTopicList() override
QCString trCompoundMembersDescriptionFortran(bool extractAll) override
QCString trISOLang() override
QCString trConceptIndex() override
QCString trRelatedFunctionDocumentation() override
QCString trFriends() override
QCString trFunctionAndProc() override
VHDL functions/procedures/processes.
QCString trMemberDataDocumentation() override
QCString trPostcondition() override
QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trGraphicalHierarchy() override
QCString trGroup(bool first_capital, bool singular) override
QCString trAll() override
QCString trMore() override
QCString trCallGraph() override
QCString trDefinedInSourceFile() override
QCString trTypedefDocumentation() override
QCString trModulesMembers() override
QCString trExceptionListDescription() override
QCString trGotoTextualHierarchy() override
QCString trClassDocumentation() override
QCString trCompoundListDescriptionFortran() override
QCString trRTFCharSet() override
QCString trStructs() override
QCString trDesignUnitList() override
VHDL design unit list.
QCString trStructDocumentation() override
QCString trMemberTypedefDocumentation() override
QCString trMember(bool first_capital, bool singular) override
QCString trConceptReference(const QCString &conceptName) override
QCString trClassMethods() override
QCString trPageIndex() override
QCString trReferences() override
QCString trCompoundIndex() override
QCString trExceptionDocumentation() override
QCString trGeneratedBy() override
#define Config_getBool(name)
Definition config.h:33
DateTimeType
Definition datetime.h:38
SrcLangExt
Language as given by extension.
Definition types.h:42
@ Fortran
Definition types.h:53
VhdlSpecifier
Definition types.h:548
@ INSTANTIATION
Definition types.h:569
@ MISCELLANEOUS
Definition types.h:575
@ SHAREDVARIABLE
Definition types.h:572
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6617