Doxygen
Loading...
Searching...
No Matches
translator_hr.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 *
4 *
5 * Copyright (C) 1997-2015 by Dimitri van Heesch.
6 *
7 * Permission to use, copy, modify, and distribute this software and its
8 * documentation under the terms of the GNU General Public License is hereby
9 * granted. No representations are made about the suitability of this software
10 * for any purpose. It is provided "as is" without express or implied warranty.
11 * See the GNU General Public License for more details.
12 *
13 * Documents produced by Doxygen are derivative works derived from the
14 * input used in their production; they are not affected by this license.
15 *
16*/
17// translation by Boris Bralo <boris.bralo@gmail.com>
18// Updates:
19// --------
20// 2000/08/20
21// - Better handling of ISO-8859-2/ WIN 1250 stuff based on (actually stolen from :-)) Czech translations
22// implemented by Petr Prikryl (prikrylp@skil.cz).
23// As opposed to Czech translation this one assumes that Doxygen strings are written in Linux ( it's true,
24// I don't have QT pro licence ) , and uses ISOToWin function when built in WIN32
25//
26// 2000/09/18
27// - Added strings from 1.2.1
28// - Removed unneeeded decode() calls
29// - Changed some CS terminology
30//
31// 2001/01/22
32// - Added strings from 1.2.4
33//
34// 2001/05/25
35// - Added strings and up to and including 1.2.7_20010524
36// - Removed obsolete method trFiles()
37// - Removed obsolete method trAuthor()
38// - Removed obsolete method trVerbatimHeadert()
39// - Method latexBabelPackage() removed, ude latexLanguageSupportCommand
40//
41// 2001/11/13
42// - inherits from Translator
43// - Added strings for 1.2.11
44// - better output for C documentation (trCompoundMembersDescription(), trClassDocumentation())
45//
46// 2001/11/13
47// - Added strings for 1.2.13
48//
49// 2003/02/26
50// - Added strings for 1.2.18
51//
52// 2003/04/29
53// - Added strings for 1.3.0
54//
55// 2004/06/21
56// - Added strings for 1.3.8
57//
58// 2004/09/15
59// - Added strings for 1.3.9
60//
61// 2005/02/28
62// - Removed obsolete (unused) methods
63//
64// 2005/03/21
65// - Added strings for 1.4.1
66//
67// 2006/06/11
68// - Added strings for 1.4.6
69//
70// 2009/01/09
71// - Updated trLegendDocs
72//
73// 2010/03/04
74// - Updates for "new since 1.6.0 (mainly for the new search engine)".
75// - UTF-8
76// - removed decode()
77//
78// 2010/05/27
79// - Updates for 1.6.3
80// 2012/04/12
81// - Updates for 1.8.0
82#ifndef TRANSLATOR_HR_H
83#define TRANSLATOR_HR_H
84
86{
87 private:
88
89 public:
91 { return "croatian"; }
93 { return "\\usepackage[croatian]{babel}\n"; }
95 { return "hr"; }
97 {
98 return "0x41A Croatian";
99 }
101 { return "Povezane funkcije"; }
103 { return "(To nisu member funkcije.)"; }
105 { return "Detaljno objašnjenje"; }
107 { return "Detalji"; }
109 { return "Dokumentacija typedef članova"; }
111 { return "Dokumentacija enumeracijskih članova"; }
113 { return "Dokumentacija funkcija"; }
115 { return "Documentacija varijabli"; }
116 QCString trMore() override
117 { return "Opširnije..."; }
119 { return "Popis svih članova"; }
121 { return "Popis članova."; }
123 { return "Ovo je popis svih članova"; }
125 { return ", uključujući naslijeđene članove."; }
127 { QCString result="napravljeno automatski Doxygen-om";
128 if (!s.isEmpty()) result+=" za "+s;
129 result+=" iz programskog koda.";
130 return result;
131 }
133 { return "enum ime"; }
135 { return "enum vrijednost"; }
137 { return "definirano u"; }
139 { return "Moduli"; }
141 { return "Stablo klasa"; }
143 {
144 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
145 {
146 return "Sve strukture";
147 }
148 else
149 {
150 return "Sve klase";
151 }
152 }
154 { return "Popis datoteka"; }
156 {
157 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
158 return "Svi članovi struktura";
159 else
160 return "Svi članovi klasa";
161 }
163 { return "članovi klasa u datoteci"; }
165 { return "Stranice povezane s ovom"; }
167 { return "Primjeri"; }
169 { return "Traži"; }
171 { return "Stablo naslijeđivanja je složeno "
172 "približno po abecedi:";
173 }
174 QCString trFileListDescription(bool extractAll) override
175 {
176 QCString result="Popis svih ";
177 if (!extractAll) result+="dokumentiranih ";
178 result+="datoteka, s kratkim opisom:";
179 return result;
180 }
182 { return "Popis svih klasa, unija i struktura "
183 "s kratkim opisom :";
184 }
185 QCString trCompoundMembersDescription(bool extractAll) override
186 {
187 QCString result="Popis svih ";
188 if (!extractAll)
189 result+="dokumentiranih ";
190
191 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
192 result+="članova klasa s linkovima na ";
193 else
194 result+="članova struktura s linkovima na ";
195
196 if (!extractAll)
197 {
198 result+="dokumentaciju svakog člana:";
199 }
200 else
201 {
202 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
203 result+="dokumentaciju klase :";
204 else
205 result +="dokumentaciju strukture";
206 }
207 return result;
208 }
209 QCString trFileMembersDescription(bool extractAll) override
210 {
211 QCString result="Popis svih ";
212 if (!extractAll)
213 result+="dokumentiranih ";
214 result+="članova s linkovima na ";
215 if (extractAll)
216 result+="dokumentaciju datoteke u kojima se nalaze:";
217 else
218 result+="datoteke u kojima se nalaze:";
219 return result;
220 }
222 { return "Popis primjera :"; }
224 { return "Popis povezanih stranica:"; }
226 { return "Popis svih modula:"; }
227
228 QCString trDocumentation(const QCString &projName) override
229 { return (!projName.isEmpty()?projName + " " : "") + "Dokumentacija"; }
231 { return "Kazalo modula"; }
233 { return "Hijerarhijsko kazalo"; }
235 {
236 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
237 {
238 return "Kazalo struktura podataka";
239 }
240 else
241 {
242 return "Skupno kazalo ";
243 }
244 }
246 { return "Kazalo datoteka"; }
248 { return "Dokumentacija modula"; }
250 {
251 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
252 {
253 return "Dokumentacija struktura podataka";
254 }
255 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
256 {
258 }
259 else
260 {
261 return "Dokumentacija klasa";
262 }
263 }
265 { return "Dokumentacija datoteka"; }
267 { return "Priručnik"; }
268
270 { return "Definicije"; }
272 { return "Typedef-ovi"; }
274 { return "Enumeracije"; }
276 { return "Funkcije"; }
278 { return "Varijable"; }
280 { return "Vrijednosti enumeracija"; }
282 { return "Dokumentacija definicija"; }
284 { return "Dokumentacija typedef-a"; }
286 { return "Dokumentacija enumeracijskog tipa"; }
288 { return "Dokumentacije funkcija"; }
290 { return "Dokumentacija varijable"; }
292 { return "Strukture"; }
293 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
294 {
295 QCString result="Napravljeno "+date;
296 if (!projName.isEmpty()) result+=" projekt: "+projName;
297 result+=" generator: ";
298 return result;
299 }
300 QCString trClassDiagram(const QCString &clName) override
301 {
302 return QCString("Dijagram klasa za ")+clName;
303 }
305 { return "Upozorenje"; }
307 { return "Verzija"; }
308 QCString trDate() override
309 { return "Datum"; }
311 { return "Povratne vrijednosti"; }
313 { return "Vidi također"; }
315 { return "Parametri"; }
317 { return "Iznimke"; }
319 { return "Generirao"; }
320
321//////////////////////////////////////////////////////////////////////////
322// new since 0.49-990307
323//////////////////////////////////////////////////////////////////////////
324
326 { return "Popis imenika"; }
327 QCString trNamespaceListDescription(bool extractAll) override
328 {
329 QCString result="Popis svih ";
330 if (!extractAll) result+="dokumentiranih ";
331 result+="imenika s kratkim opisom:";
332 return result;
333 }
335 { return "Friend-ovi "; }
336
337//////////////////////////////////////////////////////////////////////////
338// new since 0.49-990405
339//////////////////////////////////////////////////////////////////////////
340
342 { return "Dokumentacija povezanih funkcija"; }
343
344//////////////////////////////////////////////////////////////////////////
345// new since 0.49-990425
346//////////////////////////////////////////////////////////////////////////
347
349 ClassDef::CompoundType compType,
350 bool /*isTemplate*/) override
351 // used as the title of the HTML page of a class/struct/union
352 {
353 QCString result="Opis ";
354 switch(compType)
355 {
356 case ClassDef::Class: result+=" klase "; break;
357 case ClassDef::Struct: result+=" strukture "; break;
358 case ClassDef::Union: result+=" unije "; break;
359 case ClassDef::Interface: result+=" sučelja (interface) "; break;
360 case ClassDef::Protocol: result+=" protokola "; break;
361 case ClassDef::Category: result+=" kategorije "; break;
362 case ClassDef::Exception: result+=" iznimke (exception) "; break;
363 default: break;
364 }
365 result += clName;
366 return result;
367 }
368 QCString trFileReference(const QCString &fileName) override
369 // used as the title of the HTML page of a file
370 {
371 QCString result="Opis datoteke ";
372 result+=fileName;
373 return result;
374 }
375 QCString trNamespaceReference(const QCString &namespaceName) override
376 // used as the title of the HTML page of a namespace
377 {
378 QCString result ="Opis imenika ";
379 result+=namespaceName;
380
381 return result;
382 }
383
384 // these are for the member sections of a class, struct or union
386 { return "Public članovi"; }
388 { return "Public slotovi"; }
390 { return "Signali"; }
392 { return "Static public članovi"; }
394 { return "Protected članovi"; }
396 { return "Protected slotovi"; }
398 { return "Static protected članovi"; }
400 { return "Privatni članovi"; }
402 { return "Privatni slotovi"; }
404 { return "Statični privatni članovi"; }
405 // end of member sections
406
407 QCString trWriteList(int numEntries) override
408 {
409 // this function is used to produce a comma-separated list of items.
410 // use generateMarker(i) to indicate where item i should be put.
411 QCString result;
412 // the inherits list contain `numEntries' classes
413 for (int i=0;i<numEntries;i++)
414 {
415 // use generateMarker to generate placeholders for the class links!
416 result+=generateMarker(i); // generate marker for entry i in the list
417 // (order is left to right)
418
419 if (i!=numEntries-1) // not the last entry, so we need a separator
420 {
421 if (i<numEntries-2) // not the fore last entry
422 result+=", ";
423 else // the fore last entry
424 result+="";
425 }
426 }
427 return result;
428 }
429
430 QCString trInheritsList(int numEntries) override
431 // used in class documentation to produce a list of base classes,
432 // if class diagrams are disabled.
433 {
434 return "Naslijeđuje od "+trWriteList(numEntries)+".";
435 }
436 QCString trInheritedByList(int numEntries) override
437 // used in class documentation to produce a list of super classes,
438 // if class diagrams are disabled.
439 {
440 return "Naslijeđena u "+trWriteList(numEntries)+".";
441 }
442 QCString trReimplementedFromList(int numEntries) override
443 // used in member documentation blocks to produce a list of
444 // members that are hidden by this one.
445 {
446 return "Reimplementirano od "+trWriteList(numEntries)+".";
447 }
448 QCString trReimplementedInList(int numEntries) override
449 {
450 // used in member documentation blocks to produce a list of
451 // all member that overwrite the implementation of this member.
452 return "Reimplementacija u "+trWriteList(numEntries)+".";
453 }
454
456 // This is put above each page as a link to all members of namespaces.
457 { return "članovi imenika"; }
458 QCString trNamespaceMemberDescription(bool extractAll) override
459 // This is an introduction to the page with all namespace members
460 {
461 QCString result="Lista svih ";
462 if (!extractAll) result+="dokumentiranih ";
463 result+="članova imenika s linkovima na ";
464 if (extractAll)
465 result+="imeničku dokumentaciju svakog člana:";
466 else
467 result+="imenike kojima pripadaju:";
468 return result;
469 }
471 // This is used in LaTeX as the title of the chapter with the
472 // index of all namespaces.
473 { return "Kazalo imenika"; }
475 // This is used in LaTeX as the title of the chapter containing
476 // the documentation of all namespaces.
477 { return "Dokumentacija namespace-a"; }
478
479//////////////////////////////////////////////////////////////////////////
480// new since 0.49-990522
481//////////////////////////////////////////////////////////////////////////
482
483 /*! This is used in the documentation before the list of all
484 * namespaces in a file.
485 */
487 {
488 return "Imenici";
489 }
490
491//////////////////////////////////////////////////////////////////////////
492// new since 0.49-990728
493//////////////////////////////////////////////////////////////////////////
494
495 /*! This is put at the bottom of a class documentation page and is
496 * followed by a list of files that were used to generate the page.
497 */
499 bool single) override
500 { // here s is one of " Class", " Struct" or " Union"
501 // single is true implies a single file
502 QCString result="Dokumentacija ";
503 switch(compType)
504 {
505 case ClassDef::Class: result+="klase"; break;
506 case ClassDef::Struct: result+="strukture"; break;
507 case ClassDef::Union: result+="unije"; break;
508 case ClassDef::Interface: result+="sučelja (interface)"; break;
509 case ClassDef::Protocol: result+="protokola"; break;
510 case ClassDef::Category: result+="kategorije"; break;
511 case ClassDef::Exception: result+="iznimke (exception)"; break;
512 default: break;
513 }
514 result+=" je napravljena iz " + trFile(FALSE, single) + ": ";
515 return result;
516 }
517
518//////////////////////////////////////////////////////////////////////////
519// new since 0.49-990901
520//////////////////////////////////////////////////////////////////////////
521
522 /*! This is used as the heading text for the retval command. */
524 { return "Povratna vrijednost"; }
525
526 /*! This is in the (quick) index as a link to the main page (index.html)
527 */
529 { return "Glavna stranica"; }
530
531 /*! This is used in references to page that are put in the LaTeX
532 * documentation. It should be an abbreviation of the word page.
533 */
535 { return "str."; }
536
537//////////////////////////////////////////////////////////////////////////
538// new since 0.49-991106
539//////////////////////////////////////////////////////////////////////////
540
542 {
543 return "Definirano u liniji @0 datoteke @1.";
544 }
546 {
547 return "Definirano u datoteci @0.";
548 }
549
550//////////////////////////////////////////////////////////////////////////
551// new since 0.49-991205
552//////////////////////////////////////////////////////////////////////////
553
555 {
556 return "Zastarjelo";
557 }
558
559//////////////////////////////////////////////////////////////////////////
560// new since 1.0.0
561//////////////////////////////////////////////////////////////////////////
562
563 /*! this text is put before a collaboration diagram */
565 {
566 return "Kolaboracijski dijagram za "+clName+ ":";
567 }
568 /*! this text is put before an include dependency graph */
569 QCString trInclDepGraph(const QCString &fName) override
570 {
571 return "Graf include međuovisnosti za "+fName+":";
572 }
573 /*! header that is put before the list of constructor/destructors. */
575 {
576 return "Dokumentacija konstruktora i destruktora ";
577 }
578 /*! Used in the file documentation to point to the corresponding sources. */
580 {
581 return "Izvorni kod";
582 }
583 /*! Used in the file sources to point to the corresponding documentation. */
585 {
586 return "Dokumenacija za ovu datoteku.";
587 }
588 /*! Text for the \\pre command */
590 {
591 return "Preduvjeti";
592 }
593 /*! Text for the \\post command */
595 {
596 return "Postuvjeti";
597 }
598 /*! Text for the \\invariant command */
600 {
601 return "Invarijanta";
602 }
603 /*! Text shown before a multi-line variable/enum initialization */
605 {
606 return "Početna vrijednost:";
607 }
608 /*! Text used the source code in the file index */
609 QCString trCode() override
610 {
611 return "kod";
612 }
614 {
615 return "Grafičko stablo klasa";
616 }
618 {
619 return "Grafičko stablo klasa";
620 }
622 {
623 return "Tekstualno stablo klasa";
624 }
626 {
627 return "Indeks stranice";
628 }
629
630//////////////////////////////////////////////////////////////////////////
631// new since 1.1.0
632//////////////////////////////////////////////////////////////////////////
633
634 QCString trNote() override
635 {
636 return "Primjedba";
637 }
639 {
640 return "Public tipovi";
641 }
643 {
644 return "Public atributi";
645 }
647 {
648 return "Static public atributi";
649 }
651 {
652 return "Protected tipovi";
653 }
655 {
656 return "Protected atributi";
657 }
659 {
660 return "Static protected atributi";
661 }
663 {
664 return "Private tipovi";
665 }
667 {
668 return "Private atributi";
669 }
671 {
672 return "Static private atributi";
673 }
674//////////////////////////////////////////////////////////////////////////
675// new since 1.1.3
676//////////////////////////////////////////////////////////////////////////
677
678 /*! Used as a marker that is put before a todo item */
679 QCString trTodo() override
680 {
681 return "Za uraditi";
682 }
683 /*! Used as the header of the todo list */
685 {
686 return "Ostalo za uraditi";
687 }
688
689//////////////////////////////////////////////////////////////////////////
690// new since 1.1.4
691//////////////////////////////////////////////////////////////////////////
692
694 {
695 return "Referencirano od";
696 }
698 {
699 return "Napomene";
700 }
702 {
703 return "Pažnja";
704 }
706 {
707 return "Ovaj graf pokazuje koje datoteke izravno "
708 "ili neizravno uključuju ovu datoteku:";
709 }
710 QCString trSince() override
711 {
712 return "Od";
713 }
714
715//////////////////////////////////////////////////////////////////////////
716// new since 1.1.5
717//////////////////////////////////////////////////////////////////////////
718
719 /*! title of the graph legend page */
721 {
722 return "Legenda";
723 }
724 /*! page explaining how the dot graph's should be interpreted */
726 {
727 return
728 "Ova stranica objašnjava kako interpretirati grafikone koje je generirao "
729 "doxygen.<p>\n"
730 "Na primjer:\n"
731 "\\code\n"
732 "/*! Nevidljiva klasa (neće stati na graf date visine) */\n"
733 "class Invisible { };\n\n"
734 "/*! Odrezana klasa, inheritance je skriven (klase se vidi na grafu, ali ne i sve bazne klase) */\n"
735 "class Truncated : public Invisible { };\n\n"
736 "/* Nedokumentirana klasa */\n"
737 "class Undocumented { };\n\n"
738 "/*! Klasa koja je naslijeđena public */\n"
739 "class PublicBase : public Truncated { };\n\n"
740 "/*! A template class */\n"
741 "template<class T> class Templ { };\n\n"
742 "/*! Klasa koje je naslijeđena protected */\n"
743 "class ProtectedBase { };\n\n"
744 "/*! Klasa koje je naslijeđena private */\n"
745 "class PrivateBase { };\n\n"
746 "/*! Klasa koja se koristi agregacijom */\n"
747 "class Used { };\n\n"
748 "/*! Super klasa koja naslijeđuje/koristi ostale */\n"
749 "class Inherited : public PublicBase,\n"
750 " protected ProtectedBase,\n"
751 " private PrivateBase,\n"
752 " public Undocumented,\n"
753 " public Templ<int>\n"
754 "{\n"
755 " private:\n"
756 " Used *m_usedClass;\n"
757 "};\n"
758 "\\endcode\n"
759 "To će rezultirati grafikonom:"
760 "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
761 "<p>\n"
762 "Pravokutnici imaju slijedeće značenje:\n"
763 "<ul>\n"
764 "<li>Puni crni predstavlja klasu za koji je napravljen graf.\n"
765 "<li>Pravokutnik s crnim rubom predstavlja dokumentiranu klasu.\n"
766 "<li>Pravokutnik s sivim rubom predstavlja nedokumentiranu klasu.\n"
767 "<li>Pravokutnik s crvenim rubom predstavlja dokumentiranu klasu\n"
768 "Za koju nije prikazan graf naslijeđivanja. Graf je odrezan "
769 "ako ne stane unutar određenih granica."
770 "</ul>\n"
771 "Strelice imaju slijedeće značenje:\n"
772 "<ul>\n"
773 "<li>Tamnoplava strelica označava public naslijeđivanje.\n"
774 "<li>Tamnozelena strelica označava protected naslijeđivanje.\n"
775 "<li>Tamnocrvena strelica označava private naslijeđivanje.\n"
776 "<li>Ljubičasta isprekidana strelica se koristi ako je klasa dio "
777 "druge klase ili ako se klasa koristi u drugoj klasi. Natpis na "
778 "strelici je ime varijable u drugoj klasi\n"
779 "Strelica je označena imenom varijable.\n"
780 "<li>Žuta isprekidana strelica označava relaciju između template instance "
781 "i template klase. Označena je imenom template parametra\n"
782 "</ul>\n";
783 }
784 /*! text for the link to the legend page */
786 {
787 return "legenda";
788 }
789//////////////////////////////////////////////////////////////////////////
790// new since 1.2.0
791//////////////////////////////////////////////////////////////////////////
792
793 /*! Used as a marker that is put before a test item */
794 QCString trTest() override
795 {
796 return "Test";
797 }
798 /*! Used as the header of the test list */
800 {
801 return "Test lista";
802 }
803
804//////////////////////////////////////////////////////////////////////////
805// new since 1.2.2
806//////////////////////////////////////////////////////////////////////////
807
808 /*! Used as a section header for IDL properties */
810 {
811 return "Svojstva (property)";
812 }
813 /*! Used as a section header for IDL property documentation */
815 {
816 return "Dokumentacija svojstava";
817 }
818
819//////////////////////////////////////////////////////////////////////////
820// new since 1.2.4
821//////////////////////////////////////////////////////////////////////////
822
823 /*! Used for Java classes in the summary section of Java packages */
825 {
826 return "Klase";
827 }
828 /*! Used as the title of a Java package */
829 QCString trPackage(const QCString &name) override
830 {
831 return "Paket "+name;
832 }
833 /*! The description of the package index page */
835 {
836 return "Paketi s kratkim opisom (ukoliko postoji):";
837 }
838 /*! The link name in the Quick links header for each page */
840 {
841 return "Paketi";
842 }
843 /*! Text shown before a multi-line define */
845 {
846 return "Vrijednost:";
847 }
848
849//////////////////////////////////////////////////////////////////////////
850// new since 1.2.5
851//////////////////////////////////////////////////////////////////////////
852
853 /*! Used as a marker that is put before a \\bug item */
854 QCString trBug() override
855 {
856 return "Greška";
857 }
858 /*! Used as the header of the bug list */
860 {
861 return "Popis grešaka";
862 }
863
864//////////////////////////////////////////////////////////////////////////
865// new since 1.2.6
866//////////////////////////////////////////////////////////////////////////
867 /*! Used as ansicpg for RTF file */
869 {
870 return "1252";
871 }
872 /*! Used as ansicpg for RTF fcharset */
874 {
875 return "238";
876 }
877 /*! Used as header RTF general index */
879 {
880 return "Sadržaj";
881 }
882
883 /*! This is used for translation of the word that will possibly
884 * be followed by a single name or by a list of names
885 * of the category.
886 */
887 QCString trClass(bool first_capital, bool singular) override
888 {
889 return createNoun(first_capital, singular, "klas", "e", "a");
890 }
891
892 /*! This is used for translation of the word that will possibly
893 * be followed by a single name or by a list of names
894 * of the category.
895 */
896 QCString trFile(bool first_capital, bool singular) override
897 {
898 return createNoun(first_capital, singular, "datotek", "e", "a");
899 }
900
901 /*! This is used for translation of the word that will possibly
902 * be followed by a single name or by a list of names
903 * of the category.
904 */
905 QCString trNamespace(bool first_capital, bool singular) override
906 {
907 return createNoun(first_capital, singular, "imeni", "ci", "k");
908 }
909
910 /*! This is used for translation of the word that will possibly
911 * be followed by a single name or by a list of names
912 * of the category.
913 */
914 QCString trGroup(bool first_capital, bool singular) override
915 {
916 return createNoun(first_capital, singular, "grup", "e", "a");
917 }
918
919 /*! This is used for translation of the word that will possibly
920 * be followed by a single name or by a list of names
921 * of the category.
922 */
923 QCString trPage(bool first_capital, bool singular) override
924 {
925 return createNoun(first_capital, singular, "stranic", "e", "a");
926 }
927
928 /*! This is used for translation of the word that will possibly
929 * be followed by a single name or by a list of names
930 * of the category.
931 */
932 QCString trMember(bool, bool singular) override
933 {
934 return createNoun(false, singular, "član", "ovi");
935 }
936
937 /*! This is used for translation of the word that will possibly
938 * be followed by a single name or by a list of names
939 * of the category.
940 */
941 QCString trGlobal(bool first_capital, bool singular) override
942 {
943 return createNoun(first_capital, singular, "globaln", "e", "a") +
944 createNoun(false, singular, " varijabl", "e", "a");
945 }
946
947//////////////////////////////////////////////////////////////////////////
948// new since 1.2.7
949//////////////////////////////////////////////////////////////////////////
950
951 /*! This text is generated when the \\author command is used and
952 * for the author section in man pages. */
953 QCString trAuthor(bool first_capital, bool singular) override
954 {
955 return createNoun(first_capital, singular, "autor", "i");
956 }
957
958//////////////////////////////////////////////////////////////////////////
959// new since 1.2.11
960//////////////////////////////////////////////////////////////////////////
961
962 /*! This text is put before the list of members referenced by a member
963 */
965 {
966 return "Reference";
967 }
968//////////////////////////////////////////////////////////////////////////
969// new since 1.2.13
970//////////////////////////////////////////////////////////////////////////
971
972 /*! used in member documentation blocks to produce a list of
973 * members that are implemented by this one.
974 */
975 QCString trImplementedFromList(int numEntries) override
976 {
977 return "Implementira "+trWriteList(numEntries)+".";
978 }
979
980 /*! used in member documentation blocks to produce a list of
981 * all members that implementation this member.
982 */
983 QCString trImplementedInList(int numEntries) override
984 {
985 return "Implementirano u "+trWriteList(numEntries)+".";
986 }
987//////////////////////////////////////////////////////////////////////////
988// new since 1.2.16
989//////////////////////////////////////////////////////////////////////////
990
991 /*! used in RTF documentation as a heading for the Table
992 * of Contents.
993 */
995 {
996 return "Sadržaj";
997 }
998//////////////////////////////////////////////////////////////////////////
999// new since 1.2.17
1000//////////////////////////////////////////////////////////////////////////
1001
1002 /*! Used as the header of the list of item that have been
1003 * flagged deprecated
1004 */
1006 {
1007 return "Popis zastarjelih metoda";
1008 }
1009//////////////////////////////////////////////////////////////////////////
1010// new since 1.2.18
1011//////////////////////////////////////////////////////////////////////////
1012
1013 /*! Used as a header for declaration section of the events found in
1014 * a C# program
1015 */
1017 {
1018 return "Događaji";
1019 }
1020 /*! Header used for the documentation section of a class' events. */
1022 {
1023 return "Dokumentacija događaja";
1024 }
1025//////////////////////////////////////////////////////////////////////////
1026// new since 1.3
1027//////////////////////////////////////////////////////////////////////////
1028
1029 /*! Used as a heading for a list of Java class types with package scope.
1030 */
1032 {
1033 return "Tipovi u paketu";
1034 }
1035 /*! Used as a heading for a list of Java class functions with package
1036 * scope.
1037 */
1039 {
1040 return "Funkcije u paketu";
1041 }
1043 {
1044 return "članovi u paketu";
1045 }
1046 /*! Used as a heading for a list of static Java class functions with
1047 * package scope.
1048 */
1050 {
1051 return "Statičke funkcije u paketu";
1052 }
1053 /*! Used as a heading for a list of Java class variables with package
1054 * scope.
1055 */
1057 {
1058 return "Atributi u paketu";
1059 }
1060 /*! Used as a heading for a list of static Java class variables with
1061 * package scope.
1062 */
1064 {
1065 return "Statički atributi u paketu";
1066 }
1067 //////////////////////////////////////////////////////////////////////////
1068 // new since 1.3.1
1069 //////////////////////////////////////////////////////////////////////////
1070
1071 /*! Used in the quick index of a class/file/namespace member list page
1072 * to link to the unfiltered list of all members.
1073 */
1074 QCString trAll() override
1075 {
1076 return "Sve";
1077 }
1078 /*! Put in front of the call graph for a function. */
1080 {
1081 return "Ovo je dijagram poziva za ovu funkciju:";
1082 }
1083
1084 //////////////////////////////////////////////////////////////////////////
1085 // new since 1.3.3
1086 //////////////////////////////////////////////////////////////////////////
1087
1088 /*! This string is used as the title for the page listing the search
1089 * results.
1090 */
1092 {
1093 return "Rezultati pretrage";
1094 }
1095 /*! This string is put just before listing the search results. The
1096 * text can be different depending on the number of documents found.
1097 * Inside the text you can put the special marker $num to insert
1098 * the number representing the actual number of search results.
1099 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1100 * value 2 represents 2 or more matches. HTML markup is allowed inside
1101 * the returned string.
1102 */
1103 QCString trSearchResults(int numDocuments) override
1104 {
1105 if (numDocuments==0)
1106 {
1107 return "Nema dokumenta koji odgovaraju vašem upitu";
1108 }
1109 else if (numDocuments==1)
1110 {
1111 return "Nađen <b>1</b> dokument koji odgovara vašem upitu.";
1112 }
1113 else if (numDocuments<5)
1114 {
1115 // Croatian (AFAIK all Slavic languages except Macedonian and Bulgarian)
1116 // have different plural form for 2,3,4.
1117 return "Nađena <b>$num</b> dokumenta koji odgovaraju vašem upitu."
1118 "Najbolji su prikazani prvi.";
1119 }
1120 else
1121 {
1122 return "Nađeno <b>$num</b> dokumenata koji odgovaraju vašem upitu."
1123 "Najbolji su prikazani prvi.";
1124 }
1125 }
1126 /*! This string is put before the list of matched words, for each search
1127 * result. What follows is the list of words that matched the query.
1128 */
1130 {
1131 return "Pronađeno:";
1132 }
1133
1134//////////////////////////////////////////////////////////////////////////
1135// new since 1.3.8
1136//////////////////////////////////////////////////////////////////////////
1137
1138 /*! This is used in HTML as the title of page with source code for file filename
1139 */
1140 QCString trSourceFile(const QCString& filename) override
1141 {
1142 return "Izvorni kod datoteke " + filename;
1143 }
1144
1145//////////////////////////////////////////////////////////////////////////
1146// new since 1.3.9
1147//////////////////////////////////////////////////////////////////////////
1148
1149 /*! This is used as the name of the chapter containing the directory
1150 * hierarchy.
1151 */
1153 { return "Stablo direktorija"; }
1154
1155 /*! This is used as the name of the chapter containing the documentation
1156 * of the directories.
1157 */
1159 { return "Dokumentacija direktorija"; }
1160
1161 /*! This is used as the title of the directory index and also in the
1162 * Quick links of a HTML page, to link to the directory hierarchy.
1163 */
1165 { return "Direktoriji"; }
1166
1167 /*! This returns the title of a directory page. The name of the
1168 * directory is passed via \a dirName.
1169 */
1170 QCString trDirReference(const QCString &dirName) override
1171 { QCString result= "Opis direktorija "; result += dirName; return result; }
1172
1173 /*! This returns the word directory with or without starting capital
1174 * (\a first_capital) and in sigular or plural form (\a singular).
1175 */
1176 QCString trDir(bool first_capital, bool singular) override
1177 {
1178 return createNoun(first_capital, singular, "direktorij", "i");
1179 }
1180//////////////////////////////////////////////////////////////////////////
1181// new since 1.4.1
1182//////////////////////////////////////////////////////////////////////////
1183
1184 /*! This text is added to the documentation when the \\overload command
1185 * is used for a overloaded function.
1186 */
1188 {
1189 return "Ovo je preopterećena funkcija (overload). "
1190 "Razlikuje se od navedene metode "
1191 "samo po vrsti argumenata koje prihvaća.";
1192 }
1193
1194//////////////////////////////////////////////////////////////////////////
1195// new since 1.4.6
1196//////////////////////////////////////////////////////////////////////////
1197
1198 /*! This is used to introduce a caller (or called-by) graph */
1200 {
1201 return "Ovo je graf funkcija koje pozivaju ovu funkciju:";
1202 }
1203
1204 /*! This is used in the documentation of a file/namespace before the list
1205 * of documentation blocks for enumeration values
1206 */
1208 { return "Dokumentacija enumeracija"; }
1209//////////////////////////////////////////////////////////////////////////
1210// new since 1.5.4 (mainly for Fortran)
1211//////////////////////////////////////////////////////////////////////////
1212
1213 /*! header that is put before the list of member subprograms (Fortran). */
1215 { return "Dokumentacija member funkcija/subrutina"; }
1216
1217 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1219 { return "Lista tipova podataka"; }
1220
1221 /*! This is put above each page as a link to all members of compounds (Fortran). */
1223 { return "Polja"; }
1224
1225 /*! This is an introduction to the annotated compound list (Fortran). */
1227 { return "Tipovi podataka s kratkim opisom:"; }
1228
1229 /*! This is an introduction to the page with all data types (Fortran). */
1231 {
1232 QCString result="Lista svih ";
1233 if (!extractAll)
1234 {
1235 result+="dokumentiranih ";
1236 }
1237 result+="polja";
1238 result+=" s linkovima na ";
1239 if (!extractAll)
1240 {
1241 result+="dokumentaciju struktura podataka za svako polje";
1242 }
1243 else
1244 {
1245 result+="strukture kojima pripadaju:";
1246 }
1247 return result;
1248 }
1249
1250 /*! This is used in LaTeX as the title of the chapter with the
1251 * annotated compound index (Fortran).
1252 */
1254 { return "Kazalo data tipova"; }
1255
1256 /*! This is used in LaTeX as the title of the chapter containing
1257 * the documentation of all data types (Fortran).
1258 */
1260 { return "Dokumentacija tipova podataka"; }
1261
1262 /*! This is used in the documentation of a file as a header before the
1263 * list of (global) subprograms (Fortran).
1264 */
1266 { return "Funkcije/Subrutine"; }
1267
1268 /*! This is used in the documentation of a file/namespace before the list
1269 * of documentation blocks for subprograms (Fortran)
1270 */
1272 { return "Documentacija funkcija/subrutina"; }
1273
1274 /*! This is used in the documentation of a file/namespace/group before
1275 * the list of links to documented compounds (Fortran)
1276 */
1278 { return "Tipovi podataka"; }
1279
1280 /*! used as the title of page containing all the index of all modules (Fortran). */
1282 { return "Popis modula"; }
1283
1284 /*! used as an introduction to the modules list (Fortran) */
1285 QCString trModulesListDescription(bool extractAll) override
1286 {
1287 QCString result="Lista svih ";
1288 if (!extractAll) result+="dokumentiranih ";
1289 result+="modula s kratkim opisom:";
1290 return result;
1291 }
1292
1293 /*! used as the title of the HTML page of a module/type (Fortran) */
1295 ClassDef::CompoundType compType,
1296 bool isTemplate) override
1297 {
1298 QCString result=clName;
1299 switch(compType)
1300 {
1301 case ClassDef::Class: result+=" Modul"; break;
1302 case ClassDef::Struct: result+=" Tip"; break;
1303 case ClassDef::Union: result+=" Unija"; break;
1304 case ClassDef::Interface: result+=" Sučelje"; break;
1305 case ClassDef::Protocol: result+=" Protokol"; break;
1306 case ClassDef::Category: result+=" Kategorija"; break;
1307 case ClassDef::Exception: result+=" Iznimka"; break;
1308 default: break;
1309 }
1310 if (isTemplate) result+=" Predložak";
1311 result+=" Referenca";
1312 return result;
1313 }
1314 /*! used as the title of the HTML page of a module (Fortran) */
1315 QCString trModuleReference(const QCString &namespaceName) override
1316 {
1317 QCString result=namespaceName;
1318 result+=" - Sadržaj modula";
1319 return result;
1320 }
1321
1322 /*! This is put above each page as a link to all members of modules. (Fortran) */
1324 { return "članovi modula"; }
1325
1326 /*! This is an introduction to the page with all modules members (Fortran) */
1327 QCString trModulesMemberDescription(bool extractAll) override
1328 {
1329 QCString result="Lista svih ";
1330 if (!extractAll) result+="dokumentiranih ";
1331 result+="članova modula s linkovima na ";
1332 if (extractAll)
1333 {
1334 result+="dokumentaciju modula za svaki član:";
1335 }
1336 else
1337 {
1338 result+="modul kojem pripadaju:";
1339 }
1340 return result;
1341 }
1342
1343 /*! This is used in LaTeX as the title of the chapter with the
1344 * index of all modules (Fortran).
1345 */
1347 { return "Kazalo modula"; }
1348
1349 /*! This is used for translation of the word that will possibly
1350 * be followed by a single name or by a list of names
1351 * of the category.
1352 */
1353 QCString trModule(bool first_capital, bool singular) override
1354 {
1355 return createNoun(first_capital, singular, "modul", "i");
1356 }
1357 /*! This is put at the bottom of a module documentation page and is
1358 * followed by a list of files that were used to generate the page.
1359 */
1361 bool) override
1362 { // here s is one of " Module", " Struct" or " Union"
1363 // single is true implies a single file
1364 QCString result="Dokumentacija ovog ";
1365 switch(compType)
1366 {
1367 case ClassDef::Class: result+="modula"; break;
1368 case ClassDef::Struct: result+="tipa"; break;
1369 case ClassDef::Union: result+="unije"; break;
1370 case ClassDef::Interface: result+="sučelja"; break;
1371 case ClassDef::Protocol: result+="protokola"; break;
1372 case ClassDef::Category: result+="kategorije"; break;
1373 case ClassDef::Exception: result+="iznimke"; break;
1374 default: break;
1375 }
1376 result+=" je napravljena iz :";
1377 return result;
1378 }
1379 /*! This is used for translation of the word that will possibly
1380 * be followed by a single name or by a list of names
1381 * of the category.
1382 */
1383 QCString trType(bool first_capital, bool singular) override
1384 {
1385 return createNoun(first_capital, singular, "tip", "ovi");
1386 }
1387 /*! This is used for translation of the word that will possibly
1388 * be followed by a single name or by a list of names
1389 * of the category.
1390 */
1391 QCString trSubprogram(bool first_capital, bool singular) override
1392 {
1393 return createNoun(first_capital, singular, "subprogram", "i");
1394 }
1395
1396 /*! C# Type Constraint list */
1398 {
1399 return "Ograničenja tipova (Type Constraints)";
1400 }
1401 //////////////////////////////////////////////////////////////////////////
1402 // new since 1.6.0 (mainly for the new search engine)
1403 //////////////////////////////////////////////////////////////////////////
1404
1405 /*! directory relation for \a name */
1406 QCString trDirRelation(const QCString &name) override
1407 {
1408 return QCString("Relacije ") + QCString(name);
1409 }
1410
1411 /*! Loading message shown when loading search results */
1413 {
1414 return "Učitavam...";
1415 }
1416
1417 /*! Label used for search results in the global namespace */
1419 {
1420 return "Globalni namespace";
1421 }
1422
1423 /*! Message shown while searching */
1425 {
1426 return "Tražim...";
1427 }
1428
1429 /*! Text shown when no search results are found */
1431 {
1432 return "Nema traženih podataka";
1433 }
1434
1435//////////////////////////////////////////////////////////////////////////
1436// new since 1.6.3 (missing items for the directory pages)
1437//////////////////////////////////////////////////////////////////////////
1438
1439 /*! when clicking a directory dependency label, a page with a
1440 * table is shown. The heading for the first column mentions the
1441 * source file that has a relation to another file.
1442 */
1443 QCString trFileIn(const QCString &name) override
1444 {
1445 return "Datoteka u "+name;
1446 }
1447
1448 /*! when clicking a directory dependency label, a page with a
1449 * table is shown. The heading for the second column mentions the
1450 * destination file that is included.
1451 */
1452 QCString trIncludesFileIn(const QCString &name) override
1453 {
1454 return "Uključuje datotake u "+name;
1455 }
1456
1457 /** Compiles a date string.
1458 * @param year Year in 4 digits
1459 * @param month Month of the year: 1=January
1460 * @param day Day of the Month: 1..31
1461 * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1462 * @param hour Hour of the day: 0..23
1463 * @param minutes Minutes in the hour: 0..59
1464 * @param seconds Seconds within the minute: 0..59
1465 * @param includeTime Include time in the result string?
1466 */
1467 QCString trDateTime(int year,int month,int day,int dayOfWeek,
1468 int hour,int minutes,int seconds,
1469 DateTimeType includeTime) override
1470 {
1471 static const char *days[] = { "Pon","Uto","Sri","Čet","Pet","Sub","Ned" };
1472 static const char *months[] = { "Sje","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro" };
1473 QCString sdate;
1474 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Date)
1475 {
1476 sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1477 }
1478 if (includeTime == DateTimeType::DateTime) sdate += " ";
1479 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Time)
1480 {
1481 QCString stime;
1482 stime.sprintf("%.2d:%.2d:%.2d",hour,minutes,seconds);
1483 sdate+=stime;
1484 }
1485 return sdate;
1486 }
1487 QCString trDayOfWeek(int dayOfWeek, bool, bool full) override
1488 {
1489 static const char *days_short[] = { "pon", "uto", "sri", "čet", "pet", "sub", "ned" };
1490 static const char *days_full[] = { "ponedjeljak", "utorak", "srijeda", "četvrtak", "petak", "subota", "nedjelja" };
1491 QCString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1492 return text;
1493 }
1494 QCString trMonth(int month, bool, bool full) override
1495 {
1496 static const char *months_short[] = { "sij", "vlj", "ožu", "tra", "svi", "lip", "srp", "kol", "ruj", "lis", "stu", "pro" };
1497 static const char *months_full[] = { "siječanj", "veljača", "ožujak", "travanj", "svibanj", "lipanj", "srpanj", "kolovoz", "rujan", "listopad", "studeni", "prosinac" };
1498 QCString text = full? months_full[month-1] : months_short[month-1];
1499 return text;
1500 }
1501 QCString trDayPeriod(bool period) override
1502 {
1503 static const char *dayPeriod[] = { "AM", "PM" };
1504 return dayPeriod[period?1:0];
1505 }
1506
1507
1508//////////////////////////////////////////////////////////////////////////
1509// new since 1.7.5
1510//////////////////////////////////////////////////////////////////////////
1511
1512 /*! Header for the page with bibliographic citations */
1514 { return "Bibliografija"; }
1515
1516 /*! Text for copyright paragraph */
1518 { return "Copyright"; }
1519
1520 /*! Header for the graph showing the directory dependencies */
1521 QCString trDirDepGraph(const QCString &name) override
1522 { return QCString("Direktoriji o kojima ovisi ")+name+":"; }
1523
1524//////////////////////////////////////////////////////////////////////////
1525// new since 1.8.0
1526//////////////////////////////////////////////////////////////////////////
1527
1528 /*! Detail level selector shown for hierarchical indices */
1530 { return "razina detalja"; }
1531
1532 /*! Section header for list of template parameters */
1534 { return "Parametri predloška"; }
1535
1536 /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1537 QCString trAndMore(const QCString &number) override
1538 { return "i još "+number+" ..."; }
1539
1540 /*! Used file list for a Java enum */
1542 { QCString result = "Dokumatacija za ovu enumeraciju je generirana iz ";
1543 if (!single) result += "datoteka:";
1544 else result += "datoteke:";
1545 return result;
1546 }
1547
1548 /*! Header of a Java enum page (Java enums are represented as classes). */
1549 QCString trEnumReference(const QCString &name) override
1550 { return "Opis enumeracije " + QCString(name); }
1551
1552 /*! Used for a section containing inherited members */
1553 QCString trInheritedFrom(const QCString &members,const QCString &what) override
1554 { return QCString(members)+" naslijeđeni od "+what; }
1555
1556 /*! Header of the sections with inherited members specific for the
1557 * base class(es)
1558 */
1560 { return "Dodatni naslijeđeni članovi"; }
1561
1562};
1563
1564#endif
1565
1566
CompoundType
The various compound types.
Definition classdef.h:109
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
This is an alternative implementation of QCString.
Definition qcstring.h:101
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:150
QCString & sprintf(const char *format,...)
Definition qcstring.cpp:29
QCString trDesignUnitDocumentation() override
QCString trAndMore(const QCString &number) override
QCString trExceptions() override
QCString trNamespaceMembers() override
QCString trPackageMembers() override
QCString trRelatedFunctions() override
QCString trNote() override
QCString trCiteReferences() override
QCString trProperties() override
QCString trStaticPublicMembers() override
QCString trModulesDescription() override
QCString trEvents() override
QCString trPageIndex() override
QCString trInclDepGraph(const QCString &fName) override
QCString trSearchMatches() override
QCString trModule(bool first_capital, bool singular) override
QCString trMember(bool, bool singular) override
QCString trSubprogram(bool first_capital, bool singular) override
QCString trTypedefDocumentation() override
QCString trDirIndex() override
QCString trDirDepGraph(const QCString &name) override
QCString trListOfAllMembers() override
QCString trFunctionDocumentation() override
QCString trPrivateSlots() override
QCString trFileIn(const QCString &name) override
QCString trCompoundListDescription() override
QCString trProtectedTypes() override
QCString trPrivateTypes() override
QCString trInvariant() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trIncludesFileIn(const QCString &name) override
QCString trDetailLevel() override
QCString trEnumerationValues() override
QCString trGotoDocumentation() override
QCString trNamespaceIndex() override
QCString trFileListDescription(bool extractAll) override
QCString trGraphicalHierarchy() override
QCString trModuleIndex() override
QCString trRelatedPagesDescription() override
QCString trReferenceManual() override
QCString trStaticPackageFunctions() override
QCString trLoading() override
QCString trMainPage() override
QCString trGotoGraphicalHierarchy() override
QCString trSignals() override
QCString trAll() override
QCString trLegend() override
QCString trDirReference(const QCString &dirName) override
QCString trPage(bool first_capital, bool singular) override
QCString trInclByDepGraph() override
QCString trPackageListDescription() override
QCString trCompoundList() override
QCString trInheritedByList(int numEntries) override
QCString trRTFCharSet() override
QCString trVersion() override
QCString trCompounds() override
QCString trReimplementedFromList(int numEntries) override
QCString trPackageAttribs() override
QCString trFileMembers() override
QCString trDefinedInSourceFile() override
QCString trNamespaceList() override
QCString trPublicTypes() override
QCString trReferences() override
QCString trMemberFunctionDocumentation() override
QCString trPublicAttribs() override
QCString trSearchResults(int numDocuments) override
QCString trTypedefs() override
QCString trCompoundListDescriptionFortran() override
QCString trStaticProtectedMembers() override
QCString trDirectories() override
QCString trDocumentation(const QCString &projName) override
QCString trMemberDataDocumentation() override
QCString trStaticPackageAttribs() override
QCString trStaticPublicAttribs() override
QCString trPackageTypes() override
QCString trClassDiagram(const QCString &clName) override
QCString trBugList() override
QCString trPageAbbreviation() override
QCString trCompoundMembers() override
QCString trGeneratedBy() override
QCString trModulesListDescription(bool extractAll) override
QCString trHierarchicalIndex() override
QCString trDirDocumentation() override
QCString trGotoTextualHierarchy() override
QCString trDefineDocumentation() override
QCString trCompoundMembersDescriptionFortran(bool extractAll) override
QCString trPrecondition() override
QCString trThisIsTheListOfAllMembers() override
QCString trRTFGeneralIndex() override
QCString trIncludingInheritedMembers() override
QCString trFileDocumentation() override
QCString idLanguage() override
QCString trFileReference(const QCString &fileName) override
QCString trGlobal(bool first_capital, bool singular) override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool) override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trDefines() override
QCString trPrivateMembers() override
QCString trNoMatches() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trRelatedPages() override
QCString trType(bool first_capital, bool singular) override
QCString trClassHierarchy() override
QCString trLegendDocs() override
QCString trTest() override
QCString trEnumerationTypeDocumentation() override
QCString trModuleDocumentation() override
QCString latexLanguageSupportCommand() override
QCString trDefinedAtLineInSourceFile() override
QCString trImplementedFromList(int numEntries) override
QCString trPackageFunctions() override
QCString trOverloadText() override
QCString trFileIndex() override
QCString trFileMembersDescription(bool extractAll) override
QCString trMonth(int month, bool, bool full) override
QCString trInitialValue() override
QCString trDefinedIn() override
QCString trDefineValue() override
QCString trMemberFunctionDocumentationFortran() override
QCString trClassHierarchyDescription() override
QCString trMemberEnumerationDocumentation() override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trFriends() override
QCString trExamplesDescription() override
QCString trSeeAlso() override
QCString trCompoundListFortran() override
QCString trImplementedInList(int numEntries) override
QCString trTemplateParameters() override
QCString trCopyright() override
QCString trModulesMemberDescription(bool extractAll) override
QCString trEnumerationValueDocumentation() override
QCString trReturnValues() override
QCString trPackage(const QCString &name) override
QCString trConstructorDocumentation() override
QCString trModuleReference(const QCString &namespaceName) override
QCString trStaticPrivateAttribs() override
QCString trVariableDocumentation() override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trCompoundMembersFortran() override
QCString trDayOfWeek(int dayOfWeek, bool, bool full) override
QCString trGotoSourceCode() override
QCString trReturns() override
QCString trSourceFile(const QCString &filename) override
QCString trCode() override
QCString trNamespace(bool first_capital, bool singular) override
QCString trEnumValue() override
QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trParameters() override
QCString trISOLang() override
QCString trInheritsList(int numEntries) override
QCString trBug() override
QCString trDetails() override
QCString trNamespaceDocumentation() override
QCString trSearching() override
QCString trModulesList() override
QCString trRemarks() override
QCString trMemberTypedefDocumentation() override
QCString trPrivateAttribs() override
QCString trTypeDocumentation() override
QCString trSearchResultsTitle() override
QCString trFileList() override
QCString trGroup(bool first_capital, bool singular) override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trDir(bool first_capital, bool singular) override
QCString trClasses() override
QCString trCompoundIndexFortran() override
QCString trEnumGeneratedFromFiles(bool single) override
QCString trCallerGraph() override
QCString trDetailedDescription() override
QCString trPostcondition() override
QCString trVariables() override
QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
QCString trPublicSlots() override
QCString trRelatedFunctionDocumentation() override
QCString trFunctions() override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trNamespaces() override
QCString trCallGraph() override
QCString trAdditionalInheritedMembers() override
QCString trFile(bool first_capital, bool singular) override
QCString trModulesIndex() override
QCString trWriteList(int numEntries) override
QCString trProtectedAttribs() override
QCString trEnumReference(const QCString &name) override
QCString trEnumerations() override
QCString trAuthor(bool first_capital, bool singular) override
QCString trSubprogramDocumentation() override
QCString trInheritedFrom(const QCString &members, const QCString &what) override
QCString trCompoundIndex() override
QCString trProtectedMembers() override
QCString trModulesMembers() override
QCString trMore() override
QCString trReferencedBy() override
QCString trEnumName() override
QCString trDirRelation(const QCString &name) override
QCString trModules() override
QCString trTodo() override
QCString trSearch() override
QCString trEventDocumentation() override
QCString trDeprecated() override
QCString trExamples() override
QCString trRelatedSubscript() override
QCString trRTFansicp() override
QCString trRTFTableOfContents() override
QCString trClassDocumentation() override
QCString trProtectedSlots() override
QCString trWarning() override
QCString trDayPeriod(bool period) override
QCString trDate() override
QCString trGlobalNamespace() override
QCString trDataTypes() override
QCString trTestList() override
QCString trPackages() override
QCString trDeprecatedList() override
QCString trTypeConstraints() override
QCString trPublicMembers() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trSubprograms() override
QCString trAttention() override
QCString trClass(bool first_capital, bool singular) override
QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool) override
QCString trLegendTitle() override
QCString getLanguageString() override
language codes for Html help
QCString trSince() override
QCString trMemberList() override
QCString trTodoList() override
QCString trPropertyDocumentation() override
QCString trStaticPrivateMembers() override
QCString trReimplementedInList(int numEntries) override
QCString trStaticProtectedAttribs() override
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
#define Config_getBool(name)
Definition config.h:33
DateTimeType
Definition datetime.h:38
#define FALSE
Definition qcstring.h:34
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6617