Blame src/translator_tr.h

Packit 1c1d7e
/******************************************************************************
Packit 1c1d7e
 *
Packit 1c1d7e
 *
Packit 1c1d7e
 *
Packit 1c1d7e
 * Copyright (C) 1997-2015 by Dimitri van Heesch.
Packit 1c1d7e
 *
Packit 1c1d7e
 * Permission to use, copy, modify, and distribute this software and its
Packit 1c1d7e
 * documentation under the terms of the GNU General Public License is hereby
Packit 1c1d7e
 * granted. No representations are made about the suitability of this software
Packit 1c1d7e
 * for any purpose. It is provided "as is" without express or implied warranty.
Packit 1c1d7e
 * See the GNU General Public License for more details.
Packit 1c1d7e
 *
Packit 1c1d7e
 * Documents produced by Doxygen are derivative works derived from the
Packit 1c1d7e
 * input used in their production; they are not affected by this license.
Packit 1c1d7e
 *
Packit 1c1d7e
 */
Packit 1c1d7e
Packit 1c1d7e
#ifndef TRANSLATOR_TR_H
Packit 1c1d7e
#define TRANSLATOR_TR_H
Packit 1c1d7e
Packit 1c1d7e
/*!
Packit 1c1d7e
 When defining a translator class for the new language, follow
Packit 1c1d7e
 the description in the documentation.  One of the steps says
Packit 1c1d7e
 that you should copy the translator_en.h (this) file to your
Packit 1c1d7e
 translator_xx.h new file.  Your new language should use the
Packit 1c1d7e
 Translator class as the base class.  This means that you need to
Packit 1c1d7e
 implement exactly the same (pure virtual) methods as the
Packit 1c1d7e
 TranslatorEnglish does.  Because of this, it is a good idea to
Packit 1c1d7e
 start with the copy of TranslatorEnglish and replace the strings
Packit 1c1d7e
 one by one.
Packit 1c1d7e
Packit 1c1d7e
 It is not necessary to include "translator.h" or
Packit 1c1d7e
 "translator_adapter.h" here.  The files are included in the
Packit 1c1d7e
 language.cpp correctly.  Not including any of the mentioned
Packit 1c1d7e
 files frees the maintainer from thinking about whether the
Packit 1c1d7e
 first, the second, or both files should be included or not, and
Packit 1c1d7e
 why.  This holds namely for localized translators because their
Packit 1c1d7e
 base class is changed occasionaly to adapter classes when the
Packit 1c1d7e
 Translator class changes the interface, or back to the
Packit 1c1d7e
 Translator class (by the local maintainer) when the localized
Packit 1c1d7e
 translator is made up-to-date again.
Packit 1c1d7e
*/
Packit 1c1d7e
class TranslatorTurkish : public TranslatorAdapter_1_7_5
Packit 1c1d7e
{
Packit 1c1d7e
  public:
Packit 1c1d7e
Packit 1c1d7e
    // --- Language control methods -------------------
Packit 1c1d7e
Packit 1c1d7e
    /*! Used for identification of the language. The identification
Packit 1c1d7e
     * should not be translated. It should be replaced by the name
Packit 1c1d7e
     * of the language in English using lower-case characters only
Packit 1c1d7e
     * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
Packit 1c1d7e
     * the identification used in language.cpp.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString idLanguage()
Packit 1c1d7e
    { return "turkish"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! Used to get the LaTeX command(s) for the language support.
Packit 1c1d7e
     *  This method should return string with commands that switch
Packit 1c1d7e
     *  LaTeX to the desired language.  For example
Packit 1c1d7e
     *  
"\\usepackage[german]{babel}\n"
Packit 1c1d7e
     *  
Packit 1c1d7e
     *  or
Packit 1c1d7e
     *  
"\\usepackage{polski}\n"
Packit 1c1d7e
     *  "\\usepackage[latin2]{inputenc}\n"
Packit 1c1d7e
     *  "\\usepackage[T1]{fontenc}\n"
Packit 1c1d7e
     *  
Packit 1c1d7e
     *
Packit 1c1d7e
     * The English LaTeX does not use such commands.  Because of this
Packit 1c1d7e
     * the empty string is returned in this implementation.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString latexLanguageSupportCommand()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    // --- Language translation methods -------------------
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the compound documentation before a list of related fonksiyonlar. */
Packit 1c1d7e
    virtual QCString trRelatedFunctions()
Packit 1c1d7e
    { return "İlgili Fonksiyonlar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! subscript for the related fonksiyonlar. */
Packit 1c1d7e
    virtual QCString trRelatedSubscript()
Packit 1c1d7e
    { return "(Not: Bu fonksiyonlar üye fonksiyon değildir.)"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the detailed description of files, classes and namespaces. */
Packit 1c1d7e
    virtual QCString trDetailedDescription()
Packit 1c1d7e
    { return "Ayrıntılı tanımlama"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of typedefs. */
Packit 1c1d7e
    virtual QCString trMemberTypedefDocumentation()
Packit 1c1d7e
    { return "Üye Typedef Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of enumerations. */
Packit 1c1d7e
    virtual QCString trMemberEnumerationDocumentation()
Packit 1c1d7e
    { return "Üye Enümerasyon Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of member fonksiyonlar. */
Packit 1c1d7e
    virtual QCString trMemberFunctionDocumentation()
Packit 1c1d7e
    { return "Üye Fonksiyon Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of member attributes. */
Packit 1c1d7e
    virtual QCString trMemberDataDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Alan Dokümantasyonu";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Üye Veri Dokümantasyonu";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the text of a link put after brief descriptions. */
Packit 1c1d7e
    virtual QCString trMore()
Packit 1c1d7e
    { return "Ayrıntılar..."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put in the class documentation */
Packit 1c1d7e
    virtual QCString trListOfAllMembers()
Packit 1c1d7e
    { return "Tüm üyelerin listesi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the "list of all members" page of a class */
Packit 1c1d7e
    virtual QCString trMemberList()
Packit 1c1d7e
    { return "Üye Listesi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the first part of a sentence that is followed by a class name */
Packit 1c1d7e
    virtual QCString trThisIsTheListOfAllMembers()
Packit 1c1d7e
    { return "Şu sınıfın tüm üyelerinin listesidir: "; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the remainder of the sentence after the class name */
Packit 1c1d7e
    virtual QCString trIncludingInheritedMembers()
Packit 1c1d7e
    { return "  (kalıtımla gelen üyeleri de içerir)."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is put at the author sections at the bottom of man pages.
Packit 1c1d7e
     *  parameter s is name of the project name.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedAutomatically(const char *s)
Packit 1c1d7e
    { QCString result="Doxygen tarafından";
Packit 1c1d7e
      if (s) result+=s+(QCString)" için ";
Packit 1c1d7e
      result+=" kaynak koddan otomatik üretilmiştir.";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an enum name in the list of all members */
Packit 1c1d7e
    virtual QCString trEnumName()
Packit 1c1d7e
    { return "enum adı"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an enum value in the list of all members */
Packit 1c1d7e
    virtual QCString trEnumValue()
Packit 1c1d7e
    { return "enum değeri"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an undocumented member in the list of all members */
Packit 1c1d7e
    virtual QCString trDefinedIn()
Packit 1c1d7e
    { return "tanımlandığı yer"; }
Packit 1c1d7e
Packit 1c1d7e
    // quick reference sections
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of all groups of
Packit 1c1d7e
     *  compounds or files (see the \\group command).
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModules()
Packit 1c1d7e
    { return "Modüller"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the class hierarchy */
Packit 1c1d7e
    virtual QCString trClassHierarchy()
Packit 1c1d7e
    { return "Sınıf Hiyerarşisi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of annotated classes */
Packit 1c1d7e
    virtual QCString trCompoundList()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Yapıları";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Sınıf Listesi";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of documented files */
Packit 1c1d7e
    virtual QCString trFileList()
Packit 1c1d7e
    { return "Dosya Listesi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of compounds. */
Packit 1c1d7e
    virtual QCString trCompoundMembers()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Alanları";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Sınıf Üyeleri";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of files. */
Packit 1c1d7e
    virtual QCString trFileMembers()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Globaller";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Dosya Üyeleri";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all related pages. */
Packit 1c1d7e
    virtual QCString trRelatedPages()
Packit 1c1d7e
    { return "İlgili Sayfalar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all examples. */
Packit 1c1d7e
    virtual QCString trExamples()
Packit 1c1d7e
    { return "Örnekler"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the search engine. */
Packit 1c1d7e
    virtual QCString trSearch()
Packit 1c1d7e
    { return "Ara"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the class hierarchy. */
Packit 1c1d7e
    virtual QCString trClassHierarchyDescription()
Packit 1c1d7e
    { return "Bu kalıtım listesi tamamen olmasa da yaklaşık "
Packit 1c1d7e
             "olarak alfabetik sıraya konulmuştur:";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the list with all files. */
Packit 1c1d7e
    virtual QCString trFileListDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Bu liste tüm ";
Packit 1c1d7e
      if (!extractAll) result+="dokümante edilmiş ";
Packit 1c1d7e
      result+="dosyaları kısa açıklamalarıyla göstermektedir:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the annotated compound list. */
Packit 1c1d7e
    virtual QCString trCompoundListDescription()
Packit 1c1d7e
    {
Packit 1c1d7e
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Kısa tanımlarıyla birlikte veri yapıları:";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Kısa tanımlarıyla sınıflar, yapılar (struct), "
Packit 1c1d7e
               "birleşimler(union) ve arayüzler:";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all class members. */
Packit 1c1d7e
    virtual QCString trCompoundMembersDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Bu liste tüm ";
Packit 1c1d7e
      if (!extractAll)
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="dokümante edilmiş ";
Packit 1c1d7e
      }
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="yapı(struct) ve birleşim(union) yapılarını içerir";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="sınıf üyelerini içerir";
Packit 1c1d7e
      }
Packit 1c1d7e
      result+=" ve ";
Packit 1c1d7e
      if (!extractAll)
Packit 1c1d7e
      {
Packit 1c1d7e
        if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="her alanı yapı(struct)/birleşim(union) dokümantasyonuna bağlar:";
Packit 1c1d7e
        }
Packit 1c1d7e
        else
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="her üye için sınıf dokümantasyonuna bağlar:";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="ait olduğu yapı(struct)/birleşime(union) bağlar:";
Packit 1c1d7e
        }
Packit 1c1d7e
        else
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="ait olduğu sınıfa bağlar:";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all file members. */
Packit 1c1d7e
    virtual QCString trFileMembersDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Bu liste tüm ";
Packit 1c1d7e
      if (!extractAll) result+="dokümante edilmiş ";
Packit 1c1d7e
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="fonksiyonları, değişkenleri, makroları, enümerasyonları ve typedef\'leri içerir";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="dosya üyelerini içerir";
Packit 1c1d7e
      }
Packit 1c1d7e
      result+=" ve ";
Packit 1c1d7e
      if (extractAll)
Packit 1c1d7e
        result+="ait olduğu dosyalar bağlar:";
Packit 1c1d7e
      else
Packit 1c1d7e
        result+="dokümantasyona bağlar:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of all examples */
Packit 1c1d7e
    virtual QCString trExamplesDescription()
Packit 1c1d7e
    { return "Tüm örneklerin listesi aşağıdadır:"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of related pages */
Packit 1c1d7e
    virtual QCString trRelatedPagesDescription()
Packit 1c1d7e
    { return "İlgili tüm dokümantasyon sayfalarının listesi aşağıdadır:"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of class/file groups */
Packit 1c1d7e
    virtual QCString trModulesDescription()
Packit 1c1d7e
    { return "Tüm modüllerin listesi aşağıdadır:"; }
Packit 1c1d7e
Packit 1c1d7e
    // index titles (the project name is prepended for these)
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in HTML as the title of index.html. */
Packit 1c1d7e
    virtual QCString trDocumentation()
Packit 1c1d7e
    { return "Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * index of all groups.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModuleIndex()
Packit 1c1d7e
    { return "Modül İndeksi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * class hierarchy.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trHierarchicalIndex()
Packit 1c1d7e
    { return "Hiyerarşik İndeksi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * annotated compound index.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trCompoundIndex()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Yapıları İndeksi";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Sınıf İndeksi";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * list of all files.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFileIndex()
Packit 1c1d7e
    { return "Dosya İndeksi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all groups.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModuleDocumentation()
Packit 1c1d7e
    { return "Modül Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all classes, structs and unions.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trClassDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Yapıları Dokümantasyonu";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Sınıf Dokümantasyonu";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all files.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFileDocumentation()
Packit 1c1d7e
    { return "Dosya Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all examples.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trExampleDocumentation()
Packit 1c1d7e
    { return "Örnek Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all related pages.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trPageDocumentation()
Packit 1c1d7e
    { return "Sayfa Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the document */
Packit 1c1d7e
    virtual QCString trReferenceManual()
Packit 1c1d7e
    { return "Referans Kitabı"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of defines
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trDefines()
Packit 1c1d7e
    { return "Makrolar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of typedefs
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trTypedefs()
Packit 1c1d7e
    { return "Typedef\'ler"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of enumerations
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerations()
Packit 1c1d7e
    { return "Enümerasyonlar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) functions
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFunctions()
Packit 1c1d7e
    { return "Fonksiyonlar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trVariables()
Packit 1c1d7e
    { return "Değişkenler"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerationValues()
Packit 1c1d7e
    { return "Enümeratör"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file before the list of
Packit 1c1d7e
     *  documentation blocks for defines
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trDefineDocumentation()
Packit 1c1d7e
    { return "Makro Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for typedefs
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trTypedefDocumentation()
Packit 1c1d7e
    { return "Typedef Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for enumeration types
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerationTypeDocumentation()
Packit 1c1d7e
    { return "Enümerasyon Tipi Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for functions
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFunctionDocumentation()
Packit 1c1d7e
    { return "Fonksiyon Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trVariableDocumentation()
Packit 1c1d7e
    { return "Değişken Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace/group before
Packit 1c1d7e
     *  the list of links to documented compounds
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trCompounds()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Yapıları";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Sınıflar";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the standard footer of each page and indicates when
Packit 1c1d7e
     *  the page was generated
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedAt(const char *date,const char *projName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result=projName+(QCString)" için "+date;
Packit 1c1d7e
      if (projName) result+=(QCString)" tarihinde ";
Packit 1c1d7e
      result+=(QCString)" üreten: ";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is put before a class diagram */
Packit 1c1d7e
    virtual QCString trClassDiagram(const char *clName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return clName+(QCString)" için kalıtım şeması:";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\internal command is used. */
Packit 1c1d7e
    virtual QCString trForInternalUseOnly()
Packit 1c1d7e
    { return "İç kullanıma ayrılmıştır."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\warning command is used. */
Packit 1c1d7e
    virtual QCString trWarning()
Packit 1c1d7e
    { return "Uyarı"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\version command is used. */
Packit 1c1d7e
    virtual QCString trVersion()
Packit 1c1d7e
    { return "Sürüm"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\date command is used. */
Packit 1c1d7e
    virtual QCString trDate()
Packit 1c1d7e
    { return "Tarih"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\return command is used. */
Packit 1c1d7e
    virtual QCString trReturns()
Packit 1c1d7e
    { return "Döndürdüğü değer"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\sa command is used. */
Packit 1c1d7e
    virtual QCString trSeeAlso()
Packit 1c1d7e
    { return "Ayrıca Bakınız"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\param command is used. */
Packit 1c1d7e
    virtual QCString trParameters()
Packit 1c1d7e
    { return "Parametreler"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\exception command is used. */
Packit 1c1d7e
    virtual QCString trExceptions()
Packit 1c1d7e
    { return "İstisnalar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is used in the title page of a LaTeX document. */
Packit 1c1d7e
    virtual QCString trGeneratedBy()
Packit 1c1d7e
    { return "Oluşturan"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990307
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of page containing all the index of all namespaces. */
Packit 1c1d7e
    virtual QCString trNamespaceList()
Packit 1c1d7e
    { return "Namespace Listesi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as an introduction to the namespace list */
Packit 1c1d7e
    virtual QCString trNamespaceListDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Tüm ";
Packit 1c1d7e
      if (!extractAll) result+="dokümante edilmiş ";
Packit 1c1d7e
      result+="namespace\'lerin kısa tanımlarıyla listesi aşağıdadır:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the class documentation as a header before the list of all
Packit 1c1d7e
     *  friends of a class
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFriends()
Packit 1c1d7e
    { return "Arkadaşları"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990405
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the class documentation as a header before the list of all
Packit 1c1d7e
     * related classes
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trRelatedFunctionDocumentation()
Packit 1c1d7e
    { return "Arkadaş Ve İlgili Fonksiyon Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990425
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a class/struct/union */
Packit 1c1d7e
    virtual QCString trCompoundReference(const char *clName,
Packit 1c1d7e
                                    ClassDef::CompoundType compType,
Packit 1c1d7e
                                    bool isTemplate)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result=(QCString)clName;
Packit 1c1d7e
      switch(compType)
Packit 1c1d7e
      {
Packit 1c1d7e
        case ClassDef::Class:      result+=" Sınıf"; break;
Packit 1c1d7e
        case ClassDef::Struct:     result+=" Yapı(Struct)"; break;
Packit 1c1d7e
        case ClassDef::Union:      result+=" Birleşim(Union)"; break;
Packit 1c1d7e
        case ClassDef::Interface:  result+=" Arayüz(Interface)"; break;
Packit 1c1d7e
        case ClassDef::Protocol:   result+=" Protokol"; break;
Packit 1c1d7e
        case ClassDef::Category:   result+=" Kategori"; break;
Packit 1c1d7e
        case ClassDef::Exception:  result+=" İstisna"; break;
Packit 1c1d7e
        default: break;
Packit 1c1d7e
      }
Packit 1c1d7e
      if (isTemplate) result+=" Şablon";
Packit 1c1d7e
      result+=" Referans";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a file */
Packit 1c1d7e
    virtual QCString trFileReference(const char *fileName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result=fileName;
Packit 1c1d7e
      result+=" Dosya Referansı";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a namespace */
Packit 1c1d7e
    virtual QCString trNamespaceReference(const char *namespaceName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result=namespaceName;
Packit 1c1d7e
      result+=" Namespace Referansı";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trPublicMembers()
Packit 1c1d7e
    { return "Public Üye Fonksiyonlar"; }
Packit 1c1d7e
    virtual QCString trPublicSlots()
Packit 1c1d7e
    { return "Public Slotlar"; }
Packit 1c1d7e
    virtual QCString trSignals()
Packit 1c1d7e
    { return "Sinyaller"; }
Packit 1c1d7e
    virtual QCString trStaticPublicMembers()
Packit 1c1d7e
    { return "Statik Public Üye Fonksiyonlar"; }
Packit 1c1d7e
    virtual QCString trProtectedMembers()
Packit 1c1d7e
    { return "Korumalı Üye Fonksiyonlar"; }
Packit 1c1d7e
    virtual QCString trProtectedSlots()
Packit 1c1d7e
    { return "Korumalı Slotlar"; }
Packit 1c1d7e
    virtual QCString trStaticProtectedMembers()
Packit 1c1d7e
    { return "Statik Korumalı Üye Fonksiyonlar"; }
Packit 1c1d7e
    virtual QCString trPrivateMembers()
Packit 1c1d7e
    { return "Özel Üye Fonksiyonlar"; }
Packit 1c1d7e
    virtual QCString trPrivateSlots()
Packit 1c1d7e
    { return "Özel Slotlar"; }
Packit 1c1d7e
    virtual QCString trStaticPrivateMembers()
Packit 1c1d7e
    { return "Statik Özel Üye Fonksiyonlar"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this function is used to produce a comma-separated list of items.
Packit 1c1d7e
     *  use generateMarker(i) to indicate where item i should be put.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trWriteList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result;
Packit 1c1d7e
      int i;
Packit 1c1d7e
      // the inherits list contain `numEntries' classes
Packit 1c1d7e
      for (i=0;i
Packit 1c1d7e
      {
Packit 1c1d7e
        // use generateMarker to generate placeholders for the class links!
Packit 1c1d7e
        result+=generateMarker(i); // generate marker for entry i in the list
Packit 1c1d7e
                                   // (order is left to right)
Packit 1c1d7e
Packit 1c1d7e
        if (i!=numEntries-1)  // not the last entry, so we need a separator
Packit 1c1d7e
        {
Packit 1c1d7e
          if (i
Packit 1c1d7e
            result+=", ";
Packit 1c1d7e
          else                // the fore last entry
Packit 1c1d7e
            result+=" ve ";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in class documentation to produce a list of base classes,
Packit 1c1d7e
     *  if class diagrams are disabled.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trInheritsList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şu sınıflardan türemiştir : "+trWriteList(numEntries)+".";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in class documentation to produce a list of super classes,
Packit 1c1d7e
     *  if class diagrams are disabled.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trInheritedByList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şu sınıfların atasıdır : "+trWriteList(numEntries)+".";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in member documentation blocks to produce a list of
Packit 1c1d7e
     *  members that are hidden by this one.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trReimplementedFromList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şu üyeleri yeniden tanımlar : "+trWriteList(numEntries)+".";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in member documentation blocks to produce a list of
Packit 1c1d7e
     *  all member that overwrite the implementation of this member.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trReimplementedInList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şu üyeler tarafından yeniden tanımlanmıştır : "+trWriteList(numEntries)+".";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of namespaces. */
Packit 1c1d7e
    virtual QCString trNamespaceMembers()
Packit 1c1d7e
    { return "Namespace Üyeleri"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all namespace members */
Packit 1c1d7e
    virtual QCString trNamespaceMemberDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Bu liste tüm ";
Packit 1c1d7e
      if (!extractAll) result+="dokümante edilmiş ";
Packit 1c1d7e
      result+="namespace üyelerini listeler ve ";
Packit 1c1d7e
      if (extractAll)
Packit 1c1d7e
        result+="her üye için üye dokümantasyonuna bağlar:";
Packit 1c1d7e
      else
Packit 1c1d7e
        result+="ait olduğu namespace\'lere bağlar:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     *  index of all namespaces.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaceIndex()
Packit 1c1d7e
    { return "Namespace İndeksi"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all namespaces.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaceDocumentation()
Packit 1c1d7e
    { return "Namespace Dokümantasyonu"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990522
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation before the list of all
Packit 1c1d7e
     *  namespaces in a file.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaces()
Packit 1c1d7e
    { return "Namespace\'ler"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990728
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put at the bottom of a class documentation page and is
Packit 1c1d7e
     *  followed by a list of files that were used to generate the page.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType,
Packit 1c1d7e
        bool single)
Packit 1c1d7e
    { // here s is one of " Class", " Struct" or " Union"
Packit 1c1d7e
      // single is true implies a single file
Packit 1c1d7e
      QCString result=(QCString)"Bu ";
Packit 1c1d7e
      switch(compType)
Packit 1c1d7e
      {
Packit 1c1d7e
        case ClassDef::Class:      result+="sınıf"; break;
Packit 1c1d7e
        case ClassDef::Struct:     result+="yapı(struct)"; break;
Packit 1c1d7e
        case ClassDef::Union:      result+="birleşim(union)"; break;
Packit 1c1d7e
        case ClassDef::Interface:  result+="arayüz(interface)"; break;
Packit 1c1d7e
        case ClassDef::Protocol:   result+="protokol"; break;
Packit 1c1d7e
        case ClassDef::Category:   result+="kategori"; break;
Packit 1c1d7e
        case ClassDef::Exception:  result+="istisna"; break;
Packit 1c1d7e
        default: break;
Packit 1c1d7e
      }
Packit 1c1d7e
      result+=" için dokümantasyon aşağıdaki dosya";
Packit 1c1d7e
      if (single) result+=""; else result+="lar";
Packit 1c1d7e
      result+="dan üretilmiştir:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990901
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used as the heading text for the retval command. */
Packit 1c1d7e
    virtual QCString trReturnValues()
Packit 1c1d7e
    { return "Döndürdüğü değerler"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is in the (quick) index as a link to the main page (index.html)
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trMainPage()
Packit 1c1d7e
    { return "Ana Sayfa"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in references to page that are put in the LaTeX
Packit 1c1d7e
     *  documentation. It should be an abbreviation of the word page.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trPageAbbreviation()
Packit 1c1d7e
    { return "sf."; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-991003
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trDefinedAtLineInSourceFile()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "@1 dosyasının @0 numaralı satırında tanımlanmıştır.";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trDefinedInSourceFile()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "@0 dosyasında tanımlanmıştır.";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-991205
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trDeprecated()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Kullanımdan kalkmıştır";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.0.0
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is put before a collaboration diagram */
Packit 1c1d7e
    virtual QCString trCollaborationDiagram(const char *clName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return clName+(QCString)" için işbirliği (collaboration) şeması:";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! this text is put before an include dependency graph */
Packit 1c1d7e
    virtual QCString trInclDepGraph(const char *fName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return fName+(QCString)" için içerme bağımlılık grafiği:";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! header that is put before the list of constructor/destructors. */
Packit 1c1d7e
    virtual QCString trConstructorDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Constructor & Destructor Dokümantasyonu";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used in the file documentation to point to the corresponding sources. */
Packit 1c1d7e
    virtual QCString trGotoSourceCode()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Bu dosyanın kaynak koduna git.";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used in the file sources to point to the corresponding documentation. */
Packit 1c1d7e
    virtual QCString trGotoDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Bu dosyanın dokümantasyonuna git.";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\pre command */
Packit 1c1d7e
    virtual QCString trPrecondition()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Ön şart";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\post command */
Packit 1c1d7e
    virtual QCString trPostcondition()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Son şart (Postcondition)";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\invariant command */
Packit 1c1d7e
    virtual QCString trInvariant()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Değişmez(Invariant)";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text shown before a multi-line variable/enum initialization */
Packit 1c1d7e
    virtual QCString trInitialValue()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "İlk değer:";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text used the source code in the file index */
Packit 1c1d7e
    virtual QCString trCode()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "kod";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGraphicalHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Grafiksel Sınıf Hiyerarşisi";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGotoGraphicalHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Grafiksel sınıf hiyerarşisine git";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGotoTextualHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Metinsel sınıf hiyerarşisine git";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPageIndex()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Sayfa İndeksi";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.0
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trNote()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Not";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPublicTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Public Tipler";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPublicAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veri Alanları";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Public Özellikler(attribute)";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticPublicAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statik Public Özellikler(attribute)";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trProtectedTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Korumalı Tipler";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trProtectedAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Korumalı Özellikler(attribute)";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticProtectedAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statik Korumalı Attributes";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPrivateTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Özel Tipler";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPrivateAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Özel Özellikler(attribute)";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticPrivateAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statik Özel Özellikler(attribute)";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.3
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! Used as a marker that is put before a \\todo item */
Packit 1c1d7e
    virtual QCString trTodo()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Yapılacak";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used as the header of the todo list */
Packit 1c1d7e
    virtual QCString trTodoList()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Yapılacaklar Listesi";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.4
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trReferencedBy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Referans veren";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trRemarks()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Dipnotlar";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trAttention()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Dikkat";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trInclByDepGraph()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Bu şekil hangi dosyaların doğrudan ya da "
Packit 1c1d7e
             "dolaylı olarak bu dosyayı içerdiğini gösterir:";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trSince()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şu zamandan beri";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.5
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! title of the graph legend page */
Packit 1c1d7e
    virtual QCString trLegendTitle()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Şekil Lejantı";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! page explaining how the dot graph's should be interpreted
Packit 1c1d7e
     *  The %A in the text below are to prevent link to classes called "A".
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trLegendDocs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return
Packit 1c1d7e
        "Bu dosya doxygen tarafından üretilen grafiklerin nasıl anlaşılacağını "
Packit 1c1d7e
        "açıklar.

\n"

Packit 1c1d7e
        "Aşağıdaki örneğe bakalım:\n"
Packit 1c1d7e
        "\\code\n"
Packit 1c1d7e
        "/*! Sadeleşme yüzünden görünmeyen sınıf */\n"
Packit 1c1d7e
        "class Invisible { };\n\n"
Packit 1c1d7e
        "/*! Sadeleşmiş sınıf, kalıtım ilişkisi gizli */\n"
Packit 1c1d7e
        "class Truncated : public Invisible { };\n\n"
Packit 1c1d7e
        "/* Doxygen yorumlarıyla dokümante edilmemiş sınıf */\n"
Packit 1c1d7e
        "class Undocumented { };\n\n"
Packit 1c1d7e
        "/*! Public kalıtımla türetilen sınıf */\n"
Packit 1c1d7e
        "class PublicBase : public Truncated { };\n\n"
Packit 1c1d7e
        "/*! Bir şablon sınıfı */\n"
Packit 1c1d7e
        "template<class T> class Templ { };\n\n"
Packit 1c1d7e
        "/*! Korumalı kalıtımla türetilen sınıf */\n"
Packit 1c1d7e
        "class ProtectedBase { };\n\n"
Packit 1c1d7e
        "/*! Özel kalıtımla türetilen sınıf */\n"
Packit 1c1d7e
        "class PrivateBase { };\n\n"
Packit 1c1d7e
        "/*! Türetilen sınıf tarafından kullanılan sınıf */\n"
Packit 1c1d7e
        "class Used { };\n\n"
Packit 1c1d7e
        "/*! Pekçok sınıftan türeyen bir sınıf */\n"
Packit 1c1d7e
        "class Inherited : public PublicBase,\n"
Packit 1c1d7e
        "                  protected ProtectedBase,\n"
Packit 1c1d7e
        "                  private PrivateBase,\n"
Packit 1c1d7e
        "                  public Undocumented,\n"
Packit 1c1d7e
        "                  public Templ<int>\n"
Packit 1c1d7e
        "{\n"
Packit 1c1d7e
        "  private:\n"
Packit 1c1d7e
        "    Used *m_usedClass;\n"
Packit 1c1d7e
        "};\n"
Packit 1c1d7e
        "\\endcode\n"
Packit 1c1d7e
        "Bu kod aşağıdaki şemayı oluşturur:"
Packit 1c1d7e
        "

<center>\"\"</center>\n"

Packit 1c1d7e
        "

\n"

Packit 1c1d7e
        "Yukarıdaki şemadaki kutular aşağıda açıklanmıştır:\n"
Packit 1c1d7e
        "
    \n"
Packit 1c1d7e
        "
  • Dolu gri kutu şemanın ait olduğu yapı(struct) ya da sınıfı "
  • Packit 1c1d7e
            "gösterir.\n"
    Packit 1c1d7e
            "
  • Siyah çerçeveli bir kutu dokümante edilmiş bir yapı(struct) ya da sınıfı gösterir.\n"
  • Packit 1c1d7e
            "
  • Gri çerçeveli bir kutu dokümante edilmemiş bir yapı(struct) ya da sınıfı gösterir.\n"
  • Packit 1c1d7e
            "
  • Kırmızı çerçeveli bir kutu tüm kalıtım/içerme ilişkileri gösterilmemiş ve dokümante "
  • Packit 1c1d7e
            "edilmiş bir yapı(struct) ya da sınıfı gösterir. %A şema belirlenen sınırlara "
    Packit 1c1d7e
            "sığmıyorsa sadeleştirilir.\n"
    Packit 1c1d7e
            "\n"
    Packit 1c1d7e
            "Okların anlamı aşağıdaki gibidir:\n"
    Packit 1c1d7e
            "
      \n"
    Packit 1c1d7e
            "
  • Koyu mavi ok iki sınıf arasındaki public kalıtım ilişkisini "
  • Packit 1c1d7e
            "göstermekte kullanılır.\n"
    Packit 1c1d7e
            "
  • Koyu yeşil ok korumalı kalıtımı gösterir.\n"
  • Packit 1c1d7e
            "
  • Koyu kırmızı ok özel kalıtımı gösterir.\n"
  • Packit 1c1d7e
            "
  • Mor kesikli çizgi bir sınıfın diğeri tarafından içeriliyor ya da kullanılıyor "
  • Packit 1c1d7e
            "olduğunu gösterir. Ok işaret edilen sınıfın hangi değişken(ler) tarafından erişildiğini "
    Packit 1c1d7e
            "gösteren etiketle işaretleniştir.\n"
    Packit 1c1d7e
            "
  • Sarı kesikli çizgi şablondan üretilen bir sınıf ve ilgili şablon sınıfı "
  • Packit 1c1d7e
            "arasındaki ilişkiyi gösterir. Ok türeyen sınıfın şablon parametreleriyle "
    Packit 1c1d7e
            "etiketlenmiştir.\n"
    Packit 1c1d7e
            "\n";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! text for the link to the legend page */
    Packit 1c1d7e
        virtual QCString trLegend()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "lejant";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.0
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a marker that is put before a test item */
    Packit 1c1d7e
        virtual QCString trTest()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Test";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as the header of the test list */
    Packit 1c1d7e
        virtual QCString trTestList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Test Listesi";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.2
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a section header for IDL properties */
    Packit 1c1d7e
        virtual QCString trProperties()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Özellikler";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a section header for IDL property documentation */
    Packit 1c1d7e
        virtual QCString trPropertyDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Özellik Dokümantasyonu";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.4
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used for Java classes in the summary section of Java packages */
    Packit 1c1d7e
        virtual QCString trClasses()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Veri Yapıları";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Sınıflar";
    Packit 1c1d7e
          }
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as the title of a Java package */
    Packit 1c1d7e
        virtual QCString trPackage(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return (QCString)"Paket "+name;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Title of the package index page */
    Packit 1c1d7e
        virtual QCString trPackageList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Paket Listesi";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! The description of the package index page */
    Packit 1c1d7e
        virtual QCString trPackageListDescription()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Paketler ve kısa tanımları (var ise):";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! The link name in the Quick links header for each page */
    Packit 1c1d7e
        virtual QCString trPackages()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Paketler";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Text shown before a multi-line define */
    Packit 1c1d7e
        virtual QCString trDefineValue()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Değer:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.5
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a marker that is put before a \\bug item */
    Packit 1c1d7e
        virtual QCString trBug()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Hata";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as the header of the bug list */
    Packit 1c1d7e
        virtual QCString trBugList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Hata Listesi";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.6
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as ansicpg for RTF file
    Packit 1c1d7e
         *
    Packit 1c1d7e
         * The following table shows the correlation of Charset name, Charset Value and
    Packit 1c1d7e
         * 
    Packit 1c1d7e
         * Codepage number:
    Packit 1c1d7e
         * Charset Name       Charset Value(hex)  Codepage number
    Packit 1c1d7e
         * ------------------------------------------------------
    Packit 1c1d7e
         * DEFAULT_CHARSET           1 (x01)
    Packit 1c1d7e
         * SYMBOL_CHARSET            2 (x02)
    Packit 1c1d7e
         * OEM_CHARSET             255 (xFF)
    Packit 1c1d7e
         * ANSI_CHARSET              0 (x00)            1252
    Packit 1c1d7e
         * RUSSIAN_CHARSET         204 (xCC)            1251
    Packit 1c1d7e
         * EE_CHARSET              238 (xEE)            1250
    Packit 1c1d7e
         * GREEK_CHARSET           161 (xA1)            1253
    Packit 1c1d7e
         * TURKISH_CHARSET         162 (xA2)            1254
    Packit 1c1d7e
         * BALTIC_CHARSET          186 (xBA)            1257
    Packit 1c1d7e
         * HEBREW_CHARSET          177 (xB1)            1255
    Packit 1c1d7e
         * ARABIC _CHARSET         178 (xB2)            1256
    Packit 1c1d7e
         * SHIFTJIS_CHARSET        128 (x80)             932
    Packit 1c1d7e
         * HANGEUL_CHARSET         129 (x81)             949
    Packit 1c1d7e
         * GB2313_CHARSET          134 (x86)             936
    Packit 1c1d7e
         * CHINESEBIG5_CHARSET     136 (x88)             950
    Packit 1c1d7e
         * 
    Packit 1c1d7e
         *
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trRTFansicp()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "1254";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as ansicpg for RTF fcharset
    Packit 1c1d7e
         *  \see trRTFansicp() for a table of possible values.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trRTFCharSet()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "162";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as header RTF general index */
    Packit 1c1d7e
        virtual QCString trRTFGeneralIndex()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "İndeks";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trClass(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Sınıf" : "sınıf"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trFile(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Dosya" : "dosya"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trNamespace(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Namespace" : "namespace"));
    Packit 1c1d7e
          if (!singular)  result+="\'ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGroup(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Grup" : "grup"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPage(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Sayfa" : "sayfa"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trMember(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Üye" : "üye"));
    Packit 1c1d7e
          if (!singular)  result+="ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGlobal(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Global değişken" : "global değişken"));
    Packit 1c1d7e
          if (!singular)  result+="ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.7
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is generated when the \\author command is used and
    Packit 1c1d7e
         *  for the author section in man pages. */
    Packit 1c1d7e
        virtual QCString trAuthor(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Yazar" : "yazar"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.11
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is put before the list of members referenced by a member
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trReferences()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Referanslar";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.13
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in member documentation blocks to produce a list of
    Packit 1c1d7e
         *  members that are implemented by this one.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trImplementedFromList(int numEntries)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Şu üyeleri gerçekler: "+trWriteList(numEntries)+".";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in member documentation blocks to produce a list of
    Packit 1c1d7e
         *  all members that implement this abstract member.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trImplementedInList(int numEntries)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Şu üyelerce gerçeklenir: "+trWriteList(numEntries)+".";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.16
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in RTF documentation as a heading for the Table
    Packit 1c1d7e
         *  of Contents.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trRTFTableOfContents()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "İçindekiler";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.17
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of the list of item that have been
    Packit 1c1d7e
         *  flagged deprecated
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDeprecatedList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Kullanımdan Kalkanlar Listesl";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.18
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a header for declaration section of the events found in
    Packit 1c1d7e
         * a C# program
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trEvents()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Olaylar";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Header used for the documentation section of a class' events. */
    Packit 1c1d7e
        virtual QCString trEventDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Olay Dokümantasyonu";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class types with package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageTypes()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Paket Tipleri";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class fonksiyonlar with package
    Packit 1c1d7e
         * scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageMembers()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Paket Fonksiyonlar";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of static Java class fonksiyonlar with
    Packit 1c1d7e
         *  package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trStaticPackageMembers()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Static Pakat Fonksiyonları";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class variables with package
    Packit 1c1d7e
         * scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageAttribs()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Packet Özellikleri(attribute)";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of static Java class variables with
    Packit 1c1d7e
         * package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trStaticPackageAttribs()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Statik Packet Özellikleri(attribute)";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.1
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used in the quick index of a class/file/namespace member list page
    Packit 1c1d7e
         *  to link to the unfiltered list of all members.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trAll()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Tümü";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Put in front of the call graph for a function. */
    Packit 1c1d7e
        virtual QCString trCallGraph()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Bu fonksiyon için çağırılma şeması:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.3
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This string is used as the title for the page listing the search
    Packit 1c1d7e
         *  results.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchResultsTitle()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Arama sonuçları";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This string is put just before listing the search results. The
    Packit 1c1d7e
         *  text can be different depending on the number of documents found.
    Packit 1c1d7e
         *  Inside the text you can put the special marker $num to insert
    Packit 1c1d7e
         *  the number representing the actual number of search results.
    Packit 1c1d7e
         *  The @a numDocuments parameter can be either 0, 1 or 2, where the
    Packit 1c1d7e
         *  value 2 represents 2 or more matches. HTML markup is allowed inside
    Packit 1c1d7e
         *  the returned string.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchResults(int numDocuments)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          if (numDocuments==0)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Üzgünüm, sorgunuzla eşleşen doküman bulunamadı.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else if (numDocuments==1)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Sorgunuzla eşleşen 1 doküman bulundu.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Sorgunuzla eşleşen $num doküman bulundu. "
    Packit 1c1d7e
                   "Önce en iyi eşleşmeler gösteriliyor.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This string is put before the list of matched words, for each search
    Packit 1c1d7e
         *  result. What follows is the list of words that matched the query.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchMatches()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Eşleşme:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.8
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in HTML as the title of page with source code for file filename
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSourceFile(QCString& filename)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return filename + " Kaynak Dosyası";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.9
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the name of the chapter containing the directory
    Packit 1c1d7e
         *  hierarchy.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirIndex()
    Packit 1c1d7e
        { return "Dizin Hiyerarşisi"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the name of the chapter containing the documentation
    Packit 1c1d7e
         *  of the directories.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirDocumentation()
    Packit 1c1d7e
        { return "Dizin Dokümantasyonu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the title of the directory index and also in the
    Packit 1c1d7e
         *  Quick links of an HTML page, to link to the directory hierarchy.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirectories()
    Packit 1c1d7e
        { return "Dizinler"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns a sentences that introduces the directory hierarchy.
    Packit 1c1d7e
         *  and the fact that it is sorted alphabetically per level
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirDescription()
    Packit 1c1d7e
        { return "Bu dizin hiyerarşisi tamamen olmasa da yaklaşık "
    Packit 1c1d7e
                 "olarak alfabetik sıraya konulmuştur:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns the title of a directory page. The name of the
    Packit 1c1d7e
         *  directory is passed via \a dirName.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirReference(const char *dirName)
    Packit 1c1d7e
        { QCString result=dirName; result+=" Dizin Referansı"; return result; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns the word directory with or without starting capital
    Packit 1c1d7e
         *  (\a first_capital) and in sigular or plural form (\a singular).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDir(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Dizin" : "dizin"));
    Packit 1c1d7e
          if (!singular) result+="ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.4.1
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is added to the documentation when the \\overload command
    Packit 1c1d7e
         *  is used for a overloaded function.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trOverloadText()
    Packit 1c1d7e
        {
    Packit 1c1d7e
           return "Bu çok anlamlı (overloaded) bir üye fonksiyondur, "
    Packit 1c1d7e
                  "tamamlık açısından burada verilmektedir. Yukarıdaki fonksiyondan "
    Packit 1c1d7e
                  "sadece aldığı argüman(lar) açısından farklıdır.";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.4.6
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used to introduce a caller (or called-by) graph */
    Packit 1c1d7e
        virtual QCString trCallerGraph()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Bu fonksiyon için çağırılma şeması:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace before the list
    Packit 1c1d7e
         *  of documentation blocks for enumeration values
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trEnumerationValueDocumentation()
    Packit 1c1d7e
        { return "Enümerasyon Dokümantasyonu"; }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.5.4 (mainly for Fortran)
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! header that is put before the list of member subprograms (Fortran). */
    Packit 1c1d7e
        virtual QCString trMemberFunctionDocumentationFortran()
    Packit 1c1d7e
        { return "Üye Fonksiyon/Subroutine Dokümantasyonu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to the list of annotated data types (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundListFortran()
    Packit 1c1d7e
        { return "Veri Tipleri Listesi"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to all members of compounds (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundMembersFortran()
    Packit 1c1d7e
        { return "Veri Alanları"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the annotated compound list (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundListDescriptionFortran()
    Packit 1c1d7e
        { return "Kısa tanımlarıyla veri tipleri:"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the page with all data types (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Bu liste tüm ";
    Packit 1c1d7e
          if (!extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="dokümante edilmiş ";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          result+="veri tiplerini içerir ve ";
    Packit 1c1d7e
          if (!extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
             result+="her üyeyi veri yapısı dokümantasyonuna bağlar:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
             result+="ait oldukları veri tiplerine bağlar:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter with the
    Packit 1c1d7e
         * annotated compound index (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trCompoundIndexFortran()
    Packit 1c1d7e
        { return "Veri Tipi İndeksi"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter containing
    Packit 1c1d7e
         *  the documentation of all data types (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trTypeDocumentation()
    Packit 1c1d7e
        { return "Veri Tipi Dokümantasyonu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file as a header before the
    Packit 1c1d7e
         *  list of (global) subprograms (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprograms()
    Packit 1c1d7e
        { return "Fonksiyonlar/Subroutine\'ler"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace before the list
    Packit 1c1d7e
         *  of documentation blocks for subprograms (Fortran)
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprogramDocumentation()
    Packit 1c1d7e
        { return "Fonksiyon/Subroutine Dokümantasyonu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace/group before
    Packit 1c1d7e
         *  the list of links to documented compounds (Fortran)
    Packit 1c1d7e
         */
    Packit 1c1d7e
         virtual QCString trDataTypes()
    Packit 1c1d7e
        { return "Veri Tipleri"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as the title of page containing all the index of all modules (Fortran). */
    Packit 1c1d7e
        virtual QCString trModulesList()
    Packit 1c1d7e
        { return "Modüller Listesi"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as an introduction to the modules list (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesListDescription(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Bu liste tüm ";
    Packit 1c1d7e
          if (!extractAll) result+="dokümante edilmiş ";
    Packit 1c1d7e
          result+="modülleri kısa tanımlarıya içerir:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as the title of the HTML page of a module/type (Fortran) */
    Packit 1c1d7e
        virtual QCString trCompoundReferenceFortran(const char *clName,
    Packit 1c1d7e
                                        ClassDef::CompoundType compType,
    Packit 1c1d7e
                                        bool isTemplate)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result=(QCString)clName;
    Packit 1c1d7e
          switch(compType)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            case ClassDef::Class:      result+=" Modül"; break;
    Packit 1c1d7e
            case ClassDef::Struct:     result+=" Tip"; break;
    Packit 1c1d7e
            case ClassDef::Union:      result+=" Birleşim(Union)"; break;
    Packit 1c1d7e
            case ClassDef::Interface:  result+=" Arayüz"; break;
    Packit 1c1d7e
            case ClassDef::Protocol:   result+=" Protokol"; break;
    Packit 1c1d7e
            case ClassDef::Category:   result+=" Kategori"; break;
    Packit 1c1d7e
            case ClassDef::Exception:  result+=" İstisna"; break;
    Packit 1c1d7e
            default: break;
    Packit 1c1d7e
          }
    Packit 1c1d7e
          if (isTemplate) result+=" Şablon";
    Packit 1c1d7e
          result+=" Referans";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! used as the title of the HTML page of a module (Fortran) */
    Packit 1c1d7e
        virtual QCString trModuleReference(const char *namespaceName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result=namespaceName;
    Packit 1c1d7e
          result+=" Modül Referansı";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to all members of modules. (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesMembers()
    Packit 1c1d7e
        { return "Modül Üyeleri"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the page with all modules members (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesMemberDescription(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Bu liste tüm ";
    Packit 1c1d7e
          if (!extractAll) result+="dokümante edilmiş ";
    Packit 1c1d7e
          result+="modül üyelerini içerir ve ";
    Packit 1c1d7e
          if (extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="her üyeyi modül dokümantasyonuna bağlar:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="ait oldukları modüllere bağlar:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter with the
    Packit 1c1d7e
         *  index of all modules (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trModulesIndex()
    Packit 1c1d7e
        { return "Modüller Indeksi"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trModule(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Modül" : "modül"));
    Packit 1c1d7e
          if (!singular)  result+="ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is put at the bottom of a module documentation page and is
    Packit 1c1d7e
         *  followed by a list of files that were used to generate the page.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType,
    Packit 1c1d7e
            bool single)
    Packit 1c1d7e
        { // here s is one of " Module", " Struct" or " Union"
    Packit 1c1d7e
          // single is true implies a single file
    Packit 1c1d7e
          QCString result=(QCString)"Bu ";
    Packit 1c1d7e
          switch(compType)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            case ClassDef::Class:      result+="modül"; break;
    Packit 1c1d7e
            case ClassDef::Struct:     result+="tip"; break;
    Packit 1c1d7e
            case ClassDef::Union:      result+="birleşim(union)"; break;
    Packit 1c1d7e
            case ClassDef::Interface:  result+="arayüz"; break;
    Packit 1c1d7e
            case ClassDef::Protocol:   result+="protokol"; break;
    Packit 1c1d7e
            case ClassDef::Category:   result+="kategori"; break;
    Packit 1c1d7e
            case ClassDef::Exception:  result+="istisna"; break;
    Packit 1c1d7e
            default: break;
    Packit 1c1d7e
          }
    Packit 1c1d7e
          result+=" için dokümantasyon aşağıdaki dosya";
    Packit 1c1d7e
          if (single) result+=":"; else result+="lar";
    Packit 1c1d7e
          result="dan üretilmiştir:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trType(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Tip" : "tip"));
    Packit 1c1d7e
          if (!singular)  result+="ler";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprogram(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Alt program" : "alt program"));
    Packit 1c1d7e
          if (!singular)  result+="lar";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! C# Type Constraint list */
    Packit 1c1d7e
        virtual QCString trTypeConstraints()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Tip Sınırlamaları";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
    	//////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    	// new since 1.6.0 (mainly for the new search engine)
    Packit 1c1d7e
    	//////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! directory relation for \a name */
    Packit 1c1d7e
        virtual QCString trDirRelation(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return QCString(name)+" İlişkisi";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Loading message shown when loading search results */
    Packit 1c1d7e
        virtual QCString trLoading()
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return "Yüklüyor...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Label used for search results in the global namespace */
    Packit 1c1d7e
        virtual QCString trGlobalNamespace()
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return "En Üst Seviye";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Message shown while searching */
    Packit 1c1d7e
        virtual QCString trSearching()
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return "Arıyor...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Text shown when no search results are found */
    Packit 1c1d7e
        virtual QCString trNoMatches()
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return "Eşleşme Yok";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    	//////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    	// new since 1.6.3 (missing items for the directory pages)
    Packit 1c1d7e
    	//////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! when clicking a directory dependency label, a page with a
    Packit 1c1d7e
         *  table is shown. The heading for the first column mentions the
    Packit 1c1d7e
         *  source file that has a relation to another file.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trFileIn(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return (QCString)(name) + (QCString)" dizinindeki dosya";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! when clicking a directory dependency label, a page with a
    Packit 1c1d7e
         *  table is shown. The heading for the second column mentions the
    Packit 1c1d7e
         *  destination file that is included.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trIncludesFileIn(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		return (QCString)(name) + (QCString)" dizinindeki dosyayı kapsıyor";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /** Compiles a date string.
    Packit 1c1d7e
         *  @param year Year in 4 digits
    Packit 1c1d7e
         *  @param month Month of the year: 1=January
    Packit 1c1d7e
         *  @param day Day of the Month: 1..31
    Packit 1c1d7e
         *  @param dayOfWeek Day of the week: 1=Monday..7=Sunday
    Packit 1c1d7e
         *  @param hour Hour of the day: 0..23
    Packit 1c1d7e
         *  @param minutes Minutes in the hour: 0..59
    Packit 1c1d7e
         *  @param seconds Seconds within the minute: 0..59
    Packit 1c1d7e
         *  @param includeTime Include time in the result string?
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
    Packit 1c1d7e
                                    int hour,int minutes,int seconds,
    Packit 1c1d7e
                                    bool includeTime)
    Packit 1c1d7e
        {
    Packit 1c1d7e
    		static const char *days[]   = { "Pzt","Sal","Çar","Per","Cma","Cmt","Pzr" };
    Packit 1c1d7e
    		static const char *months[] = { "Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Ekm","Kas","Ara" };
    Packit 1c1d7e
    		QCString sdate;
    Packit 1c1d7e
    		sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
    Packit 1c1d7e
    		if (includeTime)
    Packit 1c1d7e
    		{
    Packit 1c1d7e
    			QCString stime;
    Packit 1c1d7e
    			stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
    Packit 1c1d7e
    			sdate+=stime;
    Packit 1c1d7e
    		}
    Packit 1c1d7e
    		return sdate;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
    };
    Packit 1c1d7e
    Packit 1c1d7e
    #endif