Doxygen
Loading...
Searching...
No Matches
translator_ro.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 *
4 *
5 * Copyright (C) 1997-2015 by Dimitri van Heesch.
6 *
7 * Permission to use, copy, modify, and distribute this software and its
8 * documentation under the terms of the GNU General Public License is hereby
9 * granted. No representations are made about the suitability of this software
10 * for any purpose. It is provided "as is" without express or implied warranty.
11 * See the GNU General Public License for more details.
12 *
13 * Documents produced by Doxygen are derivative works derived from the
14 * input used in their production; they are not affected by this license.
15 *
16 */
17
18/* Original translation from English to Romanian by Alexandru Iosup [aiosup@yahoo.com].
19 * Updated by Ionuţ Dumitraşcu [reddumy@yahoo.com]
20 *
21 * -------------------------------------------
22 * Project start : 20.09.2000
23 * Last Doxygen version covered : 1.8.4
24 * Last revision : 17.05.2013
25 * -------------------------------------------
26 *
27 * Revision history
28 * ----------------
29 * 17.05.2013 - Updated translation to cover Doxygen 1.8.4 (Ionuț Dumitrașcu)
30 * 15.01.2009 - Updated Romanian translation to Doxygen 1.5.8 and modified strings to UTF-8, as well as some other changes (Ionuţ Dumitraşcu)
31 * 28.07.2008 - Updated version - covering Doxygen 1.5.6 - and some minor changes (Ionuţ Dumitraşcu)
32 *
33 * 01.Mar.2k5 Third revision, covering Doxygen 1.4.1
34 *
35 * 07.Mar.2k2 Second revision, covering Doxygen 1.2.14
36 * - fixed some bugs
37 *
38 * 20.Sep.2k First version, covering Doxygen 1.2.1
39 *
40 */
41#ifndef TRANSLATOR_RO_H
42#define TRANSLATOR_RO_H
43
44
46{
47 public:
48
49 // --- Language control methods -------------------
50
51 /*! Used for identification of the language. The identification
52 * should not be translated. It should be replaced by the name
53 * of the language in English using lower-case characters only
54 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
55 * the identification used in language.cpp.
56 */
57 QCString idLanguage() override
58 { return "romanian"; }
59 /*! Used to get the LaTeX command(s) for the language support.
60 * This method should return string with commands that switch
61 * LaTeX to the desired language. For example
62 * <pre>"\\usepackage[german]{babel}\n"
63 * </pre>
64 * or
65 * <pre>"\\usepackage{polski}\n"
66 * "\\usepackage[latin2]{inputenc}\n"
67 * "\\usepackage[T1]{fontenc}\n"
68 * </pre>
69 *
70 * The English LaTeX does not use such commands. Because of this
71 * the empty string is returned in this implementation.
72 */
73 QCString latexLanguageSupportCommand() override
74 {
75 return "\\usepackage[romanian]{babel}\n";
76 }
77 QCString trISOLang() override
78 {
79 return "ro";
80 }
81 QCString getLanguageString() override
82 {
83 return "0x418 Romanian";
84 }
85
86 // --- Language translation methods -------------------
87
88 /*! used in the compound documentation before a list of related functions. */
89 QCString trRelatedFunctions() override
90 { return "Funcţii înrudite"; }
91
92 /*! subscript for the related functions. */
93 QCString trRelatedSubscript() override
94 { return "(Atenţie: acestea nu sunt funcţii membre.)"; }
95
96 /*! header that is put before the detailed description of files, classes and namespaces. */
97 QCString trDetailedDescription() override
98 { return "Descriere Detaliată"; }
99
100 /*! header that is used when the summary tag is missing inside the details tag */
101 QCString trDetails() override
102 { return "Detalii"; }
103
104 /*! header that is put before the list of typedefs. */
106 { return "Documentaţia Definiţiilor de Tipuri (typedef) Membre"; }
107
108 /*! header that is put before the list of enumerations. */
110 { return "Documentaţia Enumerărilor Membre"; }
111
112 /*! header that is put before the list of member functions. */
114 { return "Documentaţia Funcţiilor Membre"; }
115
116 /*! header that is put before the list of member attributes. */
117 QCString trMemberDataDocumentation() override
118 {
119 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
120 {
121 return "Documentaţia Câmpurilor";
122 }
123 else
124 {
125 return "Documentaţia Datelor Membre";
126 }
127
128 }
129
130 /*! this is the text of a link put after brief descriptions. */
131 QCString trMore() override
132 { return "Mai mult..."; }
133
134 /*! put in the class documentation */
135 QCString trListOfAllMembers() override
136 { return "Lista tuturor membrilor"; }
137
138 /*! used as the title of the "list of all members" page of a class */
139 QCString trMemberList() override
140 { return "Lista Membrilor"; }
141
142 /*! this is the first part of a sentence that is followed by a class name */
143 QCString trThisIsTheListOfAllMembers() override
144 { return "Lista completă a membrilor din"; }
145
146 /*! this is the remainder of the sentence after the class name */
147 QCString trIncludingInheritedMembers() override
148 { return ", inclusiv a tuturor membrilor moşteniţi."; }
149
150 /*! this is put at the author sections at the bottom of man pages.
151 * parameter s is name of the project name.
152 */
153 QCString trGeneratedAutomatically(const QCString &s) override
154 { QCString result="Generat automat de Doxygen";
155 if (!s.isEmpty()) result+=" pentru "+s;
156 result+=" din codul sursă.";
157 return result;
158 }
159
160 /*! put after an enum name in the list of all members */
161 QCString trEnumName() override
162 { return "nume enumerare"; }
163
164 /*! put after an enum value in the list of all members */
165 QCString trEnumValue() override
166 { return "valoare enumerare"; }
167
168 /*! put after an undocumented member in the list of all members */
169 QCString trDefinedIn() override
170 { return "definit în"; }
171
172 // quick reference sections
173
174 /*! This is put above each page as a link to the list of all groups of
175 * compounds or files (see the \\group command).
176 */
177 QCString trModules() override
178 { return "Module"; }
179
180 /*! This is put above each page as a link to the class hierarchy */
181 QCString trClassHierarchy() override
182 { return "Ierarhia Claselor"; }
183
184 /*! This is put above each page as a link to the list of annotated classes */
185 QCString trCompoundList() override
186 {
187 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
188 {
189 return "Structuri de Date";
190 }
191 else
192 {
193 return "Lista Claselor";
194 }
195
196 }
197
198 /*! This is put above each page as a link to the list of documented files */
199 QCString trFileList() override
200 { return "Lista fişierelor"; }
201
202 /*! This is put above each page as a link to all members of compounds. */
203 QCString trCompoundMembers() override
204 {
205 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
206 {
207 return "Câmpurile de Date";
208 }
209 else
210 {
211 return "Membrii Componenţi"; //cu articol hotarat
212 }
213
214 }
215
216 /*! This is put above each page as a link to all members of files. */
217 QCString trFileMembers() override
218 {
219 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
220 {
221 return "Globale";
222 }
223 else
224 {
225 return "Membrii din Fişier"; //cu articol hotarat
226 }
227
228 }
229
230 /*! This is put above each page as a link to all related pages. */
231 QCString trRelatedPages() override
232 { return "Pagini înrudite"; }
233
234 /*! This is put above each page as a link to all examples. */
235 QCString trExamples() override
236 { return "Exemple"; }
237
238 /*! This is put above each page as a link to the search engine. */
239 QCString trSearch() override
240 { return "Caută"; }
241
242 /*! This is an introduction to the class hierarchy. */
243 QCString trClassHierarchyDescription() override
244 { return "Această listă de moşteniri este sortată în general, "
245 "dar nu complet, în ordine alfabetică:";
246 }
247
248 /*! This is an introduction to the list with all files. */
249 QCString trFileListDescription(bool extractAll) override
250 {
251 QCString result="Lista tuturor ";
252 result+="fişierelor";
253 if (!extractAll) result+=" documentate";
254 result+=", cu scurte descrieri:";
255 return result;
256 }
257
258 /*! This is an introduction to the annotated compound list. */
259 QCString trCompoundListDescription() override
260 {
261 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
262 {
263 return "Lista structurilor de date, cu scurte descrieri:";
264 }
265 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
266 {
267 return "Lista claselor, cu scurte descrieri:";
268 }
269 else
270 {
271 return "Lista claselor, structurilor, uniunilor şi interfeţelor"
272 ", cu scurte descrieri:";
273 }
274
275 }
276
277 /*! This is an introduction to the page with all class members. */
278 QCString trCompoundMembersDescription(bool extractAll) override
279 {
280 QCString result="Lista tuturor ";
281
282 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
283 {
284 result+="câmpurilor ";
285 if (!extractAll) result+=" documentate ";
286 result+="din structuri si uniuni ";
287 }
288 else
289 {
290 result+="membrilor ";
291 if (!extractAll) result+="documentaţi ";
292 result+="din toate clasele ";
293 }
294 result+=", cu legături către ";
295 if (!extractAll)
296 {
297 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
298 {
299 result+="documentaţia structurii/uniunii pentru fiecare câmp în parte:";
300 }
301 else
302 {
303 result+="documentaţia clasei pentru fiecare membru în parte:";
304 }
305 }
306 else
307 {
308 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
309 {
310 result+="structurile/uniunile de care aparţin:";
311 }
312 else
313 {
314 result+="clasele de care aparţin:";
315 }
316 }
317
318 return result;
319 }
320
321 /*! This is an introduction to the page with all file members. */
322 QCString trFileMembersDescription(bool extractAll) override
323 {
324 QCString result="Lista tuturor ";
325 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
326 {
327 result+="funcţiilor, variabilelor, definiţiilor, enumerărilor şi definiţiilor de tip";
328 if (!extractAll) result+=" documentate";
329 }
330 else
331 {
332 result+="membrilor ";
333 if (!extractAll) result+="documentaţi ";
334 result+="din toate fişierele";
335 }
336 result+=", cu legături către ";
337 if (extractAll)
338 result+="fişierele de care aparţin:";
339 else
340 result+="documentaţia aferentă:";
341
342 return result;
343 }
344
345 /*! This is an introduction to the page with the list of all examples */
346 QCString trExamplesDescription() override
347 { return "Lista tuturor exemplelor:"; }
348
349 /*! This is an introduction to the page with the list of related pages */
350 QCString trRelatedPagesDescription() override
351 { return "Lista tuturor documentaţiilor înrudite:"; }
352
353 /*! This is an introduction to the page with the list of class/file groups */
354 QCString trModulesDescription() override
355 { return "Lista tuturor modulelor:"; }
356
357 // index titles (the project name is prepended for these)
358
359
360 /*! This is used in HTML as the title of index.html. */
361 QCString trDocumentation(const QCString &projName) override
362 { return (!projName.isEmpty()?projName + " " : "") + "Documentaţie"; }
363
364 /*! This is used in LaTeX as the title of the chapter with the
365 * index of all groups.
366 */
367 QCString trModuleIndex() override
368 { return "Indexul Modulelor"; }
369
370 /*! This is used in LaTeX as the title of the chapter with the
371 * class hierarchy.
372 */
373 QCString trHierarchicalIndex() override
374 { return "Index Ierarhic"; }
375
376 /*! This is used in LaTeX as the title of the chapter with the
377 * annotated compound index.
378 */
379 QCString trCompoundIndex() override
380 {
381 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
382 {
383 return "Indexul Structurilor de Date";
384 }
385 else
386 {
387 return "Indexul Claselor";
388 }
389
390 }
391
392 /*! This is used in LaTeX as the title of the chapter with the
393 * list of all files.
394 */
395 QCString trFileIndex() override
396 { return "Indexul Fişierelor"; }
397
398 /*! This is used in LaTeX as the title of the chapter containing
399 * the documentation of all groups.
400 */
401 QCString trModuleDocumentation() override
402 { return "Documentaţia Modulelor"; }
403
404 /*! This is used in LaTeX as the title of the chapter containing
405 * the documentation of all classes, structs and unions.
406 */
407 QCString trClassDocumentation() override
408 {
409 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
410 {
411 return "Documentaţia Structurilor de Date";
412 }
413 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
414 {
416 }
417 else
418 {
419 return "Documentaţia Claselor";
420 }
421
422 }
423
424 /*! This is used in LaTeX as the title of the chapter containing
425 * the documentation of all files.
426 */
427 QCString trFileDocumentation() override
428 { return "Documentaţia Fişierelor"; }
429
430 /*! This is used in LaTeX as the title of the document */
431 QCString trReferenceManual() override
432 { return "Manual de utilizare"; }
433
434 /*! This is used in the documentation of a file as a header before the
435 * list of defines
436 */
437 QCString trDefines() override
438 { return "Definiţii"; }
439
440 /*! This is used in the documentation of a file as a header before the
441 * list of typedefs
442 */
443 QCString trTypedefs() override
444 { return "Definiţii de tipuri"; }
445
446 /*! This is used in the documentation of a file as a header before the
447 * list of enumerations
448 */
449 QCString trEnumerations() override
450 { return "Enumerări"; }
451
452 /*! This is used in the documentation of a file as a header before the
453 * list of (global) functions
454 */
455 QCString trFunctions() override
456 { return "Funcţii"; }
457
458 /*! This is used in the documentation of a file as a header before the
459 * list of (global) variables
460 */
461 QCString trVariables() override
462 { return "Variabile"; }
463
464 /*! This is used in the documentation of a file as a header before the
465 * list of (global) variables
466 */
467 QCString trEnumerationValues() override
468 { return "Valori de enumerări"; }
469
470 /*! This is used in the documentation of a file before the list of
471 * documentation blocks for defines
472 */
473 QCString trDefineDocumentation() override
474 { return "Documentaţia definiţiilor"; }
475
476 /*! This is used in the documentation of a file/namespace before the list
477 * of documentation blocks for typedefs
478 */
479 QCString trTypedefDocumentation() override
480 { return "Documentaţia definiţiilor de tipuri"; }
481
482 /*! This is used in the documentation of a file/namespace before the list
483 * of documentation blocks for enumeration types
484 */
486 { return "Documentaţia enumerărilor"; }
487
488 /*! This is used in the documentation of a file/namespace before the list
489 * of documentation blocks for functions
490 */
491 QCString trFunctionDocumentation() override
492 { return "Documentaţia funcţiilor"; }
493
494 /*! This is used in the documentation of a file/namespace before the list
495 * of documentation blocks for variables
496 */
497 QCString trVariableDocumentation() override
498 { return "Documentaţia variabilelor"; }
499
500 /*! This is used in the documentation of a file/namespace/group before
501 * the list of links to documented compounds
502 */
503 QCString trCompounds() override
504 {
505 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
506 {
507 return "Structuri de Date";
508 }
509 else
510 {
511 return "Membri";
512 }
513
514 }
515
516 /*! This is used in the standard footer of each page and indicates when
517 * the page was generated
518 */
519 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
520 {
521 QCString result="Generat "+date;
522 if (!projName.isEmpty()) result+=" pentru "+projName;
523 result+=" de către";
524 return result;
525 }
526
527 /*! this text is put before a class diagram */
528 QCString trClassDiagram(const QCString &clName) override
529 {
530 return "Diagrama de relaţii pentru "+clName;
531 }
532
533 /*! this text is generated when the \\warning command is used. */
534 QCString trWarning() override
535 { return "Atenţie"; }
536
537 /*! this text is generated when the \\version command is used. */
538 QCString trVersion() override
539 { return "Versiunea"; }
540
541 /*! this text is generated when the \\date command is used. */
542 QCString trDate() override
543 { return "Data"; }
544
545 /*! this text is generated when the \\return command is used. */
546 QCString trReturns() override
547 { return "Întoarce"; }
548
549 /*! this text is generated when the \\sa command is used. */
550 QCString trSeeAlso() override
551 { return "Vezi şi"; }
552
553 /*! this text is generated when the \\param command is used. */
554 QCString trParameters() override
555 { return "Parametri"; }
556
557 /*! this text is generated when the \\exception command is used. */
558 QCString trExceptions() override
559 { return "Excepţii"; }
560
561 /*! this text is used in the title page of a LaTeX document. */
562 QCString trGeneratedBy() override
563 { return "Generat de"; }
564
565 // new since 0.49-990307
566
567 /*! used as the title of page containing all the index of all namespaces. */
568 QCString trNamespaceList() override
569 { return "Lista de Namespace-uri"; }
570
571 /*! used as an introduction to the namespace list */
572 QCString trNamespaceListDescription(bool extractAll) override
573 {
574 QCString result="Lista tuturor ";
575 result+="namespace-urilor ";
576 if (!extractAll) result+="documentate ";
577 result+=", cu scurte descrieri:";
578 return result;
579 }
580
581 /*! used in the class documentation as a header before the list of all
582 * friends of a class
583 */
584 QCString trFriends() override
585 { return "Prieteni"; }
586
587//////////////////////////////////////////////////////////////////////////
588// new since 0.49-990405
589//////////////////////////////////////////////////////////////////////////
590
591 /*! used in the class documentation as a header before the list of all
592 * related classes
593 */
595 { return "Documentaţia funcţiilor prietene sau înrudite"; }
596
597//////////////////////////////////////////////////////////////////////////
598// new since 0.49-990425
599//////////////////////////////////////////////////////////////////////////
600
601 /*! used as the title of the HTML page of a class/struct/union */
602 QCString trCompoundReference(const QCString &clName,
603 ClassDef::CompoundType compType,
604 bool isTemplate) override
605 {
606 QCString result="Referinţă la ";
607 switch(compType)
608 {
609 case ClassDef::Class: result+="clasa "; break;
610 case ClassDef::Struct: result+="structura "; break;
611 case ClassDef::Union: result+="uniunea "; break;
612 case ClassDef::Interface: result+="interfaţa "; break;
613 case ClassDef::Protocol: result+="protocolul "; break;
614 case ClassDef::Category: result+="categoria "; break;
615 case ClassDef::Exception: result+="excepţia "; break;
616 default: break;
617 }
618 if (isTemplate) result+=" (Template) ";
619 result+=clName;
620
621 return result;
622 }
623
624 /*! used as the title of the HTML page of a file */
625 QCString trFileReference(const QCString &fileName) override
626 {
627 QCString result="Referinţă la fişierul ";
628 result+=fileName;
629 return result;
630 }
631
632 /*! used as the title of the HTML page of a namespace */
633 QCString trNamespaceReference(const QCString &namespaceName) override
634 {
635 QCString result="Referinţă la Namespace-ul ";
636 result+=namespaceName;
637 return result;
638 }
639
640 /* these are for the member sections of a class, struct or union */
641 QCString trPublicMembers() override
642 { return "Metode Publice"; }
643 QCString trPublicSlots() override
644 { return "Conectori (slots) Publici"; }
645 QCString trSignals() override
646 { return "Semnale"; }
647 QCString trStaticPublicMembers() override
648 { return "Metode Statice Publice"; }
649 QCString trProtectedMembers() override
650 { return "Metode Protejate"; }
651 QCString trProtectedSlots() override
652 { return "Conectori (slots) Protejaţi"; }
653 QCString trStaticProtectedMembers() override
654 { return "Metode Statice Protejate"; }
655 QCString trPrivateMembers() override
656 { return "Metode Private"; }
657 QCString trPrivateSlots() override
658 { return "Conectori (slots) Privaţi"; }
659 QCString trStaticPrivateMembers() override
660 { return "Metode Statice Private"; }
661
662 /*! this function is used to produce a comma-separated list of items.
663 * use generateMarker(i) to indicate where item i should be put.
664 */
665 QCString trWriteList(int numEntries) override
666 {
667 QCString result;
668 // the inherits list contain `numEntries' classes
669 for (int i=0;i<numEntries;i++)
670 {
671 // use generateMarker to generate placeholders for the class links!
672 result+=generateMarker(i); // generate marker for entry i in the list
673 // (order is left to right)
674
675 if (i!=numEntries-1) // not the last entry, so we need a separator
676 {
677 if (i<numEntries-2) // not the fore last entry
678 result+=", ";
679 else // the fore last entry
680 result+=" şi ";
681 }
682 }
683 return result;
684 }
685
686 /*! used in class documentation to produce a list of base classes,
687 * if class diagrams are disabled.
688 */
689 QCString trInheritsList(int numEntries) override
690 {
691 return "Moşteneşte "+trWriteList(numEntries)+".";
692 }
693
694 /*! used in class documentation to produce a list of super classes,
695 * if class diagrams are disabled.
696 */
697 QCString trInheritedByList(int numEntries) override
698 {
699 return "Moştenit de "+trWriteList(numEntries)+".";
700 }
701
702 /*! used in member documentation blocks to produce a list of
703 * members that are hidden by this one.
704 */
705 QCString trReimplementedFromList(int numEntries) override
706 {
707 return "Reimplementat din "+trWriteList(numEntries)+".";
708 }
709
710 /*! used in member documentation blocks to produce a list of
711 * all member that overwrite the implementation of this member.
712 */
713 QCString trReimplementedInList(int numEntries) override
714 {
715 return "Reimplementat în "+trWriteList(numEntries)+".";
716 }
717
718 /*! This is put above each page as a link to all members of namespaces. */
719 QCString trNamespaceMembers() override
720 { return "Membrii Namespace-ului"; }
721
722 /*! This is an introduction to the page with all namespace members */
723 QCString trNamespaceMemberDescription(bool extractAll) override
724 {
725 QCString result="Lista tuturor membrilor ";
726 if (!extractAll) result+="documentaţi ";
727 result+="din toate namespace-urile, cu legături către ";
728
729 if (extractAll)
730 result+="documentaţia namespace-ului pentru fiecare membru în parte:";
731 else
732 result+="namespace-urile de care aparţin:";
733 return result;
734 }
735 /*! This is used in LaTeX as the title of the chapter with the
736 * index of all namespaces.
737 */
738 QCString trNamespaceIndex() override
739 { return "Indexul Namespace-ului"; }
740
741 /*! This is used in LaTeX as the title of the chapter containing
742 * the documentation of all namespaces.
743 */
744 QCString trNamespaceDocumentation() override
745 { return "Documentaţia Namespace-ului"; }
746
747//////////////////////////////////////////////////////////////////////////
748// new since 0.49-990522
749//////////////////////////////////////////////////////////////////////////
750
751 /*! This is used in the documentation before the list of all
752 * namespaces in a file.
753 */
754 QCString trNamespaces() override
755 { return "Namespace-uri"; }
756
757//////////////////////////////////////////////////////////////////////////
758// new since 0.49-990728
759//////////////////////////////////////////////////////////////////////////
760
761 /*! This is put at the bottom of a class documentation page and is
762 * followed by a list of files that were used to generate the page.
763 */
765 bool single) override
766 { // here s is one of " Class", " Struct" or " Union"
767 // single is true implies a single file
768 QCString result="Documentaţia pentru această ";
769 switch(compType)
770 {
771 case ClassDef::Class: result+="clasă"; break;
772 case ClassDef::Struct: result+="structură"; break;
773 case ClassDef::Union: result+="uniune"; break;
774 case ClassDef::Interface: result+="interfaţă"; break;
775 case ClassDef::Protocol: result+="protocol"; break;
776 case ClassDef::Category: result+="categorie"; break;
777 case ClassDef::Exception: result+="excepţie"; break;
778 default: break;
779 }
780 result+=" a fost generată din fişier";
781 if (single) result+="ul:"; else result+="ele:";
782 return result;
783 }
784
785//////////////////////////////////////////////////////////////////////////
786// new since 0.49-990901
787//////////////////////////////////////////////////////////////////////////
788
789 /*! This is used as the heading text for the retval command. */
790 QCString trReturnValues() override
791 { return "Valori returnate"; }
792
793 /*! This is in the (quick) index as a link to the main page (index.html)
794 */
795 QCString trMainPage() override
796 { return "Pagina principală"; }
797
798 /*! This is used in references to page that are put in the LaTeX
799 * documentation. It should be an abbreviation of the word page.
800 */
801 QCString trPageAbbreviation() override
802 { return "pg."; }
803
804//////////////////////////////////////////////////////////////////////////
805// new since 0.49-991003
806//////////////////////////////////////////////////////////////////////////
807
808 QCString trDefinedAtLineInSourceFile() override
809 {
810 return "Definiţia în linia @0 a fişierului @1.";
811 }
812 QCString trDefinedInSourceFile() override
813 {
814 return "Definiţia în fişierul @0.";
815 }
816
817//////////////////////////////////////////////////////////////////////////
818// new since 0.49-991205
819//////////////////////////////////////////////////////////////////////////
820
821 QCString trDeprecated() override
822 {
823 return "Învechită(Deprecated)";
824 }
825
826//////////////////////////////////////////////////////////////////////////
827// new since 1.0.0
828//////////////////////////////////////////////////////////////////////////
829
830 /*! this text is put before a collaboration diagram */
831 QCString trCollaborationDiagram(const QCString &clName) override
832 {
833 return "Diagrama de relaţii pentru "+clName+":";
834 }
835 /*! this text is put before an include dependency graph */
836 QCString trInclDepGraph(const QCString &fName) override
837 {
838 return "Graful dependenţelor prin incluziune pentru "+fName+":";
839 }
840 /*! header that is put before the list of constructor/destructors. */
841 QCString trConstructorDocumentation() override
842 {
843 return "Documentaţia pentru Constructori şi Destructori";
844 }
845 /*! Used in the file documentation to point to the corresponding sources. */
846 QCString trGotoSourceCode() override
847 {
848 return "Vezi sursele.";
849 }
850 /*! Used in the file sources to point to the corresponding documentation. */
851 QCString trGotoDocumentation() override
852 {
853 return "Vezi documentaţia.";
854 }
855 /*! Text for the \\pre command */
856 QCString trPrecondition() override
857 {
858 return "Precondiţie";
859 }
860 /*! Text for the \\post command */
861 QCString trPostcondition() override
862 {
863 return "Postcondiţie";
864 }
865 /*! Text for the \\invariant command */
866 QCString trInvariant() override
867 {
868 return "Invariant";
869 }
870 /*! Text shown before a multi-line variable/enum initialization */
871 QCString trInitialValue() override
872 {
873 return "Valoarea iniţială:";
874 }
875 /*! Text used the source code in the file index */
876 QCString trCode() override
877 {
878 return "cod";
879 }
880 QCString trGraphicalHierarchy() override
881 {
882 return "Ierarhia Claselor în mod grafic";
883 }
884 QCString trGotoGraphicalHierarchy() override
885 {
886 return "Vezi ierarhia claselor în mod grafic";
887 }
888 QCString trGotoTextualHierarchy() override
889 {
890 return "Vezi ierarhia claselor în mod text";
891 }
892 QCString trPageIndex() override
893 {
894 return "Indexul Paginilor";
895 }
896
897//////////////////////////////////////////////////////////////////////////
898// new since 1.1.0
899//////////////////////////////////////////////////////////////////////////
900
901 QCString trNote() override
902 {
903 return "Notă";
904 }
905 QCString trPublicTypes() override
906 {
907 return "Tipuri Publice";
908 }
909 QCString trPublicAttribs() override
910 {
911 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
912 {
913 return "Câmpuri de Date";
914 }
915 else
916 {
917 return "Atribute Publice";
918 }
919
920 }
921 QCString trStaticPublicAttribs() override
922 {
923 return "Atribute Statice Publice";
924 }
925 QCString trProtectedTypes() override
926 {
927 return "Tipuri Protejate";
928 }
929 QCString trProtectedAttribs() override
930 {
931 return "Atribute Protejate";
932 }
933 QCString trStaticProtectedAttribs() override
934 {
935 return "Atribute Statice Protejate";
936 }
937 QCString trPrivateTypes() override
938 {
939 return "Tipuri Private";
940 }
941 QCString trPrivateAttribs() override
942 {
943 return "Atribute Private";
944 }
945 QCString trStaticPrivateAttribs() override
946 {
947 return "Atribute Statice Private";
948 }
949
950//////////////////////////////////////////////////////////////////////////
951// new since 1.1.3
952//////////////////////////////////////////////////////////////////////////
953
954 /*! Used as a marker that is put before a todo item */
955 QCString trTodo() override
956 {
957 return "De făcut";
958 }
959 /*! Used as the header of the todo list */
960 QCString trTodoList() override
961 {
962 return "Lista lucrurilor de făcut";
963 }
964
965//////////////////////////////////////////////////////////////////////////
966// new since 1.1.4
967//////////////////////////////////////////////////////////////////////////
968
969 QCString trReferencedBy() override
970 {
971 return "Semnalat de";
972 }
973 QCString trRemarks() override
974 {
975 return "Observaţii";
976 }
977 QCString trAttention() override
978 {
979 return "Atenţie";
980 }
981 QCString trInclByDepGraph() override
982 {
983 return "Acest graf arată care fişiere includ, "
984 "direct sau indirect, acest fişier:";
985 }
986 QCString trSince() override
987 {
988 return "Din";
989 }
990
991//////////////////////////////////////////////////////////////////////////
992// new since 1.1.5
993//////////////////////////////////////////////////////////////////////////
994
995 /*! title of the graph legend page */
996 QCString trLegendTitle() override
997 {
998 return "Legenda grafului";
999 }
1000 /*! page explaining how the dot graph's should be interpreted */
1001 QCString trLegendDocs() override
1002 {
1003 return
1004 "Această pagină arată modul în care trebuie să interpretaţi "
1005 "grafurile generate de doxygen.<p>\n"
1006 "Consideraţi următorul exemplu:\n"
1007 "\\code\n"
1008 "/*! Clasă invizibilă, tăiată din cauza depăşirii spaţiului */\n"
1009 "class Invisible { };\n\n"
1010 "/*! Altă clasă tăiată, relaţia de moştenire este ascunsă */\n"
1011 "class Truncated : public Invisible { };\n\n"
1012 "/* Clasă necomentată în stil doxygen */\n"
1013 "class Undocumented { };\n\n"
1014 "/*! Clasă care este moştenită în mod public */\n"
1015 "class PublicBase : public Truncated { };\n\n"
1016 "/*! Clasă template */\n"
1017 "template<class T> class Templ { };\n\n"
1018 "/*! Clasă care este moştenită în mod protejat */\n"
1019 "class ProtectedBase { };\n\n"
1020 "/*! Clasă care este moştenită în mod privat */\n"
1021 "class PrivateBase { };\n\n"
1022 "/*! Clasă care este folosită de clasa Inherited */\n"
1023 "class Used { };\n\n"
1024 "/*! Superclasă care moşteneşte un număr de alte clase */\n"
1025 "class Inherited : public PublicBase,\n"
1026 " protected ProtectedBase,\n"
1027 " private PrivateBase,\n"
1028 " public Undocumented,\n"
1029 " public Templ<int>\n"
1030 "{\n"
1031 " private:\n"
1032 " Used *m_usedClass;\n"
1033 "};\n"
1034 "\\endcode\n"
1035 "Dacă tagul \\c MAX_DOT_GRAPH_HEIGHT din fişierul de configurare "
1036 "este setat la 200, acesta este graful rezultat:"
1037 "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1038 "<p>\n"
1039 "Căsuţele din partea de sus au următoarea semnificaţie:\n"
1040 "<ul>\n"
1041 "<li>O căsuţă neagră reprezintă structura sau clasa pentru care "
1042 "graful este generat.\n"
1043 "<li>O căsuţă cu marginea neagră reprezintă o structură sau o clasă documentate.\n"
1044 "<li>O căsuţă cu marginea gri reprezintă o structură sau o clasă nedocumentate.\n"
1045 "<li>O căsuţă cu marginea roşie reprezintă o structură sau o clasă documentate, pentru\n"
1046 "care nu toate relaţiile de moştenire/incluziune sunt arătate. Un graf este "
1047 "tăiat dacă nu încape în marginile specificate."
1048 "</ul>\n"
1049 "Săgeţile au următoarea semnificaţie:\n"
1050 "<ul>\n"
1051 "<li>O săgeată de un albastru închis este folosită când avem o relaţie de "
1052 "moştenire publică între două clase.\n"
1053 "<li>O săgeată de un verde închis este folosită când avem o moştenire protejată.\n"
1054 "<li>O săgeată de un roşu închis este folosită când avem o moştenire privată.\n"
1055 "<li>O săgeată violetă punctată este folosită pentru o clasă conţinută sau folosită "
1056 "de o altă clasă. Săgeata este marcată cu variabila(e) "
1057 "prin care este accesibilă clasa sau structura spre care este îndreptată. \n"
1058 "</ul>\n";
1059 }
1060 /*! text for the link to the legend page */
1061 QCString trLegend() override
1062 {
1063 return "legenda";
1064 }
1065
1066//////////////////////////////////////////////////////////////////////////
1067// new since 1.2.0
1068//////////////////////////////////////////////////////////////////////////
1069
1070 /*! Used as a marker that is put before a test item */
1071 QCString trTest() override
1072 {
1073 return "Test";
1074 }
1075 /*! Used as the header of the test list */
1076 QCString trTestList() override
1077 {
1078 return "Listă de teste";
1079 }
1080
1081//////////////////////////////////////////////////////////////////////////
1082// new since 1.2.2
1083//////////////////////////////////////////////////////////////////////////
1084
1085 /*! Used as a section header for IDL properties */
1086 QCString trProperties() override
1087 {
1088 return "Proprietăţi";
1089 }
1090 /*! Used as a section header for IDL property documentation */
1091 QCString trPropertyDocumentation() override
1092 {
1093 return "Documentaţia Proprietăţilor";
1094 }
1095
1096//////////////////////////////////////////////////////////////////////////
1097// new since 1.2.4
1098//////////////////////////////////////////////////////////////////////////
1099
1100 /*! Used for Java classes in the summary section of Java packages */
1101 QCString trClasses() override
1102 {
1103 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1104 {
1105 return "Structuri de Date";
1106 }
1107 else
1108 {
1109 return "Clase";
1110 }
1111 }
1112 /*! Used as the title of a Java package */
1113 QCString trPackage(const QCString &name) override
1114 {
1115 return "Pachet "+name;
1116 }
1117 /*! The description of the package index page */
1118 QCString trPackageListDescription() override
1119 {
1120 return "Lista pachetelor, însoţită de scurte explicaţii, acolo unde acestea există:";
1121 }
1122 /*! The link name in the Quick links header for each page */
1123 QCString trPackages() override
1124 {
1125 return "Pachete";
1126 }
1127 /*! Text shown before a multi-line define */
1128 QCString trDefineValue() override
1129 {
1130 return "Valoare:";
1131 }
1132
1133//////////////////////////////////////////////////////////////////////////
1134// new since 1.2.5
1135//////////////////////////////////////////////////////////////////////////
1136
1137 /*! Used as a marker that is put before a \\bug item */
1138 QCString trBug() override
1139 {
1140 return "Problema (Bug)";
1141 }
1142 /*! Used as the header of the bug list */
1143 QCString trBugList() override
1144 {
1145 return "Lista de Probleme (Bugs)";
1146 }
1147
1148//////////////////////////////////////////////////////////////////////////
1149// new since 1.2.6
1150//////////////////////////////////////////////////////////////////////////
1151
1152 /*! Used as ansicpg for RTF file
1153 *
1154 * The following table shows the correlation of Charset name, Charset Value and
1155 * <pre>
1156 * Codepage number:
1157 * Charset Name Charset Value(hex) Codepage number
1158 * ------------------------------------------------------
1159 * DEFAULT_CHARSET 1 (x01)
1160 * SYMBOL_CHARSET 2 (x02)
1161 * OEM_CHARSET 255 (xFF)
1162 * ANSI_CHARSET 0 (x00) 1252
1163 * RUSSIAN_CHARSET 204 (xCC) 1251
1164 * EE_CHARSET 238 (xEE) 1250
1165 * GREEK_CHARSET 161 (xA1) 1253
1166 * TURKISH_CHARSET 162 (xA2) 1254
1167 * BALTIC_CHARSET 186 (xBA) 1257
1168 * HEBREW_CHARSET 177 (xB1) 1255
1169 * ARABIC _CHARSET 178 (xB2) 1256
1170 * SHIFTJIS_CHARSET 128 (x80) 932
1171 * HANGEUL_CHARSET 129 (x81) 949
1172 * GB2313_CHARSET 134 (x86) 936
1173 * CHINESEBIG5_CHARSET 136 (x88) 950
1174 * </pre>
1175 *
1176 */
1177 QCString trRTFansicp() override
1178 {
1179 return "1250"; //EASTEUROPE_CHARSET
1180 }
1181
1182
1183 /*! Used as ansicpg for RTF fcharset
1184 * \see trRTFansicp() for a table of possible values.
1185 */
1186 QCString trRTFCharSet() override
1187 {
1188 return "238";
1189 }
1190
1191 /*! Used as header RTF general index */
1192 QCString trRTFGeneralIndex() override
1193 {
1194 return "Index";
1195 }
1196
1197 /*! This is used for translation of the word that will possibly
1198 * be followed by a single name or by a list of names
1199 * of the category.
1200 */
1201 QCString trClass(bool first_capital, bool singular) override
1202 {
1203 return createNoun(first_capital, singular, "clas", "ele", "a");
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 QCString trFile(bool first_capital, bool singular) override
1211 {
1212 return createNoun(first_capital, singular, "fişier", "ele", "ul");
1213 }
1214
1215 /*! This is used for translation of the word that will possibly
1216 * be followed by a single name or by a list of names
1217 * of the category.
1218 */
1219 QCString trNamespace(bool first_capital, bool singular) override
1220 {
1221 return createNoun(first_capital, singular, "namespace", "-urile", "-ul");
1222 }
1223
1224 /*! This is used for translation of the word that will possibly
1225 * be followed by a single name or by a list of names
1226 * of the category.
1227 */
1228 QCString trGroup(bool first_capital, bool singular) override
1229 {
1230 return createNoun(first_capital, singular, "grupu", "rile", "l");
1231 }
1232
1233 /*! This is used for translation of the word that will possibly
1234 * be followed by a single name or by a list of names
1235 * of the category.
1236 */
1237 QCString trPage(bool first_capital, bool singular) override
1238 {
1239 return createNoun(first_capital, singular, "pagin", "ile", "a");
1240 }
1241
1242 /*! This is used for translation of the word that will possibly
1243 * be followed by a single name or by a list of names
1244 * of the category.
1245 */
1246 QCString trMember(bool first_capital, bool singular) override
1247 {
1248 return createNoun(first_capital, singular, "membr", "ii", "ul");
1249 }
1250
1251 /*! This is used for translation of the word that will possibly
1252 * be followed by a single name or by a list of names
1253 * of the category.
1254 */
1255 QCString trGlobal(bool first_capital, bool singular) override
1256 {
1257 return createNoun(first_capital, singular, "global", "e");
1258 }
1259
1260//////////////////////////////////////////////////////////////////////////
1261// new since 1.2.7
1262//////////////////////////////////////////////////////////////////////////
1263
1264 /*! This text is generated when the \\author command is used and
1265 * for the author section in man pages. */
1266 QCString trAuthor(bool first_capital, bool singular) override
1267 {
1268 return createNoun(first_capital, singular, "autor", "ii", "ul");
1269 }
1270
1271//////////////////////////////////////////////////////////////////////////
1272// new since 1.2.11
1273//////////////////////////////////////////////////////////////////////////
1274
1275 /*! This text is put before the list of members referenced by a member
1276 */
1277 QCString trReferences() override
1278 {
1279 return "Referinţe";
1280 }
1281
1282//////////////////////////////////////////////////////////////////////////
1283// new since 1.2.13
1284//////////////////////////////////////////////////////////////////////////
1285
1286 /*! used in member documentation blocks to produce a list of
1287 * members that are implemented by this one.
1288 */
1289 QCString trImplementedFromList(int numEntries) override
1290 {
1291 return "Implementează "+trWriteList(numEntries)+".";
1292 }
1293
1294 /*! used in member documentation blocks to produce a list of
1295 * all members that implement this abstract member.
1296 */
1297 QCString trImplementedInList(int numEntries) override
1298 {
1299 return "Implementat în "+trWriteList(numEntries)+".";
1300 }
1301
1302//////////////////////////////////////////////////////////////////////////
1303// new since 1.2.16
1304//////////////////////////////////////////////////////////////////////////
1305
1306 /*! used in RTF documentation as a heading for the Table
1307 * of Contents.
1308 */
1309 QCString trRTFTableOfContents() override
1310 {
1311 return "Cuprins";
1312 }
1313
1314//////////////////////////////////////////////////////////////////////////
1315// new since 1.2.17
1316//////////////////////////////////////////////////////////////////////////
1317
1318 /*! Used as the header of the list of item that have been
1319 * flagged deprecated
1320 */
1321 QCString trDeprecatedList() override
1322 {
1323 return "Lista elementelor învechite (deprecated)";
1324 }
1325
1326//////////////////////////////////////////////////////////////////////////
1327// new since 1.2.18
1328//////////////////////////////////////////////////////////////////////////
1329
1330 /*! Used as a header for declaration section of the events found in
1331 * a C# program
1332 */
1333 QCString trEvents() override
1334 {
1335 return "Evenimente";
1336 }
1337 /*! Header used for the documentation section of a class' events. */
1338 QCString trEventDocumentation() override
1339 {
1340 return "Documentaţia aferentă evenimentelor";
1341 }
1342
1343//////////////////////////////////////////////////////////////////////////
1344// new since 1.3
1345//////////////////////////////////////////////////////////////////////////
1346
1347 /*! Used as a heading for a list of Java class types with package scope.
1348 */
1349 QCString trPackageTypes() override
1350 {
1351 return "Tipuri în pachet";
1352 }
1353 /*! Used as a heading for a list of Java class functions with package
1354 * scope.
1355 */
1356 QCString trPackageFunctions() override
1357 {
1358 return "Funcţii în pachet";
1359 }
1360 QCString trPackageMembers() override
1361 {
1362 return "Membrii în pachet";
1363 }
1364 /*! Used as a heading for a list of static Java class functions with
1365 * package scope.
1366 */
1367 QCString trStaticPackageFunctions() override
1368 {
1369 return "Funcţii statice în pachet";
1370 }
1371 /*! Used as a heading for a list of Java class variables with package
1372 * scope.
1373 */
1374 QCString trPackageAttribs() override
1375 {
1376 return "Atribute în pachet";
1377 }
1378 /*! Used as a heading for a list of static Java class variables with
1379 * package scope.
1380 */
1381 QCString trStaticPackageAttribs() override
1382 {
1383 return "Atribute statice în pachet";
1384 }
1385
1386//////////////////////////////////////////////////////////////////////////
1387// new since 1.3.1
1388//////////////////////////////////////////////////////////////////////////
1389
1390 /*! Used in the quick index of a class/file/namespace member list page
1391 * to link to the unfiltered list of all members.
1392 */
1393 QCString trAll() override
1394 {
1395 return "Toate";
1396 }
1397 /*! Put in front of the call graph for a function. */
1398 QCString trCallGraph() override
1399 {
1400 return "Graful de apel al acestei funcţii:";
1401 }
1402
1403//////////////////////////////////////////////////////////////////////////
1404// new since 1.3.3
1405//////////////////////////////////////////////////////////////////////////
1406
1407 /*! This string is used as the title for the page listing the search
1408 * results.
1409 */
1410 QCString trSearchResultsTitle() override
1411 {
1412 return "Rezultatele căutarii";
1413 }
1414 /*! This string is put just before listing the search results. The
1415 * text can be different depending on the number of documents found.
1416 * Inside the text you can put the special marker $num to insert
1417 * the number representing the actual number of search results.
1418 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1419 * value 2 represents 2 or more matches. HTML markup is allowed inside
1420 * the returned string.
1421 */
1422 QCString trSearchResults(int numDocuments) override
1423 {
1424 if (numDocuments==0)
1425 {
1426 return "Din păcate nu am găsit nici un document care să corespundă cererii.";
1427 }
1428 else if (numDocuments==1)
1429 {
1430 return "Am găsit <b>1</b> document corespunzând cererii.";
1431 }
1432 else
1433 {
1434 return "Am găsit <b>$num</b> documente corespunzând cererii. "
1435 "Lista documentelor găsite, sortate după relevanţă.";
1436 }
1437 }
1438 /*! This string is put before the list of matched words, for each search
1439 * result. What follows is the list of words that matched the query.
1440 */
1441 QCString trSearchMatches() override
1442 {
1443 return "Găsite:";
1444 }
1445
1446//////////////////////////////////////////////////////////////////////////
1447// new since 1.3.8
1448//////////////////////////////////////////////////////////////////////////
1449
1450 /*! This is used in HTML as the title of page with source code for file filename
1451 */
1452 QCString trSourceFile(const QCString& filename) override
1453 {
1454 return " Fişierul sursă " + filename;
1455 }
1456
1457//////////////////////////////////////////////////////////////////////////
1458// new since 1.3.9
1459//////////////////////////////////////////////////////////////////////////
1460
1461 /*! This is used as the name of the chapter containing the directory
1462 * hierarchy.
1463 */
1464 QCString trDirIndex() override
1465 { return "Ierarhia directoarelor"; }
1466
1467 /*! This is used as the name of the chapter containing the documentation
1468 * of the directories.
1469 */
1470 QCString trDirDocumentation() override
1471 { return "Documentaţia directoarelor"; }
1472
1473 /*! This is used as the title of the directory index and also in the
1474 * Quick links of a HTML page, to link to the directory hierarchy.
1475 */
1476 QCString trDirectories() override
1477 { return "Directoare"; }
1478
1479 /*! This returns the title of a directory page. The name of the
1480 * directory is passed via \a dirName.
1481 */
1482 QCString trDirReference(const QCString &dirName) override
1483 {
1484 QCString result="Director-referinţă "; result+=dirName;
1485 return result;
1486 }
1487
1488 /*! This returns the word directory with or without starting capital
1489 * (\a first_capital) and in sigular or plural form (\a singular).
1490 */
1491 QCString trDir(bool first_capital, bool singular) override
1492 {
1493 return createNoun(first_capital, singular, "directo", "are", "r");
1494 }
1495
1496//////////////////////////////////////////////////////////////////////////
1497// new since 1.4.1
1498//////////////////////////////////////////////////////////////////////////
1499
1500 /*! This text is added to the documentation when the \\overload command
1501 * is used for a overloaded function.
1502 */
1503 QCString trOverloadText() override
1504 {
1505 return "Aceasta este o funcţie membră suprascrisă. "
1506 "Diferă de funcţia de mai sus "
1507 "doar prin argumentele acceptate.";
1508 }
1509
1510//////////////////////////////////////////////////////////////////////////
1511// new since 1.4.6
1512//////////////////////////////////////////////////////////////////////////
1513
1514 /*! This is used to introduce a caller (or called-by) graph */
1515 QCString trCallerGraph() override
1516 {
1517 return "Graful de apeluri pentru această funcţie:";
1518 }
1519
1520 /*! This is used in the documentation of a file/namespace before the list
1521 * of documentation blocks for enumeration values
1522 */
1524 { return "Documentaţia Enumeratorilor"; }
1525
1526//////////////////////////////////////////////////////////////////////////
1527// new since 1.5.4 (mainly for Fortran)
1528//////////////////////////////////////////////////////////////////////////
1529
1530 /*! header that is put before the list of member subprograms (Fortran). */
1532 { return "Documentaţia Funcţiei Membre/Subrutinei"; }
1533
1534 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1535 QCString trCompoundListFortran() override
1536 { return "Lista Tipurilor de Date"; }
1537
1538 /*! This is put above each page as a link to all members of compounds (Fortran). */
1539 QCString trCompoundMembersFortran() override
1540 { return "Câmpuri de date"; }
1541
1542 /*! This is an introduction to the annotated compound list (Fortran). */
1544 { return "Tipurile de date, cu scurte descrieri:"; }
1545
1546 /*! This is an introduction to the page with all data types (Fortran). */
1547 QCString trCompoundMembersDescriptionFortran(bool extractAll) override
1548 {
1549 QCString result="Lista tuturor tipurilor de date ";
1550 if (!extractAll)
1551 {
1552 result+="documentate ";
1553 }
1554 result+=" cu legături către ";
1555 if (!extractAll)
1556 {
1557 result+="documentaţia structurii de date pentru fiecare membru";
1558 }
1559 else
1560 {
1561 result+="tipurile de date de care aparţin:";
1562 }
1563 return result;
1564 }
1565
1566 /*! This is used in LaTeX as the title of the chapter with the
1567 * annotated compound index (Fortran).
1568 */
1569 QCString trCompoundIndexFortran() override
1570 { return "Indexul Tipurilor de Date"; }
1571
1572 /*! This is used in LaTeX as the title of the chapter containing
1573 * the documentation of all data types (Fortran).
1574 */
1575 QCString trTypeDocumentation() override
1576 { return "Documentaţia Tipurilor de Date"; }
1577
1578 /*! This is used in the documentation of a file as a header before the
1579 * list of (global) subprograms (Fortran).
1580 */
1581 QCString trSubprograms() override
1582 { return "Funcţii/Subrutine"; }
1583
1584 /*! This is used in the documentation of a file/namespace before the list
1585 * of documentation blocks for subprograms (Fortran)
1586 */
1587 QCString trSubprogramDocumentation() override
1588 { return "Documentaţia Funcţiilor/Subrutinelor"; }
1589
1590 /*! This is used in the documentation of a file/namespace/group before
1591 * the list of links to documented compounds (Fortran)
1592 */
1593 QCString trDataTypes() override
1594 { return "Tipuri de Date"; }
1595
1596 /*! used as the title of page containing all the index of all modules (Fortran). */
1597 QCString trModulesList() override
1598 { return "Lista Modulelor"; }
1599
1600 /*! used as an introduction to the modules list (Fortran) */
1601 QCString trModulesListDescription(bool extractAll) override
1602 {
1603 QCString result="Lista tuturor modulelor ";
1604 if (!extractAll) result+="documentate ";
1605 result+="cu scurte descrieri:";
1606 return result;
1607 }
1608
1609 /*! used as the title of the HTML page of a module/type (Fortran) */
1610 QCString trCompoundReferenceFortran(const QCString &clName,
1611 ClassDef::CompoundType compType,
1612 bool isTemplate) override
1613 {
1614 QCString result="Referinţă la ";
1615 switch(compType)
1616 {
1617 case ClassDef::Class: result+="Modulul "; break;
1618 case ClassDef::Struct: result+="Tipul "; break;
1619 case ClassDef::Union: result+="Uniunea "; break;
1620 case ClassDef::Interface: result+="Interfaţa "; break;
1621 case ClassDef::Protocol: result+="Protocolul "; break;
1622 case ClassDef::Category: result+="Categoria "; break;
1623 case ClassDef::Exception: result+="Excepţia "; break;
1624 default: break;
1625 }
1626 if (isTemplate) result+="(Template) ";
1627 result+=clName;
1628 return result;
1629 }
1630 /*! used as the title of the HTML page of a module (Fortran) */
1631 QCString trModuleReference(const QCString &namespaceName) override
1632 {
1633 QCString result="Referinţă la Modulul ";
1634 result += namespaceName;
1635 return result;
1636 }
1637
1638 /*! This is put above each page as a link to all members of modules. (Fortran) */
1639 QCString trModulesMembers() override
1640 { return "Membrii Modulului"; }
1641
1642 /*! This is an introduction to the page with all modules members (Fortran) */
1643 QCString trModulesMemberDescription(bool extractAll) override
1644 {
1645 QCString result="Lista tuturor membrilor ";
1646 if (!extractAll) result+="documentaţi ai ";
1647 result+="modulului cu legături către ";
1648 if (extractAll)
1649 {
1650 result+="documentaţia modulului pentru fiecare membru:";
1651 }
1652 else
1653 {
1654 result+="modulele de care aparţin:";
1655 }
1656 return result;
1657 }
1658
1659 /*! This is used in LaTeX as the title of the chapter with the
1660 * index of all modules (Fortran).
1661 */
1662 QCString trModulesIndex() override
1663 { return "Indexul Modulelor"; }
1664
1665 /*! This is used for translation of the word that will possibly
1666 * be followed by a single name or by a list of names
1667 * of the category.
1668 */
1669 QCString trModule(bool first_capital, bool singular) override
1670 {
1671 return createNoun(first_capital, singular, "modul", "ele", "ul");
1672 }
1673 /*! This is put at the bottom of a module documentation page and is
1674 * followed by a list of files that were used to generate the page.
1675 */
1677 bool single) override
1678 { // here s is one of " Module", " Struct" or " Union"
1679 // single is true implies a single file
1680 QCString result="Documentaţia ";
1681 switch(compType)
1682 {
1683 case ClassDef::Class: result+="modulului"; break;
1684 case ClassDef::Struct: result+="tipului"; break;
1685 case ClassDef::Union: result+="uniunii"; break;
1686 case ClassDef::Interface: result+="interfeţei"; break;
1687 case ClassDef::Protocol: result+="protocolului"; break;
1688 case ClassDef::Category: result+="categoriei"; break;
1689 case ClassDef::Exception: result+="excepţiei"; break;
1690 default: break;
1691 }
1692 result+=" a fost generată din următo";
1693 if (single) result+="rul fişier:"; else result+="arele fişiere:";
1694 return result;
1695 }
1696 /*! This is used for translation of the word that will possibly
1697 * be followed by a single name or by a list of names
1698 * of the category.
1699 */
1700 QCString trType(bool first_capital, bool singular) override
1701 {
1702 return createNoun(first_capital, singular, "tip", "urile", "ul");
1703 }
1704 /*! This is used for translation of the word that will possibly
1705 * be followed by a single name or by a list of names
1706 * of the category.
1707 */
1708 QCString trSubprogram(bool first_capital, bool singular) override
1709 {
1710 return createNoun(first_capital, singular, "subprogram", "ele", "ul");
1711 }
1712
1713 /*! C# Type Constraint list */
1714 QCString trTypeConstraints() override
1715 {
1716 return "Constrângerile de Tip";
1717 }
1718
1719//////////////////////////////////////////////////////////////////////////
1720// new since 1.6.0 (mainly for the new search engine)
1721//////////////////////////////////////////////////////////////////////////
1722
1723 /*! directory relation for \a name */
1724 QCString trDirRelation(const QCString &name) override
1725 {
1726 return QCString(name)+" Relație";
1727 }
1728
1729 /*! Loading message shown when loading search results */
1730 QCString trLoading() override
1731 {
1732 return "Se încarcă...";
1733 }
1734
1735 /*! Label used for search results in the global namespace */
1736 QCString trGlobalNamespace() override
1737 {
1738 return "Namespace Global";
1739 }
1740
1741 /*! Message shown while searching */
1742 QCString trSearching() override
1743 {
1744 return "Căutare...";
1745 }
1746
1747 /*! Text shown when no search results are found */
1748 QCString trNoMatches() override
1749 {
1750 return "Niciun rezultat";
1751 }
1752
1753//////////////////////////////////////////////////////////////////////////
1754// new since 1.6.3 (missing items for the directory pages)
1755//////////////////////////////////////////////////////////////////////////
1756
1757 /*! when clicking a directory dependency label, a page with a
1758 * table is shown. The heading for the first column mentions the
1759 * source file that has a relation to another file.
1760 */
1761 QCString trFileIn(const QCString &name) override
1762 {
1763 return "Fișierul din "+name;
1764 }
1765
1766 /*! when clicking a directory dependency label, a page with a
1767 * table is shown. The heading for the second column mentions the
1768 * destination file that is included.
1769 */
1770 QCString trIncludesFileIn(const QCString &name) override
1771 {
1772 return "Include fișierul din "+name;
1773 }
1774
1775 /** Compiles a date string.
1776 * @param year Year in 4 digits
1777 * @param month Month of the year: 1=January
1778 * @param day Day of the Month: 1..31
1779 * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1780 * @param hour Hour of the day: 0..23
1781 * @param minutes Minutes in the hour: 0..59
1782 * @param seconds Seconds within the minute: 0..59
1783 * @param includeTime Include time in the result string?
1784 */
1785 QCString trDateTime(int year,int month,int day,int dayOfWeek,
1786 int hour,int minutes,int seconds,
1787 DateTimeType includeTime) override
1788 {
1789 static const char *days[] = { "Luni","Marți","Miercuri","Joi","Vineri","Sâmbătă","Duminică" };
1790 static const char *months[] = { "Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Noi","Dec" };
1791 QCString sdate;
1792 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Date)
1793 {
1794 sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1795 }
1796 if (includeTime == DateTimeType::DateTime) sdate += " ";
1797 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Time)
1798 {
1799 QCString stime;
1800 stime.sprintf("%.2d:%.2d:%.2d",hour,minutes,seconds);
1801 sdate+=stime;
1802 }
1803 return sdate;
1804 }
1805 QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
1806 {
1807 static const char *days_short[] = { "lun.", "mar.", "mie.", "joi", "vin.", "sâm.", "dum." };
1808 static const char *days_full[] = { "luni", "mar?i", "miercuri", "joi", "vineri", "sâmbătă", "duminică" };
1809 QCString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1810 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1811 else return text;
1812 }
1813 QCString trMonth(int month, bool first_capital, bool full) override
1814 {
1815 static const char *months_short[] = { "ian.", "feb.", "mar.", "apr.", "mai", "iun.", "iul.", "aug.", "sept.", "oct.", "nov.", "dec." };
1816 static const char *months_full[] = { "ianuarie", "februarie", "martie", "aprilie", "mai", "iunie", "iulie", "august", "septembrie", "octombrie", "noiembrie", "decembrie" };
1817 QCString text = full? months_full[month-1] : months_short[month-1];
1818 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1819 else return text;
1820 }
1821 QCString trDayPeriod(bool period) override
1822 {
1823 static const char *dayPeriod[] = { "a.m.", "p.m." };
1824 return dayPeriod[period?1:0];
1825 }
1826
1827//////////////////////////////////////////////////////////////////////////
1828// new since 1.7.5
1829//////////////////////////////////////////////////////////////////////////
1830
1831 /*! Header for the page with bibliographic citations */
1832 QCString trCiteReferences() override
1833 { return "Referințe Bibliografice"; }
1834
1835 /*! Text for copyright paragraph */
1836 QCString trCopyright() override
1837 { return "Copyright"; }
1838
1839 /*! Header for the graph showing the directory dependencies */
1840 QCString trDirDepGraph(const QCString &name) override
1841 { return QCString("Grafic de dependență a directoarelor pentru ")+name+":"; }
1842
1843//////////////////////////////////////////////////////////////////////////
1844// new since 1.8.0
1845//////////////////////////////////////////////////////////////////////////
1846
1847 /*! Detail level selector shown for hierarchical indices */
1848 QCString trDetailLevel() override
1849 { return "nivel de detaliu"; }
1850
1851 /*! Section header for list of template parameters */
1852 QCString trTemplateParameters() override
1853 { return "Parametri Template"; }
1854
1855 /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1856 QCString trAndMore(const QCString &number) override
1857 { return "și încă " + number; }
1858
1859 /*! Used file list for a Java enum */
1860 QCString trEnumGeneratedFromFiles(bool single) override
1861 { QCString result = "Documentația pentru acest enum a fost generată din ";
1862 if (single)
1863 result += "următorul fișier:";
1864 else
1865 result += "următoarele fișiere:";
1866 return result;
1867 }
1868
1869 /*! Header of a Java enum page (Java enums are represented as classes). */
1870 QCString trEnumReference(const QCString &name) override
1871 { return QCString(name)+" Referință Enum"; }
1872
1873 /*! Used for a section containing inherited members */
1874 QCString trInheritedFrom(const QCString &members,const QCString &what) override
1875 { return QCString(members)+" moștenit(e) din "+what; }
1876
1877 /*! Header of the sections with inherited members specific for the
1878 * base class(es)
1879 */
1881 { return "Membri Moșteniți Adiționali"; }
1882
1883//////////////////////////////////////////////////////////////////////////
1884// new since 1.8.2
1885//////////////////////////////////////////////////////////////////////////
1886
1887 /*! Used as a tooltip for the toggle button that appears in the
1888 * navigation tree in the HTML output when GENERATE_TREEVIEW is
1889 * enabled. This tooltip explains the meaning of the button.
1890 */
1891 QCString trPanelSynchronisationTooltip(bool enable) override
1892 {
1893 QCString opt = enable ? "activa" : "dezactiva";
1894 return "apasă click pentru a "+opt+" sincronizarea panourilor";
1895 }
1896
1897 /*! Used in a method of an Objective-C class that is declared in a
1898 * a category. Note that the @1 marker is required and is replaced
1899 * by a link.
1900 */
1901 QCString trProvidedByCategory() override
1902 {
1903 return "Furnizat de categoria @0.";
1904 }
1905
1906 /*! Used in a method of an Objective-C category that extends a class.
1907 * Note that the @1 marker is required and is replaced by a link to
1908 * the class method.
1909 */
1910 QCString trExtendsClass() override
1911 {
1912 return "Extinde clasa @0.";
1913 }
1914
1915 /*! Used as the header of a list of class methods in Objective-C.
1916 * These are similar to static public member functions in C++.
1917 */
1918 QCString trClassMethods() override
1919 {
1920 return "Metodele Clasei";
1921 }
1922
1923 /*! Used as the header of a list of instance methods in Objective-C.
1924 * These are similar to public member functions in C++.
1925 */
1926 QCString trInstanceMethods() override
1927 {
1928 return "Metodele Instanței";
1929 }
1930
1931 /*! Used as the header of the member functions of an Objective-C class.
1932 */
1933 QCString trMethodDocumentation() override
1934 {
1935 return "Documentația Metodelor";
1936 }
1937
1938//////////////////////////////////////////////////////////////////////////
1939// new since 1.8.4
1940//////////////////////////////////////////////////////////////////////////
1941
1942 /** old style UNO IDL services: implemented interfaces */
1943 QCString trInterfaces() override
1944 { return "Interfețe exportate"; }
1945
1946 /** old style UNO IDL services: inherited services */
1947 QCString trServices() override
1948 { return "Servicii Incluse"; }
1949
1950 /** UNO IDL constant groups */
1951 QCString trConstantGroups() override
1952 { return "Grupuri Constante"; }
1953
1954 /** UNO IDL constant groups */
1955 QCString trConstantGroupReference(const QCString &namespaceName) override
1956 {
1957 QCString result=namespaceName;
1958 result+=" Referință Grup Constant";
1959 return result;
1960 }
1961 /** UNO IDL service page title */
1962 QCString trServiceReference(const QCString &sName) override
1963 {
1964 QCString result=sName;
1965 result+=" Referință Serviciu";
1966 return result;
1967 }
1968 /** UNO IDL singleton page title */
1969 QCString trSingletonReference(const QCString &sName) override
1970 {
1971 QCString result=sName;
1972 result+=" Referință Singleton";
1973 return result;
1974 }
1975 /** UNO IDL service page */
1976 QCString trServiceGeneratedFromFiles(bool single) override
1977 {
1978 // single is true implies a single file
1979 QCString result="Documentația pentru acest serviciu "
1980 "a fost generată din ";
1981 if (single)
1982 result += "următorul fișier:";
1983 else
1984 result += "următoarele fișiere:";
1985 return result;
1986 }
1987 /** UNO IDL singleton page */
1988 QCString trSingletonGeneratedFromFiles(bool single) override
1989 {
1990 // single is true implies a single file
1991 QCString result="Documentația pentru acest singleton "
1992 "a fost generată din ";
1993 if (single)
1994 result += "următorul fișier:";
1995 else
1996 result += "următoarele fișiere:";
1997 return result;
1998 }
1999
2000};
2001
2002#endif
CompoundType
The various compound types.
Definition classdef.h:109
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
QCString upper() const
Definition qcstring.h:239
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
Definition qcstring.h:226
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:150
QCString & sprintf(const char *format,...)
Definition qcstring.cpp:29
QCString trDesignUnitDocumentation() override
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
QCString trModulesDescription() override
QCString trModule(bool first_capital, bool singular) override
QCString trMemberFunctionDocumentation() override
QCString trEnumReference(const QCString &name) override
QCString trStaticPackageFunctions() override
QCString trLegend() override
QCString trVariableDocumentation() override
QCString trTypeDocumentation() override
QCString trFileListDescription(bool extractAll) override
QCString trProperties() override
QCString trClass(bool first_capital, bool singular) override
QCString trClasses() override
QCString trLoading() override
QCString trSearchMatches() override
QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
QCString trMemberDataDocumentation() override
QCString trDefinedIn() override
QCString trCompounds() override
QCString trAttention() override
QCString trProtectedTypes() override
QCString trModulesListDescription(bool extractAll) override
QCString trModulesList() override
QCString trPropertyDocumentation() override
QCString trFileIndex() override
QCString trWarning() override
QCString trConstantGroups() override
UNO IDL constant groups.
QCString trLegendTitle() override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trStaticPrivateMembers() override
QCString trReturns() override
QCString trNamespaceDocumentation() override
QCString trCompoundMembers() override
QCString trParameters() override
QCString trModulesMemberDescription(bool extractAll) override
QCString trInheritsList(int numEntries) override
QCString trRelatedFunctionDocumentation() override
QCString trSubprograms() override
QCString trImplementedFromList(int numEntries) override
QCString trCiteReferences() override
QCString trSubprogramDocumentation() override
QCString trRTFTableOfContents() override
QCString trAll() override
QCString trRelatedPages() override
QCString trDirectories() override
QCString trGotoTextualHierarchy() override
QCString trSubprogram(bool first_capital, bool singular) override
QCString trNamespace(bool first_capital, bool singular) override
QCString trFileDocumentation() override
QCString trProvidedByCategory() override
QCString trLegendDocs() override
QCString trExceptions() override
QCString trConstructorDocumentation() override
QCString trMethodDocumentation() override
QCString trPageIndex() override
QCString trFunctions() override
QCString trPage(bool first_capital, bool singular) override
QCString trEventDocumentation() override
QCString trStaticPublicMembers() override
QCString trDirRelation(const QCString &name) override
QCString trEnumerations() override
QCString trStaticProtectedAttribs() override
QCString trTypedefs() override
QCString trDeprecatedList() override
QCString trTypeConstraints() override
QCString trPostcondition() override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trDate() override
QCString trVariables() override
QCString trCallGraph() override
QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
QCString trModuleReference(const QCString &namespaceName) override
QCString trDefinedInSourceFile() override
QCString trDirDocumentation() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trExamples() override
QCString trCode() override
QCString trRTFCharSet() override
QCString trPackageMembers() override
QCString trCallerGraph() override
QCString trNoMatches() override
QCString trPublicAttribs() override
QCString trSearch() override
QCString trClassHierarchy() override
QCString trRelatedFunctions() override
QCString trPackageTypes() override
QCString trInheritedByList(int numEntries) override
QCString trDirIndex() override
QCString trReimplementedFromList(int numEntries) override
QCString trSearchResults(int numDocuments) override
QCString trVersion() override
QCString trDefineDocumentation() override
QCString trInheritedFrom(const QCString &members, const QCString &what) override
QCString trHierarchicalIndex() override
QCString trModulesMembers() override
QCString trReferences() override
QCString trEnumerationValues() override
QCString trStaticPackageAttribs() override
QCString trNamespaceList() override
QCString trRTFGeneralIndex() override
QCString trDir(bool first_capital, bool singular) override
QCString trPageAbbreviation() override
QCString trType(bool first_capital, bool singular) override
QCString trTodo() override
QCString trSeeAlso() override
QCString trGotoSourceCode() override
QCString trProtectedAttribs() override
QCString trExtendsClass() override
QCString trNote() override
QCString trRelatedSubscript() override
QCString trISOLang() override
QCString trCompoundMembersFortran() override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trRTFansicp() override
QCString trEvents() override
QCString trDayPeriod(bool period) override
QCString trEnumName() override
QCString trDirReference(const QCString &dirName) override
QCString trServiceReference(const QCString &sName) override
UNO IDL service page title.
QCString trPackageListDescription() override
QCString trDetailLevel() override
QCString trPublicTypes() override
QCString trFile(bool first_capital, bool singular) override
QCString trMemberList() override
QCString trPublicMembers() override
QCString latexLanguageSupportCommand() override
QCString trReferencedBy() override
QCString trGotoDocumentation() override
QCString trFileIn(const QCString &name) override
QCString trMore() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trSingletonReference(const QCString &sName) override
UNO IDL singleton page title.
QCString trGotoGraphicalHierarchy() override
QCString trRemarks() override
QCString trSignals() override
QCString getLanguageString() override
language codes for Html help
QCString trCompoundListDescriptionFortran() override
QCString trClassDiagram(const QCString &clName) override
QCString trPrivateTypes() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trTemplateParameters() override
QCString trDataTypes() override
QCString trMemberEnumerationDocumentation() override
QCString trGraphicalHierarchy() override
QCString trCompoundIndexFortran() override
QCString trCopyright() override
QCString trServices() override
old style UNO IDL services: inherited services
QCString trTypedefDocumentation() override
QCString trBugList() override
QCString trSince() override
QCString trCompoundListDescription() override
QCString trNamespaceMembers() override
QCString trEnumGeneratedFromFiles(bool single) override
QCString trThisIsTheListOfAllMembers() override
QCString trDeprecated() override
QCString trDetailedDescription() override
QCString trModuleIndex() override
QCString trStaticProtectedMembers() override
QCString trCompoundMembersDescriptionFortran(bool extractAll) override
QCString trPrivateMembers() override
QCString trFileList() override
QCString trModulesIndex() override
QCString trPanelSynchronisationTooltip(bool enable) override
QCString trSingletonGeneratedFromFiles(bool single) override
UNO IDL singleton page.
QCString trFileMembersDescription(bool extractAll) override
QCString trInstanceMethods() override
QCString trProtectedSlots() override
QCString trNamespaces() override
QCString trListOfAllMembers() override
QCString trOverloadText() override
QCString trTest() override
QCString trClassHierarchyDescription() override
QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
QCString trSourceFile(const QCString &filename) override
QCString trStaticPublicAttribs() override
QCString trFileReference(const QCString &fileName) override
QCString trMemberFunctionDocumentationFortran() override
QCString trInterfaces() override
old style UNO IDL services: implemented interfaces
QCString trPackageAttribs() override
QCString idLanguage() override
QCString trGeneratedBy() override
QCString trClassDocumentation() override
QCString trCompoundList() override
QCString trReimplementedInList(int numEntries) override
QCString trDefinedAtLineInSourceFile() override
QCString trFileMembers() override
QCString trIncludesFileIn(const QCString &name) override
QCString trRelatedPagesDescription() override
QCString trImplementedInList(int numEntries) override
QCString trDefineValue() override
QCString trFriends() override
QCString trGroup(bool first_capital, bool singular) override
QCString trPrecondition() override
QCString trEnumerationValueDocumentation() override
QCString trStaticPrivateAttribs() override
QCString trPackage(const QCString &name) override
QCString trServiceGeneratedFromFiles(bool single) override
UNO IDL service page.
QCString trGlobal(bool first_capital, bool singular) override
QCString trBug() override
QCString trCompoundListFortran() override
QCString trCompoundIndex() override
QCString trEnumerationTypeDocumentation() override
QCString trInclByDepGraph() override
QCString trDocumentation(const QCString &projName) override
QCString trPackages() override
QCString trSearchResultsTitle() override
QCString trTodoList() override
QCString trDirDepGraph(const QCString &name) override
QCString trReferenceManual() override
QCString trMemberTypedefDocumentation() override
QCString trPrivateAttribs() override
QCString trNamespaceIndex() override
QCString trFunctionDocumentation() override
QCString trConstantGroupReference(const QCString &namespaceName) override
UNO IDL constant groups.
QCString trEnumValue() override
QCString trInclDepGraph(const QCString &fName) override
QCString trModules() override
QCString trMainPage() override
QCString trProtectedMembers() override
QCString trPublicSlots() override
QCString trClassMethods() override
QCString trExamplesDescription() override
QCString trMonth(int month, bool first_capital, bool full) override
QCString trAuthor(bool first_capital, bool singular) override
QCString trIncludingInheritedMembers() override
QCString trDefines() override
QCString trSearching() override
QCString trTestList() override
QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trAndMore(const QCString &number) override
QCString trPackageFunctions() override
QCString trModuleDocumentation() override
QCString trInitialValue() override
QCString trPrivateSlots() override
QCString trAdditionalInheritedMembers() override
QCString trWriteList(int numEntries) override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trInvariant() override
QCString trReturnValues() override
QCString trGlobalNamespace() override
QCString trMember(bool first_capital, bool singular) override
QCString trDetails() override
#define Config_getBool(name)
Definition config.h:33
DateTimeType
Definition datetime.h:38
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6616