Doxygen
Loading...
Searching...
No Matches
translator_ar.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
16/*
17 * Arabic translation for Doxygen
18 *
19 * Please send your comments on this translation to moazreyad@yahoo.com
20 *
21 * Note : consider this file as Beta version for testing Arabic output with Doxygen.
22 *
23 * Revision history :
24 *
25 * 6/2006 : Created initial version of Arabic translation.
26 */
27
28#ifndef TRANSLATOR_AR_H
29#define TRANSLATOR_AR_H
30
32{
33 public:
34
35 // --- Language control methods -------------------
36
37 /*! Used for identification of the language. The identification
38 * should not be translated. It should be replaced by the name
39 * of the language in English using lower-case characters only
40 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
41 * the identification used in language.cpp.
42 */
44 { return "arabic"; }
45
46 /*! Used to get the LaTeX command(s) for the language support.
47 * This method should return string with commands that switch
48 * LaTeX to the desired language. For example
49 * <pre>"\\usepackage[german]{babel}\n"
50 * </pre>
51 * or
52 * <pre>"\\usepackage{polski}\n"
53 * "\\usepackage[latin2]{inputenc}\n"
54 * "\\usepackage[T1]{fontenc}\n"
55 * </pre>
56 *
57 * The English LaTeX does not use such commands. Because of this
58 * the empty string is returned in this implementation.
59 */
61 {
62 return "";
63 }
64
66 {
67 return p_latexCommandName("xelatex");
68 }
69
70 DString trISOLang() override
71 { return "ar-EG"; }
73 {
74 return "0xC01 Arabic (Egypt)";
75 }
76
77 // --- Language translation methods -------------------
78
79 /*! used in the compound documentation before a list of related functions. */
81 { return "دوال ذات صلة"; }
82
83 /*! subscript for the related functions. */
85 { return "(لاحظ أن هذه الدوال ليست أعضاء)"; }
86
87 /*! header that is put before the detailed description of files, classes and namespaces. */
89 { return "وصف تفصيلي"; }
90
91 /*! header that is used when the summary tag is missing inside the details tag */
92 DString trDetails() override
93 { return "التفاصيل"; }
94
95 /*! header that is put before the list of typedefs. */
97 { return "توثيق تعريفات النوع الأعضاء"; }
98
99 /*! header that is put before the list of enumerations. */
101 { return "توثيق العدديات الأعضاء"; }
102
103 /*! header that is put before the list of member functions. */
105 { return "توثيق الدوال الأعضاء"; }
106
107 /*! header that is put before the list of member attributes. */
109 {
110 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
111 {
112 return "توثيق الحقل";
113 }
114 else
115 {
116 return "توثيق البيان العضو";
117 }
118 }
119
120 /*! this is the text of a link put after brief descriptions. */
121 DString trMore() override
122 { return "المزيد ..."; }
123
124 /*! put in the class documentation */
126 { return "اعرض كل الأعضاء"; }
127
128 /*! used as the title of the "list of all members" page of a class */
130 { return "قائمة الأعضاء"; }
131
132 /*! this is the first part of a sentence that is followed by a class name */
134 { return "هذه فائمة بكل الأعضاء في"; }
135
136 /*! this is the remainder of the sentence after the class name */
138 { return ", متضمنة كل الأعضاء الموروثة"; }
139
140 /*! this is put at the author sections at the bottom of man pages.
141 * parameter s is name of the project name.
142 */
144 { DString result="تم تكوينها آليا بواسطة Doxygen";
145 if (!s.empty()) result+=" لـ "+s;
146 result+=" من ملفات المصدر.";
147 return result;
148 }
149
150 /*! put after an enum name in the list of all members */
152 { return "الإسم العددي"; }
153
154 /*! put after an enum value in the list of all members */
156 { return "القيمة العددية"; }
157
158 /*! put after an undocumented member in the list of all members */
160 { return "معرف في"; }
161
162 // quick reference sections
163
164 /*! This is put above each page as a link to the list of all groups of
165 * compounds or files (see the \\group command).
166 */
168 { return "مكونات"; }
169
170 /*! This is put above each page as a link to the class hierarchy */
172 { return "الشكل الهرمي للفئة"; }
173
174 /*! This is put above each page as a link to the list of annotated classes */
176 {
177 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
178 {
179 return "هياكل البيانات";
180 }
181 else
182 {
183 return "قائمة الفئات";
184 }
185 }
186
187 /*! This is put above each page as a link to the list of documented files */
189 { return "قائمة الملفات"; }
190
191 /*! This is put above each page as a link to all members of compounds. */
193 {
194 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
195 {
196 return "حقول البيانات";
197 }
198 else
199 {
200 return "أعضاء الفئة";
201 }
202 }
203
204 /*! This is put above each page as a link to all members of files. */
206 {
207 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
208 {
209 return "العوام";
210 }
211 else
212 {
213 return "أعضاء الملف";
214 }
215 }
216
217 /*! This is put above each page as a link to all related pages. */
219 { return "صفحات ذات صلة"; }
220
221 /*! This is put above each page as a link to all examples. */
223 { return "أمثلة"; }
224
225 /*! This is put above each page as a link to the search engine. */
226 DString trSearch() override
227 { return "بحث"; }
228
229 /*! This is an introduction to the class hierarchy. */
231 { return "قائمة التوارث هذه تم ترتيبها أبجديا بصورة تقريبية ، "
232 "ولكن ليس بصورة تامة:";
233 }
234
235 /*! This is an introduction to the list with all files. */
236 DString trFileListDescription(bool extractAll) override
237 {
238 DString result="هذه قائمة بكل الملفات";
239 if (!extractAll) result+="الموثقة ";
240 result+="مع وصف مختصر :";
241 return result;
242 }
243
244 /*! This is an introduction to the annotated compound list. */
246 {
247
248 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
249 {
250 return "هذه هي هياكل البيانات مع وصف مختصر:";
251 }
252 else
253 {
254 return "هذه هي الفئات ، البناءات ،"
255 "الإتحادات والواجهات مع وصف مختصر:";
256 }
257 }
258
259 /*! This is an introduction to the page with all class members. */
260 DString trCompoundMembersDescription(bool extractAll) override
261 {
262 DString result="هذه قائمة بكل ";
263
264 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
265 {
266 result+="حقول البناءات والإتحادات";
267 }
268 else
269 {
270 result+="أعضاء الفئة";
271 }
272 if (!extractAll)
273 {
274 result+=" الموثقة ";
275 }
276 result+=" مع وصلات إلى ";
277 if (!extractAll)
278 {
279 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
280 {
281 result+="توثيق البناء/الإتحاد لكل حقل:";
282 }
283 else
284 {
285 result+="توثيق الفئة لكل عضو:";
286 }
287 }
288 else
289 {
290 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
291 {
292 result+="البناءات/الإتحادات التي ينتمون إليها:";
293 }
294 else
295 {
296 result+="الفئات التي ينتمون إليها:";
297 }
298 }
299 return result;
300 }
301
302 /*! This is an introduction to the page with all file members. */
303 DString trFileMembersDescription(bool extractAll) override
304 {
305 DString result="Here is a list of all ";
306 if (!extractAll) result+="documented ";
307
308 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
309 {
310 result+="functions, variables, defines, enums, and typedefs";
311 }
312 else
313 {
314 result+="file members";
315 }
316 result+=" with links to ";
317 if (extractAll)
318 result+="the files they belong to:";
319 else
320 result+="the documentation:";
321 return result;
322 }
323
324 /*! This is an introduction to the page with the list of all examples */
326 { return "هذه قائمة بكل الأمثلة:"; }
327
328 /*! This is an introduction to the page with the list of related pages */
330 { return "هذه قائمة بكل صفحات التوثيق ذات الصلة:"; }
331
332 /*! This is an introduction to the page with the list of class/file groups */
334 { return "هذه قائمة بكل المكونات:"; }
335
336
337 /*! This is used in HTML as the title of index.html. */
338 DString trDocumentation(const DString &projName) override
339 { return (!projName.empty()?projName + " " : "") + "التوثيق"; }
340
341 /*! This is used in LaTeX as the title of the chapter with the
342 * index of all groups.
343 */
345 { return "فهرس المكونات"; }
346
347 /*! This is used in LaTeX as the title of the chapter with the
348 * class hierarchy.
349 */
351 { return "الفهرس الهرمي"; }
352
353 /*! This is used in LaTeX as the title of the chapter with the
354 * annotated compound index.
355 */
357 {
358 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
359 {
360 return "فهرس هيكل البيانات";
361 }
362 else
363 {
364 return "فهرس الفئة";
365 }
366 }
367
368 /*! This is used in LaTeX as the title of the chapter with the
369 * list of all files.
370 */
372 { return "فهرس الملفات"; }
373
374 /*! This is used in LaTeX as the title of the chapter containing
375 * the documentation of all groups.
376 */
378 { return "توثيق المكون"; }
379
380 /*! This is used in LaTeX as the title of the chapter containing
381 * the documentation of all classes, structs and unions.
382 */
384 {
385 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
386 {
387 return "فهرس هيكل البيانات";
388 }
389 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
390 {
392 }
393 else
394 {
395 return "فهرس الفئة";
396 }
397 }
398
399 /*! This is used in LaTeX as the title of the chapter containing
400 * the documentation of all files.
401 */
403 { return "توثيق الملفات"; }
404
405 /*! This is used in LaTeX as the title of the document */
407 { return "الكتيب المرجعي"; }
408
409 /*! This is used in the documentation of a file as a header before the
410 * list of defines
411 */
413 { return "التعريفات"; }
414
415 /*! This is used in the documentation of a file as a header before the
416 * list of typedefs
417 */
419 { return "Typedefs"; }
420
421 /*! This is used in the documentation of a file as a header before the
422 * list of enumerations
423 */
425 { return "العدديات"; }
426
427 /*! This is used in the documentation of a file as a header before the
428 * list of (global) functions
429 */
431 { return "الدوال"; }
432
433 /*! This is used in the documentation of a file as a header before the
434 * list of (global) variables
435 */
437 { return "المتغيرات"; }
438
439 /*! This is used in the documentation of a file as a header before the
440 * list of (global) variables
441 */
443 { return "Enumerator"; }
444
445 /*! This is used in the documentation of a file before the list of
446 * documentation blocks for defines
447 */
449 { return "Define Documentation"; }
450
451 /*! This is used in the documentation of a file/namespace before the list
452 * of documentation blocks for typedefs
453 */
455 { return "Typedef Documentation"; }
456
457 /*! This is used in the documentation of a file/namespace before the list
458 * of documentation blocks for enumeration types
459 */
461 { return "Enumeration Type Documentation"; }
462
463 /*! This is used in the documentation of a file/namespace before the list
464 * of documentation blocks for enumeration values
465 */
467 { return "Enumerator Documentation"; }
468
469 /*! This is used in the documentation of a file/namespace before the list
470 * of documentation blocks for functions
471 */
473 { return "توثيق الدالة"; }
474
475 /*! This is used in the documentation of a file/namespace before the list
476 * of documentation blocks for variables
477 */
479 { return "توثيق المتغير"; }
480
481 /*! This is used in the documentation of a file/namespace/group before
482 * the list of links to documented compounds
483 */
485 {
486 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
487 {
488 return "هياكل البيانات";
489 }
490 else
491 {
492 return "الفئات";
493 }
494 }
495
496 /*! This is used in the standard footer of each page and indicates when
497 * the page was generated
498 */
499 DString trGeneratedAt(const DString &date,const DString &projName) override
500 {
501 DString result="Generated on "+date;
502 if (!projName.empty()) result+=" for "+projName;
503 result+=" by";
504 return result;
505 }
506
507 /*! this text is put before a class diagram */
508 DString trClassDiagram(const DString &clName) override
509 {
510 return "Inheritance diagram for "+clName+":";
511 }
512
513 /*! this text is generated when the \\warning command is used. */
515 { return "تنبيه"; }
516
517 /*! this text is generated when the \\version command is used. */
519 { return "إصدارة"; }
520
521 /*! this text is generated when the \\date command is used. */
522 DString trDate() override
523 { return "تاريخ"; }
524
525 /*! this text is generated when the \\return command is used. */
527 { return "Returns"; }
528
529 /*! this text is generated when the \\sa command is used. */
531 { return "انظر أيضا"; }
532
533 /*! this text is generated when the \\param command is used. */
535 { return "Parameters"; }
536
537 /*! this text is generated when the \\exception command is used. */
539 { return "استثناءات"; }
540
541 /*! this text is used in the title page of a LaTeX document. */
543 { return "انتجت بواسطة"; }
544
545//////////////////////////////////////////////////////////////////////////
546// new since 0.49-990307
547//////////////////////////////////////////////////////////////////////////
548
549 /*! used as the title of page containing all the index of all namespaces. */
551 { return "قائمة مجالات الأسماء"; }
552
553 /*! used as an introduction to the namespace list */
554 DString trNamespaceListDescription(bool extractAll) override
555 {
556 DString result="Here is a list of all ";
557 if (!extractAll) result+="documented ";
558 result+="namespaces with brief descriptions:";
559 return result;
560 }
561
562 /*! used in the class documentation as a header before the list of all
563 * friends of a class
564 */
566 { return "Friends"; }
567
568//////////////////////////////////////////////////////////////////////////
569// new since 0.49-990405
570//////////////////////////////////////////////////////////////////////////
571
572 /*! used in the class documentation as a header before the list of all
573 * related classes
574 */
576 { return "Friends And Related Function Documentation"; }
577
578//////////////////////////////////////////////////////////////////////////
579// new since 0.49-990425
580//////////////////////////////////////////////////////////////////////////
581
582 /*! used as the title of the HTML page of a class/struct/union */
584 ClassDef::CompoundType compType,
585 bool isTemplate) override
586 {
587 DString result=clName;
588 switch(compType)
589 {
590 case ClassDef::Class: result+=" Class"; break;
591 case ClassDef::Struct: result+=" Struct"; break;
592 case ClassDef::Union: result+=" Union"; break;
593 case ClassDef::Interface: result+=" Interface"; break;
594 case ClassDef::Protocol: result+=" Protocol"; break;
595 case ClassDef::Category: result+=" Category"; break;
596 case ClassDef::Exception: result+=" Exception"; break;
597 default: break;
598 }
599 if (isTemplate) result+=" Template";
600 result+=" Reference";
601 return result;
602 }
603
604 /*! used as the title of the HTML page of a file */
605 DString trFileReference(const DString &fileName) override
606 {
607 DString result=fileName;
608 result+=" File Reference";
609 return result;
610 }
611
612 /*! used as the title of the HTML page of a namespace */
613 DString trNamespaceReference(const DString &namespaceName) override
614 {
615 DString result=namespaceName;
616 result+=" Namespace Reference";
617 return result;
618 }
619
621 { return "Public Member Functions"; }
623 { return "Public Slots"; }
625 { return "Signals"; }
627 { return "Static Public Member Functions"; }
629 { return "Protected Member Functions"; }
631 { return "Protected Slots"; }
633 { return "Static Protected Member Functions"; }
635 { return "Private Member Functions"; }
637 { return "Private Slots"; }
639 { return "Static Private Member Functions"; }
640
641 /*! this function is used to produce a comma-separated list of items.
642 * use generateMarker(i) to indicate where item i should be put.
643 */
644 DString trWriteList(int numEntries) override
645 {
646 DString result;
647 // the inherits list contain `numEntries' classes
648 for (int i=0;i<numEntries;i++)
649 {
650 // use generateMarker to generate placeholders for the class links!
651 result+=generateMarker(i); // generate marker for entry i in the list
652 // (order is left to right)
653
654 if (i!=numEntries-1) // not the last entry, so we need a separator
655 {
656 if (i<numEntries-2) // not the fore last entry
657 result+=", ";
658 else // the fore last entry
659 result+=", and ";
660 }
661 }
662 return result;
663 }
664
665 /*! used in class documentation to produce a list of base classes,
666 * if class diagrams are disabled.
667 */
668 DString trInheritsList(int numEntries) override
669 {
670 return "Inherits "+trWriteList(numEntries)+".";
671 }
672
673 /*! used in class documentation to produce a list of super classes,
674 * if class diagrams are disabled.
675 */
676 DString trInheritedByList(int numEntries) override
677 {
678 return "Inherited by "+trWriteList(numEntries)+".";
679 }
680
681 /*! used in member documentation blocks to produce a list of
682 * members that are hidden by this one.
683 */
684 DString trReimplementedFromList(int numEntries) override
685 {
686 return "Reimplemented from "+trWriteList(numEntries)+".";
687 }
688
689 /*! used in member documentation blocks to produce a list of
690 * all member that overwrite the implementation of this member.
691 */
692 DString trReimplementedInList(int numEntries) override
693 {
694 return "Reimplemented in "+trWriteList(numEntries)+".";
695 }
696
697 /*! This is put above each page as a link to all members of namespaces. */
699 { return "Namespace Members"; }
700
701 /*! This is an introduction to the page with all namespace members */
702 DString trNamespaceMemberDescription(bool extractAll) override
703 {
704 DString result="Here is a list of all ";
705 if (!extractAll) result+="documented ";
706 result+="namespace members with links to ";
707 if (extractAll)
708 result+="the namespace documentation for each member:";
709 else
710 result+="the namespaces they belong to:";
711 return result;
712 }
713 /*! This is used in LaTeX as the title of the chapter with the
714 * index of all namespaces.
715 */
717 { return "فهرس مجالات الأسماء"; }
718
719 /*! This is used in LaTeX as the title of the chapter containing
720 * the documentation of all namespaces.
721 */
723 { return "توثيق مجالات الأسماء"; }
724
725//////////////////////////////////////////////////////////////////////////
726// new since 0.49-990522
727//////////////////////////////////////////////////////////////////////////
728
729 /*! This is used in the documentation before the list of all
730 * namespaces in a file.
731 */
733 { return "مجالات الأسماء"; }
734
735//////////////////////////////////////////////////////////////////////////
736// new since 0.49-990728
737//////////////////////////////////////////////////////////////////////////
738
739 /*! This is put at the bottom of a class documentation page and is
740 * followed by a list of files that were used to generate the page.
741 */
743 bool single) override
744 { // here s is one of " Class", " Struct" or " Union"
745 // single is true implies a single file
746 DString result="توثيق ";
747 switch(compType)
748 {
749 case ClassDef::Class: result+="هذه الفئة"; break;
750 case ClassDef::Struct: result+="هذا البناء"; break;
751 case ClassDef::Union: result+="هذا الإتحاد"; break;
752 case ClassDef::Interface: result+="هذه الواجهة"; break;
753 case ClassDef::Protocol: result+="هذا البروتوكول"; break;
754 case ClassDef::Category: result+="هذا التصنيف"; break;
755 case ClassDef::Exception: result+="هذا الإستثناء"; break;
756 default: break;
757 }
758 result+=" تم تكوينه من ";
759 if (single) result+="هذا الملف:"; else result+="هذه الملفات:";
760 return result;
761 }
762
763//////////////////////////////////////////////////////////////////////////
764// new since 0.49-990901
765//////////////////////////////////////////////////////////////////////////
766
767 /*! This is used as the heading text for the retval command. */
769 { return "قيم العودة"; }
770
771 /*! This is in the (quick) index as a link to the main page (index.html)
772 */
774 { return "الصفحة الرئيسية"; }
775
776 /*! This is used in references to page that are put in the LaTeX
777 * documentation. It should be an abbreviation of the word page.
778 */
780 { return "ص."; }
781
782//////////////////////////////////////////////////////////////////////////
783// new since 0.49-991003
784//////////////////////////////////////////////////////////////////////////
785
787 {
788 return "Definition at line @0 of file @1.";
789 }
791 {
792 return "Definition in file @0.";
793 }
794
795//////////////////////////////////////////////////////////////////////////
796// new since 0.49-991205
797//////////////////////////////////////////////////////////////////////////
798
800 {
801 return "Deprecated";
802 }
803
804//////////////////////////////////////////////////////////////////////////
805// new since 1.0.0
806//////////////////////////////////////////////////////////////////////////
807
808 /*! this text is put before a collaboration diagram */
809 DString trCollaborationDiagram(const DString &clName) override
810 {
811 return "رسم التعاون لـ "+clName+":";
812 }
813 /*! this text is put before an include dependency graph */
814 DString trInclDepGraph(const DString &fName) override
815 {
816 return "رسم اعتمادية التضمين لـ "+fName+":";
817 }
818 /*! header that is put before the list of constructor/destructors. */
820 {
821 return "توثيق دوال البناء والهدم";
822 }
823 /*! Used in the file documentation to point to the corresponding sources. */
825 {
826 return "اذهب إلى الكود الخاص بهذا الملف.";
827 }
828 /*! Used in the file sources to point to the corresponding documentation. */
830 {
831 return "اذهب إلى توثيق هذا الملف.";
832 }
833 /*! Text for the \\pre command */
835 {
836 return "شرط سابق";
837 }
838 /*! Text for the \\post command */
840 {
841 return "شرط لاحق";
842 }
843 /*! Text for the \\invariant command */
845 {
846 return "ثابت";
847 }
848 /*! Text shown before a multi-line variable/enum initialization */
850 {
851 return "قيمة مبدئية:";
852 }
853 /*! Text used the source code in the file index */
854 DString trCode() override
855 {
856 return "كود";
857 }
859 {
860 return "الشكل الرسومي للفئات";
861 }
863 {
864 return "اذهب إلى الشكل الهرمي الرسومي للفئات";
865 }
867 {
868 return "اذهب إلى الشكل الهرمي النصي للفئات";
869 }
871 {
872 return "فهرس الصفحات";
873 }
874
875//////////////////////////////////////////////////////////////////////////
876// new since 1.1.0
877//////////////////////////////////////////////////////////////////////////
878
879 DString trNote() override
880 {
881 return "ملاحظات";
882 }
884 {
885 return "أنواع عامة";
886 }
888 {
889 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
890 {
891 return "حقول بيانات";
892 }
893 else
894 {
895 return "صفات عامة";
896 }
897 }
899 {
900 return "صفات ساكنة عامة";
901 }
903 {
904 return "أنواع محمية";
905 }
907 {
908 return "صفات محمية";
909 }
911 {
912 return "صفات ساكنة محمية";
913 }
915 {
916 return "أنواع خاصة";
917 }
919 {
920 return "صفات خاصة";
921 }
923 {
924 return "صفات ساكنة خاصة";
925 }
926
927//////////////////////////////////////////////////////////////////////////
928// new since 1.1.3
929//////////////////////////////////////////////////////////////////////////
930
931 /*! Used as a marker that is put before a \\todo item */
932 DString trTodo() override
933 {
934 return "مهام";
935 }
936 /*! Used as the header of the todo list */
938 {
939 return "قائمة المهام";
940 }
941
942//////////////////////////////////////////////////////////////////////////
943// new since 1.1.4
944//////////////////////////////////////////////////////////////////////////
945
947 {
948 return "ذكر بواسطة";
949 }
951 {
952 return "تعليقات";
953 }
955 {
956 return "انتبه";
957 }
959 {
960 return "هذا الرسم يوضح الملفات التي ضمنت هذا الملف"
961 "بصورة مباشرة أو غير مباشرة:";
962 }
963 DString trSince() override
964 {
965 return "منذ";
966 }
967
968//////////////////////////////////////////////////////////////////////////
969// new since 1.1.5
970//////////////////////////////////////////////////////////////////////////
971
972 /*! title of the graph legend page */
974 {
975 return "Graph Legend";
976 }
977 /*! page explaining how the dot graph's should be interpreted
978 * The %A in the text below are to prevent link to classes called "A".
979 */
981 {
982 return
983 "This page explains how to interpret the graphs that are generated "
984 "by doxygen.<p>\n"
985 "Consider the following example:\n"
986 "\\code\n"
987 "/*! Invisible class because of truncation */\n"
988 "class Invisible { };\n\n"
989 "/*! Truncated class, inheritance relation is hidden */\n"
990 "class Truncated : public Invisible { };\n\n"
991 "/* Class not documented with doxygen comments */\n"
992 "class Undocumented { };\n\n"
993 "/*! Class that is inherited using public inheritance */\n"
994 "class PublicBase : public Truncated { };\n\n"
995 "/*! A template class */\n"
996 "template<class T> class Templ { };\n\n"
997 "/*! Class that is inherited using protected inheritance */\n"
998 "class ProtectedBase { };\n\n"
999 "/*! Class that is inherited using private inheritance */\n"
1000 "class PrivateBase { };\n\n"
1001 "/*! Class that is used by the Inherited class */\n"
1002 "class Used { };\n\n"
1003 "/*! Super class that inherits a number of other classes */\n"
1004 "class Inherited : public PublicBase,\n"
1005 " protected ProtectedBase,\n"
1006 " private PrivateBase,\n"
1007 " public Undocumented\n"
1008 " public Templ<int>\n"
1009 "{\n"
1010 " private:\n"
1011 " Used *m_usedClass;\n"
1012 "};\n"
1013 "\\endcode\n"
1014 "If the \\c MAX_DOT_GRAPH_HEIGHT tag in the configuration file "
1015 "is set to 240 this will result in the following graph:"
1016 "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1017 "<p>\n"
1018 "The boxes in the above graph have the following meaning:\n"
1019 "<ul>\n"
1020 "<li>%A filled black box represents the struct or class for which the "
1021 "graph is generated.\n"
1022 "<li>%A box with a black border denotes a documented struct or class.\n"
1023 "<li>%A box with a gray border denotes an undocumented struct or class.\n"
1024 "<li>%A box with a red border denotes a documented struct or class for"
1025 "which not all inheritance/containment relations are shown. %A graph is "
1026 "truncated if it does not fit within the specified boundaries.\n"
1027 "</ul>\n"
1028 "The arrows have the following meaning:\n"
1029 "<ul>\n"
1030 "<li>%A dark blue arrow is used to visualize a public inheritance "
1031 "relation between two classes.\n"
1032 "<li>%A dark green arrow is used for protected inheritance.\n"
1033 "<li>%A dark red arrow is used for private inheritance.\n"
1034 "<li>%A purple dashed arrow is used if a class is contained or used "
1035 "by another class. The arrow is labeled with the variable(s) "
1036 "through which the pointed class or struct is accessible.\n"
1037 "<li>%A yellow dashed arrow denotes a relation between a template instance and "
1038 "the template class it was instantiated from. The arrow is labeled with "
1039 "the template parameters of the instance.\n"
1040 "</ul>\n";
1041 }
1042 /*! text for the link to the legend page */
1044 {
1045 return "legend";
1046 }
1047
1048//////////////////////////////////////////////////////////////////////////
1049// new since 1.2.0
1050//////////////////////////////////////////////////////////////////////////
1051
1052 /*! Used as a marker that is put before a test item */
1053 DString trTest() override
1054 {
1055 return "اختبار";
1056 }
1057 /*! Used as the header of the test list */
1059 {
1060 return "قائمة الإختبارات";
1061 }
1062
1063//////////////////////////////////////////////////////////////////////////
1064// new since 1.2.2
1065//////////////////////////////////////////////////////////////////////////
1066
1067 /*! Used as a section header for IDL properties */
1069 {
1070 return "خصائص";
1071 }
1072 /*! Used as a section header for IDL property documentation */
1074 {
1075 return "توثيق الخاصية";
1076 }
1077
1078//////////////////////////////////////////////////////////////////////////
1079// new since 1.2.4
1080//////////////////////////////////////////////////////////////////////////
1081
1082 /*! Used for Java interfaces in the summary section of Java packages */
1084 {
1085 return "واجهات";
1086 }
1087 /*! Used for Java classes in the summary section of Java packages */
1089 {
1090 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1091 {
1092 return "هياكل البيانات";
1093 }
1094 else
1095 {
1096 return "فئات";
1097 }
1098 }
1099 /*! Used as the title of a Java package */
1100 DString trPackage(const DString &name) override
1101 {
1102 return "حزمة "+name;
1103 }
1104 /*! The description of the package index page */
1106 {
1107 return "هذه هي الحزم مع وصف مختصر لكل منها )إن وجد( :";
1108 }
1109 /*! The link name in the Quick links header for each page */
1111 {
1112 return "حزم";
1113 }
1114 /*! Text shown before a multi-line define */
1116 {
1117 return "القيمة:";
1118 }
1119
1120//////////////////////////////////////////////////////////////////////////
1121// new since 1.2.5
1122//////////////////////////////////////////////////////////////////////////
1123
1124 /*! Used as a marker that is put before a \\bug item */
1125 DString trBug() override
1126 {
1127 return "ثغرة";
1128 }
1129 /*! Used as the header of the bug list */
1131 {
1132 return "قائمة الثغرات";
1133 }
1134
1135//////////////////////////////////////////////////////////////////////////
1136// new since 1.2.6
1137//////////////////////////////////////////////////////////////////////////
1138
1139 /*! Used as ansicpg for RTF file
1140 *
1141 * The following table shows the correlation of Charset name, Charset Value and
1142 * <pre>
1143 * Codepage number:
1144 * Charset Name Charset Value(hex) Codepage number
1145 * ------------------------------------------------------
1146 * DEFAULT_CHARSET 1 (x01)
1147 * SYMBOL_CHARSET 2 (x02)
1148 * OEM_CHARSET 255 (xFF)
1149 * ANSI_CHARSET 0 (x00) 1252
1150 * RUSSIAN_CHARSET 204 (xCC) 1251
1151 * EE_CHARSET 238 (xEE) 1250
1152 * GREEK_CHARSET 161 (xA1) 1253
1153 * TURKISH_CHARSET 162 (xA2) 1254
1154 * BALTIC_CHARSET 186 (xBA) 1257
1155 * HEBREW_CHARSET 177 (xB1) 1255
1156 * ARABIC _CHARSET 178 (xB2) 1256
1157 * SHIFTJIS_CHARSET 128 (x80) 932
1158 * HANGEUL_CHARSET 129 (x81) 949
1159 * GB2313_CHARSET 134 (x86) 936
1160 * CHINESEBIG5_CHARSET 136 (x88) 950
1161 * </pre>
1162 *
1163 */
1165 {
1166 return "1256";
1167 }
1168
1169
1170 /*! Used as ansicpg for RTF fcharset
1171 * \see trRTFansicp() for a table of possible values.
1172 */
1174 {
1175 return "178";
1176 }
1177
1178 /*! Used as header RTF general index */
1180 {
1181 return "فهرس";
1182 }
1183
1184 /*! This is used for translation of the word that will possibly
1185 * be followed by a single name or by a list of names
1186 * of the category.
1187 */
1188 DString trClass(bool /*first_capital*/, bool singular) override
1189 {
1190 DString result("فئة");
1191 if (!singular) result="فئات";
1192 return result;
1193 }
1194
1195 /*! This is used for translation of the word that will possibly
1196 * be followed by a single name or by a list of names
1197 * of the category.
1198 */
1199 DString trFile(bool /*first_capital*/, bool singular) override
1200 {
1201 DString result("ملف");
1202 if (!singular) result="ملفات";
1203 return result;
1204 }
1205
1206 /*! This is used for translation of the word that will possibly
1207 * be followed by a single name or by a list of names
1208 * of the category.
1209 */
1210 DString trNamespace(bool /*first_capital*/, bool singular) override
1211 {
1212 DString result("مجال أسماء");
1213 if (!singular) result="مجالات أسماء";
1214 return result;
1215 }
1216
1217 /*! This is used for translation of the word that will possibly
1218 * be followed by a single name or by a list of names
1219 * of the category.
1220 */
1221 DString trGroup(bool /*first_capital*/, bool singular) override
1222 {
1223 DString result("مجموعة");
1224 if (!singular) result="مجموعات";
1225 return result;
1226 }
1227
1228 /*! This is used for translation of the word that will possibly
1229 * be followed by a single name or by a list of names
1230 * of the category.
1231 */
1232 DString trPage(bool /*first_capital*/, bool singular) override
1233 {
1234 DString result("صفحة");
1235 if (!singular) result="صفحات";
1236 return result;
1237 }
1238
1239 /*! This is used for translation of the word that will possibly
1240 * be followed by a single name or by a list of names
1241 * of the category.
1242 */
1243 DString trMember(bool /*first_capital*/, bool singular) override
1244 {
1245 DString result("عضو");
1246 if (!singular) result="أعضاء";
1247 return result;
1248 }
1249
1250 /*! This is used for translation of the word that will possibly
1251 * be followed by a single name or by a list of names
1252 * of the category.
1253 */
1254 DString trGlobal(bool /*first_capital*/, bool singular) override
1255 {
1256 DString result("عام");
1257 if (!singular) result="عوام";
1258 return result;
1259 }
1260
1261//////////////////////////////////////////////////////////////////////////
1262// new since 1.2.7
1263//////////////////////////////////////////////////////////////////////////
1264
1265 /*! This text is generated when the \\author command is used and
1266 * for the author section in man pages. */
1267 DString trAuthor(bool /*first_capital*/, bool singular) override
1268 {
1269 DString result("المؤلف");
1270 if (!singular) result="المؤلفون";
1271 return result;
1272 }
1273
1274//////////////////////////////////////////////////////////////////////////
1275// new since 1.2.11
1276//////////////////////////////////////////////////////////////////////////
1277
1278 /*! This text is put before the list of members referenced by a member
1279 */
1281 {
1282 return "مرجعيات";
1283 }
1284
1285//////////////////////////////////////////////////////////////////////////
1286// new since 1.2.13
1287//////////////////////////////////////////////////////////////////////////
1288
1289 /*! used in member documentation blocks to produce a list of
1290 * members that are implemented by this one.
1291 */
1292 DString trImplementedFromList(int numEntries) override
1293 {
1294 return "Implements "+trWriteList(numEntries)+".";
1295 }
1296
1297 /*! used in member documentation blocks to produce a list of
1298 * all members that implement this abstract member.
1299 */
1300 DString trImplementedInList(int numEntries) override
1301 {
1302 return "Implemented in "+trWriteList(numEntries)+".";
1303 }
1304
1305//////////////////////////////////////////////////////////////////////////
1306// new since 1.2.16
1307//////////////////////////////////////////////////////////////////////////
1308
1309 /*! used in RTF documentation as a heading for the Table
1310 * of Contents.
1311 */
1313 {
1314 return "جدول المحتويات";
1315 }
1316
1317//////////////////////////////////////////////////////////////////////////
1318// new since 1.2.17
1319//////////////////////////////////////////////////////////////////////////
1320
1321 /*! Used as the header of the list of item that have been
1322 * flagged deprecated
1323 */
1325 {
1326 return "Deprecated List";
1327 }
1328
1329//////////////////////////////////////////////////////////////////////////
1330// new since 1.2.18
1331//////////////////////////////////////////////////////////////////////////
1332
1333 /*! Used as a header for declaration section of the events found in
1334 * a C# program
1335 */
1337 {
1338 return "الأحداث";
1339 }
1340 /*! Header used for the documentation section of a class' events. */
1342 {
1343 return "توثيق الأحداث";
1344 }
1345
1346//////////////////////////////////////////////////////////////////////////
1347// new since 1.3
1348//////////////////////////////////////////////////////////////////////////
1349
1350 /*! Used as a heading for a list of Java class types with package scope.
1351 */
1353 {
1354 return "أنواع الحزمة";
1355 }
1356 /*! Used as a heading for a list of Java class functions with package
1357 * scope.
1358 */
1360 {
1361 return "دوال الحزمة";
1362 }
1364 {
1365 return "أعضاء الحزمة";
1366 }
1367 /*! Used as a heading for a list of static Java class functions with
1368 * package scope.
1369 */
1371 {
1372 return "دوال ساكنة للحزمة";
1373 }
1374 /*! Used as a heading for a list of Java class variables with package
1375 * scope.
1376 */
1378 {
1379 return "خصائص الحزمة";
1380 }
1381 /*! Used as a heading for a list of static Java class variables with
1382 * package scope.
1383 */
1385 {
1386 return "خصائص ساكنة للحزمة";
1387 }
1388
1389//////////////////////////////////////////////////////////////////////////
1390// new since 1.3.1
1391//////////////////////////////////////////////////////////////////////////
1392
1393 /*! Used in the quick index of a class/file/namespace member list page
1394 * to link to the unfiltered list of all members.
1395 */
1396 DString trAll() override
1397 {
1398 return "الكل";
1399 }
1400 /*! Put in front of the call graph for a function. */
1402 {
1403 return "هذا هو رسم الاستدعاء لهذه الدالة:";
1404 }
1405
1406//////////////////////////////////////////////////////////////////////////
1407// new since 1.3.3
1408//////////////////////////////////////////////////////////////////////////
1409
1410 /*! This string is used as the title for the page listing the search
1411 * results.
1412 */
1414 {
1415 return "نتائج البحث";
1416 }
1417 /*! This string is put just before listing the search results. The
1418 * text can be different depending on the number of documents found.
1419 * Inside the text you can put the special marker $num to insert
1420 * the number representing the actual number of search results.
1421 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1422 * value 2 represents 2 or more matches. HTML markup is allowed inside
1423 * the returned string.
1424 */
1425 DString trSearchResults(int numDocuments) override
1426 {
1427 if (numDocuments==0)
1428 {
1429 return "عفوا ، لا يوجد توثيق ملائم لما بحثت عنه.";
1430 }
1431 else if (numDocuments==1)
1432 {
1433 return "وثيقة مناسبة لما بحثت عنه. <b>1</b> تم العثور على.";
1434 }
1435 else
1436 {
1437 return "وثيقة مطابقة لما بحثت عنه <b>$num</b> تم إيجاد ."
1438 "وتم ترتيبهم بحيث يكون الأقرب لنتيجة البحث أولا.";
1439 }
1440 }
1441 /*! This string is put before the list of matched words, for each search
1442 * result. What follows is the list of words that matched the query.
1443 */
1445 {
1446 return "يتطابق مع:";
1447 }
1448
1449//////////////////////////////////////////////////////////////////////////
1450// new since 1.3.8
1451//////////////////////////////////////////////////////////////////////////
1452
1453 /*! This is used in HTML as the title of page with source code for file filename
1454 */
1455 DString trSourceFile(const DString& filename) override
1456 {
1457 return " ملف المصدر" + filename ;
1458 }
1459
1460//////////////////////////////////////////////////////////////////////////
1461// new since 1.3.9
1462//////////////////////////////////////////////////////////////////////////
1463
1464 /*! This is used as the name of the chapter containing the directory
1465 * hierarchy.
1466 */
1468 { return "شكل هرمي للأدلة"; }
1469
1470 /*! This is used as the name of the chapter containing the documentation
1471 * of the directories.
1472 */
1474 { return "توثيق الأدلة"; }
1475
1476 /*! This is used as the title of the directory index and also in the
1477 * Quick links of an HTML page, to link to the directory hierarchy.
1478 */
1480 { return "الأدلة"; }
1481
1482 /*! This returns the title of a directory page. The name of the
1483 * directory is passed via \a dirName.
1484 */
1485 DString trDirReference(const DString &dirName) override
1486 { DString result=" مرجع الدليل"; result+=dirName; return result; }
1487
1488 /*! This returns the word directory with or without starting capital
1489 * (\a first_capital) and in singular or plural form (\a singular).
1490 */
1491 DString trDir(bool first_capital, bool singular) override
1492 {
1493 DString result((first_capital ? "Director" : "director"));
1494 if (singular) result+="y"; else result+="ies";
1495 return result;
1496 }
1497
1498//////////////////////////////////////////////////////////////////////////
1499// new since 1.4.1
1500//////////////////////////////////////////////////////////////////////////
1501
1502 /*! This text is added to the documentation when the \\overload command
1503 * is used for a overloaded function.
1504 */
1506 {
1507 return "هذه دالة عضو زائدة التحميل ،"
1508 "وجد أنها ملائمة. إنها تختلف عن الدالة أعلاه"
1509 "فقط في نوعية ال argument(s) التي تقبلها.";
1510 }
1511
1512 DString trDayOfWeek(int dayOfWeek, bool, bool full) override
1513 {
1514 static const char *days_short[] = { "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد" };
1515 static const char *days_full[] = { "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد" };
1516 return full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1517 }
1518 DString trMonth(int month, bool, bool full) override
1519 {
1520 static const char *months_short[] = { "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" };
1521 static const char *months_full[] = { "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" };
1522 return full? months_full[month-1] : months_short[month-1];
1523 }
1524 DString trDayPeriod(bool period) override
1525 {
1526 static const char *dayPeriod[] = { "ص", "م" };
1527 return dayPeriod[period?1:0];
1528 }
1529};
1530
1531#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:84
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
Definition dstring.h:148
Adapter class for languages that only contain translations up to version 1.4.6.
DString trDesignUnitDocumentation() override
DString trDefineValue() override
DString trEventDocumentation() override
DString trReimplementedInList(int numEntries) override
DString trDirDocumentation() override
DString trFileList() override
DString trGotoGraphicalHierarchy() override
DString trGroup(bool, bool singular) override
DString trMainPage() override
DString trFunctions() override
DString trGotoTextualHierarchy() override
DString trCollaborationDiagram(const DString &clName) override
DString trInheritedByList(int numEntries) override
DString trTodo() override
DString trReferenceManual() override
DString trIncludingInheritedMembers() override
DString trInclByDepGraph() override
DString trPackageAttribs() override
DString trProtectedSlots() override
DString trRemarks() override
DString trEnumerations() override
DString trEnumerationTypeDocumentation() override
DString trImplementedFromList(int numEntries) override
DString trDeprecatedList() override
DString trPublicMembers() override
DString trWarning() override
DString trPackageListDescription() override
DString trInterfaces() override
DString trStaticPublicAttribs() override
DString trStaticPrivateMembers() override
DString trPropertyDocumentation() override
DString trEvents() override
DString trModules() override
DString trPrivateMembers() override
DString trConstructorDocumentation() override
DString trRelatedPages() override
DString trPackageTypes() override
DString trProtectedMembers() override
DString trDefineDocumentation() override
DString trExceptions() override
DString trInclDepGraph(const DString &fName) override
DString trStaticPackageFunctions() override
DString getLanguageString() override
language codes for Html help
DString trFriends() override
DString trReturnValues() override
DString trSearchResults(int numDocuments) override
DString trPrivateAttribs() override
DString trPage(bool, bool singular) override
DString trEnumValue() override
DString trReferencedBy() override
DString trPrecondition() override
DString trReimplementedFromList(int numEntries) override
DString trCallGraph() override
DString trNamespaceListDescription(bool extractAll) override
DString trLegendTitle() override
DString trReferences() override
DString trRTFTableOfContents() override
DString trMemberTypedefDocumentation() override
DString trPackageMembers() override
DString trDate() override
DString trWriteList(int numEntries) override
DString trGeneratedAt(const DString &date, const DString &projName) override
DString trMore() override
DString trPrivateTypes() override
DString trMemberFunctionDocumentation() override
DString trPackageFunctions() override
DString trStaticPublicMembers() override
DString trDirReference(const DString &dirName) override
DString trVariables() override
DString idLanguage() override
DString trDefinedInSourceFile() override
DString trSearch() override
DString trPublicAttribs() override
DString trCode() override
DString trProperties() override
DString trFileListDescription(bool extractAll) override
DString trInitialValue() override
DString trDayOfWeek(int dayOfWeek, bool, bool full) override
DString trGeneratedAutomatically(const DString &s) override
DString trTypedefs() override
DString trFunctionDocumentation() override
DString trAll() override
DString trRTFansicp() override
DString trDir(bool first_capital, bool singular) override
DString trGraphicalHierarchy() override
DString trDefinedAtLineInSourceFile() override
DString trDirIndex() override
DString trTypedefDocumentation() override
DString trPostcondition() override
DString trEnumerationValueDocumentation() override
DString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
DString trStaticPackageAttribs() override
DString trBugList() override
DString trDirectories() override
DString trLegend() override
DString trPackages() override
DString trFileIndex() override
DString trImplementedInList(int numEntries) override
DString trPackage(const DString &name) override
DString trMemberEnumerationDocumentation() override
DString trInheritsList(int numEntries) override
DString trMemberDataDocumentation() override
DString trISOLang() override
DString trNote() override
DString trLegendDocs() override
DString trSince() override
DString trClassDiagram(const DString &clName) override
DString trFileReference(const DString &fileName) override
DString trExamplesDescription() override
DString trPrivateSlots() override
DString trCompoundIndex() override
DString latexCommandName() override
DString trFileMembers() override
DString trGotoDocumentation() override
DString trNamespaceList() override
DString trDayPeriod(bool period) override
DString trListOfAllMembers() override
DString trStaticProtectedMembers() override
DString trVersion() override
DString trNamespaceReference(const DString &namespaceName) override
DString trCompounds() override
DString trFile(bool, bool singular) override
DString trMemberList() override
DString trStaticProtectedAttribs() override
DString trModuleDocumentation() override
DString trRelatedSubscript() override
DString trClass(bool, bool singular) override
DString trAttention() override
DString trSeeAlso() override
DString trPageIndex() override
DString trVariableDocumentation() override
DString trGotoSourceCode() override
DString trSearchMatches() override
DString trDocumentation(const DString &projName) override
DString trProtectedTypes() override
DString trClassDocumentation() override
DString trNamespaceIndex() override
DString trClasses() override
DString trParameters() override
DString trGeneratedBy() override
DString trDefines() override
DString trGlobal(bool, bool singular) override
DString trCompoundReference(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString trEnumName() override
DString trBug() override
DString trEnumerationValues() override
DString trSearchResultsTitle() override
DString trSignals() override
DString trStaticPrivateAttribs() override
DString trNamespaceMemberDescription(bool extractAll) override
DString trCompoundList() override
DString trDefinedIn() override
DString trThisIsTheListOfAllMembers() override
DString trDeprecated() override
DString trNamespace(bool, bool singular) override
DString trOverloadText() override
DString trMember(bool, bool singular) override
DString trDetailedDescription() override
DString trSourceFile(const DString &filename) override
DString trHierarchicalIndex() override
DString trFileMembersDescription(bool extractAll) override
DString trPageAbbreviation() override
DString trRTFCharSet() override
DString trRelatedFunctions() override
DString trRTFGeneralIndex() override
DString trNamespaces() override
DString trNamespaceMembers() override
DString trNamespaceDocumentation() override
DString trAuthor(bool, bool singular) override
DString trCompoundMembersDescription(bool extractAll) override
DString trMonth(int month, bool, bool full) override
DString trDetails() override
DString trTodoList() override
DString trFileDocumentation() override
DString trRelatedFunctionDocumentation() override
DString trTest() override
DString trCompoundMembers() override
DString trTestList() override
DString trModulesDescription() override
DString trCompoundListDescription() override
DString trPublicSlots() override
DString trReturns() override
DString trModuleIndex() override
DString trProtectedAttribs() override
DString trInvariant() override
DString trRelatedPagesDescription() override
DString trClassHierarchy() override
DString latexLanguageSupportCommand() override
DString trExamples() override
DString trPublicTypes() override
DString trClassHierarchyDescription() override
DString p_latexCommandName(const DString &latexCmd)
Definition translator.h:786
#define Config_getBool(name)
Definition config.h:33
DString generateMarker(int id)
Definition dstring.h:904
DString getDotImageExtension()
Definition util.cpp:4964