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 */
45 QCString idLanguage() override
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 */
62 QCString latexLanguageSupportCommand() override
63 {
64 return "\\usepackage[T2A]{fontenc}\n"
65 "\\usepackage[lithuanian]{babel}\n";
66 }
67
68 QCString trISOLang() override
69 {
70 return "lt";
71 }
72 QCString getLanguageString() override
73 {
74 return "0x427 Lithuanian";
75 }
76
77 // --- Language translation methods -------------------
78
79 /*! used in the compound documentation before a list of related functions. */
80 QCString trRelatedFunctions() override
81 { return "Susiję Funkcijos"; }
82
83 /*! subscript for the related functions. */
84 QCString trRelatedSubscript() override
85 { return "Atkreipkite dėmesį, čią ne metodai"; }
86
87 /*! header that is put before the detailed description of files, classes and namespaces. */
88 QCString trDetailedDescription() override
89 { return "Smulkus aprašymas"; }
90
91 /*! header that is used when the summary tag is missing inside the details tag */
92 QCString trDetails() override
93 { return "Išsamiau"; }
94
95 /*! header that is put before the list of typedefs. */
96 QCString trMemberTypedefDocumentation() override
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. */
108 QCString trMemberDataDocumentation() override
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 QCString trMore() override
122 { return "Daugiau..."; }
123
124 /*! put in the class documentation */
125 QCString trListOfAllMembers() override
126 { return "Visų narių sąrašas"; }
127
128 /*! used as the title of the "list of all members" page of a class */
129 QCString trMemberList() override
130 { return "Narių sąrašas"; }
131
132 /*! this is the first part of a sentence that is followed by a class name */
133 QCString trThisIsTheListOfAllMembers() override
134 { return "Tai galutinis narių sąrašas"; }
135
136 /*! this is the remainder of the sentence after the class name */
137 QCString trIncludingInheritedMembers() override
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 */
143 QCString trGeneratedAutomatically(const QCString &s) override
144 { QCString result="Automatiškai sugeneruota Doxygen įrankiu";
145 if (!s.isEmpty()) result+=" "+s;
146 result+=" iš programos kodo.";
147 return result;
148 }
149
150 /*! put after an enum name in the list of all members */
151 QCString trEnumName() override
152 { return "išvardinimo vardas"; }
153
154 /*! put after an enum value in the list of all members */
155 QCString trEnumValue() override
156 { return "išvardinimo reikšmė"; }
157
158 /*! put after an undocumented member in the list of all members */
159 QCString trDefinedIn() override
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 */
167 QCString trModules() override
168 { return "Moduliai"; }
169
170 /*! This is put above each page as a link to the class hierarchy */
171 QCString trClassHierarchy() override
172 { return "Klasių hierarchija"; }
173
174 /*! This is put above each page as a link to the list of annotated classes */
175 QCString trCompoundList() override
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 */
188 QCString trFileList() override
189 { return "Failai"; }
190
191 /*! This is put above each page as a link to all members of compounds. */
192 QCString trCompoundMembers() override
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. */
205 QCString trFileMembers() override
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. */
218 QCString trRelatedPages() override
219 { return "Susiję Puslapiai"; }
220
221 /*! This is put above each page as a link to all examples. */
222 QCString trExamples() override
223 { return "Pavyzdžiai"; }
224
225 /*! This is put above each page as a link to the search engine. */
226 QCString trSearch() override
227 { return "Paieška"; }
228
229 /*! This is an introduction to the class hierarchy. */
230 QCString trClassHierarchyDescription() override
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 QCString trFileListDescription(bool extractAll) override
237 {
238 QCString 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. */
245 QCString trCompoundListDescription() override
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 QCString trCompoundMembersDescription(bool extractAll) override
265 {
266 QCString 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 QCString trFileMembersDescription(bool extractAll) override
307 {
308 QCString 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 */
328 QCString trExamplesDescription() override
329 { return "Visų pavyzdžių sąrašas:"; }
330
331 /*! This is an introduction to the page with the list of related pages */
332 QCString trRelatedPagesDescription() override
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 */
336 QCString trModulesDescription() override
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 QCString trDocumentation(const QCString &projName) override
343 { return (!projName.isEmpty()?projName + " " : "") + "Dokumentacija"; }
344
345 /*! This is used in LaTeX as the title of the chapter with the
346 * index of all groups.
347 */
348 QCString trModuleIndex() override
349 { return "Modulio Indeksas"; }
350
351 /*! This is used in LaTeX as the title of the chapter with the
352 * class hierarchy.
353 */
354 QCString trHierarchicalIndex() override
355 { return "Hierarchijos Indeksas"; }
356
357 /*! This is used in LaTeX as the title of the chapter with the
358 * annotated compound index.
359 */
360 QCString trCompoundIndex() override
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 */
375 QCString trFileIndex() override
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 */
381 QCString trModuleDocumentation() override
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 */
387 QCString trClassDocumentation() override
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 */
406 QCString trFileDocumentation() override
407 { return "Failo Dokumentacija"; }
408
409 /*! This is used in LaTeX as the title of the document */
410 QCString trReferenceManual() override
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 */
416 QCString trDefines() override
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 */
422 QCString trTypedefs() override
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 */
428 QCString trEnumerations() override
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 */
434 QCString trFunctions() override
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 */
440 QCString trVariables() override
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 */
446 QCString trEnumerationValues() override
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 */
452 QCString trDefineDocumentation() override
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 */
458 QCString trTypedefDocumentation() override
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 */
470 QCString trFunctionDocumentation() override
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 */
476 QCString trVariableDocumentation() override
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 */
482 QCString trCompounds() override
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 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
498 {
499 QCString result="Sugeneruota "+date;/*FIXME*/
500 if (!projName.isEmpty()) result+=" "+projName;/*FIXME*/
501 result+=" ";/*FIXME*/
502 return result;
503 }
504
505 /*! this text is put before a class diagram */
506 QCString trClassDiagram(const QCString &clName) override
507 {
508 return "Paveldimumo diagrama "+clName+":"; /*FIXME*/
509 }
510
511 /*! this text is generated when the \\warning command is used. */
512 QCString trWarning() override
513 { return "Įspėjimas"; }
514
515 /*! this text is generated when the \\version command is used. */
516 QCString trVersion() override
517 { return "Versija"; }
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. */
524 QCString trReturns() override
525 { return "Gražina"; }
526
527 /*! this text is generated when the \\sa command is used. */
528 QCString trSeeAlso() override
529 { return "Taip pat žiūrėti"; }
530
531 /*! this text is generated when the \\param command is used. */
532 QCString trParameters() override
533 { return "Parametrai"; }
534
535 /*! this text is generated when the \\exception command is used. */
536 QCString trExceptions() override
537 { return "Išimtys"; }
538
539 /*! this text is used in the title page of a LaTeX document. */
540 QCString trGeneratedBy() override
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. */
548 QCString trNamespaceList() override
549 { return "Varų Srities Sąrašas"; }
550
551 /*! used as an introduction to the namespace list */
552 QCString trNamespaceListDescription(bool extractAll) override
553 {
554 QCString 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 */
563 QCString trFriends() override
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 */
581 QCString trCompoundReference(const QCString &clName,
582 ClassDef::CompoundType compType,
583 bool isTemplate) override
584 {
585 QCString 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 QCString trFileReference(const QCString &fileName) override
603 {
604 QCString result=fileName;
605 result+=" Failo Nuoroda";
606 return result;
607 }
608
609 /*! used as the title of the HTML page of a namespace */
610 QCString trNamespaceReference(const QCString &namespaceName) override
611 {
612 QCString result=namespaceName;
613 result+=" Vardų Srities Nuoroda";
614 return result;
615 }
616
617 QCString trPublicMembers() override
618 { return "Vieši Metodai"; }
619 QCString trPublicSlots() override
620 { return "Vieši Slotai"; } /*FIXME*/
621 QCString trSignals() override
622 { return "Signalai"; }
623 QCString trStaticPublicMembers() override
624 { return "Statiniai Vieši Metodai"; }
625 QCString trProtectedMembers() override
626 { return "Apsaugoti Metodai"; }
627 QCString trProtectedSlots() override
628 { return "Apsaugoti Slotai"; }/*FIXME*/
629 QCString trStaticProtectedMembers() override
630 { return "Statiniai Apsaugoti Metodai"; }
631 QCString trPrivateMembers() override
632 { return "Privatatūs Metodai"; }
633 QCString trPrivateSlots() override
634 { return "Privatūs Slotai"; }/*FIXME*/
635 QCString trStaticPrivateMembers() override
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 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+=", 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 QCString 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 QCString 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 QCString 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 QCString 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. */
695 QCString trNamespaceMembers() override
696 { return "Vardų Srities Nariai"; }
697
698 /*! This is an introduction to the page with all namespace members */
699 QCString trNamespaceMemberDescription(bool extractAll) override
700 {
701 QCString 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 */
713 QCString trNamespaceIndex() override
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 */
719 QCString trNamespaceDocumentation() override
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 */
729 QCString trNamespaces() override
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 QCString 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. */
765 QCString trReturnValues() override
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 */
770 QCString trMainPage() override
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 */
776 QCString trPageAbbreviation() override
777 { return "psl."; }
778
779//////////////////////////////////////////////////////////////////////////
780// new since 0.49-991003
781//////////////////////////////////////////////////////////////////////////
782
783 QCString trDefinedAtLineInSourceFile() override
784 {
785 return "Apibrėžimas failo @1 eilutėje @0.";
786 }
787 QCString trDefinedInSourceFile() override
788 {
789 return "Apibrėžimas faile @0.";
790 }
791
792//////////////////////////////////////////////////////////////////////////
793// new since 0.49-991205
794//////////////////////////////////////////////////////////////////////////
795
796 QCString trDeprecated() override
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 QCString trCollaborationDiagram(const QCString &clName) override
807 {
808 return "Bendradarbiavimo diagrama "+clName+":";/*FIXME*/
809 }
810 /*! this text is put before an include dependency graph */
811 QCString trInclDepGraph(const QCString &fName) override
812 {
813 return "Įtraukimo priklausomybių diagrama "+fName+":";/*FIXME*/
814 }
815 /*! header that is put before the list of constructor/destructors. */
816 QCString trConstructorDocumentation() override
817 {
818 return "Konstruktoriaus ir Destruktoriaus Dokumentacija";
819 }
820 /*! Used in the file documentation to point to the corresponding sources. */
821 QCString trGotoSourceCode() override
822 {
823 return "Eiti į šio failo programos kodą.";
824 }
825 /*! Used in the file sources to point to the corresponding documentation. */
826 QCString trGotoDocumentation() override
827 {
828 return "Eiti į šio failo dokumentaciją.";
829 }
830 /*! Text for the \\pre command */
831 QCString trPrecondition() override
832 {
833 return "Išakstinė sąlyga";
834 }
835 /*! Text for the \\post command */
836 QCString trPostcondition() override
837 {
838 return "Postcondition";/*FIXME*/
839 }
840 /*! Text for the \\invariant command */
841 QCString trInvariant() override
842 {
843 return "Pastovus";
844 }
845 /*! Text shown before a multi-line variable/enum initialization */
846 QCString trInitialValue() override
847 {
848 return "Pradinė reikšmė:";
849 }
850 /*! Text used the source code in the file index */
851 QCString trCode() override
852 {
853 return "tekstas";/*FIXME*/
854 }
855 QCString trGraphicalHierarchy() override
856 {
857 return "Grafinė Klasės Hierarchija";
858 }
859 QCString trGotoGraphicalHierarchy() override
860 {
861 return "Eiti į grafinę klasės hierarchiją";
862 }
863 QCString trGotoTextualHierarchy() override
864 {
865 return "Eiti į tekstinę klasės hierarchiją";
866 }
867 QCString trPageIndex() override
868 {
869 return "Puslapio Indeksas";
870 }
871
872//////////////////////////////////////////////////////////////////////////
873// new since 1.1.0
874//////////////////////////////////////////////////////////////////////////
875
876 QCString trNote() override
877 {
878 return "Pastaba";
879 }
880 QCString trPublicTypes() override
881 {
882 return "Vieši Tipai";
883 }
884 QCString trPublicAttribs() override
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 }
895 QCString trStaticPublicAttribs() override
896 {
897 return "Statiniai Vieši Atributai";
898 }
899 QCString trProtectedTypes() override
900 {
901 return "Apsaugoti Tipai";
902 }
903 QCString trProtectedAttribs() override
904 {
905 return "Apsaugoti Atributai";
906 }
907 QCString trStaticProtectedAttribs() override
908 {
909 return "Statiniai Apsaugoti Atributai";
910 }
911 QCString trPrivateTypes() override
912 {
913 return "Privatūs Tipai";
914 }
915 QCString trPrivateAttribs() override
916 {
917 return "Privatūs Atributai";
918 }
919 QCString trStaticPrivateAttribs() override
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 QCString trTodo() override
930 {
931 return "Daryti";
932 }
933 /*! Used as the header of the todo list */
934 QCString trTodoList() override
935 {
936 return "Tolimesni Darbai";
937 }
938
939//////////////////////////////////////////////////////////////////////////
940// new since 1.1.4
941//////////////////////////////////////////////////////////////////////////
942
943 QCString trReferencedBy() override
944 {
945 return "Naudojamas";
946 }
947 QCString trRemarks() override
948 {
949 return "Pastabos";
950 }
951 QCString trAttention() override
952 {
953 return "Attention";
954 }
955 QCString trInclByDepGraph() override
956 {
957 return "Šis grafas rodo, kuris failas tiesiogiai ar "
958 "netiesiogiai įtraukia šį failą:";
959 }
960 QCString trSince() override
961 {
962 return "Nuo";
963 }
964
965//////////////////////////////////////////////////////////////////////////
966// new since 1.1.5
967//////////////////////////////////////////////////////////////////////////
968
969 /*! title of the graph legend page */
970 QCString trLegendTitle() override
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 */
977 QCString trLegendDocs() override
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 */
1040 QCString trLegend() override
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 QCString trTest() override
1051 {
1052 return "Testas";
1053 }
1054 /*! Used as the header of the test list */
1055 QCString trTestList() override
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 */
1065 QCString trProperties() override
1066 {
1067 return "Savybės";
1068 }
1069 /*! Used as a section header for IDL property documentation */
1070 QCString trPropertyDocumentation() override
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 */
1080 QCString trClasses() override
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 QCString trPackage(const QCString &name) override
1093 {
1094 return "Paketas "+name;
1095 }
1096 /*! The description of the package index page */
1097 QCString trPackageListDescription() override
1098 {
1099 return "Paketai su trumpu aprašymu:";
1100 }
1101 /*! The link name in the Quick links header for each page */
1102 QCString trPackages() override
1103 {
1104 return "Paketai";
1105 }
1106 /*! Text shown before a multi-line define */
1107 QCString trDefineValue() override
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 QCString trBug() override
1118 {
1119 return "Klaida";
1120 }
1121 /*! Used as the header of the bug list */
1122 QCString trBugList() override
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 */
1156 QCString trRTFansicp() override
1157 {
1158 return "1257";
1159 }
1160
1161
1162 /*! Used as ansicpg for RTF fcharset
1163 * \see trRTFansicp() for a table of possible values.
1164 */
1165 QCString trRTFCharSet() override
1166 {
1167 return "186";
1168 }
1169
1170 /*! Used as header RTF general index */
1171 QCString trRTFGeneralIndex() override
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 QCString 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 QCString 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 QCString 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 QCString 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 QCString 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 QCString 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 QCString 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 QCString 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 */
1256 QCString trReferences() override
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 QCString 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 QCString 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 */
1288 QCString trRTFTableOfContents() override
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 */
1300 QCString trDeprecatedList() override
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 */
1312 QCString trEvents() override
1313 {
1314 return "Įvykiai";
1315 }
1316 /*! Header used for the documentation section of a class' events. */
1317 QCString trEventDocumentation() override
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 */
1328 QCString trPackageTypes() override
1329 {
1330 return "Paketo Tipai";
1331 }
1332 /*! Used as a heading for a list of Java class functions with package
1333 * scope.
1334 */
1335 QCString trPackageFunctions() override
1336 {
1337 return "Paketo Funkcijos";
1338 }
1339 QCString trPackageMembers() override
1340 {
1341 return "Paketo Nariai";
1342 }
1343 /*! Used as a heading for a list of static Java class functions with
1344 * package scope.
1345 */
1346 QCString trStaticPackageFunctions() override
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 */
1353 QCString trPackageAttribs() override
1354 {
1355 return "Paketo Atributai";
1356 }
1357 /*! Used as a heading for a list of static Java class variables with
1358 * package scope.
1359 */
1360 QCString trStaticPackageAttribs() override
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 QCString trAll() override
1373 {
1374 return "Visi";
1375 }
1376 /*! Put in front of the call graph for a function. */
1377 QCString trCallGraph() override
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 */
1389 QCString trSearchResultsTitle() override
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 QCString 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 */
1420 QCString trSearchMatches() override
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 QCString trSourceFile(const QCString& 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 */
1442 QCString trDirIndex() override
1443 { return "Direktorijų hierarchija"; }
1444
1445 /*! This is used as the name of the chapter containing the documentation
1446 * of the directories.
1447 */
1448 QCString trDirDocumentation() override
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 */
1454 QCString trDirectories() override
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 QCString trDirReference(const QCString &dirName) override
1461 { QCString 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 sigular or plural form (\a singular).
1465 */
1466 QCString 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 */
1478 QCString trOverloadText() override
1479 {
1480 return "Perkraunamas metodas sukurtas patogumui. "
1481 "Jis skiriasi nuo aukščiau minėto tik argumetais.";
1482 }
1483
1484
1485 QCString 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 QCString 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 QCString 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 QCString 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 QCString 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:109
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
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
Adapter class for languages that only contain translations up to version 1.4.6.
QCString trDesignUnitDocumentation() override
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
QCString trSourceFile(const QCString &filename) override
QCString trMemberEnumerationDocumentation() override
QCString trDetailedDescription() override
QCString trEventDocumentation() override
QCString trRTFansicp() override
QCString trIncludingInheritedMembers() override
QCString trStaticPrivateAttribs() override
QCString trDirDocumentation() override
QCString trProtectedMembers() override
QCString trModuleDocumentation() override
QCString trSearchResults(int numDocuments) override
QCString trReturns() override
QCString trPrivateMembers() override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trGlobal(bool first_capital, bool singular) override
QCString trNamespaceMembers() override
QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
QCString trInheritsList(int numEntries) override
QCString trMainPage() override
QCString trGraphicalHierarchy() override
QCString trInheritedByList(int numEntries) override
QCString trNamespaceList() override
QCString trSearchResultsTitle() override
QCString trFileMembersDescription(bool extractAll) override
QCString trReferenceManual() override
QCString trDefineValue() override
QCString trCompoundMembers() override
QCString trFileMembers() override
QCString trDetails() override
QCString trMemberList() override
QCString trISOLang() override
QCString trRelatedFunctions() override
QCString trNote() override
QCString trPage(bool first_capital, bool singular) override
QCString trPackage(const QCString &name) override
QCString trProperties() override
QCString trFileList() override
QCString trListOfAllMembers() override
QCString trTypedefs() override
QCString trRemarks() override
QCString trSeeAlso() override
QCString trDefinedAtLineInSourceFile() override
QCString trImplementedFromList(int numEntries) override
QCString trCompoundList() override
QCString trNamespaceDocumentation() override
QCString trVariables() override
QCString trMore() override
QCString trProtectedAttribs() override
QCString trFileReference(const QCString &fileName) override
QCString trPublicAttribs() override
QCString trPackageFunctions() override
QCString trAll() override
QCString trBug() override
QCString trTodoList() override
QCString trHierarchicalIndex() override
QCString trReferences() override
QCString trDefines() override
QCString trCompoundListDescription() override
QCString trDeprecated() override
QCString trReturnValues() override
QCString trMember(bool first_capital, bool singular) override
QCString trExamples() override
QCString trModuleIndex() override
QCString trGotoDocumentation() override
QCString trRTFGeneralIndex() override
QCString trFileIndex() override
QCString trStaticPrivateMembers() override
QCString trModulesDescription() override
QCString trPrecondition() override
QCString trMonth(int month, bool first_capital, bool full) override
QCString trImplementedInList(int numEntries) override
QCString trPrivateSlots() override
QCString trSearchMatches() override
QCString trRelatedFunctionDocumentation() override
QCString trRelatedPages() override
QCString trPageAbbreviation() override
QCString trEnumName() override
QCString trClassHierarchy() override
QCString trAuthor(bool first_capital, bool singular) override
QCString getLanguageString() override
language codes for Html help
QCString trInitialValue() override
QCString trFriends() override
QCString trInvariant() override
QCString trPageIndex() override
QCString trGroup(bool first_capital, bool singular) override
QCString trEnumerationValues() override
QCString trDirIndex() override
QCString trFunctionDocumentation() override
QCString trCompoundIndex() override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trLegendTitle() override
QCString trRelatedPagesDescription() override
QCString trDefinedInSourceFile() override
QCString trRTFTableOfContents() override
QCString trClassDiagram(const QCString &clName) override
QCString trDefinedIn() override
QCString trInclDepGraph(const QCString &fName) override
QCString trDirectories() override
QCString trFunctions() override
QCString trDate() override
QCString trReimplementedInList(int numEntries) override
QCString trStaticPublicAttribs() override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trClassHierarchyDescription() override
QCString trThisIsTheListOfAllMembers() override
QCString trStaticPackageFunctions() override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trClass(bool first_capital, bool singular) override
QCString trVariableDocumentation() override
QCString trMemberDataDocumentation() override
QCString trWriteList(int numEntries) override
QCString trFileListDescription(bool extractAll) override
QCString trPrivateTypes() override
QCString trTodo() override
QCString trGeneratedBy() override
QCString trNamespaceIndex() override
QCString trEnumValue() override
QCString trPublicTypes() override
QCString trSince() override
QCString trRTFCharSet() override
QCString trTest() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trFile(bool first_capital, bool singular) override
QCString trSearch() override
QCString trProtectedSlots() override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trStaticPackageAttribs() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trRelatedSubscript() override
QCString trReferencedBy() override
QCString trClassDocumentation() override
QCString trPostcondition() override
QCString trCompounds() override
QCString trEvents() override
QCString trPublicMembers() override
QCString trEnumerations() override
QCString trSignals() override
QCString trCallGraph() override
QCString trConstructorDocumentation() override
QCString trPackageAttribs() override
QCString trGotoGraphicalHierarchy() override
QCString trTypedefDocumentation() override
QCString trLegend() override
QCString trExamplesDescription() override
QCString trOverloadText() override
QCString trModules() override
QCString trDayPeriod(bool period) override
QCString trCode() override
QCString trParameters() override
QCString trEnumerationTypeDocumentation() override
QCString trPackageMembers() override
QCString trNamespaces() override
QCString trWarning() override
QCString trReimplementedFromList(int numEntries) override
QCString trTestList() override
QCString trStaticProtectedAttribs() override
QCString trGotoSourceCode() override
QCString trVersion() override
QCString trPackageListDescription() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trPublicSlots() override
QCString trExceptions() override
QCString trDocumentation(const QCString &projName) override
QCString trDirReference(const QCString &dirName) override
QCString trInclByDepGraph() override
QCString trProtectedTypes() override
QCString trAttention() override
QCString trPrivateAttribs() override
QCString trMemberTypedefDocumentation() override
QCString idLanguage() override
QCString trPackages() override
QCString trLegendDocs() override
QCString trBugList() override
QCString trDeprecatedList() override
QCString trFileDocumentation() override
QCString trMemberFunctionDocumentation() override
QCString trClasses() override
QCString trGotoTextualHierarchy() override
QCString latexLanguageSupportCommand() override
QCString trNamespace(bool first_capital, bool singular) override
QCString trStaticPublicMembers() override
QCString trPackageTypes() override
QCString trPropertyDocumentation() override
QCString trStaticProtectedMembers() override
QCString trDefineDocumentation() override
QCString trDir(bool first_capital, bool singular) override
#define Config_getBool(name)
Definition config.h:33
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6616