Doxygen
Loading...
Searching...
No Matches
translator_lt.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Copyright (C) 1997-2015 by Dimitri van Heesch.
4 *
5 * Permission to use, copy, modify, and distribute this software and its
6 * documentation under the terms of the GNU General Public License is hereby
7 * granted. No representations are made about the suitability of this software
8 * for any purpose. It is provided "as is" without express or implied warranty.
9 * See the GNU General Public License for more details.
10 *
11 * Documents produced by Doxygen are derivative works derived from the
12 * input used in their production; they are not affected by this license.
13 *
14 */
15
16/* Translation from English to Lithanian by Tomas Simonaitis, Mindaugas Radzius and Aidas Berukstis
17 * (haden@homelan.lt/mindaugasradzius@takas.lt/aidasber@takas.lt)
18 * We tried to keep meaning close to original,
19 * if you have any suggestions drop us an email
20 * -------------------------------------------
21 * Project start :13.May.2k4
22 * Last Doxygen version covered : 1.4.3
23 *
24 * Revisions:
25 * Updated to 1.3.9 25.Oct.2k4
26 *
27*/
28
29#ifndef TRANSLATOR_LT_H
30#define TRANSLATOR_LT_H
31
32
34{
35 public:
36
37 // --- Language control methods -------------------
38
39 /*! Used for identification of the language. The identification
40 * should not be translated. It should be replaced by the name
41 * of the language in English using lower-case characters only
42 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
43 * the identification used in language.cpp.
44 */
46 { return "lithuanian"; }
47
48 /*! Used to get the LaTeX command(s) for the language support.
49 * This method should return string with commands that switch
50 * LaTeX to the desired language. For example
51 * <pre>"\\usepackage[german]{babel}\n"
52 * </pre>
53 * or
54 * <pre>"\\usepackage{polski}\n"
55 * "\\usepackage[latin2]{inputenc}\n"
56 * "\\usepackage[T1]{fontenc}\n"
57 * </pre>
58 *
59 * The English LaTeX does not use such commands. Because of this
60 * the empty string is returned in this implementation.
61 */
63 {
64 return "\\usepackage[T2A]{fontenc}\n"
65 "\\usepackage[lithuanian]{babel}\n";
66 }
67
68 DString trISOLang() override
69 {
70 return "lt";
71 }
73 {
74 return "0x427 Lithuanian";
75 }
76
77 // --- Language translation methods -------------------
78
79 /*! used in the compound documentation before a list of related functions. */
81 { return "Susiję Funkcijos"; }
82
83 /*! subscript for the related functions. */
85 { return "Atkreipkite dėmesį, čią ne metodai"; }
86
87 /*! header that is put before the detailed description of files, classes and namespaces. */
89 { return "Smulkus aprašymas"; }
90
91 /*! header that is used when the summary tag is missing inside the details tag */
92 DString trDetails() override
93 { return "Išsamiau"; }
94
95 /*! header that is put before the list of typedefs. */
97 { return "Tipo Aprašymo Dokumentacija"; }
98
99 /*! header that is put before the list of enumerations. */
101 { return "Išvardinimo Dokumentacija"; }
102
103 /*! header that is put before the list of member functions. */
105 { return "Metodų Dokumentacija"; }
106
107 /*! header that is put before the list of member attributes. */
109 {
110 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
111 {
112 return "Lauko aprašymas";
113 }
114 else
115 {
116 return "Atributų Dokumentacija";
117 }
118 }
119
120 /*! this is the text of a link put after brief descriptions. */
121 DString trMore() override
122 { return "Daugiau..."; }
123
124 /*! put in the class documentation */
126 { return "Visų narių sąrašas"; }
127
128 /*! used as the title of the "list of all members" page of a class */
130 { return "Narių sąrašas"; }
131
132 /*! this is the first part of a sentence that is followed by a class name */
134 { return "Tai galutinis narių sąrašas"; }
135
136 /*! this is the remainder of the sentence after the class name */
138 { return ", įtraukiant visus paveldėtus narius."; }
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 { DString result="Automatiškai sugeneruota Doxygen įrankiu";
145 if (!s.empty()) result+=" "+s;
146 result+=" iš programos kodo.";
147 return result;
148 }
149
150 /*! put after an enum name in the list of all members */
152 { return "išvardinimo vardas"; }
153
154 /*! put after an enum value in the list of all members */
156 { return "išvardinimo reikšmė"; }
157
158 /*! put after an undocumented member in the list of all members */
160 { return "apibrėžta"; }
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 "Moduliai"; }
169
170 /*! This is put above each page as a link to the class hierarchy */
172 { return "Klasių hierarchija"; }
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 "Duomenų Struktūros";
180 }
181 else
182 {
183 return "Klasės";
184 }
185 }
186
187 /*! This is put above each page as a link to the list of documented files */
189 { return "Failai"; }
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 "Duomenų Laukai";
197 }
198 else
199 {
200 return "Klasių Nariai";
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 "Globalūs Nariai";
210 }
211 else
212 {
213 return "Failų Nariai";
214 }
215 }
216
217 /*! This is put above each page as a link to all related pages. */
219 { return "Susiję Puslapiai"; }
220
221 /*! This is put above each page as a link to all examples. */
223 { return "Pavyzdžiai"; }
224
225 /*! This is put above each page as a link to the search engine. */
226 DString trSearch() override
227 { return "Paieška"; }
228
229 /*! This is an introduction to the class hierarchy. */
231 { return "Šis paveldėjimo sąrašas yra beveik surikiuotas "
232 "abėcėlės tvarka:";
233 }
234
235 /*! This is an introduction to the list with all files. */
236 DString trFileListDescription(bool extractAll) override
237 {
238 DString result="Visų ";
239 if (!extractAll) result+="dokumentuotų ";
240 result+="failų sąrašas su trumpais aprašymais:";
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 "Duomenų struktūros su trumpais aprašymais:";
251 }
252 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
253 {
254 return "Klasės su trumpais aprašymais:";
255 }
256 else
257 {
258 return "Klasės, struktūros, "
259 "sąjungos ir sąsajos su trumpais aprašymais:";
260 }
261 }
262
263 /*! This is an introduction to the page with all class members. */
264 DString trCompoundMembersDescription(bool extractAll) override
265 {
266 DString result="Visų ";
267 if (!extractAll)
268 {
269 result+="dokumentuotų ";
270 }
271 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
272 {
273 result+="struktūrų ir sąjungų laukų sąrašas";
274 }
275 else
276 {
277 result+="klasių nariai";
278 }
279 result+=" su ryšiais į ";
280 if (!extractAll)
281 {
282 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
283 {
284 result+="struktūrų/sąjungų kiekvieno lauko dokumentaciją:";
285 }
286 else
287 {
288 result+="klasės dokumentacija kiekvienam nariui:";
289 }
290 }
291 else
292 {
293 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
294 {
295 result+="struktūros/sąjungos, kurios priklauso:";
296 }
297 else
298 {
299 result+="klasės, kurios priklauso:";
300 }
301 }
302 return result;
303 }
304
305 /*! This is an introduction to the page with all file members. */
306 DString trFileMembersDescription(bool extractAll) override
307 {
308 DString result="Sąrašas visų ";
309 if (!extractAll) result+="dokumentuotų ";
310
311 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
312 {
313 result+="funkcijų, kintamųjų, apibrėžimų, išvardinimų, ir tipų apibrėžimų";
314 }
315 else
316 {
317 result+="globalių narių";
318 }
319 result+=" su ryšiais į ";
320 if (extractAll)
321 result+="failus, kuriems jie priklauso:";
322 else
323 result+="dokumentacija:";
324 return result;
325 }
326
327 /*! This is an introduction to the page with the list of all examples */
329 { return "Visų pavyzdžių sąrašas:"; }
330
331 /*! This is an introduction to the page with the list of related pages */
333 { return "Visų susijusių dokumentacijos puslapių sąrašas:"; }
334
335 /*! This is an introduction to the page with the list of class/file groups */
337 { return "Visų modulių sąrašas:"; }
338
339 // index titles (the project name is prepended for these)
340
341 /*! This is used in HTML as the title of index.html. */
342 DString trDocumentation(const DString &projName) override
343 { return (!projName.empty()?projName + " " : "") + "Dokumentacija"; }
344
345 /*! This is used in LaTeX as the title of the chapter with the
346 * index of all groups.
347 */
349 { return "Modulio Indeksas"; }
350
351 /*! This is used in LaTeX as the title of the chapter with the
352 * class hierarchy.
353 */
355 { return "Hierarchijos Indeksas"; }
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 "Duomenų Struktūros Indeksas";
365 }
366 else
367 {
368 return "Klasės Indeksas";
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 "Failo Indeksas"; }
377
378 /*! This is used in LaTeX as the title of the chapter containing
379 * the documentation of all groups.
380 */
382 { return "Modulio Dokumentacija"; }
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 "Duomenų Struktūros Dokumentacija";
392 }
393 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
394 {
396 }
397 else
398 {
399 return "Klasės Dokumentacija";
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 "Failo Dokumentacija"; }
408
409 /*! This is used in LaTeX as the title of the document */
411 { return "Informacinis Vadovas"; }
412
413 /*! This is used in the documentation of a file as a header before the
414 * list of defines
415 */
417 { return "Apibrėžimai"; }
418
419 /*! This is used in the documentation of a file as a header before the
420 * list of typedefs
421 */
423 { return "Tipų apibrėžimai"; }
424
425 /*! This is used in the documentation of a file as a header before the
426 * list of enumerations
427 */
429 { return "Išvardinimai"; }
430
431 /*! This is used in the documentation of a file as a header before the
432 * list of (global) functions
433 */
435 { return "Funkcijos"; }
436
437 /*! This is used in the documentation of a file as a header before the
438 * list of (global) variables
439 */
441 { return "Kintamieji"; }
442
443 /*! This is used in the documentation of a file as a header before the
444 * list of (global) variables
445 */
447 { return "Išvardinimų reikšmės"; }
448
449 /*! This is used in the documentation of a file before the list of
450 * documentation blocks for defines
451 */
453 { return "Apibrėžimų Dokumentacija"; }
454
455 /*! This is used in the documentation of a file/namespace before the list
456 * of documentation blocks for typedefs
457 */
459 { return "Tipų apibrėžimų Dokumentacija"; }
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 "Išvardinimo Tipo Dokumentacija"; }
466
467 /*! This is used in the documentation of a file/namespace before the list
468 * of documentation blocks for functions
469 */
471 { return "Funkcijos Dokumentacija"; }
472
473 /*! This is used in the documentation of a file/namespace before the list
474 * of documentation blocks for variables
475 */
477 { return "Kintamojo Dokumentacija"; }
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 "Duomenų struktųros";
487 }
488 else
489 {
490 return "Klasės";
491 }
492 }
493
494 /*! This is used in the standard footer of each page and indicates when
495 * the page was generated
496 */
497 DString trGeneratedAt(const DString &date,const DString &projName) override
498 {
499 DString result="Sugeneruota "+date;/*FIXME*/
500 if (!projName.empty()) result+=" "+projName;/*FIXME*/
501 result+=" ";/*FIXME*/
502 return result;
503 }
504
505 /*! this text is put before a class diagram */
506 DString trClassDiagram(const DString &clName) override
507 {
508 return "Paveldimumo diagrama "+clName+":"; /*FIXME*/
509 }
510
511 /*! this text is generated when the \\warning command is used. */
513 { return "Įspėjimas"; }
514
515 /*! this text is generated when the \\version command is used. */
517 { return "Versija"; }
518
519 /*! this text is generated when the \\date command is used. */
520 DString trDate() override
521 { return "Data"; }
522
523 /*! this text is generated when the \\return command is used. */
525 { return "Gražina"; }
526
527 /*! this text is generated when the \\sa command is used. */
529 { return "Taip pat žiūrėti"; }
530
531 /*! this text is generated when the \\param command is used. */
533 { return "Parametrai"; }
534
535 /*! this text is generated when the \\exception command is used. */
537 { return "Išimtys"; }
538
539 /*! this text is used in the title page of a LaTeX document. */
541 { return "Sugeneruota"; }
542
543//////////////////////////////////////////////////////////////////////////
544// new since 0.49-990307
545//////////////////////////////////////////////////////////////////////////
546
547 /*! used as the title of page containing all the index of all namespaces. */
549 { return "Varų Srities Sąrašas"; }
550
551 /*! used as an introduction to the namespace list */
552 DString trNamespaceListDescription(bool extractAll) override
553 {
554 DString result="Sąrašas visų ";
555 if (!extractAll) result+="dokumentuotų ";
556 result+="vardų sričių su trumpais aprašymais:";
557 return result;
558 }
559
560 /*! used in the class documentation as a header before the list of all
561 * friends of a class
562 */
564 { return "Draugai"; }
565
566//////////////////////////////////////////////////////////////////////////
567// new since 0.49-990405
568//////////////////////////////////////////////////////////////////////////
569
570 /*! used in the class documentation as a header before the list of all
571 * related classes
572 */
574 { return "Draugiškų Ir Susijusių Funkcijų Dokumentacija"; }
575
576//////////////////////////////////////////////////////////////////////////
577// new since 0.49-990425
578//////////////////////////////////////////////////////////////////////////
579
580 /*! used as the title of the HTML page of a class/struct/union */
582 ClassDef::CompoundType compType,
583 bool isTemplate) override
584 {
585 DString result=clName;
586 switch(compType)
587 {
588 case ClassDef::Class: result+=" Klasė"; break;
589 case ClassDef::Struct: result+=" Struktūra"; break;
590 case ClassDef::Union: result+=" Sąjunga"; break;
591 case ClassDef::Interface: result+=" Sąsaja"; break;
592 case ClassDef::Protocol: result+=" Protokolas"; break;
593 case ClassDef::Category: result+=" Kategorija"; break;
594 case ClassDef::Exception: result+=" Išimtis"; break;
595 default: break;
596 }
597 if (isTemplate) result+=" Šablonas";
598 return result;
599 }
600
601 /*! used as the title of the HTML page of a file */
602 DString trFileReference(const DString &fileName) override
603 {
604 DString result=fileName;
605 result+=" Failo Nuoroda";
606 return result;
607 }
608
609 /*! used as the title of the HTML page of a namespace */
610 DString trNamespaceReference(const DString &namespaceName) override
611 {
612 DString result=namespaceName;
613 result+=" Vardų Srities Nuoroda";
614 return result;
615 }
616
618 { return "Vieši Metodai"; }
620 { return "Vieši Slotai"; } /*FIXME*/
622 { return "Signalai"; }
624 { return "Statiniai Vieši Metodai"; }
626 { return "Apsaugoti Metodai"; }
628 { return "Apsaugoti Slotai"; }/*FIXME*/
630 { return "Statiniai Apsaugoti Metodai"; }
632 { return "Privatatūs Metodai"; }
634 { return "Privatūs Slotai"; }/*FIXME*/
636 { return "Statiniai Privatūs Metodai"; }
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 DString trWriteList(int numEntries) override
642 {
643 DString 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+=", ir ";
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 DString trInheritsList(int numEntries) override
666 {
667 return "Paveldi "+trWriteList(numEntries)+".";
668 }
669
670 /*! used in class documentation to produce a list of super classes,
671 * if class diagrams are disabled.
672 */
673 DString trInheritedByList(int numEntries) override
674 {
675 return "Paveldėta "+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 DString trReimplementedFromList(int numEntries) override
682 {
683 return "Perkrauna metodą iš "+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 DString trReimplementedInList(int numEntries) override
690 {
691 return "Metodas perkraunamas "+trWriteList(numEntries)+".";
692 }
693
694 /*! This is put above each page as a link to all members of namespaces. */
696 { return "Vardų Srities Nariai"; }
697
698 /*! This is an introduction to the page with all namespace members */
699 DString trNamespaceMemberDescription(bool extractAll) override
700 {
701 DString result="Sąrašas visų ";
702 if (!extractAll) result+="dokumentuotų ";
703 result+="vardų srities narių su nuorodomis į ";
704 if (extractAll)
705 result+="vardų srities dokumentaciją kiekvienam nariui:";
706 else
707 result+="vardų sritis, kurioms jos priklauso:";
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 "Vardų Srities Indeksas"; }
715
716 /*! This is used in LaTeX as the title of the chapter containing
717 * the documentation of all namespaces.
718 */
720 { return "Vardų Srities Dokumentacija"; }
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 "Vardų Sritys"; }
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 DString result="Dokumentacija ";
744 switch(compType)
745 {
746 case ClassDef::Class: result+="šiai klasei"; break;
747 case ClassDef::Struct: result+="šiai struktūrai"; break;
748 case ClassDef::Union: result+="šiai sąjungai"; break;
749 case ClassDef::Interface: result+="šiai sąsajai"; break;
750 case ClassDef::Protocol: result+="šiam protocolui"; break;
751 case ClassDef::Category: result+="šiai kategorijai"; break;
752 case ClassDef::Exception: result+="šiai išimčiai"; break;
753 default: break;
754 }
755 result+=" sugeneruota iš ";
756 if (single) result+="šio failo:"; else result+="šių failų:";
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 "Gražinamos reikšmės"; }
767
768 /*! This is in the (quick) index as a link to the main page (index.html)
769 */
771 { return "Pagrindinis Puslapis"; }
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 "psl."; }
778
779//////////////////////////////////////////////////////////////////////////
780// new since 0.49-991003
781//////////////////////////////////////////////////////////////////////////
782
784 {
785 return "Apibrėžimas failo @1 eilutėje @0.";
786 }
788 {
789 return "Apibrėžimas faile @0.";
790 }
791
792//////////////////////////////////////////////////////////////////////////
793// new since 0.49-991205
794//////////////////////////////////////////////////////////////////////////
795
797 {
798 return "Smerktina";
799 }
800
801//////////////////////////////////////////////////////////////////////////
802// new since 1.0.0
803//////////////////////////////////////////////////////////////////////////
804
805 /*! this text is put before a collaboration diagram */
806 DString trCollaborationDiagram(const DString &clName) override
807 {
808 return "Bendradarbiavimo diagrama "+clName+":";/*FIXME*/
809 }
810 /*! this text is put before an include dependency graph */
811 DString trInclDepGraph(const DString &fName) override
812 {
813 return "Įtraukimo priklausomybių diagrama "+fName+":";/*FIXME*/
814 }
815 /*! header that is put before the list of constructor/destructors. */
817 {
818 return "Konstruktoriaus ir Destruktoriaus Dokumentacija";
819 }
820 /*! Used in the file documentation to point to the corresponding sources. */
822 {
823 return "Eiti į šio failo programos kodą.";
824 }
825 /*! Used in the file sources to point to the corresponding documentation. */
827 {
828 return "Eiti į šio failo dokumentaciją.";
829 }
830 /*! Text for the \\pre command */
832 {
833 return "Išakstinė sąlyga";
834 }
835 /*! Text for the \\post command */
837 {
838 return "Postcondition";/*FIXME*/
839 }
840 /*! Text for the \\invariant command */
842 {
843 return "Pastovus";
844 }
845 /*! Text shown before a multi-line variable/enum initialization */
847 {
848 return "Pradinė reikšmė:";
849 }
850 /*! Text used the source code in the file index */
851 DString trCode() override
852 {
853 return "tekstas";/*FIXME*/
854 }
856 {
857 return "Grafinė Klasės Hierarchija";
858 }
860 {
861 return "Eiti į grafinę klasės hierarchiją";
862 }
864 {
865 return "Eiti į tekstinę klasės hierarchiją";
866 }
868 {
869 return "Puslapio Indeksas";
870 }
871
872//////////////////////////////////////////////////////////////////////////
873// new since 1.1.0
874//////////////////////////////////////////////////////////////////////////
875
876 DString trNote() override
877 {
878 return "Pastaba";
879 }
881 {
882 return "Vieši Tipai";
883 }
885 {
886 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
887 {
888 return "Duomenų Laukai";
889 }
890 else
891 {
892 return "Vieši Atributai";
893 }
894 }
896 {
897 return "Statiniai Vieši Atributai";
898 }
900 {
901 return "Apsaugoti Tipai";
902 }
904 {
905 return "Apsaugoti Atributai";
906 }
908 {
909 return "Statiniai Apsaugoti Atributai";
910 }
912 {
913 return "Privatūs Tipai";
914 }
916 {
917 return "Privatūs Atributai";
918 }
920 {
921 return "Statiniai Privatūs Atributai";
922 }
923
924//////////////////////////////////////////////////////////////////////////
925// new since 1.1.3
926//////////////////////////////////////////////////////////////////////////
927
928 /*! Used as a marker that is put before a \\todo item */
929 DString trTodo() override
930 {
931 return "Daryti";
932 }
933 /*! Used as the header of the todo list */
935 {
936 return "Tolimesni Darbai";
937 }
938
939//////////////////////////////////////////////////////////////////////////
940// new since 1.1.4
941//////////////////////////////////////////////////////////////////////////
942
944 {
945 return "Naudojamas";
946 }
948 {
949 return "Pastabos";
950 }
952 {
953 return "Attention";
954 }
956 {
957 return "Šis grafas rodo, kuris failas tiesiogiai ar "
958 "netiesiogiai įtraukia šį failą:";
959 }
960 DString trSince() override
961 {
962 return "Nuo";
963 }
964
965//////////////////////////////////////////////////////////////////////////
966// new since 1.1.5
967//////////////////////////////////////////////////////////////////////////
968
969 /*! title of the graph legend page */
971 {
972 return "Grafo Legenda";
973 }
974 /*! page explaining how the dot graph's should be interpreted
975 * The %A in the text below are to prevent link to classes called "A".
976 */
978 {
979 return
980 "Šis puslapis paaiškina, kaip interpretuoti sugeneruotus grafus "
981 "su Doxygen įrankiu.<p>\n"
982 "Panagrinėkite pavyzdį:\n"
983 "\\kodo pradžia\n"
984 "/*! Invisible class because of truncation */\n"
985 "class Invisible { };\n\n"
986 "/*! Truncated class, inheritance relation is hidden */\n"
987 "class Truncated : public Invisible { };\n\n"
988 "/* Class not documented with doxygen comments */\n"
989 "class Undocumented { };\n\n"
990 "/*! Class that is inherited using public inheritance */\n"
991 "class PublicBase : public Truncated { };\n\n"
992 "/*! A template class */\n"
993 "template<class T> class Templ { };\n\n"
994 "/*! Class that is inherited using protected inheritance */\n"
995 "class ProtectedBase { };\n\n"
996 "/*! Class that is inherited using private inheritance */\n"
997 "class PrivateBase { };\n\n"
998 "/*! Class that is used by the Inherited class */\n"
999 "class Used { };\n\n"
1000 "/*! Super class that inherits a number of other classes */\n"
1001 "class Inherited : public PublicBase,\n"
1002 " protected ProtectedBase,\n"
1003 " private PrivateBase,\n"
1004 " public Undocumented,\n"
1005 " public Templ<int>\n"
1006 "{\n"
1007 " private:\n"
1008 " Used *m_usedClass;\n"
1009 "};\n"
1010 "\\endcode\n"
1011 "If the \\c MAX_DOT_GRAPH_HEIGHT tag in the configuration file "
1012 "is set to 240 this will result in the following graph:"
1013 "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1014 "<p>\n"
1015 "The boxes in the above graph have the following meaning:\n"
1016 "<ul>\n"
1017 "<li>%A filled black box represents the struct or class for which the "
1018 "graph is generated.\n"
1019 "<li>%A box with a black border denotes a documented struct or class.\n"
1020 "<li>%A box with a gray border denotes an undocumented struct or class.\n"
1021 "<li>%A box with a red border denotes a documented struct or class for"
1022 "which not all inheritance/containment relations are shown. %A graph is "
1023 "truncated if it does not fit within the specified boundaries.\n"
1024 "</ul>\n"
1025 "The arrows have the following meaning:\n"
1026 "<ul>\n"
1027 "<li>%A dark blue arrow is used to visualize a public inheritance "
1028 "relation between two classes.\n"
1029 "<li>%A dark green arrow is used for protected inheritance.\n"
1030 "<li>%A dark red arrow is used for private inheritance.\n"
1031 "<li>%A purple dashed arrow is used if a class is contained or used "
1032 "by another class. The arrow is labeled with the variable(s) "
1033 "through which the pointed class or struct is accessible.\n"
1034 "<li>%A yellow dashed arrow denotes a relation between a template instance and "
1035 "the template class it was instantiated from. The arrow is labeled with "
1036 "the template parameters of the instance.\n"
1037 "</ul>\n";
1038 }
1039 /*! text for the link to the legend page */
1041 {
1042 return "legenda";
1043 }
1044
1045//////////////////////////////////////////////////////////////////////////
1046// new since 1.2.0
1047//////////////////////////////////////////////////////////////////////////
1048
1049 /*! Used as a marker that is put before a test item */
1050 DString trTest() override
1051 {
1052 return "Testas";
1053 }
1054 /*! Used as the header of the test list */
1056 {
1057 return "Testo Sąrašas";
1058 }
1059
1060//////////////////////////////////////////////////////////////////////////
1061// new since 1.2.2
1062//////////////////////////////////////////////////////////////////////////
1063
1064 /*! Used as a section header for IDL properties */
1066 {
1067 return "Savybės";
1068 }
1069 /*! Used as a section header for IDL property documentation */
1071 {
1072 return "Savybės Dokumentacija";
1073 }
1074
1075//////////////////////////////////////////////////////////////////////////
1076// new since 1.2.4
1077//////////////////////////////////////////////////////////////////////////
1078
1079 /*! Used for Java classes in the summary section of Java packages */
1081 {
1082 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1083 {
1084 return "Duomenų Struktūros";
1085 }
1086 else
1087 {
1088 return "Klasės";
1089 }
1090 }
1091 /*! Used as the title of a Java package */
1092 DString trPackage(const DString &name) override
1093 {
1094 return "Paketas "+name;
1095 }
1096 /*! The description of the package index page */
1098 {
1099 return "Paketai su trumpu aprašymu:";
1100 }
1101 /*! The link name in the Quick links header for each page */
1103 {
1104 return "Paketai";
1105 }
1106 /*! Text shown before a multi-line define */
1108 {
1109 return "Reikšmė:";
1110 }
1111
1112//////////////////////////////////////////////////////////////////////////
1113// new since 1.2.5
1114//////////////////////////////////////////////////////////////////////////
1115
1116 /*! Used as a marker that is put before a \\bug item */
1117 DString trBug() override
1118 {
1119 return "Klaida";
1120 }
1121 /*! Used as the header of the bug list */
1123 {
1124 return "Klaidų Sąrašas";
1125 }
1126
1127//////////////////////////////////////////////////////////////////////////
1128// new since 1.2.6
1129//////////////////////////////////////////////////////////////////////////
1130
1131 /*! Used as ansicpg for RTF file
1132 *
1133 * The following table shows the correlation of Charset name, Charset Value and
1134 * <pre>
1135 * Codepage number:
1136 * Charset Name Charset Value(hex) Codepage number
1137 * ------------------------------------------------------
1138 * DEFAULT_CHARSET 1 (x01)
1139 * SYMBOL_CHARSET 2 (x02)
1140 * OEM_CHARSET 255 (xFF)
1141 * ANSI_CHARSET 0 (x00) 1252
1142 * RUSSIAN_CHARSET 204 (xCC) 1251
1143 * EE_CHARSET 238 (xEE) 1250
1144 * GREEK_CHARSET 161 (xA1) 1253
1145 * TURKISH_CHARSET 162 (xA2) 1254
1146 * BALTIC_CHARSET 186 (xBA) 1257
1147 * HEBREW_CHARSET 177 (xB1) 1255
1148 * ARABIC _CHARSET 178 (xB2) 1256
1149 * SHIFTJIS_CHARSET 128 (x80) 932
1150 * HANGEUL_CHARSET 129 (x81) 949
1151 * GB2313_CHARSET 134 (x86) 936
1152 * CHINESEBIG5_CHARSET 136 (x88) 950
1153 * </pre>
1154 *
1155 */
1157 {
1158 return "1257";
1159 }
1160
1161
1162 /*! Used as ansicpg for RTF fcharset
1163 * \see trRTFansicp() for a table of possible values.
1164 */
1166 {
1167 return "186";
1168 }
1169
1170 /*! Used as header RTF general index */
1172 {
1173 return "Indeksas";
1174 }
1175
1176 /*! This is used for translation of the word that will possibly
1177 * be followed by a single name or by a list of names
1178 * of the category.
1179 */
1180 DString trClass(bool first_capital, bool singular) override
1181 {
1182 return createNoun(first_capital, singular, "klasė", "s");
1183 }
1184
1185 /*! This is used for translation of the word that will possibly
1186 * be followed by a single name or by a list of names
1187 * of the category.
1188 */
1189 DString trFile(bool first_capital, bool singular) override
1190 {
1191 return createNoun(first_capital, singular, "faila", "i", "s");
1192 }
1193
1194 /*! This is used for translation of the word that will possibly
1195 * be followed by a single name or by a list of names
1196 * of the category.
1197 */
1198 DString trNamespace(bool first_capital, bool singular) override
1199 {
1200 return createNoun(first_capital, singular, "vardų srit", "ys", "is");
1201 }
1202
1203 /*! This is used for translation of the word that will possibly
1204 * be followed by a single name or by a list of names
1205 * of the category.
1206 */
1207 DString trGroup(bool first_capital, bool singular) override
1208 {
1209 return createNoun(first_capital, singular, "grupė", "s");
1210 }
1211
1212 /*! This is used for translation of the word that will possibly
1213 * be followed by a single name or by a list of names
1214 * of the category.
1215 */
1216 DString trPage(bool first_capital, bool singular) override
1217 {
1218 return createNoun(first_capital, singular, "puslapi", "ai", "s");
1219 }
1220
1221 /*! This is used for translation of the word that will possibly
1222 * be followed by a single name or by a list of names
1223 * of the category.
1224 */
1225 DString trMember(bool first_capital, bool singular) override
1226 {
1227 return createNoun(first_capital, singular, "nar", "iai", "ys");
1228 }
1229
1230 /*! This is used for translation of the word that will possibly
1231 * be followed by a single name or by a list of names
1232 * of the category.
1233 */
1234 DString trGlobal(bool first_capital, bool singular) override
1235 {
1236 return createNoun(first_capital, singular, "global", "ūs", "us");
1237 }
1238
1239//////////////////////////////////////////////////////////////////////////
1240// new since 1.2.7
1241//////////////////////////////////////////////////////////////////////////
1242
1243 /*! This text is generated when the \\author command is used and
1244 * for the author section in man pages. */
1245 DString trAuthor(bool first_capital, bool singular) override
1246 {
1247 return createNoun(first_capital, singular, "autori", "ai", "us");
1248 }
1249
1250//////////////////////////////////////////////////////////////////////////
1251// new since 1.2.11
1252//////////////////////////////////////////////////////////////////////////
1253
1254 /*! This text is put before the list of members referenced by a member
1255 */
1257 {
1258 return "Ryšiai";
1259 }
1260
1261//////////////////////////////////////////////////////////////////////////
1262// new since 1.2.13
1263//////////////////////////////////////////////////////////////////////////
1264
1265 /*! used in member documentation blocks to produce a list of
1266 * members that are implemented by this one.
1267 */
1268 DString trImplementedFromList(int numEntries) override
1269 {
1270 return "Realizuoja "+trWriteList(numEntries)+".";
1271 }
1272
1273 /*! used in member documentation blocks to produce a list of
1274 * all members that implement this abstract member.
1275 */
1276 DString trImplementedInList(int numEntries) override
1277 {
1278 return "Realizuota "+trWriteList(numEntries)+".";
1279 }
1280
1281//////////////////////////////////////////////////////////////////////////
1282// new since 1.2.16
1283//////////////////////////////////////////////////////////////////////////
1284
1285 /*! used in RTF documentation as a heading for the Table
1286 * of Contents.
1287 */
1289 {
1290 return "Turinys";
1291 }
1292
1293//////////////////////////////////////////////////////////////////////////
1294// new since 1.2.17
1295//////////////////////////////////////////////////////////////////////////
1296
1297 /*! Used as the header of the list of item that have been
1298 * flagged deprecated
1299 */
1301 {
1302 return "Smerktinumų Sąrašas";
1303 }
1304
1305//////////////////////////////////////////////////////////////////////////
1306// new since 1.2.18
1307//////////////////////////////////////////////////////////////////////////
1308
1309 /*! Used as a header for declaration section of the events found in
1310 * a C# program
1311 */
1313 {
1314 return "Įvykiai";
1315 }
1316 /*! Header used for the documentation section of a class' events. */
1318 {
1319 return "Įvykio Dokumentacija";
1320 }
1321
1322//////////////////////////////////////////////////////////////////////////
1323// new since 1.3
1324//////////////////////////////////////////////////////////////////////////
1325
1326 /*! Used as a heading for a list of Java class types with package scope.
1327 */
1329 {
1330 return "Paketo Tipai";
1331 }
1332 /*! Used as a heading for a list of Java class functions with package
1333 * scope.
1334 */
1336 {
1337 return "Paketo Funkcijos";
1338 }
1340 {
1341 return "Paketo Nariai";
1342 }
1343 /*! Used as a heading for a list of static Java class functions with
1344 * package scope.
1345 */
1347 {
1348 return "Statinės Paketo Funkcijos";
1349 }
1350 /*! Used as a heading for a list of Java class variables with package
1351 * scope.
1352 */
1354 {
1355 return "Paketo Atributai";
1356 }
1357 /*! Used as a heading for a list of static Java class variables with
1358 * package scope.
1359 */
1361 {
1362 return "Statiniai Paketo Atributai";
1363 }
1364
1365//////////////////////////////////////////////////////////////////////////
1366// new since 1.3.1
1367//////////////////////////////////////////////////////////////////////////
1368
1369 /*! Used in the quick index of a class/file/namespace member list page
1370 * to link to the unfiltered list of all members.
1371 */
1372 DString trAll() override
1373 {
1374 return "Visi";
1375 }
1376 /*! Put in front of the call graph for a function. */
1378 {
1379 return "Funkcijos kvietimo grafas:";
1380 }
1381
1382//////////////////////////////////////////////////////////////////////////
1383// new since 1.3.3
1384//////////////////////////////////////////////////////////////////////////
1385
1386 /*! This string is used as the title for the page listing the search
1387 * results.
1388 */
1390 {
1391 return "Paieškos Rezultatai";
1392 }
1393 /*! This string is put just before listing the search results. The
1394 * text can be different depending on the number of documents found.
1395 * Inside the text you can put the special marker $num to insert
1396 * the number representing the actual number of search results.
1397 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1398 * value 2 represents 2 or more matches. HTML markup is allowed inside
1399 * the returned string.
1400 */
1401 DString trSearchResults(int numDocuments) override
1402 {
1403 if (numDocuments==0)
1404 {
1405 return "Atsiprašome, jokių dokumentų nerasta pagal Jūsų užklausą.";
1406 }
1407 else if (numDocuments==1)
1408 {
1409 return "Surasta <b>1</b> dokumentas, atitinkantis Jūsų užklausą.";
1410 }
1411 else
1412 {
1413 return "Surasta <b>$num</b> dokumentų, atitinkančių Jūsų užklausą. "
1414 "Pirmiausiai rodomi labiausiai tenkinantys užklausą.";
1415 }
1416 }
1417 /*! This string is put before the list of matched words, for each search
1418 * result. What follows is the list of words that matched the query.
1419 */
1421 {
1422 return "Atitikmenys:";
1423 }
1424//////////////////////////////////////////////////////////////////////////
1425// new since 1.3.8
1426//////////////////////////////////////////////////////////////////////////
1427
1428 /*! This is used in HTML as the title of page with source code for file filename
1429 */
1430 DString trSourceFile(const DString& filename) override
1431 {
1432 return filename + " išeities tekstas";
1433 }
1434
1435//////////////////////////////////////////////////////////////////////////
1436// new since 1.3.9
1437//////////////////////////////////////////////////////////////////////////
1438
1439 /*! This is used as the name of the chapter containing the directory
1440 * hierarchy.
1441 */
1443 { return "Direktorijų hierarchija"; }
1444
1445 /*! This is used as the name of the chapter containing the documentation
1446 * of the directories.
1447 */
1449 { return "Direktorijų dokumentacija"; }
1450
1451 /*! This is used as the title of the directory index and also in the
1452 * Quick links of a HTML page, to link to the directory hierarchy.
1453 */
1455 { return "Direktorijos"; }
1456
1457 /*! This returns the title of a directory page. The name of the
1458 * directory is passed via \a dirName.
1459 */
1460 DString trDirReference(const DString &dirName) override
1461 { DString result=dirName; result+=" Directorijos aprašas"; return result; }
1462
1463 /*! This returns the word directory with or without starting capital
1464 * (\a first_capital) and in singular or plural form (\a singular).
1465 */
1466 DString trDir(bool first_capital, bool singular) override
1467 {
1468 return createNoun(first_capital, singular, "direktorij", "os", "a");
1469 }
1470
1471//////////////////////////////////////////////////////////////////////////
1472// new since 1.4.1
1473//////////////////////////////////////////////////////////////////////////
1474
1475 /*! This text is added to the documentation when the \\overload command
1476 * is used for a overloaded function.
1477 */
1479 {
1480 return "Perkraunamas metodas sukurtas patogumui. "
1481 "Jis skiriasi nuo aukščiau minėto tik argumetais.";
1482 }
1483
1484
1485 DString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
1486 {
1487 static const char *days_short[] = { "pr", "an", "tr", "kt", "pn", "št", "sk" };
1488 static const char *days_full[] = { "pirmadienis", "antradienis", "trečiadienis", "ketvirtadienis", "penktadienis", "šeštadienis", "sekmadienis" };
1489 DString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1490 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1491 else return text;
1492 }
1493 DString trMonth(int month, bool first_capital, bool full) override
1494 {
1495 static const char *months_short[] = { "saus.", "vas.", "kov.", "bal.", "geg.", "birž.", "liep.", "rugp.", "rugs.", "spal.", "lapkr.", "gruod." };
1496 static const char *months_full[] = { "sausis", "vasaris", "kovas", "balandis", "gegužė", "birželis", "liepa", "rugpjūtis", "rugsėjis", "spalis", "lapkritis", "gruodis" };
1497 DString text = full? months_full[month-1] : months_short[month-1];
1498 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1499 else return text;
1500 }
1501 DString trDayPeriod(bool period) override
1502 {
1503 static const char *dayPeriod[] = { "priešpiet", "popiet" };
1504 return dayPeriod[period?1:0];
1505 }
1506};
1507
1508#endif
CompoundType
The various compound types.
Definition classdef.h:105
@ Interface
Definition classdef.h:108
@ Exception
Definition classdef.h:111
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
DString upper() const
Definition dstring.h:335
DString mid(size_t index, size_t len=npos) const
Definition dstring.h:322
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
Definition dstring.h:152
Adapter class for languages that only contain translations up to version 1.4.6.
DString trDesignUnitDocumentation() override
DString createNoun(bool first_capital, bool singular, const DString &base, const DString &plurSuffix, const DString &singSuffix="")
Definition translator.h:799
DString trParameters() override
DString trStaticPublicMembers() override
DString trPublicAttribs() override
DString trDetailedDescription() override
DString trDefineDocumentation() override
DString trSearch() override
DString trMemberList() override
DString trProtectedSlots() override
DString trPackage(const DString &name) override
DString trGeneratedBy() override
DString trNamespaceList() override
DString trCompoundMembersDescription(bool extractAll) override
DString trSourceFile(const DString &filename) override
DString trEventDocumentation() override
DString trInclDepGraph(const DString &fName) override
DString trAll() override
DString trReferenceManual() override
DString trSince() override
DString trLegendDocs() override
DString trExceptions() override
DString trEnumerations() override
DString trEnumName() override
DString trCallGraph() override
DString trStaticProtectedAttribs() override
DString trSearchResults(int numDocuments) override
DString trCollaborationDiagram(const DString &clName) override
DString trTest() override
DString trDocumentation(const DString &projName) override
DString trClassHierarchy() override
DString trReferences() override
DString trRTFGeneralIndex() override
DString trModules() override
DString trMonth(int month, bool first_capital, bool full) override
DString trFileList() override
DString trNamespaceIndex() override
DString trRTFansicp() override
DString trPrivateMembers() override
DString trGeneratedAt(const DString &date, const DString &projName) override
DString trTypedefDocumentation() override
DString trEnumerationTypeDocumentation() override
DString trCompoundIndex() override
DString trPrivateSlots() override
DString trClass(bool first_capital, bool singular) override
DString trProperties() override
DString trMainPage() override
DString latexLanguageSupportCommand() override
DString trGraphicalHierarchy() override
DString trOverloadText() override
DString trPackageMembers() override
DString trTodoList() override
DString trReturnValues() override
DString trPackageTypes() override
DString trInitialValue() override
DString trRTFCharSet() override
DString trInheritedByList(int numEntries) override
DString trPropertyDocumentation() override
DString trFileDocumentation() override
DString trNamespace(bool first_capital, bool singular) override
DString trCompounds() override
DString trFileIndex() override
DString trGotoSourceCode() override
DString trNamespaceReference(const DString &namespaceName) override
DString trFunctions() override
DString trStaticPublicAttribs() override
DString trCompoundMembers() override
DString trDirIndex() override
DString trReimplementedFromList(int numEntries) override
DString trInclByDepGraph() override
DString trReturns() override
DString trDate() override
DString trDefinedInSourceFile() override
DString trTestList() override
DString trReferencedBy() override
DString trStaticPrivateAttribs() override
DString trDirReference(const DString &dirName) override
DString trIncludingInheritedMembers() override
DString trStaticPrivateMembers() override
DString trFunctionDocumentation() override
DString trFriends() override
DString trPublicSlots() override
DString trPageAbbreviation() override
DString trDefinedAtLineInSourceFile() override
DString trStaticProtectedMembers() override
DString trGotoDocumentation() override
DString trWarning() override
DString trSignals() override
DString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
DString trProtectedTypes() override
DString trCompoundList() override
DString trRTFTableOfContents() override
DString trPackageListDescription() override
DString trClassHierarchyDescription() override
DString trDirDocumentation() override
DString trPackageFunctions() override
DString trRelatedPages() override
DString trDayPeriod(bool period) override
DString trFileMembersDescription(bool extractAll) override
DString trInvariant() override
DString trReimplementedInList(int numEntries) override
DString trNamespaceMembers() override
DString trDefinedIn() override
DString trDir(bool first_capital, bool singular) override
DString trCompoundReference(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString trRelatedFunctions() override
DString trModulesDescription() override
DString trDeprecated() override
DString trVersion() override
DString trPackages() override
DString idLanguage() override
DString trConstructorDocumentation() override
DString trImplementedFromList(int numEntries) override
DString trBug() override
DString trImplementedInList(int numEntries) override
DString trWriteList(int numEntries) override
DString trTodo() override
DString trEvents() override
DString trClasses() override
DString trMore() override
DString trClassDocumentation() override
DString trDefines() override
DString trPostcondition() override
DString trThisIsTheListOfAllMembers() override
DString trProtectedAttribs() override
DString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
DString trAttention() override
DString trFile(bool first_capital, bool singular) override
DString trCompoundListDescription() override
DString trCode() override
DString trPublicTypes() override
DString trMemberFunctionDocumentation() override
DString trRelatedPagesDescription() override
DString trGroup(bool first_capital, bool singular) override
DString trPrivateAttribs() override
DString trHierarchicalIndex() override
DString trFileListDescription(bool extractAll) override
DString trDefineValue() override
DString trEnumValue() override
DString trExamples() override
DString trNamespaceDocumentation() override
DString trExamplesDescription() override
DString trVariables() override
DString trMember(bool first_capital, bool singular) override
DString trModuleIndex() override
DString trFileReference(const DString &fileName) override
DString trPublicMembers() override
DString trGotoGraphicalHierarchy() override
DString trMemberEnumerationDocumentation() override
DString trBugList() override
DString trDirectories() override
DString trProtectedMembers() override
DString trSeeAlso() override
DString trListOfAllMembers() override
DString trClassDiagram(const DString &clName) override
DString trGotoTextualHierarchy() override
DString trPrecondition() override
DString trPage(bool first_capital, bool singular) override
DString trGeneratedAutomatically(const DString &s) override
DString trNamespaces() override
DString trLegendTitle() override
DString trLegend() override
DString trTypedefs() override
DString trDetails() override
DString trFileMembers() override
DString trNamespaceMemberDescription(bool extractAll) override
DString trModuleDocumentation() override
DString trPrivateTypes() override
DString trRelatedFunctionDocumentation() override
DString trDeprecatedList() override
DString trRelatedSubscript() override
DString trAuthor(bool first_capital, bool singular) override
DString trStaticPackageAttribs() override
DString trNote() override
DString trSearchResultsTitle() override
DString getLanguageString() override
language codes for Html help
DString trPackageAttribs() override
DString trGlobal(bool first_capital, bool singular) override
DString trEnumerationValues() override
DString trMemberTypedefDocumentation() override
DString trInheritsList(int numEntries) override
DString trRemarks() override
DString trISOLang() override
DString trVariableDocumentation() override
DString trStaticPackageFunctions() override
DString trSearchMatches() override
DString trMemberDataDocumentation() override
DString trPageIndex() override
DString trNamespaceListDescription(bool extractAll) override
#define Config_getBool(name)
Definition config.h:33
DString generateMarker(int id)
Definition dstring.h:908
DString getDotImageExtension()
Definition util.cpp:4966