translator_ro.h 58.6 KB
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1 2
/******************************************************************************
 *
3
 * 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
4
 *
5
 * Copyright (C) 1997-2008 by Dimitri van Heesch.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
6 7 8 9 10 11 12 13 14 15 16 17
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation under the terms of the GNU General Public License is hereby 
 * granted. No representations are made about the suitability of this software 
 * for any purpose. It is provided "as is" without express or implied warranty.
 * See the GNU General Public License for more details.
 *
 * Documents produced by Doxygen are derivative works derived from the
 * input used in their production; they are not affected by this license.
 *
 */

18 19
/* Original translation from English to Romanian by Alexandru Iosup [aiosup@yahoo.com].
 * Updated by Ionuţ Dumitraşcu [reddumy@yahoo.com]
Dimitri van Heesch's avatar
Dimitri van Heesch committed
20
 *
21
 * -------------------------------------------
22 23 24
 * Project start                : 20.09.2000
 * Last Doxygen version covered : 1.5.8
 * Last revision                : 15.01.2009
25 26 27 28
 * -------------------------------------------
 *
 * Revision history
 * ----------------
29 30 31
 * 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)
 * 28.07.2008 - Updated version - covering Doxygen 1.5.6 - and some minor changes  (Ionuţ Dumitraşcu)
 *
32
 * 01.Mar.2k5  Third revision, covering Doxygen 1.4.1
Dimitri van Heesch's avatar
Dimitri van Heesch committed
33
 *
34 35
 * 07.Mar.2k2  Second revision, covering Doxygen 1.2.14
 *             - fixed some bugs
36 37 38
 *
 * 20.Sep.2k   First version, covering Doxygen 1.2.1
 *
Dimitri van Heesch's avatar
Dimitri van Heesch committed
39 40 41 42 43
 */
#ifndef TRANSLATOR_RO_H
#define TRANSLATOR_RO_H


44
class TranslatorRomanian : public Translator
Dimitri van Heesch's avatar
Dimitri van Heesch committed
45 46 47
{
  public:

48
    // --- Language control methods -------------------
Dimitri van Heesch's avatar
Dimitri van Heesch committed
49
    
50 51 52 53 54
    /*! Used for identification of the language. The identification 
     * should not be translated. It should be replaced by the name 
     * of the language in English using lower-case characters only
     * (e.g. "czech", "japanese", "russian", etc.). It should be equal to 
     * the identification used in language.cpp.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
55 56 57
     */
    virtual QCString idLanguage()
    { return "romanian"; }
58 59 60 61 62 63 64 65 66 67 68 69 70
    /*! Used to get the LaTeX command(s) for the language support. 
     *  This method should return string with commands that switch
     *  LaTeX to the desired language.  For example 
     *  <pre>"\\usepackage[german]{babel}\n"
     *  </pre>
     *  or
     *  <pre>"\\usepackage{polski}\n"
     *  "\\usepackage[latin2]{inputenc}\n"
     *  "\\usepackage[T1]{fontenc}\n"
     *  </pre>
     * 
     * The English LaTeX does not use such commands.  Because of this
     * the empty string is returned in this implementation.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
71 72 73
     */
    virtual QCString latexLanguageSupportCommand()
    {
74
      return "\\usepackage[romanian]{babel}\n";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
75 76 77 78 79
    }

    /*! return the language charset. This will be used for the HTML output */
    virtual QCString idLanguageCharset()
    {
80
      return "utf-8";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
81 82 83 84 85 86
    }

    // --- Language translation methods -------------------

    /*! used in the compound documentation before a list of related functions. */
    virtual QCString trRelatedFunctions()
87
    { return "Funcţii înrudite"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
88 89 90

    /*! subscript for the related functions. */
    virtual QCString trRelatedSubscript()
91
    { return "(Atenţie: acestea nu sunt funcţii membre.)"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
92 93 94

    /*! header that is put before the detailed description of files, classes and namespaces. */
    virtual QCString trDetailedDescription()
95
    { return "Descriere Detaliată"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
96 97 98

    /*! header that is put before the list of typedefs. */
    virtual QCString trMemberTypedefDocumentation()
99
    { return "Documentaţia Definiţiilor de Tipuri (typedef) Membre"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
100 101 102
    
    /*! header that is put before the list of enumerations. */
    virtual QCString trMemberEnumerationDocumentation()
103
    { return "Documentaţia Enumerărilor Membre"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
104 105 106
    
    /*! header that is put before the list of member functions. */
    virtual QCString trMemberFunctionDocumentation()
107
    { return "Documentaţia Funcţiilor Membre"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
108 109 110
    
    /*! header that is put before the list of member attributes. */
    virtual QCString trMemberDataDocumentation()
111 112 113
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
114
        return "Documentaţia Câmpurilor"; 
115 116 117
      }
      else
      {
118
        return "Documentaţia Datelor Membre"; 
119 120 121
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

    /*! this is the text of a link put after brief descriptions. */
    virtual QCString trMore() 
    { return "Mai mult..."; }

    /*! put in the class documentation */
    virtual QCString trListOfAllMembers()
    { return "Lista tuturor membrilor."; }

    /*! used as the title of the "list of all members" page of a class */
    virtual QCString trMemberList()
    { return "Lista Membrilor"; }

    /*! this is the first part of a sentence that is followed by a class name */
    virtual QCString trThisIsTheListOfAllMembers()
137
    { return "Lista completă a membrilor din "; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
138 139 140

    /*! this is the remainder of the sentence after the class name */
    virtual QCString trIncludingInheritedMembers()
141
    { return ", inclusiv a tuturor membrilor moşteniţi."; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
142 143 144 145 146 147 148
    
    /*! this is put at the author sections at the bottom of man pages.
     *  parameter s is name of the project name.
     */
    virtual QCString trGeneratedAutomatically(const char *s)
    { QCString result="Generat automat de Doxygen";
      if (s) result+=(QCString)" pentru "+s;
149
      result+=" din codul sursă."; 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
150 151 152 153 154
      return result;
    }

    /*! put after an enum name in the list of all members */
    virtual QCString trEnumName()
155
    { return "nume enumerare"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
156 157 158
    
    /*! put after an enum value in the list of all members */
    virtual QCString trEnumValue()
159
    { return "valoare enumerare"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
160 161 162
    
    /*! put after an undocumented member in the list of all members */
    virtual QCString trDefinedIn()
163
    { return "definit în"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
164 165 166 167

    // quick reference sections

    /*! This is put above each page as a link to the list of all groups of 
168
     *  compounds or files (see the \\group command).
Dimitri van Heesch's avatar
Dimitri van Heesch committed
169 170 171 172 173 174 175 176 177 178
     */
    virtual QCString trModules()
    { return "Module"; }
    
    /*! This is put above each page as a link to the class hierarchy */
    virtual QCString trClassHierarchy()
    { return "Ierarhia Claselor"; }
    
    /*! This is put above each page as a link to the list of annotated classes */
    virtual QCString trCompoundList()
179 180 181 182 183 184 185
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
        return "Structuri de Date";
      }
      else
      {
186
        return "Lista Claselor"; 
187 188 189
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
190 191 192
    
    /*! This is put above each page as a link to the list of documented files */
    virtual QCString trFileList()
193
    { return "Lista fişierelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
194 195 196

    /*! This is put above each page as a link to all members of compounds. */
    virtual QCString trCompoundMembers()
197 198 199
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
200
        return "Câmpurile de Date"; 
201 202 203
      }
      else
      {
204
        return "Membrii Componenţi"; //cu articol hotarat
205 206 207
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
208 209 210

    /*! This is put above each page as a link to all members of files. */
    virtual QCString trFileMembers()
211 212 213 214 215 216 217
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
        return "Globale"; 
      }
      else
      {
218
        return "Membrii din Fişier"; //cu articol hotarat
219 220 221
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
222 223 224

    /*! This is put above each page as a link to all related pages. */
    virtual QCString trRelatedPages()
225
    { return "Pagini înrudite"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
226 227 228

    /*! This is put above each page as a link to all examples. */
    virtual QCString trExamples()
229
    { return "Exemple"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
230 231 232

    /*! This is put above each page as a link to the search engine. */
    virtual QCString trSearch()
233
    { return "Caută"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
234 235 236

    /*! This is an introduction to the class hierarchy. */
    virtual QCString trClassHierarchyDescription()
237 238
    { return "Această listă de moşteniri este sortată în general, "
             "dar nu complet, în ordine alfabetică:";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
239 240 241 242 243
    }

    /*! This is an introduction to the list with all files. */
    virtual QCString trFileListDescription(bool extractAll)
    {
244
      QCString result="Lista tuturor ";
245
      result+="fişierelor";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
246 247 248 249 250 251 252
	  if (!extractAll) result+=" documentate";
	  result+=", cu scurte descrieri:";
      return result;
    }

    /*! This is an introduction to the annotated compound list. */
    virtual QCString trCompoundListDescription()
253 254 255
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
256
        return "Lista structurilor de date, cu scurte descrieri:"; 
257 258 259
      }
      else
      {
260
        return "Lista claselor, structurilor, uniunilor şi interfeţelor"
261 262 263
		", cu scurte descrieri:"; 
      }

Dimitri van Heesch's avatar
Dimitri van Heesch committed
264 265 266 267 268
    }

    /*! This is an introduction to the page with all class members. */
    virtual QCString trCompoundMembersDescription(bool extractAll)
    {
269
      QCString result="Lista tuturor ";
270 271 272
      
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
273
        result+="câmpurilor ";
274 275 276 277 278 279
        if (!extractAll) result+=" documentate ";
        result+="din structuri si uniuni ";
      }
      else
      {
        result+="membrilor ";
280
	  if (!extractAll) result+="documentaţi ";
281 282
        result+="din toate clasele ";
      }
283
      result+=", cu legături către ";
284
      if (!extractAll) 
285 286 287
      {
        if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
        {
288
          result+="documentaţia structurii/uniunii pentru fiecare câmp în parte:";
289 290 291
        }
        else
        {
292
          result+="documentaţia clasei pentru fiecare membru în parte:";
293 294
        }
      }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
295
      else 
296 297 298
      {
        if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
        {
299
          result+="structurile/uniunile de care aparţin:";
300 301 302
        }
        else
        {
303
          result+="clasele de care aparţin:";
304 305 306
        }
      }
     
Dimitri van Heesch's avatar
Dimitri van Heesch committed
307 308 309 310 311 312
      return result;
    }

    /*! This is an introduction to the page with all file members. */
    virtual QCString trFileMembersDescription(bool extractAll)
    {
313
      QCString result="Lista tuturor ";
314 315
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
316
        result+="funcţiilor, variabilelor, definiţiilor, enumerărilor şi definiţiilor de tip";
317 318 319 320 321
	  if (!extractAll) result+=" documentate";
      }
      else
      {
        result+="membrilor ";
322 323
	  if (!extractAll) result+="documentaţi ";
	  result+="din toate fişierele";
324
      }
325
      result+=", cu legături către ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
326
      if (extractAll) 
327
        result+="fişierele de care aparţin:";
328
      else 
329
        result+="documentaţia aferentă:";
330

Dimitri van Heesch's avatar
Dimitri van Heesch committed
331 332 333 334 335
      return result;
    }

    /*! This is an introduction to the page with the list of all examples */
    virtual QCString trExamplesDescription()
336
    { return "Lista tuturor exemplelor:"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
337 338 339

    /*! This is an introduction to the page with the list of related pages */
    virtual QCString trRelatedPagesDescription()
340
    { return "Lista tuturor documentaţiilor înrudite:"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
341 342 343

    /*! This is an introduction to the page with the list of class/file groups */
    virtual QCString trModulesDescription()
344
    { return "Lista tuturor modulelor:"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
345 346 347 348 349 350

    // index titles (the project name is prepended for these) 


    /*! This is used in HTML as the title of index.html. */
    virtual QCString trDocumentation()
351
    { return "Documentaţie"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368

    /*! This is used in LaTeX as the title of the chapter with the 
     * index of all groups.
     */
    virtual QCString trModuleIndex()
    { return "Indexul Modulelor"; }

    /*! This is used in LaTeX as the title of the chapter with the 
     * class hierarchy.
     */
    virtual QCString trHierarchicalIndex()
    { return "Index Ierarhic"; }

    /*! This is used in LaTeX as the title of the chapter with the 
     * annotated compound index.
     */
    virtual QCString trCompoundIndex()
369 370 371 372 373 374 375
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      { 
        return "Indexul Structurilor de Date";
      }
      else
      {
376
        return "Indexul Claselor"; 
377 378 379
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
380 381 382 383 384

    /*! This is used in LaTeX as the title of the chapter with the
     * list of all files.
     */
    virtual QCString trFileIndex() 
385
    { return "Indexul Fişierelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
386 387 388 389 390

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all groups.
     */
    virtual QCString trModuleDocumentation()
391
    { return "Documentaţia Modulelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
392 393 394 395 396

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all classes, structs and unions.
     */
    virtual QCString trClassDocumentation()
397 398 399
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
400
        return "Documentaţia Structurilor de Date"; 
401 402 403
      }
      else
      {
404
        return "Documentaţia Claselor"; 
405 406 407
      }

    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
408 409 410 411 412

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all files.
     */
    virtual QCString trFileDocumentation()
413
    { return "Documentaţia Fişierelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
414 415 416 417 418

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all examples.
     */
    virtual QCString trExampleDocumentation()
419
    { return "Documentaţia Exemplelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
420 421 422 423 424

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all related pages.
     */
    virtual QCString trPageDocumentation()
425
    { return "Documentaţii înrudite"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
426 427 428 429 430 431 432 433 434

    /*! This is used in LaTeX as the title of the document */
    virtual QCString trReferenceManual()
    { return "Manual de utilizare"; }
    
    /*! This is used in the documentation of a file as a header before the 
     *  list of defines
     */
    virtual QCString trDefines()
435
    { return "Definiţii"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
436 437 438 439 440

    /*! This is used in the documentation of a file as a header before the 
     *  list of function prototypes
     */
    virtual QCString trFuncProtos()
441
    { return "Prototipuri de funcţii"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
442 443 444 445 446

    /*! This is used in the documentation of a file as a header before the 
     *  list of typedefs
     */
    virtual QCString trTypedefs()
447
    { return "Definiţii de tipuri"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
448 449 450 451 452

    /*! This is used in the documentation of a file as a header before the 
     *  list of enumerations
     */
    virtual QCString trEnumerations()
453
    { return "Enumerări"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
454 455 456 457 458

    /*! This is used in the documentation of a file as a header before the 
     *  list of (global) functions
     */
    virtual QCString trFunctions()
459
    { return "Funcţii"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
460 461 462 463 464 465 466 467 468 469 470

    /*! This is used in the documentation of a file as a header before the 
     *  list of (global) variables
     */
    virtual QCString trVariables()
    { return "Variabile"; }

    /*! This is used in the documentation of a file as a header before the 
     *  list of (global) variables
     */
    virtual QCString trEnumerationValues()
471
    { return "Valori de enumerări"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
472 473 474 475 476
    
    /*! This is used in the documentation of a file before the list of
     *  documentation blocks for defines
     */
    virtual QCString trDefineDocumentation()
477
    { return "Documentaţia definiţiilor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
478 479 480 481 482

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for function prototypes
     */
    virtual QCString trFunctionPrototypeDocumentation()
483
    { return "Documentaţia prototipurilor de funcţii"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
484 485 486 487 488

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for typedefs
     */
    virtual QCString trTypedefDocumentation()
489
    { return "Documentaţia definiţiilor de tipuri"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
490 491 492 493 494

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for enumeration types
     */
    virtual QCString trEnumerationTypeDocumentation()
495
    { return "Documentaţia enumerărilor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
496 497 498 499 500

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for functions
     */
    virtual QCString trFunctionDocumentation()
501
    { return "Documentaţia funcţiilor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
502 503 504 505 506

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for variables
     */
    virtual QCString trVariableDocumentation()
507
    { return "Documentaţia variabilelor"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
508 509 510 511 512

    /*! This is used in the documentation of a file/namespace/group before 
     *  the list of links to documented compounds
     */
    virtual QCString trCompounds()
513 514 515 516 517 518 519 520 521
    { 
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
        return "Structuri de Date"; 
      }
      else
      {
        return "Membri"; 
      }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
522

523
    }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
524 525 526 527 528 529

    /*! This is used in the standard footer of each page and indicates when 
     *  the page was generated 
     */
    virtual QCString trGeneratedAt(const char *date,const char *projName)
    { 
530
      QCString result=(QCString)"Generat "+date;
Dimitri van Heesch's avatar
Dimitri van Heesch committed
531
      if (projName) result+=(QCString)" pentru "+projName;
532
      result+=(QCString)" de către";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
533 534 535 536 537 538 539 540 541 542 543 544
      return result;
    }
    /*! This is part of the sentence used in the standard footer of each page.
     */
    virtual QCString trWrittenBy()
    {
      return "scris de";
    }

    /*! this text is put before a class diagram */
    virtual QCString trClassDiagram(const char *clName)
    {
545
      return (QCString)"Diagrama de relaţii pentru "+clName;
Dimitri van Heesch's avatar
Dimitri van Heesch committed
546 547
    }
    
Dimitri van Heesch's avatar
Dimitri van Heesch committed
548
    /*! this text is generated when the \\internal command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
549 550 551
    virtual QCString trForInternalUseOnly()
    { return "Doar pentru uz intern."; }

Dimitri van Heesch's avatar
Dimitri van Heesch committed
552
    /*! this text is generated when the \\warning command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
553
    virtual QCString trWarning()
554
    { return "Atenţie"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
555

Dimitri van Heesch's avatar
Dimitri van Heesch committed
556
    /*! this text is generated when the \\version command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
557 558 559
    virtual QCString trVersion()
    { return "Versiunea"; }

Dimitri van Heesch's avatar
Dimitri van Heesch committed
560
    /*! this text is generated when the \\date command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
561 562 563
    virtual QCString trDate()
    { return "Data"; }

Dimitri van Heesch's avatar
Dimitri van Heesch committed
564
    /*! this text is generated when the \\return command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
565
    virtual QCString trReturns()
566
    { return "Întoarce"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
567

Dimitri van Heesch's avatar
Dimitri van Heesch committed
568
    /*! this text is generated when the \\sa command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
569
    virtual QCString trSeeAlso()
570
    { return "Vezi şi"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
571

Dimitri van Heesch's avatar
Dimitri van Heesch committed
572
    /*! this text is generated when the \\param command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
573 574 575
    virtual QCString trParameters()
    { return "Parametri"; }

Dimitri van Heesch's avatar
Dimitri van Heesch committed
576
    /*! this text is generated when the \\exception command is used. */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
577
    virtual QCString trExceptions()
578
    { return "Excepţii"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
579 580 581 582 583 584 585 586 587
    
    /*! this text is used in the title page of a LaTeX document. */
    virtual QCString trGeneratedBy()
    { return "Generat de"; }

    // new since 0.49-990307
    
    /*! used as the title of page containing all the index of all namespaces. */
    virtual QCString trNamespaceList()
588
    { return "Lista de Namespace-uri"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
589 590 591 592

    /*! used as an introduction to the namespace list */
    virtual QCString trNamespaceListDescription(bool extractAll)
    {
593
      QCString result="Lista tuturor ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
      result+="namespace-urilor ";
	  if (!extractAll) result+="documentate ";
	  result+=", cu scurte descrieri:";
      return result;
    }

    /*! used in the class documentation as a header before the list of all
     *  friends of a class
     */
    virtual QCString trFriends()
    { return "Prieteni"; }
    
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990405
//////////////////////////////////////////////////////////////////////////
    
    /*! used in the class documentation as a header before the list of all
     * related classes 
     */
    virtual QCString trRelatedFunctionDocumentation()
614
    { return "Documentaţia funcţiilor prietene sau înrudite"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
615 616 617 618 619 620 621 622 623 624
    
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990425
//////////////////////////////////////////////////////////////////////////

    /*! used as the title of the HTML page of a class/struct/union */
    virtual QCString trCompoundReference(const char *clName,
                                    ClassDef::CompoundType compType,
                                    bool isTemplate)
    {
625
	  QCString result="Referinţă la ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
626 627
      switch(compType)
      {
628 629 630
        case ClassDef::Class:      result+="clasa "; break;
        case ClassDef::Struct:     result+="structura "; break;
        case ClassDef::Union:      result+="uniunea "; break;
631
        case ClassDef::Interface:  result+="interfaţa "; break;
632 633
        case ClassDef::Protocol:   result+="protocolul "; break;
        case ClassDef::Category:   result+="categoria "; break;
634
        case ClassDef::Exception:  result+="excepţia "; break;
Dimitri van Heesch's avatar
Dimitri van Heesch committed
635 636 637 638 639 640 641 642 643 644
      }
	  if (isTemplate) result+=" (Template) ";
	  result+=(QCString)clName;
      
      return result;
    }

    /*! used as the title of the HTML page of a file */
    virtual QCString trFileReference(const char *fileName)
    {
645
      QCString result="Referinţă la fişierul ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
646 647 648 649 650 651 652
      result+=fileName;
      return result;
    }

    /*! used as the title of the HTML page of a namespace */
    virtual QCString trNamespaceReference(const char *namespaceName)
    {
653
      QCString result="Referinţă la Namespace-ul ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
654 655 656 657
      result+=namespaceName;
      return result;
    }
    
658
    /* these are for the member sections of a class, struct or union */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
659 660 661
    virtual QCString trPublicMembers()
    { return "Metode Publice"; }
    virtual QCString trPublicSlots()
662
    { return "Conectori (slots) Publici"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
663 664 665 666 667 668 669
    virtual QCString trSignals()
    { return "Semnale"; }
    virtual QCString trStaticPublicMembers()
    { return "Metode Statice Publice"; }
    virtual QCString trProtectedMembers()
    { return "Metode Protejate"; }
    virtual QCString trProtectedSlots()
670
    { return "Conectori (slots) Protejaţi"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
671 672 673 674 675
    virtual QCString trStaticProtectedMembers()
    { return "Metode Statice Protejate"; }
    virtual QCString trPrivateMembers()
    { return "Metode Private"; }
    virtual QCString trPrivateSlots()
676
    { return "Conectori (slots) Privaţi"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698
    virtual QCString trStaticPrivateMembers()
    { return "Metode Statice Private"; }
    
    /*! this function is used to produce a comma-separated list of items.
     *  use generateMarker(i) to indicate where item i should be put.
     */
    virtual QCString trWriteList(int numEntries)
    {
      QCString result;
      int i;
      // the inherits list contain `numEntries' classes
      for (i=0;i<numEntries;i++) 
      {
        // use generateMarker to generate placeholders for the class links!
        result+=generateMarker(i); // generate marker for entry i in the list 
                                   // (order is left to right)
        
        if (i!=numEntries-1)  // not the last entry, so we need a separator
        {
          if (i<numEntries-2) // not the fore last entry 
            result+=", ";
          else                // the fore last entry
699
            result+=" şi ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
700 701 702 703 704 705 706 707 708 709
        }
      }
      return result; 
    }
    
    /*! used in class documentation to produce a list of base classes,
     *  if class diagrams are disabled.
     */
    virtual QCString trInheritsList(int numEntries)
    {
710
      return "Moşteneşte "+trWriteList(numEntries)+".";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
711 712 713 714 715 716 717
    }

    /*! used in class documentation to produce a list of super classes,
     *  if class diagrams are disabled.
     */
    virtual QCString trInheritedByList(int numEntries)
    {
718
      return "Moştenit de "+trWriteList(numEntries)+".";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733
    }

    /*! used in member documentation blocks to produce a list of 
     *  members that are hidden by this one.
     */
    virtual QCString trReimplementedFromList(int numEntries)
    {
      return "Reimplementat din "+trWriteList(numEntries)+".";
    }

    /*! used in member documentation blocks to produce a list of
     *  all member that overwrite the implementation of this member.
     */
    virtual QCString trReimplementedInList(int numEntries)
    {
734
      return "Reimplementat în "+trWriteList(numEntries)+".";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
735 736 737 738 739 740 741 742 743
    }

    /*! This is put above each page as a link to all members of namespaces. */
    virtual QCString trNamespaceMembers()
    { return "Membrii Namespace-ului"; }

    /*! This is an introduction to the page with all namespace members */
    virtual QCString trNamespaceMemberDescription(bool extractAll)
    { 
744
      QCString result="Lista tuturor membrilor ";
745 746
      if (!extractAll) result+="documentaţi ";
	  result+="din toate namespace-urile, cu legături către ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
747 748
		  
      if (extractAll) 
749
        result+="documentaţia namespace-ului pentru fiecare membru în parte:";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
750
      else 
751
        result+="namespace-urile de care aparţin:";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
752 753 754 755 756 757 758 759 760 761 762 763
      return result;
    }
    /*! This is used in LaTeX as the title of the chapter with the 
     *  index of all namespaces.
     */
    virtual QCString trNamespaceIndex()
    { return "Indexul Namespace-ului"; }

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all namespaces.
     */
    virtual QCString trNamespaceDocumentation()
764
    { return "Documentaţia Namespace-ului"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786

//////////////////////////////////////////////////////////////////////////
// new since 0.49-990522
//////////////////////////////////////////////////////////////////////////

    /*! This is used in the documentation before the list of all
     *  namespaces in a file.
     */
    virtual QCString trNamespaces()
    { return "Namespace-uri"; }

//////////////////////////////////////////////////////////////////////////
// new since 0.49-990728
//////////////////////////////////////////////////////////////////////////

    /*! This is put at the bottom of a class documentation page and is
     *  followed by a list of files that were used to generate the page.
     */
    virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType,
        bool single)
    { // here s is one of " Class", " Struct" or " Union"
      // single is true implies a single file
787
      QCString result=(QCString)"Documentaţia pentru această ";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
788 789
      switch(compType)
      {
790 791
        case ClassDef::Class:      result+="clasă"; break;
        case ClassDef::Struct:     result+="structură"; break;
Dimitri van Heesch's avatar
Dimitri van Heesch committed
792
        case ClassDef::Union:      result+="uniune"; break;
793
        case ClassDef::Interface:  result+="interfaţă"; break;
794 795
        case ClassDef::Protocol:   result+="protocol"; break;
        case ClassDef::Category:   result+="categorie"; break;
796
        case ClassDef::Exception:  result+="excepţie"; break;
Dimitri van Heesch's avatar
Dimitri van Heesch committed
797
      }
798
      result+=" a fost generată din fişier";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
799 800 801 802 803 804 805 806
      if (single) result+="ul:"; else result+="ele:";
      return result;
    }

    /*! This is in the (quick) index as a link to the alphabetical compound
     * list.
     */
    virtual QCString trAlphabeticalList()
807
    { return "Listă Alfabetică"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
808 809 810 811 812 813 814 815 816 817 818 819

//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////

    /*! This is used as the heading text for the retval command. */
    virtual QCString trReturnValues()
    { return "Valori returnate"; }

    /*! This is in the (quick) index as a link to the main page (index.html)
     */
    virtual QCString trMainPage()
820
    { return "Pagina principală"; }
Dimitri van Heesch's avatar
Dimitri van Heesch committed
821 822 823 824 825 826 827 828 829 830 831 832 833

    /*! This is used in references to page that are put in the LaTeX 
     *  documentation. It should be an abbreviation of the word page.
     */
    virtual QCString trPageAbbreviation()
    { return "pg."; }

//////////////////////////////////////////////////////////////////////////
// new since 0.49-991003
//////////////////////////////////////////////////////////////////////////

    virtual QCString trDefinedAtLineInSourceFile()
    {
834
      return "Definiţia în linia @0 a fişierului @1.";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
835 836 837
    }
    virtual QCString trDefinedInSourceFile()
    {
838
      return "Definiţia în fişierul @0.";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
839 840 841 842 843 844 845 846
    }

//////////////////////////////////////////////////////////////////////////
// new since 0.49-991205
//////////////////////////////////////////////////////////////////////////

    virtual QCString trDeprecated()
    {
847
      return "Învechită(Deprecated)";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
848 849 850 851 852 853 854 855 856
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.0.0
//////////////////////////////////////////////////////////////////////////

    /*! this text is put before a collaboration diagram */
    virtual QCString trCollaborationDiagram(const char *clName)
    {
857
      return (QCString)"Diagrama de relaţii pentru "+clName+":";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
858 859 860 861
    }
    /*! this text is put before an include dependency graph */
    virtual QCString trInclDepGraph(const char *fName)
    {
862
      return (QCString)"Graful dependenţelor prin incluziune pentru "+fName+":";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
863 864 865 866
    }
    /*! header that is put before the list of constructor/destructors. */
    virtual QCString trConstructorDocumentation()
    {
867
      return "Documentaţia pentru Constructori şi Destructori"; 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
868 869 870 871 872 873 874 875 876
    }
    /*! Used in the file documentation to point to the corresponding sources. */
    virtual QCString trGotoSourceCode()
    {
      return "Vezi sursele.";
    }
    /*! Used in the file sources to point to the corresponding documentation. */
    virtual QCString trGotoDocumentation()
    {
877
      return "Vezi documentaţia.";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
878
    }
879
    /*! Text for the \\pre command */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
880 881
    virtual QCString trPrecondition()
    {
882
      return "Precondiţie";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
883
    }
884
    /*! Text for the \\post command */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
885 886
    virtual QCString trPostcondition()
    {
887
      return "Postcondiţie";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
888
    }
889
    /*! Text for the \\invariant command */
Dimitri van Heesch's avatar
Dimitri van Heesch committed
890 891 892 893 894 895 896
    virtual QCString trInvariant()
    {
      return "Invariant";
    }
    /*! Text shown before a multi-line variable/enum initialization */
    virtual QCString trInitialValue()
    {
897
      return "Valoarea iniţială:";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
898 899 900 901 902 903 904 905
    }
    /*! Text used the source code in the file index */
    virtual QCString trCode()
    {
      return "cod";
    }
    virtual QCString trGraphicalHierarchy()
    {
906
      return "Ierarhia Claselor în mod grafic";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
907 908 909
    }
    virtual QCString trGotoGraphicalHierarchy()
    {
910
      return "Vezi ierarhia claselor în mod grafic";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
911 912 913
    }
    virtual QCString trGotoTextualHierarchy()
    {
914
      return "Vezi ierarhia claselor în mod text";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
915 916 917 918 919 920 921 922 923 924 925 926
    }
    virtual QCString trPageIndex()
    {
      return "Indexul Paginilor";
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.1.0
//////////////////////////////////////////////////////////////////////////
    
    virtual QCString trNote()
    {
927
      return "Notă";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
928 929 930
    }
    virtual QCString trPublicTypes()
    {
931
      return "Tipuri Publice";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
932 933 934
    }
    virtual QCString trPublicAttribs()
    {
935 936
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
937
        return "Câmpuri de Date";
938 939 940 941 942 943
      }
      else
      {
        return "Atribute Publice";
      }
      
Dimitri van Heesch's avatar
Dimitri van Heesch committed
944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980
    }
    virtual QCString trStaticPublicAttribs()
    {
      return "Atribute Statice Publice";
    }
    virtual QCString trProtectedTypes()
    {
      return "Tipuri Protejate";
    }
    virtual QCString trProtectedAttribs()
    {
      return "Atribute Protejate";
    }
    virtual QCString trStaticProtectedAttribs()
    {
      return "Atribute Statice Protejate";
    }
    virtual QCString trPrivateTypes()
    {
      return "Tipuri Private";
    }
    virtual QCString trPrivateAttribs()
    {
      return "Atribute Private";
    }
    virtual QCString trStaticPrivateAttribs()
    {
      return "Atribute Statice Private";
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.1.3
//////////////////////////////////////////////////////////////////////////

    /*! Used as a marker that is put before a todo item */
    virtual QCString trTodo()
    {
981
      return "De făcut";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
982 983 984 985
    }
    /*! Used as the header of the todo list */
    virtual QCString trTodoList()
    {
986
      return "Lista lucrurilor de făcut";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
987 988 989 990 991 992 993 994 995 996 997 998
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.1.4
//////////////////////////////////////////////////////////////////////////

    virtual QCString trReferencedBy()
    {
      return "Semnalat de";
    }
    virtual QCString trRemarks()
    {
999
      return "Observaţii";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1000 1001 1002
    }
    virtual QCString trAttention()
    {
1003
      return "Atenţie";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1004 1005 1006
    }
    virtual QCString trInclByDepGraph()
    {
1007 1008
      return "Acest graf arată care fişiere includ, "
		  "direct sau indirect, acest fişier:";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027
    }
    virtual QCString trSince()
    {
      return "Din";
    }
    
//////////////////////////////////////////////////////////////////////////
// new since 1.1.5
//////////////////////////////////////////////////////////////////////////

    /*! title of the graph legend page */
    virtual QCString trLegendTitle()
    {
      return "Legenda grafului";
    }
    /*! page explaining how the dot graph's should be interpreted */
    virtual QCString trLegendDocs()
    {
      return 
1028
        "Această pagină arată modul în care trebuie să interpretaţi "
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1029
		"grafurile generate de doxygen.<p>\n"
1030
        "Consideraţi următorul exemplu:\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1031
        "\\code\n"
1032
        "/*! Clasă invizibilă, tăiată din cauza depăşirii spaţiului */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1033
        "class Invisible { };\n\n"
1034
        "/*! Altă clasă tăiată, relaţia de moştenire este ascunsă */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1035
        "class Truncated : public Invisible { };\n\n"
1036
        "/* Clasă necomentată în stil doxygen */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1037
        "class Undocumented { };\n\n"
1038
        "/*! Clasă care este moştenită în mod public */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1039
        "class PublicBase : public Truncated { };\n\n"
1040
        "/*! Clasă template */\n"
1041
        "template<class T> class Templ { };\n\n"
1042
        "/*! Clasă care este moştenită în mod protejat */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1043
        "class ProtectedBase { };\n\n"
1044
        "/*! Clasă care este moştenită în mod privat */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1045
        "class PrivateBase { };\n\n"
1046
        "/*! Clasă care este folosită de clasa Inherited */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1047
        "class Used { };\n\n"
1048
        "/*! Superclasă care moşteneşte un număr de alte clase */\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1049 1050 1051
        "class Inherited : public PublicBase,\n"
        "                  protected ProtectedBase,\n"
        "                  private PrivateBase,\n"
1052 1053
        "                  public Undocumented,\n"
        "                  public Templ<int>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1054 1055 1056 1057 1058
        "{\n"
        "  private:\n"
        "    Used *m_usedClass;\n"
        "};\n"
        "\\endcode\n"
1059
        "Dacă tagul \\c MAX_DOT_GRAPH_HEIGHT din fişierul de configurare "
1060
        "este setat la 200, acesta este graful rezultat:"
1061
        "<p><center><img src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1062
        "<p>\n"
1063
        "Căsuţele din partea de sus au următoarea semnificaţie:\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1064
        "<ul>\n"
1065
        "<li>O căsuţă neagră reprezintă structura sau clasa pentru care "
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1066
        "graful este generat.\n"
1067 1068 1069 1070 1071
        "<li>O căsuţă cu marginea neagră reprezintă o structură sau o clasă documentate.\n"
        "<li>O căsuţă cu marginea gri reprezintă o structură sau o clasă nedocumentate.\n"
        "<li>O căsuţă cu marginea roşie reprezintă o structură sau o clasă documentate, pentru\n"
        "care nu toate relaţiile de moştenire/incluziune sunt arătate. Un graf este "
        "tăiat dacă nu încape în marginile specificate."
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1072
        "</ul>\n"
1073
        "Săgeţile au următoarea semnificaţie:\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1074
        "<ul>\n"
1075 1076 1077 1078 1079 1080 1081
        "<li>O săgeată de un albastru închis este folosită când avem o relaţie de "
        "moştenire publică între două clase.\n"
        "<li>O săgeată de un verde închis este folosită când avem o moştenire protejată.\n"
        "<li>O săgeată de un roşu închis este folosită când avem o moştenire privată.\n"
        "<li>O săgeată violetă punctată este folosită pentru o clasă conţinută sau folosită "
        "de o altă clasă. Săgeata este marcată cu variabila(e) "
        "prin care este accesibilă clasa sau structura spre care este îndreptată. \n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101
        "</ul>\n";
    }
    /*! text for the link to the legend page */
    virtual QCString trLegend()
    {
      return "legenda";
    }
    
//////////////////////////////////////////////////////////////////////////
// new since 1.2.0
//////////////////////////////////////////////////////////////////////////
    
    /*! Used as a marker that is put before a test item */
    virtual QCString trTest()
    {
      return "Test";
    }
    /*! Used as the header of the test list */
    virtual QCString trTestList()
    {
1102
      return "Listă de teste";
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1103 1104
    }

1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////

    /*! Used as a section header for KDE-2 IDL methods */
    virtual QCString trDCOPMethods()
    {
      return "Metode DCOP";
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////

    /*! Used as a section header for IDL properties */
    virtual QCString trProperties()
    {
1122
      return "Proprietăţi";
1123 1124 1125 1126
    }
    /*! Used as a section header for IDL property documentation */
    virtual QCString trPropertyDocumentation()
    {
1127
      return "Documentaţia Proprietăţilor";
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.4
//////////////////////////////////////////////////////////////////////////

    /*! Used for Java classes in the summary section of Java packages */
    virtual QCString trClasses()
    {
      if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
      {
        return "Structuri de Date";
      }
      else
      {
        return "Clase";
      }
    }
    /*! Used as the title of a Java package */
    virtual QCString trPackage(const char *name)
    {
      return (QCString)"Pachet "+name;
    }
    /*! Title of the package index page */
    virtual QCString trPackageList()
    {
      return "Lista Pachetelor";
    }
    /*! The description of the package index page */
    virtual QCString trPackageListDescription()
    {
1159
      return "Lista pachetelor, însoţită de scurte explicaţii, acolo unde acestea există:";
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178
    }
    /*! The link name in the Quick links header for each page */
    virtual QCString trPackages()
    {
      return "Pachete";
    }
    /*! Text shown before a multi-line define */
    virtual QCString trDefineValue()
    {
      return "Valoare:";
    }
    
//////////////////////////////////////////////////////////////////////////
// new since 1.2.5
//////////////////////////////////////////////////////////////////////////
    
    /*! Used as a marker that is put before a \\bug item */
    virtual QCString trBug()
    {
1179
      return "Problema (Bug)";
1180 1181 1182 1183
    }
    /*! Used as the header of the bug list */
    virtual QCString trBugList()
    {
1184
      return "Lista de Probleme (Bugs)";
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.6
//////////////////////////////////////////////////////////////////////////

    /*! Used as ansicpg for RTF file 
     * 
     * The following table shows the correlation of Charset name, Charset Value and 
     * <pre>
     * Codepage number:
     * Charset Name       Charset Value(hex)  Codepage number
     * ------------------------------------------------------
     * DEFAULT_CHARSET           1 (x01)
     * SYMBOL_CHARSET            2 (x02)
     * OEM_CHARSET             255 (xFF)
     * ANSI_CHARSET              0 (x00)            1252
     * RUSSIAN_CHARSET         204 (xCC)            1251
     * EE_CHARSET              238 (xEE)            1250
     * GREEK_CHARSET           161 (xA1)            1253
     * TURKISH_CHARSET         162 (xA2)            1254
     * BALTIC_CHARSET          186 (xBA)            1257
     * HEBREW_CHARSET          177 (xB1)            1255
     * ARABIC _CHARSET         178 (xB2)            1256
     * SHIFTJIS_CHARSET        128 (x80)             932
     * HANGEUL_CHARSET         129 (x81)             949
     * GB2313_CHARSET          134 (x86)             936
     * CHINESEBIG5_CHARSET     136 (x88)             950
     * </pre>
     * 
     */
    virtual QCString trRTFansicp()
    {
1218
      return "1250"; //EASTEUROPE_CHARSET
1219 1220 1221 1222 1223 1224 1225 1226
    }
    

    /*! Used as ansicpg for RTF fcharset 
     *  \see trRTFansicp() for a table of possible values.
     */
    virtual QCString trRTFCharSet()
    {
1227
      return "238";
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252
    }

    /*! Used as header RTF general index */
    virtual QCString trRTFGeneralIndex()
    {
      return "Index";
    }
   
    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trClass(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Clas" : "clas"));
	result+= singular ? "a":"ele";
      return result; 
    }

    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trFile(bool first_capital, bool singular)
    { 
1253
      QCString result((first_capital ? "Fişier" : "fişier"));
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333
	result+= singular ? "ul":"ele";
      return result; 
    }

    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trNamespace(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Namespace" : "namespace"));
	result+= singular ? "-ul":"-urile";
      return result; 
    }

    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trGroup(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Grupu" : "grupu"));
	result+= singular ? "l":"rile";
      return result; 
    }

    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trPage(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Pagin" : "pagin"));
	result+= singular ? "a":"ile";
      return result; 
    }

    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trMember(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Membr" : "membr"));
	result+= singular ? "ul":"ii";
      return result; 
    }
   
    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trGlobal(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Global" : "global"));
      if (!singular)  result+="e";
      return result; 
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.7
//////////////////////////////////////////////////////////////////////////

    /*! This text is generated when the \\author command is used and
     *  for the author section in man pages. */
    virtual QCString trAuthor(bool first_capital, bool singular)
    {                                                                         
      QCString result((first_capital ? "Autor" : "autor"));
	result+= singular ? "ul":"ii";
      return result; 
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.11
//////////////////////////////////////////////////////////////////////////

    /*! This text is put before the list of members referenced by a member
     */
    virtual QCString trReferences()
    {
1334
      return "Referinţe";
1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.13
//////////////////////////////////////////////////////////////////////////

    /*! used in member documentation blocks to produce a list of 
     *  members that are implemented by this one.
     */
    virtual QCString trImplementedFromList(int numEntries)
    {
1346
      return "Implementează "+trWriteList(numEntries)+".";
1347 1348 1349 1350 1351 1352 1353
    }

    /*! used in member documentation blocks to produce a list of
     *  all members that implement this abstract member.
     */
    virtual QCString trImplementedInList(int numEntries)
    {
1354
      return "Implementat în "+trWriteList(numEntries)+".";
1355 1356
    }

1357 1358 1359 1360 1361 1362 1363 1364 1365
//////////////////////////////////////////////////////////////////////////
// new since 1.2.16
//////////////////////////////////////////////////////////////////////////

    /*! used in RTF documentation as a heading for the Table
     *  of Contents.
     */
    virtual QCString trRTFTableOfContents()
    {
1366
      return "Cuprins";
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.17
//////////////////////////////////////////////////////////////////////////

    /*! Used as the header of the list of item that have been 
     *  flagged deprecated 
     */
    virtual QCString trDeprecatedList()
    {
1378
      return "Lista elementelor învechite (deprecated)";
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.2.18
//////////////////////////////////////////////////////////////////////////

    /*! Used as a header for declaration section of the events found in 
     * a C# program
     */
    virtual QCString trEvents()
    {
      return "Evenimente";
    }
    /*! Header used for the documentation section of a class' events. */
    virtual QCString trEventDocumentation()
    {
1395
      return "Documentaţia aferentă evenimentelor";
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.3
//////////////////////////////////////////////////////////////////////////

    /*! Used as a heading for a list of Java class types with package scope.
     */
    virtual QCString trPackageTypes()
    { 
1406
      return "Tipuri în pachet";
1407 1408 1409 1410 1411 1412
    }
    /*! Used as a heading for a list of Java class functions with package 
     * scope. 
     */
    virtual QCString trPackageMembers()
    { 
1413
      return "Funcţii în pachet";
1414 1415 1416 1417 1418 1419
    }
    /*! Used as a heading for a list of static Java class functions with 
     *  package scope.
     */
    virtual QCString trStaticPackageMembers()
    { 
1420
      return "Funcţii statice în pachet";
1421 1422 1423 1424 1425 1426
    }
    /*! Used as a heading for a list of Java class variables with package 
     * scope.
     */
    virtual QCString trPackageAttribs()
    { 
1427
      return "Atribute în pachet";
1428 1429 1430 1431 1432 1433
    }
    /*! Used as a heading for a list of static Java class variables with 
     * package scope.
     */
    virtual QCString trStaticPackageAttribs()
    { 
1434
      return "Atribute statice în pachet";
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.3.1
//////////////////////////////////////////////////////////////////////////

    /*! Used in the quick index of a class/file/namespace member list page 
     *  to link to the unfiltered list of all members.
     */
    virtual QCString trAll()
    {
      return "Toate";
    }
    /*! Put in front of the call graph for a function. */
    virtual QCString trCallGraph()
    {
1451
      return "Graful de apel al acestei funcţii:";
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////

    /*! When the search engine is enabled this text is put in the header 
     *  of each page before the field where one can enter the text to search 
     *  for. 
     */
    virtual QCString trSearchForIndex()
    {
1464
      return "Caută";
1465 1466 1467 1468 1469 1470
    }
    /*! This string is used as the title for the page listing the search
     *  results.
     */
    virtual QCString trSearchResultsTitle()
    {
1471
      return "Rezultatele căutarii";
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484
    }
    /*! This string is put just before listing the search results. The
     *  text can be different depending on the number of documents found.
     *  Inside the text you can put the special marker $num to insert
     *  the number representing the actual number of search results.
     *  The @a numDocuments parameter can be either 0, 1 or 2, where the 
     *  value 2 represents 2 or more matches. HTML markup is allowed inside
     *  the returned string.
     */
    virtual QCString trSearchResults(int numDocuments)
    {
      if (numDocuments==0)
      {
1485
        return "Din păcate nu am găsit nici un document care să corespundă cererii.";
1486 1487 1488
      }
      else if (numDocuments==1)
      {
1489
        return "Am găsit <b>1</b> document corespunzând cererii.";
1490 1491 1492
      }
      else 
      {
1493 1494
        return "Am găsit <b>$num</b> documente corespunzând cererii. "
               "Lista documentelor găsite, sortate după relevanţă.";
1495 1496 1497 1498 1499 1500 1501
      }
    }
    /*! This string is put before the list of matched words, for each search 
     *  result. What follows is the list of words that matched the query.
     */
    virtual QCString trSearchMatches()
    {
1502
      return "Găsite:";
1503 1504 1505 1506 1507 1508 1509 1510 1511 1512
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.3.8
//////////////////////////////////////////////////////////////////////////

     /*! This is used in HTML as the title of page with source code for file filename
      */
     virtual QCString trSourceFile(QCString& filename)
     {
1513
       return " Fişierul sursă " + filename;
1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529
     }

//////////////////////////////////////////////////////////////////////////
// new since 1.3.9
//////////////////////////////////////////////////////////////////////////

     /*! This is used as the name of the chapter containing the directory
      *  hierarchy.
      */
     virtual QCString trDirIndex()
     { return "Ierarhia directoarelor"; }

     /*! This is used as the name of the chapter containing the documentation
      *  of the directories.
      */
     virtual QCString trDirDocumentation()
1530
     { return "Documentaţia directoarelor"; }
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541

     /*! This is used as the title of the directory index and also in the
      *  Quick links of a HTML page, to link to the directory hierarchy.
      */
     virtual QCString trDirectories()
     { return "Directoare"; }

     /*! This returns a sentences that introduces the directory hierarchy.
      *  and the fact that it is sorted alphabetically per level
      */
     virtual QCString trDirDescription()
1542 1543
     { return "Această ierarhie de directoare este sortată în general, "
              "dar nu complet, în ordine alfabetică:";
1544 1545 1546 1547 1548 1549 1550
     }

     /*! This returns the title of a directory page. The name of the
      *  directory is passed via \a dirName.
      */
     virtual QCString trDirReference(const char *dirName)
     { 
1551
       QCString  result="Director-referinţă "; result+=dirName; 
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564
       return result; 
     }

     /*! This returns the word directory with or without starting capital
      *  (\a first_capital) and in sigular or plural form (\a singular).
      */
     virtual QCString trDir(bool first_capital, bool singular)
     {
       QCString result((first_capital ? "Directo" : "directo"));
       if (singular) result+="r"; else result="are";
       return result;
     }

1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794
//////////////////////////////////////////////////////////////////////////
// new since 1.4.1
//////////////////////////////////////////////////////////////////////////

    /*! This text is added to the documentation when the \\overload command
     *  is used for a overloaded function.
     */
    virtual QCString trOverloadText()
    {
       return "Aceasta este o funcţie membră suprascrisă. "
              "Diferă de funcţia de mai sus "
              "doar prin argumentele acceptate.";
    }

//////////////////////////////////////////////////////////////////////////
// new since 1.4.6
//////////////////////////////////////////////////////////////////////////

    /*! This is used to introduce a caller (or called-by) graph */
    virtual QCString trCallerGraph()
    {
      return "Graful de apeluri pentru această funcţie:";
    }

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for enumeration values
     */
    virtual QCString trEnumerationValueDocumentation()
    { return "Documentaţia Enumeratorilor"; }

//////////////////////////////////////////////////////////////////////////
// new since 1.5.4 (mainly for Fortran)
//////////////////////////////////////////////////////////////////////////
    
    /*! header that is put before the list of member subprograms (Fortran). */
    virtual QCString trMemberFunctionDocumentationFortran()
    { return "Documentaţia Funcţiei Membre/Subrutinei"; }

    /*! This is put above each page as a link to the list of annotated data types (Fortran). */    
    virtual QCString trCompoundListFortran()
    { return "Lista Tipurilor de Date"; }

    /*! This is put above each page as a link to all members of compounds (Fortran). */
    virtual QCString trCompoundMembersFortran()
    { return "Câmpuri de date"; }

    /*! This is an introduction to the annotated compound list (Fortran). */
    virtual QCString trCompoundListDescriptionFortran()
    { return "Tipurile de date, cu scurte descrieri:"; }

    /*! This is an introduction to the page with all data types (Fortran). */
    virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
    {
      QCString result="Lista tuturor tipurilor de date ";
      if (!extractAll)
      {
        result+="documentate ";
      }
      result+=" cu legături către ";
      if (!extractAll) 
      {
         result+="documentaţia structurii de date pentru fiecare membru";
      }
      else 
      {
         result+="tipurile de date de care aparţin:";
      }
      return result;
    }

    /*! This is used in LaTeX as the title of the chapter with the 
     * annotated compound index (Fortran).
     */
    virtual QCString trCompoundIndexFortran()
    { return "Indexul Tipurilor de Date"; }

    /*! This is used in LaTeX as the title of the chapter containing
     *  the documentation of all data types (Fortran).
     */
    virtual QCString trTypeDocumentation()
    { return "Documentaţia Tipurilor de Date"; }

    /*! This is used in the documentation of a file as a header before the 
     *  list of (global) subprograms (Fortran).
     */
    virtual QCString trSubprograms()
    { return "Funcţii/Subrutine"; }

    /*! This is used in the documentation of a file/namespace before the list 
     *  of documentation blocks for subprograms (Fortran)
     */
    virtual QCString trSubprogramDocumentation()
    { return "Documentaţia Funcţiilor/Subrutinelor"; }

    /*! This is used in the documentation of a file/namespace/group before 
     *  the list of links to documented compounds (Fortran)
     */
     virtual QCString trDataTypes()
    { return "Tipuri de Date"; }
    
    /*! used as the title of page containing all the index of all modules (Fortran). */
    virtual QCString trModulesList()
    { return "Lista Modulelor"; }

    /*! used as an introduction to the modules list (Fortran) */
    virtual QCString trModulesListDescription(bool extractAll)
    {
      QCString result="Lista tuturor modulelor ";
      if (!extractAll) result+="documentate ";
      result+="cu scurte descrieri:";
      return result;
    }

    /*! used as the title of the HTML page of a module/type (Fortran) */
    virtual QCString trCompoundReferenceFortran(const char *clName,
                                    ClassDef::CompoundType compType,
                                    bool isTemplate)
    {
      QCString result="Referinţă la ";
      switch(compType)
      {
        case ClassDef::Class:      result+="Modulul "; break;
        case ClassDef::Struct:     result+="Tipul "; break;
        case ClassDef::Union:      result+="Uniunea "; break;
        case ClassDef::Interface:  result+="Interfaţa "; break;
        case ClassDef::Protocol:   result+="Protocolul "; break;
        case ClassDef::Category:   result+="Categoria "; break;
        case ClassDef::Exception:  result+="Excepţia "; break;
      }
      if (isTemplate) result+="(Template) ";
	  result+=(QCString)clName;
      return result;
    }
    /*! used as the title of the HTML page of a module (Fortran) */
    virtual QCString trModuleReference(const char *namespaceName)
    {
      QCString result="Referinţă la Modulul ";
	  result += namespaceName;
      return result;
    }
    
    /*! This is put above each page as a link to all members of modules. (Fortran) */
    virtual QCString trModulesMembers()
    { return "Membrii Modulului"; }

    /*! This is an introduction to the page with all modules members (Fortran) */
    virtual QCString trModulesMemberDescription(bool extractAll)
    { 
      QCString result="Lista tuturor membrilor ";
      if (!extractAll) result+="documentaţi ai ";
      result+="modulului cu legături către ";
      if (extractAll) 
      {
        result+="documentaţia modulului pentru fiecare membru:";
      }
      else 
      {
        result+="modulele de care aparţin:";
      }
      return result;
    }

    /*! This is used in LaTeX as the title of the chapter with the 
     *  index of all modules (Fortran).
     */
    virtual QCString trModulesIndex()
    { return "Indexul Modulelor"; }
    
    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trModule(bool first_capital, bool singular)
    {       
      QCString result((first_capital ? "Modul" : "modul"));
      if (singular)  result+="ul";
	  else result += "ele";
      return result; 
    }
    /*! This is put at the bottom of a module documentation page and is
     *  followed by a list of files that were used to generate the page.
     */
    virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType,
        bool single)
    { // here s is one of " Module", " Struct" or " Union"
      // single is true implies a single file
      QCString result=(QCString)"Documentaţia ";
      switch(compType)
      {
        case ClassDef::Class:      result+="modulului"; break;
        case ClassDef::Struct:     result+="tipului"; break;
        case ClassDef::Union:      result+="uniunii"; break;
        case ClassDef::Interface:  result+="interfeţei"; break;
        case ClassDef::Protocol:   result+="protocolului"; break;
        case ClassDef::Category:   result+="categoriei"; break;
        case ClassDef::Exception:  result+="excepţiei"; break;
      }
      result+=" a fost generată din următo";
      if (single) result+="rul fişier:"; else result+="arele fişiere:";
      return result;
    }
    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trType(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Tip" : "tip"));
      if (singular)  result+="ul";
	  else result += "urile";
      return result; 
    }
    /*! This is used for translation of the word that will possibly
     *  be followed by a single name or by a list of names 
     *  of the category.
     */
    virtual QCString trSubprogram(bool first_capital, bool singular)
    { 
      QCString result((first_capital ? "Subprogram" : "subprogram"));
      if (singular)  result+="ul";
	  else result += "urile";
      return result; 
    }

    /*! C# Type Constraint list */
    virtual QCString trTypeConstraints()
    {
      return "Constrângerile de Tip";
    }
	 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1795 1796 1797
};

#endif