Doxygen
Loading...
Searching...
No Matches
translator_hi.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/* English to Hindi keyword dictionary
17 * alias = उपनाम
18 * alias = उपनामगण
19 * architecture = वास्तुकला
20 * architectures = वास्तुकलाएं
21 * argument = तर्क
22 * arguments = तर्कगण
23 * attribute = गुण
24 * attrubutes = गुणगण
25 * category = श्रेणी
26 * categories = श्रेणीयाँ
27 * code = संकेत-लिपि
28 * codes = संकेत-लिपियाॅं
29 * component = अंग
30 * components = अंगगण
31 * concept = संकल्पना
32 * concepts = संकल्पनाएं
33 * configuration = विन्यास
34 * configurations = विन्यासगण
35 * const/constant = स्थिर
36 * consts/constants = स्थिरगण
37 * constructor = निर्माता
38 * class = वर्ग
39 * classes = वर्गगण
40 * datum = आंकड़ा
41 * data = आंकड़े
42 * data structure = आंकड़ा संरचना (datum structure)
43 * data structures = आंकड़े संरचनाएं
44 * destructor = नाशक
45 * directory = निर्देशिका
46 * directories = निर्देशिकाएं
47 * doxygen = डाॅक्सिजन
48 * entity = इकाइ
49 * entities = इकाइयाॅं
50 * enum/enumerator = परिगणक
51 * enumeration = परिगणना
52 * event = घटना
53 * events = घटनाएं
54 * example = उदाहरण
55 * examples = उदाहरणगण
56 * exception = अपवाद
57 * exceptions = अपवादगण
58 * field = भाग
59 * fields = भागगण
60 * file = फ़ाइल
61 * friend = मित्र
62 * friends = मित्रगण
63 * function/routine = फलन
64 * functions/routines = फलनगण
65 * global = वैश्र्विक
66 * globals = वैश्र्विकगण
67 * group = समूह
68 * groups = समूहगण
69 * instance = उदाहरण
70 * instances = उदाहरणगण
71 * instantiation = उदाहरणीकरण
72 * instantiations = उदाहरणीकरणगण
73 * interface = अंतराफलक
74 * interfaces = अंतराफलकगण
75 * inherit =
76 * inheritance = वरासत
77 * inherited = वरासित
78 * library = संग्रह
79 * libraries = संग्रहगण
80 * member = सदस्य
81 * members = सदस्यगण
82 * method = विधि
83 * methods = विधियाँ
84 * module = अनुखंड
85 * modules = अनुखंडगण
86 * namespace = नाम-स्थान
87 * operation = कार्यवाही
88 * operations = कार्यवाहीयाँ
89 * overload = अधिभार
90 * overloaded = अधिभारित
91 * package = संकुल
92 * packages = संकुलगण
93 * page = पृष्ठ
94 * pages = पृष्ठगण
95 * parameter = मापदंड
96 * parameters = मापदंडगण
97 * port = द्वार
98 * ports = द्वारगण
99 * private = निजी
100 * procedure = कार्यविधि
101 * procedures = कार्यविधियाँ
102 * process = प्रक्रिया
103 * processes = प्रक्रियाएं
104 * property = संपत्ति
105 * properties = संपत्तियाँ
106 * protected = संरक्षित
107 * protocol = प्रोटोकॉल
108 * public = सार्वजनिक
109 * record = अभिलेख
110 * records = अभिलेखगण
111 * shared = साझाकृत
112 * search = खोजें
113 * service = सेवा
114 * services = सेवाएं
115 * singleton = एकल
116 * singletons = एकलगण
117 * static = अचल
118 * struct/structure = संरचना
119 * structs/structures = संरचनाएं
120 * subfunction/subroutine = उपफलन
121 * subfunctions/subroutines = उपफलनगण
122 * subtype = उपप्ररुप
123 * subtypes = उपप्ररुपगण
124 * super = उत्तम
125 * synchronize = सिंक्रनाइज़
126 * synchronization = सिंक्रनाइज़ीकरण
127 * template = टेम्पलेट
128 * templates = टेम्पलेटगण
129 * typedef = प्ररुप-परिभाषा
130 * typedefs = प्ररुप-परिभाषागण
131 * union = मिलन
132 * unions = मिलनगण
133 * variable = परिवर्तनशील
134 * variables = परिवर्तनशीलगण
135 */
136
137#ifndef TRANSLATOR_HI_H
138#define TRANSLATOR_HI_H
139
140/*!
141 It is not necessary to include "translator.h" or
142 "translator_adapter.h" here. The files are included in the
143 language.cpp correctly. Not including any of the mentioned
144 files frees the maintainer from thinking about whether the
145 first, the second, or both files should be included or not, and
146 why. This holds namely for localized translators because their
147 base class is changed occasionally to adapter classes when the
148 Translator class changes the interface, or back to the
149 Translator class (by the local maintainer) when the localized
150 translator is made up-to-date again.
151*/
153{
154 public:
155
156 // --- Language control methods -------------------
157
158 /*! Used for identification of the language. The identification
159 * should not be translated. It should be replaced by the name
160 * of the language in English using lower-case characters only
161 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
162 * the identification used in language.cpp.
163 */
165 { return "hindi"; }
166
167 /*! Used to get the LaTeX command(s) for the language support.
168 * This method should return string with commands that switch
169 * LaTeX to the desired language. For example
170 * <pre>"\\usepackage[german]{babel}\n"
171 * </pre>
172 * or
173 * <pre>"\\usepackage{polski}\n"
174 * "\\usepackage[latin2]{inputenc}\n"
175 * "\\usepackage[T1]{fontenc}\n"
176 * </pre>
177 *
178 * The English LaTeX does not use such commands. Because of this
179 * the empty string is returned in this implementation.
180 */
182 { return ""; }
183
185 {
186 return p_latexCommandName("xelatex");
187 }
188
190 { return "hi-IN"; }
191
193 { return "0x439 Hindi"; }
194
195 // --- Language translation methods -------------------
196
197 /*! used in the compound documentation before a list of related functions. */
199 { return "संबंधित फलन"; }
200
201 /*! subscript for the related functions. */
203 { return "(ध्यान दें कि ये सदस्य फलन नहीं हैं।)"; }
204
205 /*! header that is put before the detailed description of files, classes and namespaces. */
207 { return "विस्तृत विवरण"; }
208
209 /*! header that is used when the summary tag is missing inside the details tag */
211 { return "विवरण"; }
212
213 /*! header that is put before the list of typedefs. */
215 { return "सदस्य प्ररुप-परिभाषा दस्तावेज़ीकरण"; }
216
217 /*! header that is put before the list of enumerations. */
219 { return "सदस्य परिगणना दस्तावेज़ीकरण"; }
220
221 /*! header that is put before the list of member functions. */
223 { return "सदस्य फलन दस्तावेज़ीकरण"; }
224
225 /*! header that is put before the list of member attributes. */
227 {
228 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
229 return "भाग दस्तावेज़ीकरण";
230 else
231 return "सदस्य आंकड़े दस्तावेज़ीकरण";
232 }
233
234 /*! this is the text of a link put after brief descriptions. */
235 DString trMore() override
236 { return "और..."; }
237
238 /*! put in the class documentation */
240 { return "सभी सदस्यों की सूची"; }
241
242 /*! used as the title of the "list of all members" page of a class */
244 { return "सदस्य सूची"; }
245
246 /*! this is the first part of a sentence that is followed by a class name */
248 { return "यह है सदस्यों की पूरी सूची "; }
249
250 /*! this is the remainder of the sentence after the class name */
252 { return ", सभी विरासत में मिले सदस्यों सहित।"; }
253
254 /*! this is put at the author sections at the bottom of man pages.
255 * parameter s is name of the project name.
256 */
258 {
259 DString result = "स्रोत संकेत-लिपि से ";
260 if (!s.empty())
261 result += s + " के लिए ";
262 result += "डॉक्सिजन द्वारा स्वचालित रूप से उत्पन्न किया गया।";
263 return result;
264 }
265
266 /*! put after an enum name in the list of all members */
268 { return "परिगणक नाम"; }
269
270 /*! put after an enum value in the list of all members */
272 { return "परिगणक मूल्य"; }
273
274 /*! put after an undocumented member in the list of all members */
276 { return "में परिभाषित"; }
277
278 // quick reference sections
279
280 /*! This is put above each page as a link to the list of all groups of
281 * compounds or files (see the \\group command).
282 */
284 { return "अनुखंडगण"; }
285
286 /*! This is put above each page as a link to the class hierarchy */
288 { return "वर्ग पदानुक्रम"; }
289
290 /*! This is put above each page as a link to the list of annotated classes */
292 {
293 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
294 return "आंकड़े संरचनाएं";
295 else
296 return "वर्ग सूची";
297 }
298
299 /*! This is put above each page as a link to the list of documented files */
301 { return "फ़ाइल सूची"; }
302
303 /*! This is put above each page as a link to all members of compounds. */
305 {
306 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
307 return "आंकड़े भागगण";
308 else
309 return "वर्ग सदस्यगण";
310 }
311
312 /*! This is put above each page as a link to all members of files. */
314 {
315 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
316 return "वैश्र्विकगण";
317 else
318 return "फ़ाइल सदस्यगण";
319 }
320
321 /*! This is put above each page as a link to all related pages. */
323 { return "संबंधित पृष्ठगण"; }
324
325 /*! This is put above each page as a link to all examples. */
327 { return "उदाहरणगण"; }
328
329 /*! This is put above each page as a link to the search engine. */
330 DString trSearch() override
331 { return "खोजें"; }
332
333 /*! This is an introduction to the class hierarchy. */
335 {
336 if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
337 return "यहाँ वर्गगण की एक पदानुक्रमनुसार सूची दी गई है:";
338 else
339 return "यह वरासत सूची मोटे तौर पर क्रमबद्ध है, लेकिन पूरी तरह से नहीं, वर्णानुक्रम में:";
340 }
341
342 /*! This is an introduction to the list with all files. */
343 DString trFileListDescription(bool extractAll) override
344 {
345 DString result = "यहाँ संक्षिप्त विवरण के साथ सभी ";
346 if (!extractAll)
347 result += "दस्तावेज़ीकृत ";
348 result += "फ़ाइलों की सूची दी गई है:";
349 return result;
350 }
351
352 /*! This is an introduction to the annotated compound list. */
354 {
355 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
356 return "यहाँ संक्षिप्त विवरण के साथ आंकड़े संरचनाएँ हैं:";
357 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
358 return "यहाँ संक्षिप्त विवरण के साथ वर्गगण दी गई हैं:";
359 else
360 return "यहाँ संक्षिप्त विवरण के साथ सभी वर्गगण, संरचनाएं, मिलनगण और अंतराफलकगण की सूची दी गई हैं:";
361 }
362
363 /*! This is an introduction to the page with all class members. */
364 DString trCompoundMembersDescription(bool extractAll) override
365 {
366 DString result = "यहाँ सभी ";
367 if (!extractAll)
368 result += "दस्तावेज़ीकृत ";
369 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
370 result += "संरचना और मिलन भागगण";
371 else
372 result += "वर्ग सदस्यगण";
373 result += " कि लिंको के साथ ";
374 if (!extractAll)
375 {
376 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
377 result += "प्रत्येक भाग के संरचना/मिलन दस्तावेज़ीकरण ";
378 else
379 result += "प्रत्येक भाग के वर्ग दस्तावेज़ीकरण ";
380 }
381 else
382 {
383 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
384 result += "संबंधित संरचनाएं/मिलनगण ";
385 else
386 result += "संबंधित वर्गगण ";
387 }
388 result += "कि सूची दि गई हैं:";
389 return result;
390 }
391
392 /*! This is an introduction to the page with all file members. */
393 DString trFileMembersDescription(bool extractAll) override
394 {
395 DString result = "यहाँ सभी ";
396 if (!extractAll) result += "दस्तावेज़ीकृत ";
397 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
398 result += "फलनगण, परिवर्तनशीलगण, मैक्रोगण, परिगणकगण और प्ररुप-परिभाषाएं";
399 else
400 result += "फ़ाइल सदस्यगण";
401 result += " कि लिंको के साथ ";
402 if (extractAll)
403 result += "संबंधित फाइलों ";
404 else
405 result += "दस्तावेज़ीकरण ";
406 result += "कि सूची दि गई हैं:";
407 return result;
408 }
409
410 /*! This is an introduction to the page with the list of all examples */
412 { return "यहाँ सभी उदाहरणों की एक सूची दी गई है:"; }
413
414 /*! This is an introduction to the page with the list of related pages */
416 { return "यहाँ सभी संबंधित दस्तावेज़ीकरण पृष्ठों की सूची दी गई है:"; }
417
418 /*! This is an introduction to the page with the list of class/file groups */
420 { return "यहाँ सभी अनुखंडों की एक सूची है:"; }
421
422 // index titles (the project name is prepended for these)
423
424 /*! This is used in HTML as the title of index.html. */
425 DString trDocumentation(const DString &projName) override
426 { return (!projName.empty()?projName + " " : "") + "दस्तावेज़ीकरण"; }
427
428 /*! This is used in LaTeX as the title of the chapter with the
429 * index of all groups.
430 */
432 { return "अनुखंड अनुक्रमणिका"; }
433
434 /*! This is used in LaTeX as the title of the chapter with the
435 * class hierarchy.
436 */
438 { return "पदानुक्रमनुसार अनुक्रमणिका"; }
439
440 /*! This is used in LaTeX as the title of the chapter with the
441 * annotated compound index.
442 */
444 {
445 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
446 return "आंकड़े संरचना अनुक्रमणिका";
447 else
448 return "वर्ग अनुक्रमणिका";
449 }
450
451 /*! This is used in LaTeX as the title of the chapter with the
452 * list of all files.
453 */
455 { return "फ़ाइल अनुक्रमणिका"; }
456
457 /*! This is used in LaTeX as the title of the chapter containing
458 * the documentation of all groups.
459 */
461 { return "अनुखंड दस्तावेज़ीकरण"; }
462
463 /*! This is used in LaTeX as the title of the chapter containing
464 * the documentation of all classes, structs and unions.
465 */
467 {
468 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
469 return "आंकड़े संरचना दस्तावेज़ीकरण";
470 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
472 else
473 return "वर्ग दस्तावेज़ीकरण";
474 }
475
476 /*! This is used in LaTeX as the title of the chapter containing
477 * the documentation of all files.
478 */
480 { return "फ़ाइल दस्तावेज़ीकरण"; }
481
482 /*! This is used in LaTeX as the title of the document */
484 { return "संदर्भ पुस्तिका"; }
485
486 /*! This is used in the documentation of a file as a header before the
487 * list of defines
488 */
490 { return "मैक्रोगण"; }
491
492 /*! This is used in the documentation of a file as a header before the
493 * list of typedefs
494 */
496 { return "प्ररुप-परिभाषाएं"; }
497
498 /*! This is used in the documentation of a file as a header before the
499 * list of enumerations
500 */
502 { return "परिगणकगण"; }
503
504 /*! This is used in the documentation of a file as a header before the
505 * list of (global) functions
506 */
508 { return "फलनगण"; }
509
510 /*! This is used in the documentation of a file as a header before the
511 * list of (global) variables
512 */
514 { return "परिवर्तनशीलगण"; }
515
516 /*! This is used in the documentation of a file as a header before the
517 * list of (global) variables
518 */
520 { return "परिगणक"; }
521
522 /*! This is used in the documentation of a file before the list of
523 * documentation blocks for defines
524 */
526 { return "मैक्रो परिभाषा दस्तावेज़ीकरण"; }
527
528 /*! This is used in the documentation of a file/namespace before the list
529 * of documentation blocks for typedefs
530 */
532 { return "प्ररुप-परिभाषा दस्तावेज़ीकरण"; }
533
534 /*! This is used in the documentation of a file/namespace before the list
535 * of documentation blocks for enumeration types
536 */
538 { return "परिगणना प्ररूप दस्तावेज़ीकरण"; }
539
540 /*! This is used in the documentation of a file/namespace before the list
541 * of documentation blocks for functions
542 */
544 { return "फलन दस्तावेज़ीकरण"; }
545
546 /*! This is used in the documentation of a file/namespace before the list
547 * of documentation blocks for variables
548 */
550 { return "परिवर्तनशील दस्तावेज़ीकरण"; }
551
552 /*! This is used in the documentation of a file/namespace/group before
553 * the list of links to documented compounds
554 */
556 {
557 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
558 return "आंकड़े संरचनाएं";
559 else
560 return "वर्गगण";
561 }
562
563 /*! This is used in the standard footer of each page and indicates when
564 * the page was generated
565 */
566 DString trGeneratedAt(const DString &date,const DString &projName) override
567 {
568 DString result;
569 if (!projName.empty())
570 result += projName + " के लिए ";
571 result += date + " पर उतपन्न किया गया: ";
572 return result;
573 }
574
575 /*! this text is put before a class diagram */
576 DString trClassDiagram(const DString &clName) override
577 { return clName + " के लिए वरासत आरेख:"; }
578
579 /*! this text is generated when the \\warning command is used. */
581 { return "चेतावनी"; }
582
583 /*! this text is generated when the \\version command is used. */
585 { return "संस्करण"; }
586
587 /*! this text is generated when the \\date command is used. */
588 DString trDate() override
589 { return "दिनांक"; }
590
591 /*! this text is generated when the \\return command is used. */
593 { return "वापसी"; }
594
595 /*! this text is generated when the \\sa command is used. */
597 { return "यह भी देखें"; }
598
599 /*! this text is generated when the \\param command is used. */
601 { return "मापदंडगण"; }
602
603 /*! this text is generated when the \\exception command is used. */
605 { return "अपवादगण"; }
606
607 /*! this text is used in the title page of a LaTeX document. */
609 { return "द्वारा उत्पन्न"; }
610
611//////////////////////////////////////////////////////////////////////////
612// new since 0.49-990307
613//////////////////////////////////////////////////////////////////////////
614
615 /*! used as the title of page containing all the index of all namespaces. */
617 { return "नाम-स्थान सूची"; }
618
619 /*! used as an introduction to the namespace list */
620 DString trNamespaceListDescription(bool extractAll) override
621 {
622 DString result = "यहाँ संक्षिप्त विवरण के साथ सभी ";
623 if (!extractAll)
624 result += "दस्तावेज़ीकृत ";
625 result += "नाम-स्थानों की सूची दी गई है:";
626 return result;
627 }
628
629 /*! used in the class documentation as a header before the list of all
630 * friends of a class
631 */
633 { return "मित्रगण"; }
634
635//////////////////////////////////////////////////////////////////////////
636// new since 0.49-990405
637//////////////////////////////////////////////////////////////////////////
638
639 /*! used in the class documentation as a header before the list of all
640 * related classes
641 */
643 { return "मित्रगण और संबंधित फलन दस्तावेज़ीकरण"; }
644
645//////////////////////////////////////////////////////////////////////////
646// new since 0.49-990425
647//////////////////////////////////////////////////////////////////////////
648
649 /*! used as the title of the HTML page of a class/struct/union */
651 const DString &clName,
652 ClassDef::CompoundType compType,
653 bool isTemplate) override
654 {
655 DString result=clName;
656 switch(compType)
657 {
658 case ClassDef::Class: result += " वर्ग"; break;
659 case ClassDef::Struct: result += " संरचना"; break;
660 case ClassDef::Union: result += " मिलन"; break;
661 case ClassDef::Interface: result += " अंतराफलक"; break;
662 case ClassDef::Protocol: result += " प्रोटोकॉल"; break;
663 case ClassDef::Category: result += " श्रेणी"; break;
664 case ClassDef::Exception: result += " अपवाद"; break;
665 default: break;
666 }
667 if (isTemplate)
668 result += " टेम्पलेट";
669 result += " संदर्भ";
670 return result;
671 }
672
673 /*! used as the title of the HTML page of a file */
674 DString trFileReference(const DString &fileName) override
675 {
676 DString result = fileName;
677 result += " फ़ाइल संदर्भ";
678 return result;
679 }
680
681 /*! used as the title of the HTML page of a namespace */
682 DString trNamespaceReference(const DString &namespaceName) override
683 {
684 DString result = namespaceName;
685 result += " नाम-स्थान संदर्भ";
686 return result;
687 }
688
690 { return "सार्वजनिक सदस्य फलनगण"; }
691
693 { return "सार्वजनिक खांचें"; }
694
696 { return "संकेतगण"; }
697
699 { return "अचल सार्वजनिक सदस्य फलनगण"; }
700
702 { return "संरक्षित सदस्य फलनगण"; }
703
705 { return "संरक्षित खांचे"; }
706
708 { return "अचल संरक्षित सदस्य फलनगण"; }
709
711 { return "निजी सदस्य फलनगण"; }
712
714 { return "निजी खांचें"; }
715
717 { return "अचल निजी सदस्य फलनगण"; }
718
719 /*! this function is used to produce a comma-separated list of items.
720 * use generateMarker(i) to indicate where item i should be put.
721 */
722 DString trWriteList(int numEntries) override
723 {
724 DString result;
725 // the inherits list contain `numEntries' classes
726 for (int i = 0; i < numEntries; ++i)
727 {
728 // use generateMarker to generate placeholders for the class links!
729 result += generateMarker(i); // generate marker for entry i in the list
730 // (order is left to right)
731 if (i != numEntries - 1) // not the last entry, so we need a separator
732 {
733 if (i < numEntries - 2) // not the fore last entry
734 result += ", ";
735 else // the fore last entry
736 result += ", और ";
737 }
738 }
739 return result;
740 }
741
742 /*! used in class documentation to produce a list of base classes,
743 * if class diagrams are disabled.
744 */
745 DString trInheritsList(int numEntries) override
746 { return trWriteList(numEntries) + " से विरासित।"; }
747
748 /*! used in class documentation to produce a list of super classes,
749 * if class diagrams are disabled.
750 */
751 DString trInheritedByList(int numEntries) override
752 { return trWriteList(numEntries) + " द्वारा विरासित।"; }
753
754 /*! used in member documentation blocks to produce a list of
755 * members that are hidden by this one.
756 */
757 DString trReimplementedFromList(int numEntries) override
758 { return trWriteList(numEntries) + " से पुन: लागू किया गया।"; }
759
760 /*! used in member documentation blocks to produce a list of
761 * all member that overwrite the implementation of this member.
762 */
763 DString trReimplementedInList(int numEntries) override
764 { return trWriteList(numEntries) + " में पुन: लागू किया गया।"; }
765
766 /*! This is put above each page as a link to all members of namespaces. */
768 { return "नाम-स्थान सदस्यगण"; }
769
770 /*! This is an introduction to the page with all namespace members */
771 DString trNamespaceMemberDescription(bool extractAll) override
772 {
773 DString result = "यहाँ सभी ";
774 if (!extractAll)
775 result += "दस्तावेज़ीकृत ";
776 result += "नाम-स्थान सदस्यगण कि लिंको के साथ ";
777 if (extractAll)
778 result += "प्रत्येक सदस्य के नाम-स्थान दस्तावेज़ीकरण ";
779 else
780 result += "उनसे संबंधित नाम-स्थानों ";
781 result += "कि सूची दि गई हैं:";
782 return result;
783 }
784
785 /*! This is used in LaTeX as the title of the chapter with the
786 * index of all namespaces.
787 */
789 { return "नाम-स्थान अनुक्रमणिका"; }
790
791 /*! This is used in LaTeX as the title of the chapter containing
792 * the documentation of all namespaces.
793 */
795 { return "नाम-स्थान दस्तावेज़ीकरण"; }
796
797//////////////////////////////////////////////////////////////////////////
798// new since 0.49-990522
799//////////////////////////////////////////////////////////////////////////
800
801 /*! This is used in the documentation before the list of all
802 * namespaces in a file.
803 */
805 { return "नाम-स्थानगण"; }
806
807//////////////////////////////////////////////////////////////////////////
808// new since 0.49-990728
809//////////////////////////////////////////////////////////////////////////
810
811 /*! This is put at the bottom of a class documentation page and is
812 * followed by a list of files that were used to generate the page.
813 */
815 bool single) override
816 {
817 // single is true implies a single file
818 bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
819 DString result;
820 switch (compType)
821 {
822 case ClassDef::Class: result += vhdlOpt ? "डिज़ाइन इकाई" : "वर्ग"; break;
823 case ClassDef::Struct: result += "संस्करण"; break;
824 case ClassDef::Union: result += "मिलन"; break;
825 case ClassDef::Interface: result += "अंतराफलक"; break;
826 case ClassDef::Protocol: result += "प्रोटोकॉल"; break;
827 case ClassDef::Category: result += "श्रेणी"; break;
828 case ClassDef::Exception: result += "अपवाद"; break;
829 default: break;
830 }
831 result += " के लिए दस्तावेज़ीकरण ";
832 if (single)
833 result += " फ़ाइल से उत्पन्न किया गया था:";
834 else
835 result += " निम्न फ़ाइलों से उत्पन्न किया गया था:";
836 return result;
837 }
838
839//////////////////////////////////////////////////////////////////////////
840// new since 0.49-990901
841//////////////////////////////////////////////////////////////////////////
842
843 /*! This is used as the heading text for the retval command. */
845 { return "वापसी मान"; }
846
847 /*! This is in the (quick) index as a link to the main page (index.html)
848 */
850 { return "मुख्य पृष्ठ"; }
851
852 /*! This is used in references to page that are put in the LaTeX
853 * documentation. It should be an abbreviation of the word page.
854 */
856 { return "पृ."; }
857
858//////////////////////////////////////////////////////////////////////////
859// new since 0.49-991003
860//////////////////////////////////////////////////////////////////////////
861
863 { return "फ़ाइल @1 की लाइन @0 पर परिभाषित।"; }
864
866 { return "फ़ाइल @0 में परिभाषित।"; }
867
868//////////////////////////////////////////////////////////////////////////
869// new since 0.49-991205
870//////////////////////////////////////////////////////////////////////////
871
873 { return "पदावनत"; }
874
875//////////////////////////////////////////////////////////////////////////
876// new since 1.0.0
877//////////////////////////////////////////////////////////////////////////
878
879 /*! this text is put before a collaboration diagram */
880 DString trCollaborationDiagram(const DString &clName) override
881 { return clName + " के लिए सहयोगीकरण आरेख:"; }
882
883 /*! this text is put before an include dependency graph */
884 DString trInclDepGraph(const DString &fName) override
885 { return fName + " के लिए निर्भरता लेखाचित्र शामिल करें:"; }
886
887 /*! header that is put before the list of constructor/destructors. */
889 { return "निर्माता और नाशक दस्तावेज़ीकरण"; }
890
891 /*! Used in the file documentation to point to the corresponding sources. */
893 { return "इस फाइल कि स्त्रोत संकेत-लिपि को देखें।"; }
894
895 /*! Used in the file sources to point to the corresponding documentation. */
897 { return "इस फ़ाइल के दस्तावेज़ीकरण पर जाएं।"; }
898
899 /*! Text for the \\pre command */
901 { return "पूर्वशर्त"; }
902
903 /*! Text for the \\post command */
905 { return "शर्तपश्चात्"; }
906
907 /*! Text for the \\invariant command */
909 { return "अपरिवर्तनीय"; }
910
911 /*! Text shown before a multi-line variable/enum initialization */
913 { return "प्रारंभिक मूल्य:"; }
914
915 /*! Text used the source code in the file index */
916 DString trCode() override
917 { return "संकेत-लिपि"; }
918
920 { return "चित्रात्मक वर्ग पदानुक्रम"; }
921
923 { return "चित्रात्मक वर्ग पदानुक्रम पर जाएँ"; }
924
926 { return "पाठ्य वर्ग पदानुक्रम पर जाएँ"; }
927
929 { return "पृष्ठ अनुक्रमणिका"; }
930
931//////////////////////////////////////////////////////////////////////////
932// new since 1.1.0
933//////////////////////////////////////////////////////////////////////////
934
935 DString trNote() override
936 { return "ध्यान दें"; }
937
939 { return "सार्वजनिक प्ररुपगण"; }
940
942 {
943 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
944 return "आंकड़े भागगण";
945 else
946 return "सार्वजनिक गुणगण";
947 }
948
950 { return "अचल सार्वजनिक गुणगण"; }
951
953 { return "संरक्षित प्ररुपगण"; }
954
956 { return "संरक्षित गुणगण"; }
957
959 { return "अचल संरक्षित गुणगण"; }
960
962 { return "निजी प्ररुपगण"; }
963
965 { return "निजी गुणगण"; }
966
968 { return "अचल निजी गुणगण"; }
969
970//////////////////////////////////////////////////////////////////////////
971// new since 1.1.3
972//////////////////////////////////////////////////////////////////////////
973
974 /*! Used as a marker that is put before a \\todo item */
975 DString trTodo() override
976 { return "करने के लिए"; }
977
978 /*! Used as the header of the todo list */
980 { return "करने के लिए सूची"; }
981
982//////////////////////////////////////////////////////////////////////////
983// new since 1.1.4
984//////////////////////////////////////////////////////////////////////////
985
987 { return "द्वारा संदर्भित"; }
988
990 { return "टिप्पणियाँ"; }
991
993 { return "ध्यान"; }
994
996 { return "यह लेखाचित्र दिखाता है कि कौन सी फ़ाइलें प्रत्यक्ष या परोक्ष रूप से इस फ़ाइल को शामिल करती हैं:"; }
997
998 DString trSince() override
999 { return "जबसे"; }
1000
1001//////////////////////////////////////////////////////////////////////////
1002// new since 1.1.5
1003//////////////////////////////////////////////////////////////////////////
1004
1005 /*! title of the graph legend page */
1007 { return "लेखाचित्र किंवदंती"; }
1008
1009 /*! page explaining how the dot graph's should be interpreted
1010 * The %A in the text below are to prevent link to classes called "A".
1011 */
1013 {
1014 return
1015 "यह पृष्ठ बताता है कि डॉक्सिजन द्वारा उत्पन्न लेखाचित्र की व्याख्या कैसे करें।\n"
1016 "<p>\n"
1017 "निम्नलिखित उदाहरण पर विचार करें:\n"
1018 "\\code\n"
1019 "/*! काट-छाँट के कारण अदृश्य वर्ग */\n"
1020 "class Invisible { };\n\n"
1021 "/*! वरासत संबंध छिपा हुआ है, वर्ग काट-छाँट दिया गया */\n"
1022 "class Truncated : public Invisible { };\n\n"
1023 "/* वर्ग को डॉक्सिजन टिप्पणियों के साथ दस्तावेज़ीकृत नहीं किया गया */\n"
1024 "class Undocumented { };\n\n"
1025 "/*! वह वर्ग जो सार्वजनिक वरासत का उपयोग करके विरासित की गई */\n"
1026 "class PublicBase : public Truncated { };\n\n"
1027 "/*! एक टेम्पलेट वर्ग */\n"
1028 "template<class T> class Templ { };\n\n"
1029 "/*! वह वर्ग जो संरक्षित वरासत का उपयोग करके विरासित की गई */\n"
1030 "class ProtectedBase { };\n\n"
1031 "/*! वह वर्ग जो निजी वरासत का उपयोग करके विरासित की गई */\n"
1032 "class PrivateBase { };\n\n"
1033 "/*! वह वर्ग जिसका उपयोग विरासित वर्ग द्वारा किया जाता हैं */\n"
1034 "class Used { };\n\n"
1035 "/*! उत्तम वर्ग जो कई अन्य वर्गों से वरासित हैं */\n"
1036 "class Inherited : public PublicBase,\n"
1037 " protected ProtectedBase,\n"
1038 " private PrivateBase,\n"
1039 " public Undocumented,\n"
1040 " public Templ<int>\n"
1041 "{\n"
1042 " private:\n"
1043 " Used *m_usedClass;\n"
1044 "};\n"
1045 "\\endcode\n"
1046 "इसका परिणाम निम्नलिखित लेखाचित्र में होगा:"
1047 "<p><center><img alt=\"\" src=\"graph_legend." + getDotImageExtension() + "\"></center></p>\n"
1048 "<p>\n"
1049 "उपरोक्त लेखाचित्र के डिब्बों के निम्नलिखित अर्थ हैं:\n"
1050 "</p>\n"
1051 "<ul>\n"
1052 "<li>%A भरा ग्रे डिब्बा उस संरचना या वर्ग को दर्शाता है जिसके लिए लेखाचित्र बनाया गया हैं।</li>\n"
1053 "<li>%A डिब्बा, काली बॉर्डर वाला, एक दस्तावेज़ीकृत संरचना या वर्ग को निरूपित करता हैं।</li>\n"
1054 "<li>%A डिब्बा, ग्रे बॉर्डर वाला, एक निरदस्तावेज़ीकृत संरचना या वर्ग को निरूपित है।</li>\n"
1055 "<li>%A डिब्बा, लाल बॉर्डर वाला, एक दस्तावेज़ीकृत संरचना या वर्ग को निरूपित है जिसके लिए "
1056 "सभी वरासत संबंध नहीं दिखाए गए हैं। %A लेखाचित्र को काट-छाँट दिया जाता है यदि वह निर्दिष्ट "
1057 "सीमाओं के भीतर नहीं समा पाता हैं।</li>\n"
1058 "</ul>\n"
1059 "<p>\n"
1060 "तीर के निम्नलिखित अर्थ हैं:\n"
1061 "</p>\n"
1062 "<ul>\n"
1063 "<li>%A गहरे नीले तीर का उपयोग दो वर्गों के बीच सार्वजनिक वरासत संबंध की कल्पना करने "
1064 "के लिए किया जाता हैं।</li>\n"
1065 "<li>%A गहरे हरे तीर का उपयोग संरक्षित वरासत के लिए किया जाता हैं।</li>\n"
1066 "<li>%A गहरे लाल तीर का उपयोग निजी वरासत के लिए किया जाता हैं।</li>\n"
1067 "<li>%A बैंगनी धराशायी तीर का उपयोग किया जाता है यदि कोई वर्ग समाहित है या किसी अन्य "
1068 "वर्ग द्वारा उपयोग किया जाता है। तीर को परिवर्तनशील(गण) के साथ लेबल किया गया है जिसके "
1069 "माध्यम से वर्ग या संरचना पहुंचने योग्य हैं।</li>\n"
1070 "<li>%A पीला धराशायी तीर एक टेम्पलेट उदाहरण और उस टेम्पलेट वर्ग के बीच संबंध को दर्शाता "
1071 "है जिससे इसे उदाहरणीत किया गया था। तीर को उदाहरण के टेम्पलेट मापदंड के साथ लेबल किया गया है।</li>\n"
1072 "</ul>\n";
1073 }
1074
1075 /*! text for the link to the legend page */
1077 { return "किंवदंती"; }
1078
1079//////////////////////////////////////////////////////////////////////////
1080// new since 1.2.0
1081//////////////////////////////////////////////////////////////////////////
1082
1083 /*! Used as a marker that is put before a test item */
1084 DString trTest() override
1085 { return "परीक्षा"; }
1086 /*! Used as the header of the test list */
1088 { return "परीक्षा सूची"; }
1089
1090//////////////////////////////////////////////////////////////////////////
1091// new since 1.2.2
1092//////////////////////////////////////////////////////////////////////////
1093
1094 /*! Used as a section header for IDL properties */
1096 { return "संपत्तियाँ"; }
1097
1098 /*! Used as a section header for IDL property documentation */
1100 { return "संपत्ति दस्तावेज़ीकरण"; }
1101
1102//////////////////////////////////////////////////////////////////////////
1103// new since 1.2.4
1104//////////////////////////////////////////////////////////////////////////
1105
1106 /*! Used for Java classes in the summary section of Java packages */
1108 {
1109 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1110 return "आंकड़े संरचनाएं";
1111 else
1112 return "वर्गगण";
1113 }
1114
1115 /*! Used as the title of a Java package */
1116 DString trPackage(const DString &name) override
1117 { return "संकुल " + name; }
1118
1119 /*! The description of the package index page */
1121 { return "यहाँ संक्षिप्त विवरण के साथ संकुल दिए गए हैं (यदि उपलब्ध हो):"; }
1122
1123 /*! The link name in the Quick links header for each page */
1125 { return "संकुलगण"; }
1126
1127 /*! Text shown before a multi-line define */
1129 { return "मूल्य:"; }
1130
1131//////////////////////////////////////////////////////////////////////////
1132// new since 1.2.5
1133//////////////////////////////////////////////////////////////////////////
1134
1135 /*! Used as a marker that is put before a \\bug item */
1136 DString trBug() override
1137 { return "त्रुटि"; }
1138
1139 /*! Used as the header of the bug list */
1141 { return "त्रुटि सूची"; }
1142
1143//////////////////////////////////////////////////////////////////////////
1144// new since 1.2.6
1145//////////////////////////////////////////////////////////////////////////
1146
1147 /*! Used as ansicpg for RTF file
1148 *
1149 * The following table shows the correlation of Charset name, Charset Value and
1150 * <pre>
1151 * Codepage number:
1152 * Charset Name Charset Value(hex) Codepage number
1153 * ------------------------------------------------------
1154 * DEFAULT_CHARSET 1 (x01)
1155 * SYMBOL_CHARSET 2 (x02)
1156 * OEM_CHARSET 255 (xFF)
1157 * ANSI_CHARSET 0 (x00) 1252
1158 * RUSSIAN_CHARSET 204 (xCC) 1251
1159 * EE_CHARSET 238 (xEE) 1250
1160 * GREEK_CHARSET 161 (xA1) 1253
1161 * TURKISH_CHARSET 162 (xA2) 1254
1162 * BALTIC_CHARSET 186 (xBA) 1257
1163 * HEBREW_CHARSET 177 (xB1) 1255
1164 * ARABIC _CHARSET 178 (xB2) 1256
1165 * SHIFTJIS_CHARSET 128 (x80) 932
1166 * HANGEUL_CHARSET 129 (x81) 949
1167 * GB2313_CHARSET 134 (x86) 936
1168 * CHINESEBIG5_CHARSET 136 (x88) 950
1169 * </pre>
1170 *
1171 */
1173 { return "65001"; }
1174
1175 /*! Used as ansicpg for RTF fcharset
1176 * \see trRTFansicp() for a table of possible values.
1177 */
1179 { return "1252"; }
1180
1181 /*! Used as header RTF general index */
1183 { return "अनुक्रमणिका"; }
1184
1185 /*! This is used for translation of the word that will possibly
1186 * be followed by a single name or by a list of names
1187 * of the category.
1188 */
1189 DString trClass(bool /* first_capital */, bool singular) override
1190 {
1191 // There is no first-letter capitalization notion in Hindi.
1192 DString result = "वर्ग";
1193 if (!singular)
1194 result += "गण";
1195 return result;
1196 }
1197
1198 /*! This is used for translation of the word that will possibly
1199 * be followed by a single name or by a list of names
1200 * of the category.
1201 */
1202 DString trFile(bool /* first_capital */, bool singular) override
1203 {
1204 // There is no first-letter capitalization notion in Hindi.
1205 DString result = "फ़ाइल";
1206 if (!singular)
1207 result += "ें";
1208 return result;
1209 }
1210
1211 /*! This is used for translation of the word that will possibly
1212 * be followed by a single name or by a list of names
1213 * of the category.
1214 */
1215 DString trNamespace(bool /* first_capital */, bool singular) override
1216 {
1217 // There is no first-letter capitalization notion in Hindi.
1218 DString result = "नाम-स्थान";
1219 if (!singular)
1220 result += "गण";
1221 return result;
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 DString trGroup(bool /* first_capital */, bool singular) override
1229 {
1230 // There is no first-letter capitalization notion in Hindi.
1231 DString result = "अनुखंड";
1232 if (!singular)
1233 result += "गण";
1234 return result;
1235 }
1236
1237 /*! This is used for translation of the word that will possibly
1238 * be followed by a single name or by a list of names
1239 * of the category.
1240 */
1241 DString trPage(bool /* first_capital */, bool singular) override
1242 {
1243 // There is no first-letter capitalization notion in Hindi.
1244 DString result = "पृष्ठ";
1245 if (!singular)
1246 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 trMember(bool /* first_capital */, bool singular) override
1255 {
1256 // There is no first-letter capitalization notion in Hindi.
1257 DString result = "सदस्य";
1258 if (!singular)
1259 result += "गण";
1260 return result;
1261 }
1262
1263 /*! This is used for translation of the word that will possibly
1264 * be followed by a single name or by a list of names
1265 * of the category.
1266 */
1267 DString trGlobal(bool /* first_capital */, bool singular) override
1268 {
1269 // There is no first-letter capitalization notion in Hindi.
1270 DString result = "वैश्र्विक";
1271 if (!singular)
1272 result += "गण";
1273 return result;
1274 }
1275
1276//////////////////////////////////////////////////////////////////////////
1277// new since 1.2.7
1278//////////////////////////////////////////////////////////////////////////
1279
1280 /*! This text is generated when the \\author command is used and
1281 * for the author section in man pages. */
1282 DString trAuthor(bool /* first_capital */, bool singular) override
1283 {
1284 // There is no first-letter capitalization notion in Hindi.
1285 DString result = "लेखक";
1286 if (!singular)
1287 result += "गण";
1288 return result;
1289 }
1290
1291//////////////////////////////////////////////////////////////////////////
1292// new since 1.2.11
1293//////////////////////////////////////////////////////////////////////////
1294
1295 /*! This text is put before the list of members referenced by a member
1296 */
1298 { return "संदर्भ"; }
1299
1300//////////////////////////////////////////////////////////////////////////
1301// new since 1.2.13
1302//////////////////////////////////////////////////////////////////////////
1303
1304 /*! used in member documentation blocks to produce a list of
1305 * members that are implemented by this one.
1306 */
1307 DString trImplementedFromList(int numEntries) override
1308 { return trWriteList(numEntries) + " लागू करता है।"; }
1309
1310 /*! used in member documentation blocks to produce a list of
1311 * all members that implement this abstract member.
1312 */
1313 DString trImplementedInList(int numEntries) override
1314 { return trWriteList(numEntries) + " में लागू करता है।"; }
1315
1316//////////////////////////////////////////////////////////////////////////
1317// new since 1.2.16
1318//////////////////////////////////////////////////////////////////////////
1319
1320 /*! used in RTF documentation as a heading for the Table
1321 * of Contents.
1322 */
1324 { return "विषय-सूची"; }
1325
1326//////////////////////////////////////////////////////////////////////////
1327// new since 1.2.17
1328//////////////////////////////////////////////////////////////////////////
1329
1330 /*! Used as the header of the list of item that have been
1331 * flagged deprecated
1332 */
1334 { return "पदावनत सूची"; }
1335
1336//////////////////////////////////////////////////////////////////////////
1337// new since 1.2.18
1338//////////////////////////////////////////////////////////////////////////
1339
1340 /*! Used as a header for declaration section of the events found in
1341 * a C# program
1342 */
1344 { return "घटनाएं"; }
1345
1346 /*! Header used for the documentation section of a class' events. */
1348 { return "घटना दस्तावेज़ीकरण"; }
1349
1350//////////////////////////////////////////////////////////////////////////
1351// new since 1.3
1352//////////////////////////////////////////////////////////////////////////
1353
1354 /*! Used as a heading for a list of Java class types with package scope.
1355 */
1357 { return "संकुल प्ररूपगण"; }
1358
1359 /*! Used as a heading for a list of Java class functions with package
1360 * scope.
1361 */
1363 { return "संकुल फलनगण"; }
1365 { return "संकुल सदस्यगण"; }
1366
1367 /*! Used as a heading for a list of static Java class functions with
1368 * package scope.
1369 */
1371 { return "अचल संकुल फलनगण"; }
1372
1373 /*! Used as a heading for a list of Java class variables with package
1374 * scope.
1375 */
1377 { return "संकुल गुणगण"; }
1378
1379 /*! Used as a heading for a list of static Java class variables with
1380 * package scope.
1381 */
1383 { return "अचल संकुल गुणगण"; }
1384
1385//////////////////////////////////////////////////////////////////////////
1386// new since 1.3.1
1387//////////////////////////////////////////////////////////////////////////
1388
1389 /*! Used in the quick index of a class/file/namespace member list page
1390 * to link to the unfiltered list of all members.
1391 */
1392 DString trAll() override
1393 { return "सभी"; }
1394
1395 /*! Put in front of the call graph for a function. */
1397 { return "इस फलन के लिए बुलावा लेखाचित्र यहां दिया गया है:"; }
1398
1399//////////////////////////////////////////////////////////////////////////
1400// new since 1.3.3
1401//////////////////////////////////////////////////////////////////////////
1402
1403 /*! This string is used as the title for the page listing the search
1404 * results.
1405 */
1407 { return "खोज के परिणामगण"; }
1408
1409 /*! This string is put just before listing the search results. The
1410 * text can be different depending on the number of documents found.
1411 * Inside the text you can put the special marker $num to insert
1412 * the number representing the actual number of search results.
1413 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1414 * value 2 represents 2 or more matches. HTML markup is allowed inside
1415 * the returned string.
1416 */
1417 DString trSearchResults(int numDocuments) override
1418 {
1419 if (numDocuments == 0)
1420 return "क्षमा करें, आपकी जिज्ञासा से मेल खाने वाला कोई दस्तावेज़ नहीं है।";
1421 else if (numDocuments == 1)
1422 return "आपकी जिज्ञासा से मेल खाने वाला <b>1</b> दस्तावेज़ मिला।";
1423 else
1424 return "आपकी जिज्ञासा से मेल खाने वाले <b>$num</b> दस्तावेज़ मिले। सर्वश्रेष्ठ मिलान पहले दिखा रहे हैं।";
1425 }
1426
1427 /*! This string is put before the list of matched words, for each search
1428 * result. What follows is the list of words that matched the query.
1429 */
1431 { return "मिलानगण:"; }
1432
1433//////////////////////////////////////////////////////////////////////////
1434// new since 1.3.8
1435//////////////////////////////////////////////////////////////////////////
1436
1437 /*! This is used in HTML as the title of page with source code for file filename
1438 */
1439 DString trSourceFile(const DString& filename) override
1440 { return filename + " स्त्रोत फ़ाइल"; }
1441
1442//////////////////////////////////////////////////////////////////////////
1443// new since 1.3.9
1444//////////////////////////////////////////////////////////////////////////
1445
1446 /*! This is used as the name of the chapter containing the directory
1447 * hierarchy.
1448 */
1450 { return "निर्देशिकाएं पदानुक्रम"; }
1451
1452 /*! This is used as the name of the chapter containing the documentation
1453 * of the directories.
1454 */
1456 { return "निर्देशिका दस्तावेज़ीकरण"; }
1457
1458 /*! This is used as the title of the directory index and also in the
1459 * Quick links of an HTML page, to link to the directory hierarchy.
1460 */
1462 { return "निर्देशिकाएं"; }
1463
1464 /*! This returns the title of a directory page. The name of the
1465 * directory is passed via \a dirName.
1466 */
1467 DString trDirReference(const DString &dirName) override
1468 {
1469 DString result = dirName;
1470 result += " निर्देशिका संदर्भ";
1471 return result;
1472 }
1473
1474 /*! This returns the word directory with or without starting capital
1475 * (\a first_capital) and in singular or plural form (\a singular).
1476 */
1477 DString trDir(bool /* first_capital */, bool singular) override
1478 {
1479 // There is no first-letter capitalization notion in Hindi.
1480 DString result = "निर्देशिका";
1481 if (!singular)
1482 result += "एं";
1483 return result;
1484 }
1485
1486//////////////////////////////////////////////////////////////////////////
1487// new since 1.4.1
1488//////////////////////////////////////////////////////////////////////////
1489
1490 /*! This text is added to the documentation when the \\overload command
1491 * is used for a overloaded function.
1492 */
1494 {
1495 return "यह अतिभारित सदस्य फलन सुविधा के लिए प्रदान किया गया है। यह उपरोक्त"
1496 " फलन से केवल इस बात में भिन्न है कि यह किस तर्क को स्वीकार करता है।";
1497 }
1498
1499//////////////////////////////////////////////////////////////////////////
1500// new since 1.4.6
1501//////////////////////////////////////////////////////////////////////////
1502
1503 /*! This is used to introduce a caller (or called-by) graph */
1505 {
1506 return "इस फलन के लिए बुलावा लेखाचित्र यहाँ दिया गया है:";
1507 }
1508
1509 /*! This is used in the documentation of a file/namespace before the list
1510 * of documentation blocks for enumeration values
1511 */
1513 { return "परिगणक दस्तावेज़ीकरण"; }
1514
1515//////////////////////////////////////////////////////////////////////////
1516// new since 1.5.4 (mainly for Fortran)
1517//////////////////////////////////////////////////////////////////////////
1518
1519 /*! header that is put before the list of member subprograms (Fortran). */
1521 { return "सदस्य फलन/उपफलन दस्तावेज़ीकरण"; }
1522
1523 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1525 { return "आंकड़े प्ररुपगण सूची"; }
1526
1527 /*! This is put above each page as a link to all members of compounds (Fortran). */
1529 { return "आंकड़े भागगण"; }
1530
1531 /*! This is an introduction to the annotated compound list (Fortran). */
1533 { return "यहाँ संक्षिप्त विवरण के साथ आँकड़े प्ररूपगण हैं:"; }
1534
1535 /*! This is an introduction to the page with all data types (Fortran). */
1537 {
1538 DString result = "यहाँ सभी ";
1539 if (!extractAll)
1540 result += "दस्तावेज़ीकृत ";
1541 result += "आंकड़े प्ररूपगण कि लिंको के साथ ";
1542 if (!extractAll)
1543 result += "प्रत्येक सदस्य के आंकड़े संरचना दस्तावेज़ीकरण ";
1544 else
1545 result += "उनसे संबंधित आंकड़े प्ररूपगण ";
1546 result += "कि सूची दि गई हैं:";
1547 return result;
1548 }
1549
1550 /*! This is used in LaTeX as the title of the chapter with the
1551 * annotated compound index (Fortran).
1552 */
1554 { return "आंकड़े प्ररुप अनुक्रमणिका"; }
1555
1556 /*! This is used in LaTeX as the title of the chapter containing
1557 * the documentation of all data types (Fortran).
1558 */
1560 { return "आंकड़े प्ररुप दस्तावेज़ीकरण"; }
1561
1562 /*! This is used in the documentation of a file as a header before the
1563 * list of (global) subprograms (Fortran).
1564 */
1566 { return "फलनगण/उपफलनगण"; }
1567
1568 /*! This is used in the documentation of a file/namespace before the list
1569 * of documentation blocks for subprograms (Fortran)
1570 */
1572 { return "फलन/उपफलन दस्तावेज़ीकरण"; }
1573
1574 /*! This is used in the documentation of a file/namespace/group before
1575 * the list of links to documented compounds (Fortran)
1576 */
1578 { return "आंकड़े प्ररुपगण"; }
1579
1580 /*! used as the title of page containing all the index of all modules (Fortran). */
1582 { return "अनुखंडगण सूची"; }
1583
1584 /*! used as an introduction to the modules list (Fortran) */
1585 DString trModulesListDescription(bool extractAll) override
1586 {
1587 DString result = "यहाँ संक्षिप्त विवरण के साथ सभी ";
1588 if (!extractAll)
1589 result += "दस्तावेज़ीकृत ";
1590 result += "अनुखंडगण की सूची दी गई है:";
1591 return result;
1592 }
1593
1594 /*! used as the title of the HTML page of a module/type (Fortran) */
1596 const DString &clName,
1597 ClassDef::CompoundType compType,
1598 bool isTemplate) override
1599 {
1600 DString result = clName;
1601 switch (compType)
1602 {
1603 case ClassDef::Class: result+=" अनुखंड"; break;
1604 case ClassDef::Struct: result+=" प्ररुप"; break;
1605 case ClassDef::Union: result+=" मिलन"; break;
1606 case ClassDef::Interface: result+=" अंतराफलक"; break;
1607 case ClassDef::Protocol: result+=" प्रोटोकॉल"; break;
1608 case ClassDef::Category: result+=" श्रेणी"; break;
1609 case ClassDef::Exception: result+=" अपवाद"; break;
1610 default: break;
1611 }
1612 if (isTemplate)
1613 result += " टेम्पलेट";
1614 result += " संदर्भ";
1615 return result;
1616 }
1617
1618 /*! used as the title of the HTML page of a module (Fortran) */
1619 DString trModuleReference(const DString &namespaceName) override
1620 {
1621 DString result = namespaceName;
1622 result += " अनुखंड संदर्भ";
1623 return result;
1624 }
1625
1626 /*! This is put above each page as a link to all members of modules. (Fortran) */
1628 { return "अनुखंडगण सदस्यगण"; }
1629
1630 /*! This is an introduction to the page with all modules members (Fortran) */
1631 DString trModulesMemberDescription(bool extractAll) override
1632 {
1633 DString result = "यहाँ सभी ";
1634 if (!extractAll)
1635 result += "दस्तावेज़ीकृत ";
1636 result += "अनुखंड सदस्यगण कि लिंको के साथ ";
1637 if (extractAll)
1638 result += "प्रत्येक सदस्य के दस्तावेज़ीकरण ";
1639 else
1640 result += "उनसे संबंधित अनुखंडगण ";
1641 result += "कि सूची दि गई हैं:";
1642 return result;
1643 }
1644
1645 /*! This is used in LaTeX as the title of the chapter with the
1646 * index of all modules (Fortran).
1647 */
1649 { return "अनुखंडगण अनुक्रमणिका"; }
1650
1651 /*! This is used for translation of the word that will possibly
1652 * be followed by a single name or by a list of names
1653 * of the category.
1654 */
1655 DString trModule(bool /* first_capital */, bool singular) override
1656 {
1657 // There is no first-letter capitalization notion in Hindi.
1658 DString result = "अनुखंड";
1659 if (!singular)
1660 result += "गण";
1661 return result;
1662 }
1663
1664 /*! This is put at the bottom of a module documentation page and is
1665 * followed by a list of files that were used to generate the page.
1666 */
1668 ClassDef::CompoundType compType,
1669 bool single) override
1670 {
1671 // single is true implies a single file
1672 DString result;
1673 switch(compType)
1674 {
1675 case ClassDef::Class: result += "अनुखंड"; break;
1676 case ClassDef::Struct: result += "प्ररुप"; break;
1677 case ClassDef::Union: result += "मिलन"; break;
1678 case ClassDef::Interface: result += "अंतराफलक"; break;
1679 case ClassDef::Protocol: result += "प्रोटोकॉल"; break;
1680 case ClassDef::Category: result += "श्रेणी"; break;
1681 case ClassDef::Exception: result += "अपवाद"; break;
1682 default: break;
1683 }
1684 result += " के लिए दस्तावेज़ीकरण ";
1685 if (single)
1686 result += " फ़ाइल से उत्पन्न किया गया था:";
1687 else
1688 result += " निम्न फ़ाइलों से उत्पन्न किया गया था:";
1689 return result;
1690 }
1691
1692 /*! This is used for translation of the word that will possibly
1693 * be followed by a single name or by a list of names
1694 * of the category.
1695 */
1696 DString trType(bool /* first_capital */, bool singular) override
1697 {
1698 // There is no first-letter capitalization notion in Hindi.
1699 DString result = "प्ररुप";
1700 if (!singular)
1701 result += "गण";
1702 return result;
1703 }
1704
1705 /*! This is used for translation of the word that will possibly
1706 * be followed by a single name or by a list of names
1707 * of the category.
1708 */
1709 DString trSubprogram(bool /* first_capital */, bool singular) override
1710 {
1711 // There is no first-letter capitalization notion in Hindi.
1712 DString result = "उपप्रोग्राम";
1713 if (!singular)
1714 result += "गण";
1715 return result;
1716 }
1717
1718 /*! C# Type Constraint list */
1720 { return "प्ररुप बाध्यताएं"; }
1721
1722//////////////////////////////////////////////////////////////////////////
1723// new since 1.6.0 (mainly for the new search engine)
1724//////////////////////////////////////////////////////////////////////////
1725
1726 /*! directory relation for \a name */
1727 DString trDirRelation(const DString &name) override
1728 { return name + " रिश्ता"; }
1729
1730 /*! Loading message shown when loading search results */
1732 { return "लादा जा रहा..."; }
1733
1734 /*! Label used for search results in the global namespace */
1736 { return "वैश्र्विक नाम-स्थान"; }
1737
1738 /*! Message shown while searching */
1740 { return "खोजां जा रहा..."; }
1741
1742 /*! Text shown when no search results are found */
1744 { return "कोई समानता नहीं"; }
1745
1746//////////////////////////////////////////////////////////////////////////
1747// new since 1.6.3 (missing items for the directory pages)
1748//////////////////////////////////////////////////////////////////////////
1749
1750 /*! when clicking a directory dependency label, a page with a
1751 * table is shown. The heading for the first column mentions the
1752 * source file that has a relation to another file.
1753 */
1754 DString trFileIn(const DString &name) override
1755 { return name + " में फ़ाइल"; }
1756
1757 /*! when clicking a directory dependency label, a page with a
1758 * table is shown. The heading for the second column mentions the
1759 * destination file that is included.
1760 */
1761 DString trIncludesFileIn(const DString &name) override
1762 { return name + " में फ़ाइल शामिल है"; }
1763
1764 /** Compiles a date string.
1765 * @param year Year in 4 digits
1766 * @param month Month of the year: 1=January
1767 * @param day Day of the Month: 1..31
1768 * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1769 * @param hour Hour of the day: 0..23
1770 * @param minutes Minutes in the hour: 0..59
1771 * @param seconds Seconds within the minute: 0..59
1772 * @param includeTime Include time in the result string?
1773 */
1775 int year, int month, int day, int dayOfWeek,
1776 int hour, int minutes, int seconds, DateTimeType includeTime) override
1777 {
1778 static const char *days[] = { "सोमवार", "मंगलवार", "बुधवार", "गुरुवार",
1779 "शुक्रवार", "शनिवार", "रविवार" };
1780 static const char *months[] = { "जनवरी", "फरवरी", "मार्च", "अप्रैल", "मई", "जून",
1781 "जुलाई", "अगस्त", "सितम्बर", "अक्टूबर", "नवम्बर", "दिसम्बर" };
1782 DString sdate;
1783 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Date)
1784 {
1785 sdate.sprintf("%s %s %d %d", days[dayOfWeek - 1], months[month - 1], day, year);
1786 }
1787 if (includeTime == DateTimeType::DateTime) sdate += " ";
1788 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Time)
1789 {
1790 DString stime;
1791 stime.sprintf("%.2d:%.2d:%.2d", hour, minutes, seconds);
1792 sdate += stime;
1793 }
1794 return sdate;
1795 }
1796 DString trDayOfWeek(int dayOfWeek, bool, bool full) override
1797 {
1798 static const char *days_short[] = { "सोम.", "मंगल.", "बुध.", "गुरु.", "शुक्र.", "शनि.", "रवि." };
1799 static const char *days_full[] = { "सोमवार", "मंगलवार", "बुधवार", "गुरुवार", "शुक्रवार", "शनिवार", "रविवार" };
1800 DString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1801 return text;
1802 }
1803 DString trMonth(int month, bool, bool full) override
1804 {
1805 static const char *months_short[] = { "जनवरी", "फरवरी", "मार्च", "अप्रैल", "मई", "जून", "जुलाई", "अगस्त", "सितम्बर", "अक्तूबर", "नवम्बर", "दिसम्बर" };
1806 static const char *months_full[] = { "जनवरी", "फरवरी", "मार्च", "अप्रैल", "मई", "जून", "जुलाई", "अगस्त", "सितम्बर", "अक्तूबर", "नवम्बर", "दिसम्बर" };
1807 DString text = full? months_full[month-1] : months_short[month-1];
1808 return text;
1809 }
1810 DString trDayPeriod(bool period) override
1811 {
1812 static const char *dayPeriod[] = { "am", "pm" };
1813 return dayPeriod[period?1:0];
1814 }
1815
1816//////////////////////////////////////////////////////////////////////////
1817// new since 1.7.5
1818//////////////////////////////////////////////////////////////////////////
1819
1820 /*! Header for the page with bibliographic citations */
1822 { return "ग्रन्थसूची"; }
1823
1824 /*! Text for copyright paragraph */
1826 { return "कॉपीराइट"; }
1827
1828 /*! Header for the graph showing the directory dependencies */
1829 DString trDirDepGraph(const DString &name) override
1830 { return name + " के लिए निर्देशिका निर्भरता लेखाचित्र:"; }
1831
1832//////////////////////////////////////////////////////////////////////////
1833// new since 1.8.0
1834//////////////////////////////////////////////////////////////////////////
1835
1836 /*! Detail level selector shown for hierarchical indices */
1838 { return "विस्तार स्तर"; }
1839
1840 /*! Section header for list of template parameters */
1842 { return "टेम्पलेट मापदंड"; }
1843
1844 /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1845 DString trAndMore(const DString &number) override
1846 { return "और " + number + " अधिक..."; }
1847
1848 /*! Used file list for a Java enum */
1849 DString trEnumGeneratedFromFiles(bool single) override
1850 {
1851 DString result = "इस परिगणक के लिए दस्तावेज़ीकरण निम्न फ़ाइल";
1852 if (!single)
1853 result += "ों";
1854 result += " से उत्पन्न किया गया था:";
1855 return result;
1856 }
1857
1858 /*! Header of a Java enum page (Java enums are represented as classes). */
1859 DString trEnumReference(const DString &name) override
1860 { return name + " परिगणक संदर्भ"; }
1861
1862 /*! Used for a section containing inherited members */
1863 DString trInheritedFrom(const DString &members,const DString &what) override
1864 { return what + " से विरासत में मिले " + members; }
1865
1866 /*! Header of the sections with inherited members specific for the
1867 * base class(es)
1868 */
1870 { return "अतिरिक्त विरासत में मिले सदस्य"; }
1871
1872//////////////////////////////////////////////////////////////////////////
1873// new since 1.8.2
1874//////////////////////////////////////////////////////////////////////////
1875
1876 /*! Used as a tooltip for the toggle button that appears in the
1877 * navigation tree in the HTML output when GENERATE_TREEVIEW is
1878 * enabled. This tooltip explains the meaning of the button.
1879 */
1881 {
1882 DString opt = enable ? "चालू" : "बंद";
1883 return "पैनल सिंक्रनाइज़ीकरण " + opt + " करने के लिए क्लिक करें";
1884 }
1885
1886 /*! Used in a method of an Objective-C class that is declared in a
1887 * a category. Note that the @1 marker is required and is replaced
1888 * by a link.
1889 */
1891 { return "श्रेणी @0 द्वारा प्रदान किया गया।"; }
1892
1893 /*! Used in a method of an Objective-C category that extends a class.
1894 * Note that the @1 marker is required and is replaced by a link to
1895 * the class method.
1896 */
1898 { return "वर्ग @0 को विस्तार करता है।"; }
1899
1900 /*! Used as the header of a list of class methods in Objective-C.
1901 * These are similar to static public member functions in C++.
1902 */
1904 { return "वर्ग विधियाँ"; }
1905
1906 /*! Used as the header of a list of instance methods in Objective-C.
1907 * These are similar to public member functions in C++.
1908 */
1910 { return "उदाहरण विधियाँ"; }
1911
1912 /*! Used as the header of the member functions of an Objective-C class.
1913 */
1915 { return "विधि दस्तावेज़ीकरण"; }
1916
1917//////////////////////////////////////////////////////////////////////////
1918// new since 1.8.4
1919//////////////////////////////////////////////////////////////////////////
1920
1921 /** old style UNO IDL services: implemented interfaces */
1923 { return "निर्यातीत अंतराफलकगण"; }
1924
1925 /** old style UNO IDL services: inherited services */
1927 { return "शामिलीत सेवाएं"; }
1928
1929 /** UNO IDL constant groups */
1931 { return "स्थिर समूहगण"; }
1932
1933 /** UNO IDL constant groups */
1934 DString trConstantGroupReference(const DString &namespaceName) override
1935 {
1936 DString result = namespaceName;
1937 result += " स्थिर समूह संदर्भ";
1938 return result;
1939 }
1940
1941 /** UNO IDL service page title */
1942 DString trServiceReference(const DString &sName) override
1943 {
1944 DString result = sName;
1945 result += " सेवा संदर्भ";
1946 return result;
1947 }
1948
1949 /** UNO IDL singleton page title */
1950 DString trSingletonReference(const DString &sName) override
1951 {
1952 DString result = sName;
1953 result += " एकल संदर्भ";
1954 return result;
1955 }
1956
1957 /** UNO IDL service page */
1959 {
1960 // single is true implies a single file
1961 DString result = "इस सेवा के लिए दस्तावेज़ीकरण निम्न फ़ाइल";
1962 if (!single)
1963 result += "ों";
1964 result += " से उत्पन्न किया गया था:";
1965 return result;
1966 }
1967
1968 /** UNO IDL singleton page */
1970 {
1971 // single is true implies a single file
1972 DString result = "इस एकल के लिए दस्तावेज़ीकरण निम्न फ़ाइल";
1973 if (!single)
1974 result += "ों";
1975 result += " से उत्पन्न किया गया था:";
1976 return result;
1977 }
1978
1979//////////////////////////////////////////////////////////////////////////
1980// new since 1.8.15
1981//////////////////////////////////////////////////////////////////////////
1982
1983 /** VHDL design unit hierarchy */
1985 { return "डिज़ाइन इकाई पदानुक्रम"; }
1986
1987 /** VHDL design unit list */
1989 { return "डिज़ाइन इकाई सूची"; }
1990
1991 /** VHDL design unit members */
1993 { return "डिज़ाइन इकाई सदस्यगण"; }
1994
1995 /** VHDL design unit list description */
1997 { return "यहाँ उन सभी डिज़ाइन इकाई सदस्यों की सूची उनसे संबंधित इकाईयों की लिंक के साथ दी गई हैं:"; }
1998
1999 /** VHDL design unit index */
2001 { return "डिज़ाइन इकाई अनुक्रमणिका"; }
2002
2003 /** VHDL design units */
2005 { return "डिज़ाइन इकाईयाँ"; }
2006
2007 /** VHDL functions/procedures/processes */
2009 { return "फलनगण/कार्यविधियाँ/प्रक्रियाएं"; }
2010
2011 /** VHDL type */
2012 DString trVhdlType(VhdlSpecifier type,bool single) override
2013 {
2014 switch (type)
2015 {
2017 if (single) return "संग्रह";
2018 else return "संग्रहगण";
2020 if (single) return "संकुल";
2021 else return "संकुलगण";
2023 if (single) return "संकेत";
2024 else return "संकेतगण";
2026 if (single) return "अंग";
2027 else return "अंगगण";
2029 if (single) return "स्थिर";
2030 else return "स्थिरगण";
2032 if (single) return "इकाई";
2033 else return "इकाईयाँ";
2035 if (single) return "प्ररूप";
2036 else return "प्ररूपगण";
2038 if (single) return "उपप्ररूप";
2039 else return "उपप्ररूपगण";
2041 if (single) return "फलन";
2042 else return "फलनगण";
2044 if (single) return "अभिलेख";
2045 else return "अभिलेखगण";
2047 if (single) return "कार्यविधि";
2048 else return "कार्यविधियाँ";
2050 if (single) return "वास्तुकला";
2051 else return "वास्तुकलाएं";
2053 if (single) return "तर्क";
2054 else return "तर्कगण";
2056 if (single) return "प्रक्रिया";
2057 else return "प्रक्रियाएं";
2059 if (single) return "द्वार";
2060 else return "द्वारगण";
2061 case VhdlSpecifier::USE:
2062 if (single) return "प्रयोग खंड";
2063 else return "प्रयोग खंडगण";
2065 if (single) return "सामान्य";
2066 else return "सामान्यगण";
2068 return "संकुल शरीर";
2070 return "इकाईयाँ";
2072 if (single) return "साझाकृत परिवर्तनशील";
2073 else return "साझाकृत परिवर्तनशीलगण";
2075 if (single) return "फ़ाइल";
2076 else return "फ़ाइलगण";
2078 if (single) return "समूह";
2079 else return "समूहगण";
2081 if (single) return "उदाहरणीकरण";
2082 else return "उदाहरणीकरणगण";
2084 if (single) return "उपनाम";
2085 else return "उपनामगण";
2087 if (single) return "विन्यास";
2088 else return "विन्यासगण";
2090 return "विविध";
2092 return "बाध्यताएं";
2093 default:
2094 return "वर्ग";
2095 }
2096 }
2097
2098 DString trCustomReference(const DString &name) override
2099 { return name + " संदर्भ"; }
2100
2102 { return "स्थिरगण"; }
2103
2105 { return "स्थिर दस्तावेज़ीकरण"; }
2106
2108 { return "अनुक्रमगण"; }
2109
2111 { return "अनुक्रम दस्तावेज़ीकरण"; }
2112
2114 { return "शब्दकोशगण"; }
2115
2117 { return "शब्दकोश दस्तावेज़ीकरण"; }
2118
2120 { return "अंतराफलकगण"; }
2121
2123 { return "अंतराफलक अनुक्रमणिका"; }
2124
2126 { return "अंतराफलक सूची"; }
2127
2129 { return "यहाँ संक्षिप्त विवरण के साथ अंतराफलकगण हैं:"; }
2130
2132 { return "अंतराफलक पदानुक्रम"; }
2133
2135 { return "यह अंतराफलक विरासत सूची मोटे तौर पर क्रमबद्ध है, लेकिन पूरी तरह से नहीं, वर्णानुक्रम में:"; }
2136
2138 { return "अंतराफलक दस्तावेज़ीकरण"; }
2139
2141 { return "संरचनाएं"; }
2142
2144 { return "संरचना अनुक्रमणिका"; }
2145
2147 { return "संरचना सूची"; }
2148
2150 { return "यहाँ संक्षिप्त विवरण के साथ संरचनाएं हैं:"; }
2151
2153 { return "संरचना दस्तावेज़ीकरण"; }
2154
2156 { return "अपवाद अनुक्रमणिका"; }
2157
2159 { return "अपवाद सूची"; }
2160
2162 { return "यहाँ संक्षिप्त विवरण के साथ अपवादगण हैं:"; }
2163
2165 { return "अपवाद पदानुक्रम"; }
2166
2168 { return "यह अपवाद विरासत सूची मोटे तौर पर क्रमबद्ध है, लेकिन पूरी तरह से नहीं, वर्णानुक्रम में:"; }
2169
2171 { return "अपवाद दस्तावेज़ीकरण"; }
2172
2173 DString trCompoundReferenceSlice(const DString &clName, ClassDef::CompoundType compType, bool isLocal) override
2174 {
2175 DString result = clName;
2176 if (isLocal) result += " स्थानीय";
2177 switch (compType)
2178 {
2179 case ClassDef::Class: result+=" वर्ग"; break;
2180 case ClassDef::Struct: result+=" संरचना"; break;
2181 case ClassDef::Union: result+=" मिलन"; break;
2182 case ClassDef::Interface: result+=" अंतराफलक"; break;
2183 case ClassDef::Protocol: result+=" प्रोटोकॉल"; break;
2184 case ClassDef::Category: result+=" श्रेणी"; break;
2185 case ClassDef::Exception: result+=" अपवाद"; break;
2186 default: break;
2187 }
2188 result += " संदर्भ";
2189 return result;
2190 }
2191
2193 { return "कार्यवाहीयाँ"; }
2194
2196 { return "कार्यवाही दस्तावेज़ीकरण"; }
2197
2199 { return "आंकड़े सदस्यगण"; }
2200
2202 { return "आंकड़े सदस्य दस्तावेज़ीकरण"; }
2203
2204//////////////////////////////////////////////////////////////////////////
2205// new since 1.8.19
2206//////////////////////////////////////////////////////////////////////////
2207
2208 /** VHDL design unit documentation */
2210 { return "डिज़ाइन इकाई दस्तावेज़ीकरण"; }
2211
2212//////////////////////////////////////////////////////////////////////////
2213// new since 1.9.2
2214//////////////////////////////////////////////////////////////////////////
2215
2216 /** C++20 concept */
2217 DString trConcept(bool /* first_capital */, bool singular) override
2218 {
2219 // There is no first-letter capitalization notion in Hindi.
2220 DString result = "संकल्पना";
2221 if (!singular) result += "एं";
2222 return result;
2223 }
2224 /*! used as the title of the HTML page of a C++20 concept page */
2225 DString trConceptReference(const DString &conceptName) override
2226 {
2227 DString result = conceptName;
2228 result += " संकल्पना संदर्भ";
2229 return result;
2230 }
2231
2232 /*! used as the title of page containing all the index of all concepts. */
2234 { return "संकल्पना सूची"; }
2235
2236 /*! used as the title of chapter containing the index listing all concepts. */
2238 { return "संकल्पना अनुक्रमणिका"; }
2239
2240 /*! used as the title of chapter containing all information about concepts. */
2242 { return "संकल्पना दस्तावेज़ीकरण"; }
2243
2244 /*! used as an introduction to the concept list */
2245 DString trConceptListDescription(bool extractAll) override
2246 {
2247 DString result = "यहाँ संक्षिप्त विवरण के साथ सभी ";
2248 if (!extractAll)
2249 result += "दस्तावेज़ीकृत ";
2250 result += "संकल्पनाएं की सूची दी गई है:";
2251 return result;
2252 }
2253
2254 /*! used to introduce the definition of the C++20 concept */
2256 { return "संकल्पना परिभाषा"; }
2257};
2258
2259#endif
CompoundType
The various compound types.
Definition classdef.h:105
@ Interface
Definition classdef.h:108
@ Exception
Definition classdef.h:111
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
Definition dstring.h:152
DString & sprintf(const char *format,...)
Definition dstring.cpp:30
DString trFileList() override
DString trThisIsTheListOfAllMembers() override
DString trCode() override
DString trCompoundIndexFortran() override
DString trGotoTextualHierarchy() override
DString trDefinedAtLineInSourceFile() override
DString trDirDocumentation() override
DString trNamespaces() override
DString getLanguageString() override
language codes for Html help
DString trMonth(int month, bool, bool full) override
DString trPublicAttribs() override
DString trClassHierarchyDescription() override
DString trSearchResults(int numDocuments) override
DString trHierarchicalIndex() override
DString trSequences() override
DString trType(bool, bool singular) override
DString trAndMore(const DString &number) override
DString trNoMatches() override
DString trInterfaces() override
old style UNO IDL services: implemented interfaces
DString trClassDiagram(const DString &clName) override
DString trExceptionHierarchyDescription() override
DString trClassHierarchy() override
DString trCallGraph() override
DString latexCommandName() override
DString trExceptionIndex() override
DString trMemberFunctionDocumentation() override
DString trConceptListDescription(bool extractAll) override
DString trInterfaceHierarchy() override
DString trPackageListDescription() override
DString trDesignUnitMembers() override
VHDL design unit members.
DString trClassMethods() override
DString trFileIn(const DString &name) override
DString trConstantGroups() override
UNO IDL constant groups.
DString trAdditionalInheritedMembers() override
DString trCompoundList() override
DString trPostcondition() override
DString trInheritsList(int numEntries) override
DString trNamespaceDocumentation() override
DString trDictionaries() override
DString trFileMembers() override
DString trEnumerations() override
DString trSeeAlso() override
DString trProtectedAttribs() override
DString trFriends() override
DString trPublicTypes() override
DString trFunctionAndProc() override
VHDL functions/procedures/processes.
DString trDirDepGraph(const DString &name) override
DString trPackageMembers() override
DString trIncludingInheritedMembers() override
DString trPageAbbreviation() override
DString trModule(bool, bool singular) override
DString trDeprecated() override
DString trWarning() override
DString trRelatedPagesDescription() override
DString trServices() override
old style UNO IDL services: inherited services
DString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
DString trReturns() override
DString trPublicSlots() override
DString trGotoDocumentation() override
DString trConceptReference(const DString &conceptName) override
DString trPageIndex() override
DString trOperationDocumentation() override
DString trPackageAttribs() override
DString trDefines() override
DString trMemberList() override
DString trDefineDocumentation() override
DString trImplementedInList(int numEntries) override
DString trLoading() override
DString trVariableDocumentation() override
DString trInterfaceIndex() override
DString trTypeConstraints() override
DString trExceptionDocumentation() override
DString trDefineValue() override
DString trRelatedSubscript() override
DString trDetails() override
DString trRTFansicp() override
DString trRTFCharSet() override
DString trSince() override
DString trDirRelation(const DString &name) override
DString trEnumGeneratedFromFiles(bool single) override
DString trTest() override
DString trStructList() override
DString trFileIndex() override
DString trGlobalNamespace() override
DString trExceptionHierarchy() override
DString trCompoundMembersDescription(bool extractAll) override
DString trSubprogramDocumentation() override
DString trPrivateAttribs() override
DString trEnumValue() override
DString trPanelSynchronisationTooltip(bool enable) override
DString trInterfaceHierarchyDescription() override
DString trAttention() override
DString trRelatedPages() override
DString trTypedefDocumentation() override
DString trSubprograms() override
DString trOverloadText() override
DString trSequenceDocumentation() override
DString trSliceInterfaces() override
DString trVhdlType(VhdlSpecifier type, bool single) override
VHDL type.
DString trPackageFunctions() override
DString trPackages() override
DString trGlobal(bool, bool singular) override
DString trNote() override
DString trStaticPrivateAttribs() override
DString trFileReference(const DString &fileName) override
DString idLanguage() override
DString trMemberFunctionDocumentationFortran() override
DString trDesignUnitListDescription() override
VHDL design unit list description.
DString trEnumerationValues() override
DString trEnumReference(const DString &name) override
DString trISOLang() override
DString trVariables() override
DString trTestList() override
DString trFile(bool, bool singular) override
DString trReimplementedInList(int numEntries) override
DString trDesignUnitList() override
VHDL design unit list.
DString trBugList() override
DString trInterfaceList() override
DString trInclDepGraph(const DString &fName) override
DString trDirReference(const DString &dirName) override
DString trSingletonReference(const DString &sName) override
UNO IDL singleton page title.
DString trExceptions() override
DString trInterfaceListDescription() override
DString trDesignUnits() override
VHDL design units.
DString trRTFGeneralIndex() override
DString trDesignUnitDocumentation() override
VHDL design unit documentation.
DString trRTFTableOfContents() override
DString trEvents() override
DString trDesignUnitIndex() override
VHDL design unit index.
DString trSearchMatches() override
DString trEnumerationValueDocumentation() override
DString trModulesListDescription(bool extractAll) override
DString trTodo() override
DString trConstants() override
DString trInclByDepGraph() override
DString trStaticPackageAttribs() override
DString trExtendsClass() override
DString trSubprogram(bool, bool singular) override
DString trRelatedFunctionDocumentation() override
DString trParameters() override
DString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
DString trDataMemberDocumentation() override
DString trAll() override
DString trMemberEnumerationDocumentation() override
DString trPropertyDocumentation() override
DString trMember(bool, bool singular) override
DString trGraphicalHierarchy() override
DString trSearchResultsTitle() override
DString latexLanguageSupportCommand() override
DString trModulesDescription() override
DString trEnumerationTypeDocumentation() override
DString trPrivateTypes() override
DString trConstantDocumentation() override
DString trStaticPrivateMembers() override
DString trConceptDocumentation() override
DString trEnumName() override
DString trReimplementedFromList(int numEntries) override
DString trDirIndex() override
DString trMethodDocumentation() override
DString trExamples() override
DString trStaticProtectedAttribs() override
DString trMore() override
DString trDefinedIn() override
DString trLegendDocs() override
DString trBug() override
DString trReferencedBy() override
DString trConstructorDocumentation() override
DString trSearch() override
DString trServiceReference(const DString &sName) override
UNO IDL service page title.
DString trClassDocumentation() override
DString trMemberDataDocumentation() override
DString trCallerGraph() override
DString trSourceFile(const DString &filename) override
DString trProtectedSlots() override
DString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
DString trNamespaceListDescription(bool extractAll) override
DString trSignals() override
DString trIncludesFileIn(const DString &name) override
DString trExceptionListDescription() override
DString trReturnValues() override
DString trStaticProtectedMembers() override
DString trCompoundReferenceSlice(const DString &clName, ClassDef::CompoundType compType, bool isLocal) override
DString trCopyright() override
DString trDocumentation(const DString &projName) override
DString trProperties() override
DString trOperations() override
DString trConceptDefinition() override
DString trCompoundMembersFortran() override
DString trInstanceMethods() override
DString trNamespaceMemberDescription(bool extractAll) override
DString trFileListDescription(bool extractAll) override
DString trFileDocumentation() override
DString trCompoundIndex() override
DString trWriteList(int numEntries) override
DString trModulesIndex() override
DString trCompoundMembersDescriptionFortran(bool extractAll) override
DString trInitialValue() override
DString trDetailedDescription() override
DString trEventDocumentation() override
DString trNamespaceReference(const DString &namespaceName) override
DString trPublicMembers() override
DString trModuleReference(const DString &namespaceName) override
DString trGeneratedAt(const DString &date, const DString &projName) override
DString trFileMembersDescription(bool extractAll) override
DString trFunctionDocumentation() override
DString trPackage(const DString &name) override
DString trDir(bool, bool singular) override
DString trCompounds() override
DString trDate() override
DString trStructIndex() override
DString trCompoundListDescriptionFortran() override
DString trModulesMemberDescription(bool extractAll) override
DString trReferenceManual() override
DString trStructDocumentation() override
DString trCompoundMembers() override
DString trTypeDocumentation() override
DString trCompoundReference(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString trProtectedMembers() override
DString trCiteReferences() override
DString trServiceGeneratedFromFiles(bool single) override
UNO IDL service page.
DString trStructs() override
DString trDataMembers() override
DString trExamplesDescription() override
DString trGotoSourceCode() override
DString trReferences() override
DString trFunctions() override
DString trGroup(bool, bool singular) override
DString trDirectories() override
DString trDefinedInSourceFile() override
DString trDeprecatedList() override
DString trLegendTitle() override
DString trModulesMembers() override
DString trInterfaceDocumentation() override
DString trSearching() override
DString trRemarks() override
DString trStaticPackageFunctions() override
DString trSingletonGeneratedFromFiles(bool single) override
UNO IDL singleton page.
DString trProvidedByCategory() override
DString trCompoundListFortran() override
DString trNamespace(bool, bool singular) override
DString trAuthor(bool, bool singular) override
DString trPage(bool, bool singular) override
DString trDayPeriod(bool period) override
DString trStaticPublicAttribs() override
DString trExceptionList() override
DString trRelatedFunctions() override
DString trDesignUnitHierarchy() override
VHDL design unit hierarchy.
DString trCompoundListDescription() override
DString trMainPage() override
DString trConceptList() override
DString trStaticPublicMembers() override
DString trMemberTypedefDocumentation() override
DString trDataTypes() override
DString trDayOfWeek(int dayOfWeek, bool, bool full) override
DString trCollaborationDiagram(const DString &clName) override
DString trPrivateMembers() override
DString trConstantGroupReference(const DString &namespaceName) override
UNO IDL constant groups.
DString trVersion() override
DString trModuleIndex() override
DString trNamespaceList() override
DString trGeneratedBy() override
DString trNamespaceMembers() override
DString trInheritedByList(int numEntries) override
DString trModules() override
DString trGotoGraphicalHierarchy() override
DString trDetailLevel() override
DString trLegend() override
DString trClasses() override
DString trGeneratedAutomatically(const DString &s) override
DString trTypedefs() override
DString trPackageTypes() override
DString trInheritedFrom(const DString &members, const DString &what) override
DString trProtectedTypes() override
DString trModuleDocumentation() override
DString trConcept(bool, bool singular) override
C++20 concept.
DString trListOfAllMembers() override
DString trInvariant() override
DString trPrivateSlots() override
DString trTodoList() override
DString trCustomReference(const DString &name) override
DString trClass(bool, bool singular) override
DString trNamespaceIndex() override
DString trTemplateParameters() override
DString trStructListDescription() override
DString trImplementedFromList(int numEntries) override
DString trConceptIndex() override
DString trPrecondition() override
DString trDictionaryDocumentation() override
DString trModulesList() override
DString trCompoundReferenceFortran(const DString &clName, ClassDef::CompoundType compType, bool isTemplate) override
DString p_latexCommandName(const DString &latexCmd)
Definition translator.h:786
#define Config_getBool(name)
Definition config.h:33
DateTimeType
Definition datetime.h:38
DString generateMarker(int id)
Definition dstring.h:908
VhdlSpecifier
Definition types.h:770
@ INSTANTIATION
Definition types.h:791
@ MISCELLANEOUS
Definition types.h:797
@ SHAREDVARIABLE
Definition types.h:794
DString getDotImageExtension()
Definition util.cpp:4966