Doxygen
Loading...
Searching...
No Matches
translator_mk.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Copyright (C) 1997-2026 by Dimitri van Heesch.
4 *
5 * Permission to use, copy, modify, and distribute this software and its
6 * documentation under the terms of the GNU General Public License is hereby
7 * granted. No representations are made about the suitability of this software
8 * for any purpose. It is provided "as is" without express or implied warranty.
9 * See the GNU General Public License for more details.
10 *
11 * Documents produced by Doxygen are derivative works derived from the
12 * input used in their production; they are not affected by this license.
13 *
14 */
15// Тranslated by Slave Jovanovski <slavejovanovski@yahoo.com>
16//
17// The cyrillic strings were entered using Macedonian language support in
18// Windows. The editor used was Eclipse 3.2. The file was saved in UTF-8.
19//
20// Updates:
21// --------
22// 2007/12/09
23// - Initial translation to Macedonian.
24//
25// 2008/05/22
26// - Translation for 1.5.4.
27//
28//
29
30#ifndef TRANSLATOR_MK_H
31#define TRANSLATOR_MK_H
32
34{
35 public:
36
37 // --- Language control methods -------------------
38
39 /*! Used for identification of the language. The identification
40 * should not be translated. It should be replaced by the name
41 * of the language in English using lower-case characters only
42 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
43 * the identification used in language.cpp.
44 */
46 { return "macedonian"; }
47
48 /*! Used to get the LaTeX command(s) for the language support.
49 * This method should return string with commands that switch
50 * LaTeX to the desired language. For example
51 * <pre>"\\usepackage[german]{babel}\n"
52 * </pre>
53 * or
54 * <pre>"\\usepackage{polski}\n"
55 * "\\usepackage[latin2]{inputenc}\n"
56 * "\\usepackage[T1]{fontenc}\n"
57 * </pre>
58 *
59 * The English LaTeX does not use such commands. Because of this
60 * the empty string is returned in this implementation.
61 */
63 {
64 return "\\usepackage[macedonian]{babel}\n";
65 }
66 DString trISOLang() override
67 {
68 return "mk";
69 }
71 {
72 return "0x042f Macedonian (Former Yugoslav Republic of Macedonia)";
73 }
74
75 // --- Language translation methods -------------------
76
77 /*! used in the compound documentation before a list of related functions. */
79 { return "Поврзани Функции"; }
80
81 /*! subscript for the related functions. */
83 { return "(Овие функции не се членови.)"; }
84
85 /*! header that is put before the detailed description of files, classes and namespaces. */
87 { return "Детален опис"; }
88
89 /*! header that is used when the summary tag is missing inside the details tag */
90 DString trDetails() override
91 { return "Детали"; }
92
93 /*! header that is put before the list of typedefs. */
95 { return "Документација на членови дефиниции на тип"; }
96
97 /*! header that is put before the list of enumerations. */
99 { return "Документација на набројани членови"; }
100
101 /*! header that is put before the list of member functions. */
103 { return "Документација на функции членови"; }
104
105 /*! header that is put before the list of member attributes. */
107 {
108 //if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
109 {
110 return "Документација на членови";
111 }
112 }
113
114 /*! this is the text of a link put after brief descriptions. */
115 DString trMore() override
116 { return "Повеќе..."; }
117
118 /*! put in the class documentation */
120 { return "Список на сите членови"; }
121
122 /*! used as the title of the "list of all members" page of a class */
124 { return "Список на членови"; }
125
126 /*! this is the first part of a sentence that is followed by a class name */
128 { return "Ова е целосниот список на членови на"; }
129
130 /*! this is the remainder of the sentence after the class name */
132 { return ", вклучувајќи ги сите наследени членови."; }
133
134 /*! this is put at the author sections at the bottom of man pages.
135 * parameter s is name of the project name.
136 */
138 { DString result="Автоматски создадено од Doxygen";
139 if (!s.empty()) result+=" за "+s;
140 result+=" изворниот код.";
141 return result;
142 }
143
144 /*! put after an enum name in the list of all members */
146 { return "име на набројан член"; }
147
148 /*! put after an enum value in the list of all members */
150 { return "вредност на набројан член"; }
151
152 /*! put after an undocumented member in the list of all members */
154 { return "дефиниран во"; }
155
156 // quick reference sections
157
158 /*! This is put above each page as a link to the list of all groups of
159 * compounds or files (see the \\group command).
160 */
162 { return "Модули"; }
163
164 /*! This is put above each page as a link to the class hierarchy */
166 { return "Стебло на класи"; }
167
168 /*! This is put above each page as a link to the list of annotated classes */
170 {
171 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
172 {
173 return "Список на Структури";
174 }
175 else
176 {
177 return "Список на Класи";
178 }
179 }
180
181 /*! This is put above each page as a link to the list of documented files */
183 { return "Список на Датотеки"; }
184
185 /*! This is put above each page as a link to all members of compounds. */
187 {
188 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
189 {
190 return "Членови";
191 }
192 else
193 {
194 return "Членови на Класата";
195 }
196 }
197
198 /*! This is put above each page as a link to all members of files. */
200 {
201 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
202 {
203 return "Глобални Членови";
204 }
205 else
206 {
207 return "Членови на Датотеката";
208 }
209 }
210
211 /*! This is put above each page as a link to all related pages. */
213 { return "Страници Поврзани со Оваа"; }
214
215 /*! This is put above each page as a link to all examples. */
217 { return "Примери"; }
218
219 /*! This is put above each page as a link to the search engine. */
220 DString trSearch() override
221 { return "Пребарај"; }
222
223 /*! This is an introduction to the class hierarchy. */
225 { return "Овој список на наследување е приближно азбучно подреден:";
226 }
227
228 /*! This is an introduction to the list with all files. */
229 DString trFileListDescription(bool extractAll) override
230 {
231 DString result="Список на сите ";
232 if (!extractAll) result+="документирани ";
233 result+="членови со кратки описи:";
234 return result;
235 }
236
237 /*! This is an introduction to the annotated compound list. */
239 {
240
241 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
242 {
243 return "Список на структури со кратки описи:";
244 }
245 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
246 {
247 return "Список на класи со кратки описи:";
248 }
249 else
250 {
251 return "Список на класи, структури, унии и интерфејси "
252 "со кратки описи:";
253 }
254 }
255
256 /*! This is an introduction to the page with all class members. */
257 DString trCompoundMembersDescription(bool extractAll) override
258 {
259 DString result="Список на сите ";
260 if (!extractAll)
261 {
262 result+="документирани ";
263 }
264 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
265 {
266 result+="структури и унии";
267 }
268 else
269 {
270 result+="членови на класата";
271 }
272 result+=" со врски до ";
273 if (!extractAll)
274 {
275 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
276 {
277 result+="документацијата за секој член на структурата/унијата:";
278 }
279 else
280 {
281 result+="документацијата на секој член на класата:";
282 }
283 }
284 else
285 {
286 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
287 {
288 result+="структурите/униите на кои што припаѓаат:";
289 }
290 else
291 {
292 result+="класите на кои што припаѓаат:";
293 }
294 }
295 return result;
296 }
297
298 /*! This is an introduction to the page with all file members. */
299 DString trFileMembersDescription(bool extractAll) override
300 {
301 DString result="Список на сите ";
302 if (!extractAll) result+="документирани ";
303
304 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
305 {
306 result+="функции, променливи, дефиниции, набројувања и дефиниции на тип";
307 }
308 else
309 {
310 result+="членови на датотеки";
311 }
312 result+=" со врски до ";
313 if (extractAll)
314 result+="датотеките на кои што припаѓаат:";
315 else
316 result+="документацијата:";
317 return result;
318 }
319
320 /*! This is an introduction to the page with the list of all examples */
322 { return "Список на сите примери:"; }
323
324 /*! This is an introduction to the page with the list of related pages */
326 { return "Список на сите страници поврзани со оваа и нивна документација:"; }
327
328 /*! This is an introduction to the page with the list of class/file groups */
330 { return "Список на сите модули:"; }
331
332 // index titles (the project name is prepended for these)
333
334 /*! This is used in HTML as the title of index.html. */
335 DString trDocumentation(const DString &projName) override
336 { return (!projName.empty()?projName + " " : "") + "Документација"; }
337
338 /*! This is used in LaTeX as the title of the chapter with the
339 * index of all groups.
340 */
342 { return "Попис на Модули"; }
343
344 /*! This is used in LaTeX as the title of the chapter with the
345 * class hierarchy.
346 */
348 { return "Попис на Стебло"; }
349
350 /*! This is used in LaTeX as the title of the chapter with the
351 * annotated compound index.
352 */
354 {
355 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
356 {
357 return "Попис на Структури";
358 }
359 else
360 {
361 return "Попис на Класи";
362 }
363 }
364
365 /*! This is used in LaTeX as the title of the chapter with the
366 * list of all files.
367 */
369 { return "Попис на Датотеки"; }
370
371 /*! This is used in LaTeX as the title of the chapter containing
372 * the documentation of all groups.
373 */
375 { return "Попис на Документација"; }
376
377 /*! This is used in LaTeX as the title of the chapter containing
378 * the documentation of all classes, structs and unions.
379 */
381 {
382 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
383 {
384 return "Документација на Структури";
385 }
386 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
387 {
389 }
390 else
391 {
392 return "Документација на Класи";
393 }
394 }
395
396 /*! This is used in LaTeX as the title of the chapter containing
397 * the documentation of all files.
398 */
400 { return "Документија на Датотеки"; }
401
402 /*! This is used in LaTeX as the title of the document */
404 { return "Прирачник"; }
405
406 /*! This is used in the documentation of a file as a header before the
407 * list of defines
408 */
410 { return "Дефинирања"; }
411
412 /*! This is used in the documentation of a file as a header before the
413 * list of typedefs
414 */
416 { return "Дефиниции на Тип"; }
417
418 /*! This is used in the documentation of a file as a header before the
419 * list of enumerations
420 */
422 { return "Набројувања"; }
423
424 /*! This is used in the documentation of a file as a header before the
425 * list of (global) functions
426 */
428 { return "Функции"; }
429
430 /*! This is used in the documentation of a file as a header before the
431 * list of (global) variables
432 */
434 { return "Променливи"; }
435
436 /*! This is used in the documentation of a file as a header before the
437 * list of (global) variables
438 */
440 { return "Вредности на Набројувањата"; }
441
442 /*! This is used in the documentation of a file before the list of
443 * documentation blocks for defines
444 */
446 { return "Документција на Дефиниции"; }
447
448 /*! This is used in the documentation of a file/namespace before the list
449 * of documentation blocks for typedefs
450 */
452 { return "Документација на Дефиниции на Тип"; }
453
454 /*! This is used in the documentation of a file/namespace before the list
455 * of documentation blocks for enumeration types
456 */
458 { return "Документација на Набројувања"; }
459
460 /*! This is used in the documentation of a file/namespace before the list
461 * of documentation blocks for functions
462 */
464 { return "Документација на Функции"; }
465
466 /*! This is used in the documentation of a file/namespace before the list
467 * of documentation blocks for variables
468 */
470 { return "Документација на Променливи"; }
471
472 /*! This is used in the documentation of a file/namespace/group before
473 * the list of links to documented compounds
474 */
476 {
477 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
478 {
479 return "Структури";
480 }
481 else
482 {
483 return "Класи";
484 }
485 }
486
487 /*! This is used in the standard footer of each page and indicates when
488 * the page was generated
489 */
490 DString trGeneratedAt(const DString &date,const DString &projName) override
491 {
492 DString result="Создадено на "+date;
493 if (!projName.empty()) result+=" за "+projName;
494 result+=" од";
495 return result;
496 }
497
498 /*! this text is put before a class diagram */
499 DString trClassDiagram(const DString &clName) override
500 {
501 return "Диаграм на наследување за "+clName+":";
502 }
503
504 /*! this text is generated when the \\warning command is used. */
506 { return "Предупредување"; }
507
508 /*! this text is generated when the \\version command is used. */
510 { return "Верзија"; }
511
512 /*! this text is generated when the \\date command is used. */
513 DString trDate() override
514 { return "Дата"; }
515
516 /*! this text is generated when the \\return command is used. */
518 { return "Враќа"; }
519
520 /*! this text is generated when the \\sa command is used. */
522 { return "Истотака погледнете"; }
523
524 /*! this text is generated when the \\param command is used. */
526 { return "Параметри"; }
527
528 /*! this text is generated when the \\exception command is used. */
530 { return "Исклучоци"; }
531
532 /*! this text is used in the title page of a LaTeX document. */
534 { return "Создадено од"; }
535
536//////////////////////////////////////////////////////////////////////////
537// new since 0.49-990307
538//////////////////////////////////////////////////////////////////////////
539
540 /*! used as the title of page containing all the index of all namespaces. */
542 { return "Список на Имиња на Простор"; }
543
544 /*! used as an introduction to the namespace list */
545 DString trNamespaceListDescription(bool extractAll) override
546 {
547 DString result="Список на сите ";
548 if (!extractAll) result+="документирани ";
549 result+="имиња на простор со кратки описи:";
550 return result;
551 }
552
553 /*! used in the class documentation as a header before the list of all
554 * friends of a class
555 */
557 { return "Пријатели"; }
558
559//////////////////////////////////////////////////////////////////////////
560// new since 0.49-990405
561//////////////////////////////////////////////////////////////////////////
562
563 /*! used in the class documentation as a header before the list of all
564 * related classes
565 */
567 { return "Документација на Пријатели и Поврзани Функции"; }
568
569//////////////////////////////////////////////////////////////////////////
570// new since 0.49-990425
571//////////////////////////////////////////////////////////////////////////
572
573 /*! used as the title of the HTML page of a class/struct/union */
575 ClassDef::CompoundType compType,
576 bool isTemplate) override
577 {
578 DString result=clName;
579 switch(compType)
580 {
581 case ClassDef::Class: result+=" Класа"; break;
582 case ClassDef::Struct: result+=" Структура"; break;
583 case ClassDef::Union: result+=" Унија"; break;
584 case ClassDef::Interface: result+=" Интерфејс"; break;
585 case ClassDef::Protocol: result+=" Протокол"; break;
586 case ClassDef::Category: result+=" Категорија"; break;
587 case ClassDef::Exception: result+=" Исклучок"; break;
588 default: break;
589 }
590 if (isTemplate) result+=" Образец";
591 result+=" Повикување";
592 return result;
593 }
594
595 /*! used as the title of the HTML page of a file */
596 DString trFileReference(const DString &fileName) override
597 {
598 DString result = "Опис на Датотекaта ";
599 result += fileName;
600 return result;
601 }
602
603 /*! used as the title of the HTML page of a namespace */
604 DString trNamespaceReference(const DString &namespaceName) override
605 {
606 DString result = "Опис на Имeто на Простор ";
607 result += namespaceName;
608 return result;
609 }
610
612 { return "Јавни Функции Членови"; }
614 { return "Јавни Слотови"; }
616 { return "Сигнали"; }
618 { return "Статични Јавни Функции Членови"; }
620 { return "Заштитени Функции Членови"; }
622 { return "Заштитени Слотови"; }
624 { return "Статични Заштитени Функции Членови"; }
626 { return "Приватни Функции Членови"; }
628 { return "Приватни Слотови"; }
630 { return "Статични Приватни Функции Членови"; }
631
632 /*! this function is used to produce a comma-separated list of items.
633 * use generateMarker(i) to indicate where item i should be put.
634 */
635 DString trWriteList(int numEntries) override
636 {
637 DString result;
638 // the inherits list contain `numEntries' classes
639 for (int i=0;i<numEntries;i++)
640 {
641 // use generateMarker to generate placeholders for the class links!
642 result+=generateMarker(i); // generate marker for entry i in the list
643 // (order is left to right)
644
645 if (i!=numEntries-1) // not the last entry, so we need a separator
646 {
647 if (i<numEntries-2) // not the fore last entry
648 result+=", ";
649 else // the fore last entry
650 result+=" и ";
651 }
652 }
653 return result;
654 }
655
656 /*! used in class documentation to produce a list of base classes,
657 * if class diagrams are disabled.
658 */
659 DString trInheritsList(int numEntries) override
660 {
661 return "Наследува "+trWriteList(numEntries)+".";
662 }
663
664 /*! used in class documentation to produce a list of super classes,
665 * if class diagrams are disabled.
666 */
667 DString trInheritedByList(int numEntries) override
668 {
669 return "Наследено од "+trWriteList(numEntries)+".";
670 }
671
672 /*! used in member documentation blocks to produce a list of
673 * members that are hidden by this one.
674 */
675 DString trReimplementedFromList(int numEntries) override
676 {
677 return "Преприменето од "+trWriteList(numEntries)+".";
678 }
679
680 /*! used in member documentation blocks to produce a list of
681 * all member that overwrite the implementation of this member.
682 */
683 DString trReimplementedInList(int numEntries) override
684 {
685 return "Преприменето во "+trWriteList(numEntries)+".";
686 }
687
688 /*! This is put above each page as a link to all members of namespaces. */
690 { return "Членови на Име на Простор"; }
691
692 /*! This is an introduction to the page with all namespace members */
693 DString trNamespaceMemberDescription(bool extractAll) override
694 {
695 DString result="Список на сите ";
696 if (!extractAll) result+="документирани ";
697 result+="членови на името на простор со врски до ";
698 if (extractAll)
699 result+="документацијата на секој член:";
700 else
701 result+="името на простор на кое што му припаѓаат:";
702 return result;
703 }
704 /*! This is used in LaTeX as the title of the chapter with the
705 * index of all namespaces.
706 */
708 { return "Попис на Имиња на Простор"; }
709
710 /*! This is used in LaTeX as the title of the chapter containing
711 * the documentation of all namespaces.
712 */
714 { return "Документација на Имиња на Простор"; }
715
716//////////////////////////////////////////////////////////////////////////
717// new since 0.49-990522
718//////////////////////////////////////////////////////////////////////////
719
720 /*! This is used in the documentation before the list of all
721 * namespaces in a file.
722 */
724 { return "Имиња на Простор"; }
725
726//////////////////////////////////////////////////////////////////////////
727// new since 0.49-990728
728//////////////////////////////////////////////////////////////////////////
729
730 /*! This is put at the bottom of a class documentation page and is
731 * followed by a list of files that were used to generate the page.
732 */
734 bool single) override
735 { // here s is one of " Class", " Struct" or " Union"
736 // single is true implies a single file
737 DString result="Документацијата за ";
738 switch(compType)
739 {
740 case ClassDef::Class: result+="оваа класа"; break;
741 case ClassDef::Struct: result+="оваа структура"; break;
742 case ClassDef::Union: result+="оваа унија"; break;
743 case ClassDef::Interface: result+="овој интерфејс"; break;
744 case ClassDef::Protocol: result+="овој протокол"; break;
745 case ClassDef::Category: result+="оваа категорија"; break;
746 case ClassDef::Exception: result+="овој исклучок"; break;
747 default: break;
748 }
749 result+=" беше создадена од ";
750 if (single) result+="следнава датотека:"; else result+="следниве датотеки:";
751 return result;
752 }
753
754//////////////////////////////////////////////////////////////////////////
755// new since 0.49-990901
756//////////////////////////////////////////////////////////////////////////
757
758 /*! This is used as the heading text for the retval command. */
760 { return "Вратена Вредност"; }
761
762 /*! This is in the (quick) index as a link to the main page (index.html)
763 */
765 { return "Главна Страна"; }
766
767 /*! This is used in references to page that are put in the LaTeX
768 * documentation. It should be an abbreviation of the word page.
769 */
771 { return "стр."; }
772
773//////////////////////////////////////////////////////////////////////////
774// new since 0.49-991003
775//////////////////////////////////////////////////////////////////////////
776
778 {
779 return "Дефиницијата е на линија @0 во датотека @1.";
780 }
782 {
783 return "Дефинијата е во датотека @0.";
784 }
785
786//////////////////////////////////////////////////////////////////////////
787// new since 0.49-991205
788//////////////////////////////////////////////////////////////////////////
789
791 {
792 return "Застарено";
793 }
794
795//////////////////////////////////////////////////////////////////////////
796// new since 1.0.0
797//////////////////////////////////////////////////////////////////////////
798
799 /*! this text is put before a collaboration diagram */
800 DString trCollaborationDiagram(const DString &clName) override
801 {
802 return "Диаграм на соработка за "+clName+":";
803 }
804 /*! this text is put before an include dependency graph */
805 DString trInclDepGraph(const DString &fName) override
806 {
807 return "Вклучен дијаграм на зависност за "+fName+":";
808 }
809 /*! header that is put before the list of constructor/destructors. */
811 {
812 return "Документација на Конструктор и Деструктор";
813 }
814 /*! Used in the file documentation to point to the corresponding sources. */
816 {
817 return "Оди до изворниот код на оваа датотека.";
818 }
819 /*! Used in the file sources to point to the corresponding documentation. */
821 {
822 return "Оди до документацијата на оваа датотека.";
823 }
824 /*! Text for the \\pre command */
826 {
827 return "Предуслов";
828 }
829 /*! Text for the \\post command */
831 {
832 return "Постуслов";
833 }
834 /*! Text for the \\invariant command */
836 {
837 return "Инваријанта";
838 }
839 /*! Text shown before a multi-line variable/enum initialization */
841 {
842 return "Основна вредност:";
843 }
844 /*! Text used the source code in the file index */
845 DString trCode() override
846 {
847 return "код";
848 }
850 {
851 return "Графичко Стебло на Класи";
852 }
854 {
855 return "Оди до графичкото стебло на класи";
856 }
858 {
859 return "Оди до текстуалното стебло на класи";
860 }
862 {
863 return "Попис на Страници";
864 }
865
866//////////////////////////////////////////////////////////////////////////
867// new since 1.1.0
868//////////////////////////////////////////////////////////////////////////
869
870 DString trNote() override
871 {
872 return "Забелешка";
873 }
875 {
876 return "Јавни Типови";
877 }
879 {
880 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
881 {
882 return "Членови";
883 }
884 else
885 {
886 return "Јавни Членови";
887 }
888 }
890 {
891 return "Статични Јавни Членови";
892 }
894 {
895 return "Заштитени Типови";
896 }
898 {
899 return "Заштитени Членови";
900 }
902 {
903 return "Статични Заштитени Типови";
904 }
906 {
907 return "Приватни Типови";
908 }
910 {
911 return "Приватни Членови";
912 }
914 {
915 return "Статични Приватни Членови";
916 }
917
918//////////////////////////////////////////////////////////////////////////
919// new since 1.1.3
920//////////////////////////////////////////////////////////////////////////
921
922 /*! Used as a marker that is put before a \\todo item */
923 DString trTodo() override
924 {
925 return "Незавршено";
926 }
927 /*! Used as the header of the todo list */
929 {
930 return "Список на Незавршени";
931 }
932
933//////////////////////////////////////////////////////////////////////////
934// new since 1.1.4
935//////////////////////////////////////////////////////////////////////////
936
938 {
939 return "Повикано од";
940 }
942 {
943 return "Забелешки";
944 }
946 {
947 return "Внимание";
948 }
950 {
951 return "Овој дијаграм покажува кои датотеки се "
952 "директно или индеректно вклучени во оваа датотека:";
953 }
954 DString trSince() override
955 {
956 return "Од";
957 }
958
959//////////////////////////////////////////////////////////////////////////
960// new since 1.1.5
961//////////////////////////////////////////////////////////////////////////
962
963 /*! title of the graph legend page */
965 {
966 return "Легенда на Дијаграмот";
967 }
968 /*! page explaining how the dot graph's should be interpreted
969 * The %A in the text below are to prevent link to classes called "A".
970 */
972 {
973 return
974 "Оваа страна објаснува како да ги толкувате дијаграмите создадени"
975 " од doxygen.<p>\n"
976 "На пример:\n"
977 "\\code\n"
978 "/*! Невидлива класа заради ограничувања на дијаграмот */\n"
979 "class Invisible { };\n\n"
980 "/*! Одсечена класа, врската на наследување е скриена */\n"
981 "class Truncated : public Invisible { };\n\n"
982 "/* Класата не е документирана со doxygen коментари */\n"
983 "class Undocumented { };\n\n"
984 "/*! Класа која е наследена со јавно наследување */\n"
985 "class PublicBase : public Truncated { };\n\n"
986 "/*! Класа Образец */\n"
987 "template<class T> class Templ { };\n\n"
988 "/*! Класа која е наследена со заштитено наследување */\n"
989 "class ProtectedBase { };\n\n"
990 "/*! Класа која е наследена со приватно наследување */\n"
991 "class PrivateBase { };\n\n"
992 "/*! Класа која е користена од страна на наследената класа */\n"
993 "class Used { };\n\n"
994 "/*! Класа која наследува од повеќе други класи */\n"
995 "class Inherited : public PublicBase,\n"
996 " protected ProtectedBase,\n"
997 " private PrivateBase,\n"
998 " public Undocumented,\n"
999 " public Templ<int>\n"
1000 "{\n"
1001 " private:\n"
1002 " Used *m_usedClass;\n"
1003 "};\n"
1004 "\\endcode\n"
1005 "Ако вредноста на \\c MAX_DOT_GRAPH_HEIGHT во конфигурациската датотека "
1006 "е 240 тогаш примерот ќе го создаде следниов дијаграм:"
1007 "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1008 "<p>\n"
1009 "Правоаголниците во дијаграмот погоре го имаат следново значење:\n"
1010 "<ul>\n"
1011 "<li>Полн сив правоаголник ја означува структурата или класата за "
1012 "којадијаграмот е создаден.\n"
1013 "<li>Правоаголник со црна граница означува документирана структура или класа.\n"
1014 "<li>Правоаголник со сива граница означува недокументирана структура или класа.\n"
1015 "<li>Правоаголник со црвена граница означува документирана структура или класа "
1016 "за која не сите врски на наследување се прикажани. Дијаграмот е одсечен доколку "
1017 "не го собира во зададените граници..\n"
1018 "</ul>\n"
1019 "Стрелките го имаат следново значење:\n"
1020 "<ul>\n"
1021 "<li>Сина стрелка означува врска на јавно наследување помеѓу две класи.\n"
1022 "<li>Зелена стрелка означува заштитено наследување.\n"
1023 "<li>Црвена стрелка означува приватно наследување.\n"
1024 "<li>Виолетова испрекината линија означува класа која е користена или вклучена "
1025 "во друга класа. Стрелаката е означена со името на променливата преку "
1026 "која класата е достапна.\n"
1027 "<li>Жолта испрекината линија означува врска меѓу примерок од образец класа "
1028 "и класата образец од која е создадена. Стрелката е означена со имињата на "
1029 "параметрите на класата.\n"
1030 "</ul>\n";
1031 }
1032 /*! text for the link to the legend page */
1034 {
1035 return "Легенда";
1036 }
1037
1038//////////////////////////////////////////////////////////////////////////
1039// new since 1.2.0
1040//////////////////////////////////////////////////////////////////////////
1041
1042 /*! Used as a marker that is put before a test item */
1043 DString trTest() override
1044 {
1045 return "Тест";
1046 }
1047 /*! Used as the header of the test list */
1049 {
1050 return "Листа на Тестови";
1051 }
1052
1053//////////////////////////////////////////////////////////////////////////
1054// new since 1.2.2
1055//////////////////////////////////////////////////////////////////////////
1056
1057 /*! Used as a section header for IDL properties */
1059 {
1060 return "Особини";
1061 }
1062 /*! Used as a section header for IDL property documentation */
1064 {
1065 return "Документација на Особини";
1066 }
1067
1068//////////////////////////////////////////////////////////////////////////
1069// new since 1.2.4
1070//////////////////////////////////////////////////////////////////////////
1071
1072 /*! Used for Java classes in the summary section of Java packages */
1074 {
1075 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1076 {
1077 return "Структури";
1078 }
1079 else
1080 {
1081 return "Класи";
1082 }
1083 }
1084 /*! Used as the title of a Java package */
1085 DString trPackage(const DString &name) override
1086 {
1087 return "Пакет "+name;
1088 }
1089 /*! The description of the package index page */
1091 {
1092 return "Пакети со краток опис (доколку достапен):";
1093 }
1094 /*! The link name in the Quick links header for each page */
1096 {
1097 return "Пакети";
1098 }
1099 /*! Text shown before a multi-line define */
1101 {
1102 return "Вредност:";
1103 }
1104
1105//////////////////////////////////////////////////////////////////////////
1106// new since 1.2.5
1107//////////////////////////////////////////////////////////////////////////
1108
1109 /*! Used as a marker that is put before a \\bug item */
1110 DString trBug() override
1111 {
1112 return "Дефект";
1113 }
1114 /*! Used as the header of the bug list */
1116 {
1117 return "Листа на Дефекти";
1118 }
1119
1120//////////////////////////////////////////////////////////////////////////
1121// new since 1.2.6
1122//////////////////////////////////////////////////////////////////////////
1123
1124 /*! Used as ansicpg for RTF file
1125 *
1126 * The following table shows the correlation of Charset name, Charset Value and
1127 * <pre>
1128 * Codepage number:
1129 * Charset Name Charset Value(hex) Codepage number
1130 * ------------------------------------------------------
1131 * DEFAULT_CHARSET 1 (x01)
1132 * SYMBOL_CHARSET 2 (x02)
1133 * OEM_CHARSET 255 (xFF)
1134 * ANSI_CHARSET 0 (x00) 1252
1135 * RUSSIAN_CHARSET 204 (xCC) 1251
1136 * EE_CHARSET 238 (xEE) 1250
1137 * GREEK_CHARSET 161 (xA1) 1253
1138 * TURKISH_CHARSET 162 (xA2) 1254
1139 * BALTIC_CHARSET 186 (xBA) 1257
1140 * HEBREW_CHARSET 177 (xB1) 1255
1141 * ARABIC _CHARSET 178 (xB2) 1256
1142 * SHIFTJIS_CHARSET 128 (x80) 932
1143 * HANGEUL_CHARSET 129 (x81) 949
1144 * GB2313_CHARSET 134 (x86) 936
1145 * CHINESEBIG5_CHARSET 136 (x88) 950
1146 * </pre>
1147 *
1148 */
1150 {
1151 return "1251";
1152 }
1153
1154
1155 /*! Used as ansicpg for RTF fcharset
1156 * \see trRTFansicp() for a table of possible values.
1157 */
1159 {
1160 return "204";
1161 }
1162
1163 /*! Used as header RTF general index */
1165 {
1166 return "Попис";
1167 }
1168
1169 /*! This is used for translation of the word that will possibly
1170 * be followed by a single name or by a list of names
1171 * of the category.
1172 */
1173 DString trClass(bool first_capital, bool singular) override
1174 {
1175 return createNoun(first_capital, singular, "клас", "и", "а");
1176 }
1177
1178 /*! This is used for translation of the word that will possibly
1179 * be followed by a single name or by a list of names
1180 * of the category.
1181 */
1182 DString trFile(bool first_capital, bool singular) override
1183 {
1184 return createNoun(first_capital, singular, "датотек", "и", "а");
1185 }
1186
1187 /*! This is used for translation of the word that will possibly
1188 * be followed by a single name or by a list of names
1189 * of the category.
1190 */
1191 DString trNamespace(bool first_capital, bool singular) override
1192 {
1193 return createNoun(first_capital, singular, "им", "иња на простори", "е на простор");
1194 }
1195
1196 /*! This is used for translation of the word that will possibly
1197 * be followed by a single name or by a list of names
1198 * of the category.
1199 */
1200 DString trGroup(bool first_capital, bool singular) override
1201 {
1202 return createNoun(first_capital, singular, "груп", "и", "а");
1203 }
1204
1205 /*! This is used for translation of the word that will possibly
1206 * be followed by a single name or by a list of names
1207 * of the category.
1208 */
1209 DString trPage(bool first_capital, bool singular) override
1210 {
1211 return createNoun(first_capital, singular, "стран", "и", "а");
1212 }
1213
1214 /*! This is used for translation of the word that will possibly
1215 * be followed by a single name or by a list of names
1216 * of the category.
1217 */
1218 DString trMember(bool first_capital, bool singular) override
1219 {
1220 return createNoun(first_capital, singular, "член", "ови");
1221 }
1222
1223 /*! This is used for translation of the word that will possibly
1224 * be followed by a single name or by a list of names
1225 * of the category.
1226 */
1227 DString trGlobal(bool first_capital, bool singular) override
1228 {
1229 return createNoun(first_capital, singular, "глобал", "ни", "ен");
1230 }
1231
1232//////////////////////////////////////////////////////////////////////////
1233// new since 1.2.7
1234//////////////////////////////////////////////////////////////////////////
1235
1236 /*! This text is generated when the \\author command is used and
1237 * for the author section in man pages. */
1238 DString trAuthor(bool first_capital, bool singular) override
1239 {
1240 return createNoun(first_capital, singular, "автор", "и");
1241 }
1242
1243//////////////////////////////////////////////////////////////////////////
1244// new since 1.2.11
1245//////////////////////////////////////////////////////////////////////////
1246
1247 /*! This text is put before the list of members referenced by a member
1248 */
1250 {
1251 return "Повикувања";
1252 }
1253
1254//////////////////////////////////////////////////////////////////////////
1255// new since 1.2.13
1256//////////////////////////////////////////////////////////////////////////
1257
1258 /*! used in member documentation blocks to produce a list of
1259 * members that are implemented by this one.
1260 */
1261 DString trImplementedFromList(int numEntries) override
1262 {
1263 return "Применува "+trWriteList(numEntries)+".";
1264 }
1265
1266 /*! used in member documentation blocks to produce a list of
1267 * all members that implement this abstract member.
1268 */
1269 DString trImplementedInList(int numEntries) override
1270 {
1271 return "Применето во "+trWriteList(numEntries)+".";
1272 }
1273
1274//////////////////////////////////////////////////////////////////////////
1275// new since 1.2.16
1276//////////////////////////////////////////////////////////////////////////
1277
1278 /*! used in RTF documentation as a heading for the Table
1279 * of Contents.
1280 */
1282 {
1283 return "Содржина";
1284 }
1285
1286//////////////////////////////////////////////////////////////////////////
1287// new since 1.2.17
1288//////////////////////////////////////////////////////////////////////////
1289
1290 /*! Used as the header of the list of item that have been
1291 * flagged deprecated
1292 */
1294 {
1295 return "Список на Застарени";
1296 }
1297
1298//////////////////////////////////////////////////////////////////////////
1299// new since 1.2.18
1300//////////////////////////////////////////////////////////////////////////
1301
1302 /*! Used as a header for declaration section of the events found in
1303 * a C# program
1304 */
1306 {
1307 return "Настани";
1308 }
1309 /*! Header used for the documentation section of a class' events. */
1311 {
1312 return "Документација на Настани";
1313 }
1314
1315//////////////////////////////////////////////////////////////////////////
1316// new since 1.3
1317//////////////////////////////////////////////////////////////////////////
1318
1319 /*! Used as a heading for a list of Java class types with package scope.
1320 */
1322 {
1323 return "Типови во Пакетот";
1324 }
1325 /*! Used as a heading for a list of Java class functions with package
1326 * scope.
1327 */
1329 {
1330 return "Функции во Пакетот";
1331 }
1333 {
1334 return "Членови во Пакетот";
1335 }
1336 /*! Used as a heading for a list of static Java class functions with
1337 * package scope.
1338 */
1340 {
1341 return "Статични Функции во Пакетот";
1342 }
1343 /*! Used as a heading for a list of Java class variables with package
1344 * scope.
1345 */
1347 {
1348 return "Членови во Пакетот";
1349 }
1350 /*! Used as a heading for a list of static Java class variables with
1351 * package scope.
1352 */
1354 {
1355 return "Статични Членови во Пакетот";
1356 }
1357
1358//////////////////////////////////////////////////////////////////////////
1359// new since 1.3.1
1360//////////////////////////////////////////////////////////////////////////
1361
1362 /*! Used in the quick index of a class/file/namespace member list page
1363 * to link to the unfiltered list of all members.
1364 */
1365 DString trAll() override
1366 {
1367 return "Сите";
1368 }
1369 /*! Put in front of the call graph for a function. */
1371 {
1372 return "Дијаграм на повикувања за оваа функција:";
1373 }
1374
1375//////////////////////////////////////////////////////////////////////////
1376// new since 1.3.3
1377//////////////////////////////////////////////////////////////////////////
1378
1379 /*! This string is used as the title for the page listing the search
1380 * results.
1381 */
1383 {
1384 return "Резултати од Пребарувањето";
1385 }
1386 /*! This string is put just before listing the search results. The
1387 * text can be different depending on the number of documents found.
1388 * Inside the text you can put the special marker $num to insert
1389 * the number representing the actual number of search results.
1390 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1391 * value 2 represents 2 or more matches. HTML markup is allowed inside
1392 * the returned string.
1393 */
1394 DString trSearchResults(int numDocuments) override
1395 {
1396 if (numDocuments==0)
1397 {
1398 return "Нема документи кои се поклопуваат со вашето барање.";
1399 }
1400 else if (numDocuments==1)
1401 {
1402 return "Пронајден <b>1</b> документ кој се поклопува со вашето барање.";
1403 }
1404 else
1405 {
1406 return "Пронајдени <b>$num</b> документи кои се поклопуваат со вашето барање."
1407 "Најдобро поклопените документи се прикажани први.";
1408 }
1409 }
1410 /*! This string is put before the list of matched words, for each search
1411 * result. What follows is the list of words that matched the query.
1412 */
1414 {
1415 return "Пронајдени:";
1416 }
1417
1418//////////////////////////////////////////////////////////////////////////
1419// new since 1.3.8
1420//////////////////////////////////////////////////////////////////////////
1421
1422 /*! This is used in HTML as the title of page with source code for file filename
1423 */
1424 DString trSourceFile(const DString& filename) override
1425 {
1426 return "Изворен код на датотеката " + filename;
1427 }
1428
1429//////////////////////////////////////////////////////////////////////////
1430// new since 1.3.9
1431//////////////////////////////////////////////////////////////////////////
1432
1433 /*! This is used as the name of the chapter containing the directory
1434 * hierarchy.
1435 */
1437 { return "Стебло на Именикот"; }
1438
1439 /*! This is used as the name of the chapter containing the documentation
1440 * of the directories.
1441 */
1443 { return "Документација на Именикот"; }
1444
1445 /*! This is used as the title of the directory index and also in the
1446 * Quick links of an HTML page, to link to the directory hierarchy.
1447 */
1449 { return "Именици"; }
1450
1451 /*! This returns the title of a directory page. The name of the
1452 * directory is passed via \a dirName.
1453 */
1454 DString trDirReference(const DString &dirName) override
1455 { DString result= "Опис на Именикот "; result += dirName; return result; }
1456
1457 /*! This returns the word directory with or without starting capital
1458 * (\a first_capital) and in singular or plural form (\a singular).
1459 */
1460 DString trDir(bool first_capital, bool singular) override
1461 {
1462 return createNoun(first_capital, singular, "имени", "ци", "к");
1463 }
1464
1465//////////////////////////////////////////////////////////////////////////
1466// new since 1.4.1
1467//////////////////////////////////////////////////////////////////////////
1468
1469 /*! This text is added to the documentation when the \\overload command
1470 * is used for a overloaded function.
1471 */
1473 {
1474 return "Оваа е преоптоварена фунција. Се разликува по "
1475 "типот и бројот на аргументи што ги прифаќа.";
1476 }
1477
1478//////////////////////////////////////////////////////////////////////////
1479// new since 1.4.6
1480//////////////////////////////////////////////////////////////////////////
1481
1482 /*! This is used to introduce a caller (or called-by) graph */
1484 {
1485 return "Ова е графот на повикување за оваа фунција:";
1486 }
1487
1488 /*! This is used in the documentation of a file/namespace before the list
1489 * of documentation blocks for enumeration values
1490 */
1492 { return "Документија на Набројувања"; }
1493
1494//////////////////////////////////////////////////////////////////////////
1495// new since 1.5.4 (mainly for Fortran)
1496//////////////////////////////////////////////////////////////////////////
1497
1498 /*! header that is put before the list of member subprograms (Fortran). */
1500 { return "Документација на функции/процедури членови"; }
1501
1502 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1504 { return "Список на Типови"; }
1505
1506 /*! This is put above each page as a link to all members of compounds (Fortran). */
1508 { return "Членови"; }
1509
1510 /*! This is an introduction to the annotated compound list (Fortran). */
1512 { return "Список на типови со кратки описи:"; }
1513
1514 /*! This is an introduction to the page with all data types (Fortran). */
1516 {
1517 DString result="Список на сите ";
1518 if (!extractAll)
1519 {
1520 result+="документирани ";
1521 }
1522 result+="членови на типови";
1523 result+=" со врски до ";
1524 if (!extractAll)
1525 {
1526 result+="документацијата за секој член:";
1527 }
1528 else
1529 {
1530 result+="типовите на кои што припаѓаат:";
1531 }
1532 return result;
1533 }
1534
1535 /*! This is used in LaTeX as the title of the chapter with the
1536 * annotated compound index (Fortran).
1537 */
1539 { return "Попис на Типови"; }
1540
1541 /*! This is used in LaTeX as the title of the chapter containing
1542 * the documentation of all data types (Fortran).
1543 */
1545 { return "Документација на Типови"; }
1546
1547 /*! This is used in the documentation of a file as a header before the
1548 * list of (global) subprograms (Fortran).
1549 */
1551 { return "Функции/Процедури"; }
1552
1553 /*! This is used in the documentation of a file/namespace before the list
1554 * of documentation blocks for subprograms (Fortran)
1555 */
1557 { return "Документација на Функции/Процедури"; }
1558
1559 /*! This is used in the documentation of a file/namespace/group before
1560 * the list of links to documented compounds (Fortran)
1561 */
1563 { return "Типови"; }
1564
1565 /*! used as the title of page containing all the index of all modules (Fortran). */
1567 { return "Попис на Модули"; }
1568
1569 /*! used as an introduction to the modules list (Fortran) */
1570 DString trModulesListDescription(bool extractAll) override
1571 {
1572 DString result="Список на сите ";
1573 if (!extractAll) result+="документирани ";
1574 result+="модули со кратки описи:";
1575 return result;
1576 }
1577
1578 /*! used as the title of the HTML page of a module/type (Fortran) */
1580 ClassDef::CompoundType compType,
1581 bool isTemplate) override
1582 {
1583 DString result=clName + " - Повикување на";
1584 switch(compType)
1585 {
1586 case ClassDef::Class: result+=" Класа"; break;
1587 case ClassDef::Struct: result+=" Тип"; break;
1588 case ClassDef::Union: result+=" Унија"; break;
1589 case ClassDef::Interface: result+=" Интерфејс"; break;
1590 case ClassDef::Protocol: result+=" Протокол"; break;
1591 case ClassDef::Category: result+=" Категорија"; break;
1592 case ClassDef::Exception: result+=" Исклучок"; break;
1593 default: break;
1594 }
1595 if (isTemplate) result+=" Образец";
1596 return result;
1597 }
1598 /*! used as the title of the HTML page of a module (Fortran) */
1599 DString trModuleReference(const DString &namespaceName) override
1600 {
1601 DString result=namespaceName;
1602 result+=" - Содржина на Модул";
1603 return result;
1604 }
1605
1606 /*! This is put above each page as a link to all members of modules. (Fortran) */
1608 { return "Членови на Модул"; }
1609
1610 /*! This is an introduction to the page with all modules members (Fortran) */
1611 DString trModulesMemberDescription(bool extractAll) override
1612 {
1613 DString result="Список на сите ";
1614 if (!extractAll) result+="документирани ";
1615 result+="членови на модулот со врски до ";
1616 if (extractAll)
1617 {
1618 result+="документацијата за секој член:";
1619 }
1620 else
1621 {
1622 result+="модулите на кои што припаѓаат:";
1623 }
1624 return result;
1625 }
1626
1627 /*! This is used in LaTeX as the title of the chapter with the
1628 * index of all modules (Fortran).
1629 */
1631 { return "Попис на Модули"; }
1632
1633 /*! This is used for translation of the word that will possibly
1634 * be followed by a single name or by a list of names
1635 * of the category.
1636 */
1637 DString trModule(bool first_capital, bool singular) override
1638 {
1639 return createNoun(first_capital, singular, "модул", "и");
1640 }
1641 /*! This is put at the bottom of a module documentation page and is
1642 * followed by a list of files that were used to generate the page.
1643 */
1645 bool single) override
1646 { // here s is one of " Module", " Struct" or " Union"
1647 // single is true implies a single file
1648 DString result="Документацијата за ";
1649 switch(compType)
1650 {
1651 case ClassDef::Class: result+="оваа класа"; break;
1652 case ClassDef::Struct: result+="овој тип"; break;
1653 case ClassDef::Union: result+="оваа унија"; break;
1654 case ClassDef::Interface: result+="овој интерфејс"; break;
1655 case ClassDef::Protocol: result+="овој протокол"; break;
1656 case ClassDef::Category: result+="оваа категорија"; break;
1657 case ClassDef::Exception: result+="овој исклучок"; break;
1658 default: break;
1659 }
1660 result+=" беше создадена од ";
1661 if (single) result+="следнава датотека:"; else result+="следниве датотеки:";
1662 return result;
1663 }
1664 /*! This is used for translation of the word that will possibly
1665 * be followed by a single name or by a list of names
1666 * of the category.
1667 */
1668 DString trType(bool first_capital, bool singular) override
1669 {
1670 return createNoun(first_capital, singular, "тип", "ови");
1671 }
1672 /*! This is used for translation of the word that will possibly
1673 * be followed by a single name or by a list of names
1674 * of the category.
1675 */
1676 DString trSubprogram(bool first_capital, bool singular) override
1677 {
1678 return createNoun(first_capital, singular, "потпрограм", "и", "а");
1679 }
1680
1681 /*! C# Type Constraint list */
1683 {
1684 return "Ограничувања на Тип";
1685 }
1686
1687 DString trDayOfWeek(int dayOfWeek, bool, bool full) override
1688 {
1689 static const char *days_short[] = { "пон.", "вт.", "сре.", "чет.", "пет.", "саб.", "нед." };
1690 static const char *days_full[] = { "понеделник", "вторник", "среда", "четврток", "петок", "сабота", "недела" };
1691 DString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1692 return text;
1693 }
1694 DString trMonth(int month, bool, bool full) override
1695 {
1696 static const char *months_short[] = { "јан.", "фев.", "мар.", "апр.", "мај", "јун.", "јул.", "авг.", "септ.", "окт.", "ноем.", "дек." };
1697 static const char *months_full[] = { "јануари", "февруари", "март", "април", "мај", "јуни", "јули", "август", "септември", "октомври", "ноември", "декември" };
1698 DString text = full? months_full[month-1] : months_short[month-1];
1699 return text;
1700 }
1701 DString trDayPeriod(bool period) override
1702 {
1703 static const char *dayPeriod[] = { "претпл.", "попл." };
1704 return dayPeriod[period?1:0];
1705 }
1706};
1707
1708#endif
CompoundType
The various compound types.
Definition classdef.h:105
@ Interface
Definition classdef.h:108
@ Exception
Definition classdef.h:111
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
Definition dstring.h:152
Adapter class for languages that only contain translations up to version 1.6.0.
DString trDesignUnitDocumentation() override
DString createNoun(bool first_capital, bool singular, const DString &base, const DString &plurSuffix, const DString &singSuffix="")
Definition translator.h:799
DString trStaticPrivateAttribs() override
DString trDefinedInSourceFile() override
DString trReturns() override
DString trPackageFunctions() override
DString trCompoundListDescription() override
DString trVariables() override
DString trSearch() override
DString trHierarchicalIndex() override
DString trDirIndex() override
DString trInheritsList(int numEntries) override
DString trPackageAttribs() override
DString trRTFansicp() override
DString trStaticPackageAttribs() override
DString trNamespaceMembers() override
DString trMemberDataDocumentation() override
DString trGlobal(bool first_capital, bool singular) override
DString getLanguageString() override
language codes for Html help
DString trCompoundReferenceFortran(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString trDayOfWeek(int dayOfWeek, bool, bool full) override
DString trStaticProtectedAttribs() override
DString trType(bool first_capital, bool singular) override
DString trMemberTypedefDocumentation() override
DString trGotoDocumentation() override
DString trTypeDocumentation() override
DString trFunctions() override
DString trSeeAlso() override
DString trProperties() override
DString trPackageMembers() override
DString trStaticPrivateMembers() override
DString trModuleIndex() override
DString trPrivateMembers() override
DString trInclDepGraph(const DString &fName) override
DString trAuthor(bool first_capital, bool singular) override
DString trGotoTextualHierarchy() override
DString trCompoundMembers() override
DString trClassHierarchy() override
DString trPageAbbreviation() override
DString trCompoundReference(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString trFileDocumentation() override
DString trExamplesDescription() override
DString trStaticProtectedMembers() override
DString trNamespaceListDescription(bool extractAll) override
DString trLegend() override
DString trRelatedPagesDescription() override
DString trDefineValue() override
DString trLegendDocs() override
DString trSignals() override
DString trFileMembers() override
DString trMainPage() override
DString trPrecondition() override
DString trDayPeriod(bool period) override
DString trProtectedMembers() override
DString trTestList() override
DString trSubprogram(bool first_capital, bool singular) override
DString trRTFGeneralIndex() override
DString trSince() override
DString trImplementedInList(int numEntries) override
DString trProtectedSlots() override
DString trAll() override
DString trMember(bool first_capital, bool singular) override
DString trFriends() override
DString trEnumerationTypeDocumentation() override
DString trRTFCharSet() override
DString trGeneratedAutomatically(const DString &s) override
DString trBug() override
DString trStaticPublicMembers() override
DString trTodoList() override
DString trPublicMembers() override
DString trModulesIndex() override
DString trCompoundMembersDescription(bool extractAll) override
DString trFileListDescription(bool extractAll) override
DString trTest() override
DString trNamespaceDocumentation() override
DString trDataTypes() override
DString trPublicSlots() override
DString trPackages() override
DString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
DString trRelatedSubscript() override
DString trClassHierarchyDescription() override
DString trEnumerations() override
DString trDirDocumentation() override
DString trRelatedPages() override
DString trEnumerationValues() override
DString trReimplementedFromList(int numEntries) override
DString trDirectories() override
DString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
DString trCompoundIndexFortran() override
DString trEnumerationValueDocumentation() override
DString trSearchResultsTitle() override
DString trReferencedBy() override
DString trInvariant() override
DString trCompoundMembersDescriptionFortran(bool extractAll) override
DString trClasses() override
DString trConstructorDocumentation() override
DString trMemberFunctionDocumentationFortran() override
DString trVariableDocumentation() override
DString trModulesMemberDescription(bool extractAll) override
DString trISOLang() override
DString trDeprecatedList() override
DString trPropertyDocumentation() override
DString trReturnValues() override
DString trModulesMembers() override
DString trCallGraph() override
DString trEventDocumentation() override
DString trCompoundIndex() override
DString trDefineDocumentation() override
DString trNamespace(bool first_capital, bool singular) override
DString trCallerGraph() override
DString trRemarks() override
DString trExamples() override
DString trModuleReference(const DString &namespaceName) override
DString trListOfAllMembers() override
DString trStaticPackageFunctions() override
DString trTypedefDocumentation() override
DString trNamespaces() override
DString trPage(bool first_capital, bool singular) override
DString trReferenceManual() override
DString trFunctionDocumentation() override
DString trReferences() override
DString trDirReference(const DString &dirName) override
DString trDate() override
DString trDetailedDescription() override
DString trCompounds() override
DString trParameters() override
DString trAttention() override
DString trDocumentation(const DString &projName) override
DString trSubprogramDocumentation() override
DString trModulesListDescription(bool extractAll) override
DString trEvents() override
DString trPackageTypes() override
DString trNamespaceMemberDescription(bool extractAll) override
DString trNamespaceReference(const DString &namespaceName) override
DString latexLanguageSupportCommand() override
DString trPublicAttribs() override
DString trMemberFunctionDocumentation() override
DString trCode() override
DString trPrivateAttribs() override
DString trModuleDocumentation() override
DString trSearchMatches() override
DString trFileIndex() override
DString trDefinedAtLineInSourceFile() override
DString trTodo() override
DString trStaticPublicAttribs() override
DString trCompoundList() override
DString trGotoSourceCode() override
DString trInheritedByList(int numEntries) override
DString trDefinedIn() override
DString trGotoGraphicalHierarchy() override
DString trCompoundMembersFortran() override
DString trTypeConstraints() override
DString trProtectedTypes() override
DString trBugList() override
DString trDetails() override
DString trClass(bool first_capital, bool singular) override
DString trModule(bool first_capital, bool singular) override
DString trImplementedFromList(int numEntries) override
DString trWarning() override
DString trNote() override
DString trWriteList(int numEntries) override
DString trCompoundListFortran() override
DString trFile(bool first_capital, bool singular) override
DString trGraphicalHierarchy() override
DString trInclByDepGraph() override
DString trSearchResults(int numDocuments) override
DString trPackageListDescription() override
DString trRTFTableOfContents() override
DString trRelatedFunctionDocumentation() override
DString trFileReference(const DString &fileName) override
DString trExceptions() override
DString trVersion() override
DString trThisIsTheListOfAllMembers() override
DString trModulesList() override
DString trEnumValue() override
DString trEnumName() override
DString trMemberList() override
DString trPostcondition() override
DString trSubprograms() override
DString trModulesDescription() override
DString trDefines() override
DString trProtectedAttribs() override
DString trPageIndex() override
DString trTypedefs() override
DString trPrivateSlots() override
DString trGroup(bool first_capital, bool singular) override
DString trMonth(int month, bool, bool full) override
DString trGeneratedAt(const DString &date, const DString &projName) override
DString trIncludingInheritedMembers() override
DString trDeprecated() override
DString trCompoundListDescriptionFortran() override
DString trInitialValue() override
DString trSourceFile(const DString &filename) override
DString trCollaborationDiagram(const DString &clName) override
DString trPackage(const DString &name) override
DString trFileMembersDescription(bool extractAll) override
DString trPublicTypes() override
DString trDir(bool first_capital, bool singular) override
DString trClassDocumentation() override
DString trOverloadText() override
DString trMore() override
DString trModules() override
DString trRelatedFunctions() override
DString trReimplementedInList(int numEntries) override
DString trNamespaceIndex() override
DString trPrivateTypes() override
DString trGeneratedBy() override
DString trNamespaceList() override
DString trLegendTitle() override
DString trFileList() override
DString trMemberEnumerationDocumentation() override
DString trClassDiagram(const DString &clName) override
DString idLanguage() override
#define Config_getBool(name)
Definition config.h:33
DString generateMarker(int id)
Definition dstring.h:908
DString getDotImageExtension()
Definition util.cpp:4966