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