Commit 39425bc2 authored by Petr Prikryl's avatar Petr Prikryl

The non-used methods (see below) removed from all translator classes:

-  QCString idLanguageCharset()
-  QCString trAlphabeticalList()
-  QCString trDCOPMethods()
-  QCString trDirDependency(const char *)
-  QCString trFuncProtos()
-  QCString trFunctionPrototypeDocumentation()
-  QCString trSearchForIndex()
-  QCString trWrittenBy()
parent 3e54153e
...@@ -374,12 +374,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -374,12 +374,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Մակրոսներ"; } { return "Մակրոսներ"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Ֆունկցիաների նախատիպեր"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -416,12 +410,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -416,12 +410,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Մակրոսներ"; } { return "Մակրոսներ"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Ֆունկցիաների նախատիպեր"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -459,7 +447,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -459,7 +447,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
{ {
return "Դասեր"; return "Դասեր";
} }
} }
/*! This is used in the documentation of a group before the list of /*! This is used in the documentation of a group before the list of
...@@ -475,12 +462,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -475,12 +462,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
result+=(QCString)" հետևյալ համակարգով."; result+=(QCString)" հետևյալ համակարգով.";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "Հեղինակ - ";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -758,12 +739,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -758,12 +739,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Այբբենական ցուցակ"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1065,16 +1040,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -1065,16 +1040,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
return "Թեստերի ցուցակ"; return "Թեստերի ցուցակ";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP անդամ ֆունկցիաներ";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1396,14 +1361,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -1396,14 +1361,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
// new since 1.3.3 // 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()
{
return "Որոնում";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1779,12 +1736,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0 ...@@ -1779,12 +1736,6 @@ class TranslatorArmenian : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)name + " -ի կախվածությունների գծագիր";
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -426,12 +426,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -426,12 +426,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
virtual QCString trDefines() virtual QCString trDefines()
{ return "التعريفات"; } { return "التعريفات"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Function Prototypes"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -468,12 +462,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -468,12 +462,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Define Documentation"; } { return "Define Documentation"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Function Prototype Documentation"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -529,12 +517,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -529,12 +517,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
result+=(QCString)" by"; result+=(QCString)" by";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "كتب بواسطة";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -805,12 +787,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -805,12 +787,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "قائمة أبجدية"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1115,16 +1091,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -1115,16 +1091,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
return "قائمة الإختبارات"; return "قائمة الإختبارات";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Member Functions";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1489,14 +1455,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6 ...@@ -1489,14 +1455,6 @@ class TranslatorArabic : public TranslatorAdapter_1_4_6
// new since 1.3.3 // 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()
{
return "بحث عن";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -404,12 +404,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -404,12 +404,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definições e Macros"; } { return "Definições e Macros"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Protótipos de Funções"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -446,12 +440,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -446,12 +440,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Definições e macros"; } { return "Definições e macros"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Protótipos das funções"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -501,12 +489,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -501,12 +489,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
result+=(QCString)" por"; result+=(QCString)" por";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "escrito por";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -769,12 +751,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -769,12 +751,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Lista Alfabética"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1072,16 +1048,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -1072,16 +1048,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
return "Lista de Testes"; return "Lista de Testes";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Métodos DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1433,14 +1399,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -1433,14 +1399,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
// new since 1.3.3 // 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()
{
return "Procurar por";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1812,12 +1770,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0 ...@@ -1812,12 +1770,6 @@ class TranslatorBrazilian : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Grafo de dependência de diretórios para "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -417,12 +417,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -417,12 +417,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definicions"; } { return "Definicions"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Prototipus de Funcions"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -459,12 +453,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -459,12 +453,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Documentació de les Definicions"; } { return "Documentació de les Definicions"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Documentació de les Funcions Prototipus"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -514,12 +502,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -514,12 +502,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
result+=(QCString)" per"; result+=(QCString)" per";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "escrit per";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -786,12 +768,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -786,12 +768,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Llista Alfabètica"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1085,16 +1061,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -1085,16 +1061,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
return "Llista de proves"; return "Llista de proves";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Mètodes DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1438,14 +1404,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -1438,14 +1404,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
// new since 1.3.3 // 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()
{
return "Buscar";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1819,12 +1777,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0 ...@@ -1819,12 +1777,6 @@ class TranslatorCatalan : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Graf de dependència de directoris per a "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -333,9 +333,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -333,9 +333,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
virtual QCString trDefines() virtual QCString trDefines()
{ return "宏定义"; } { return "宏定义"; }
virtual QCString trFuncProtos()
{ return "函数原型"; }
virtual QCString trTypedefs() virtual QCString trTypedefs()
{ return "类型定义"; } { return "类型定义"; }
...@@ -388,11 +385,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -388,11 +385,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
return result; return result;
} }
virtual QCString trWrittenBy()
{
return "作者";
}
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
{ {
return (QCString)"类"CN_SPC+clName+CN_SPC"继承关系图:"; return (QCString)"类"CN_SPC+clName+CN_SPC"继承关系图:";
...@@ -645,12 +637,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -645,12 +637,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "按字典顺序排序的列表"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -972,15 +958,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -972,15 +958,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
return "测试列表"; return "测试列表";
} }
//////////////////////////////////////////////////////////////////////////
//// new since 1.2.1
////////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP"CN_SPC"成员函数";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
//// new since 1.2.2 //// new since 1.2.2
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
...@@ -1363,14 +1340,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -1363,14 +1340,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
// new since 1.3.3 // 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()
{
return "搜索"CN_SPC;
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1745,11 +1714,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 ...@@ -1745,11 +1714,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
// new since 1.6.3 // new since 1.6.3
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
virtual QCString trDirDependency(const char *name)
{
return QCString(name)+CN_SPC"的目录依赖关系图";
}
virtual QCString trFileIn(const char *name) virtual QCString trFileIn(const char *name)
{ {
return (QCString)"文件在"+CN_SPC+name; return (QCString)"文件在"+CN_SPC+name;
......
...@@ -478,12 +478,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -478,12 +478,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makrodefinitionen"; } { return "Makrodefinitionen"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funktionsprototypen"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -520,12 +514,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -520,12 +514,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Makro-Dokumentation"; } { return "Makro-Dokumentation"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Funktionsprototypen Dokumentation"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -576,13 +564,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -576,13 +564,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "geschrieben von";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
{ {
...@@ -853,12 +834,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -853,12 +834,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alphabetische Liste"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1197,16 +1172,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -1197,16 +1172,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
return "Test-Liste"; return "Test-Liste";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Methoden";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1538,14 +1503,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -1538,14 +1503,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
// new since 1.3.3 // 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()
{
return "Suchen nach";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1916,12 +1873,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4 ...@@ -1916,12 +1873,6 @@ class TranslatorGerman : public TranslatorAdapter_1_8_4
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Diagramm der Verzeichnisabhängigkeiten für "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -427,12 +427,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -427,12 +427,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "#Defines"; } { return "#Defines"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funktionsprototyper"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -469,12 +463,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -469,12 +463,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "#Define-dokumentation"; } { return "#Define-dokumentation"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentation af funktionsprototyper"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -527,10 +515,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -527,10 +515,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
result+=(QCString)" af"; result+=(QCString)" af";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{ return "skrevet af"; }
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -791,12 +775,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -791,12 +775,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabetisk oversigt"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1067,16 +1045,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -1067,16 +1045,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
return "Testliste"; return "Testliste";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP-metoder";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1361,15 +1329,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -1361,15 +1329,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
// new since 1.3.3 // 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()
{
return "Søg efter";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1743,12 +1702,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0 ...@@ -1743,12 +1702,6 @@ class TranslatorDanish : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Afhængighedsgraf for "+name; // "Directory dependency graph for "
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -418,12 +418,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -418,12 +418,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
virtual QCString trDefines() virtual QCString trDefines()
{ return "Difinoj"; } { return "Difinoj"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funkciaj Prototipoj"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -460,12 +454,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -460,12 +454,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Difina Dokumentado"; } { return "Difina Dokumentado"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentado de Funkciaj Prototipoj"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -515,12 +503,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -515,12 +503,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
result+=(QCString)" de"; result+=(QCString)" de";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "skribita de";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -783,12 +765,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -783,12 +765,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabeta Listo"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1088,16 +1064,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -1088,16 +1064,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
return "Testa Listo"; return "Testa Listo";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Membraj Funkcioj";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1441,14 +1407,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -1441,14 +1407,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
// new since 1.3.3 // 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()
{
return "Serĉi";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1813,12 +1771,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4 ...@@ -1813,12 +1771,6 @@ class TranslatorEsperanto : public TranslatorAdapter_1_8_4
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Diagramo de dependecoj dosierujaj por "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -408,12 +408,6 @@ class TranslatorSpanish : public Translator ...@@ -408,12 +408,6 @@ class TranslatorSpanish : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "'defines'"; } { return "'defines'"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funciones prototipo"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -450,12 +444,6 @@ class TranslatorSpanish : public Translator ...@@ -450,12 +444,6 @@ class TranslatorSpanish : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Documentación de los 'defines'"; } { return "Documentación de los 'defines'"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Documentación de las funciones prototipo"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -506,13 +494,6 @@ class TranslatorSpanish : public Translator ...@@ -506,13 +494,6 @@ class TranslatorSpanish : public Translator
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "escrito por";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
{ {
...@@ -784,12 +765,6 @@ class TranslatorSpanish : public Translator ...@@ -784,12 +765,6 @@ class TranslatorSpanish : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Lista alfabética"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1121,16 +1096,6 @@ class TranslatorSpanish : public Translator ...@@ -1121,16 +1096,6 @@ class TranslatorSpanish : public Translator
return "Lista de pruebas"; return "Lista de pruebas";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Métodos DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1487,15 +1452,6 @@ class TranslatorSpanish : public Translator ...@@ -1487,15 +1452,6 @@ class TranslatorSpanish : public Translator
// new since 1.3.3 // 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()
{
return "Buscar";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1877,12 +1833,6 @@ class TranslatorSpanish : public Translator ...@@ -1877,12 +1833,6 @@ class TranslatorSpanish : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Gráfico de dependencias para el directorio "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -413,12 +413,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -413,12 +413,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
virtual QCString trDefines() virtual QCString trDefines()
{ return "تعاريف"; } { return "تعاريف"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "پیش تعریف های توابع"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -455,12 +449,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -455,12 +449,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Define Documentation"; } { return "Define Documentation"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "مستندات تعاریف اولیه توابع"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -516,12 +504,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -516,12 +504,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
result+=(QCString)" توسط"; result+=(QCString)" توسط";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "نوشته شده توسط";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -782,12 +764,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -782,12 +764,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "ليست الفبايي"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1086,16 +1062,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -1086,16 +1062,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
return "Test List"; return "Test List";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP توابع عضو";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1439,14 +1405,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -1439,14 +1405,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
// new since 1.3.3 // 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()
{
return "جستجو برای";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1776,12 +1734,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5 ...@@ -1776,12 +1734,6 @@ class TranslatorPersian : public TranslatorAdapter_1_7_5
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"نمودار وابستگی دایرکتوری ها برای "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -478,12 +478,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0 ...@@ -478,12 +478,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Määrittelyt"; } // "Defines" { return "Määrittelyt"; } // "Defines"
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funktioiden prototyypit"; } // "Function Prototypes"
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -579,12 +573,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0 ...@@ -579,12 +573,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
result+=(QCString)date+" "; result+=(QCString)date+" ";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "kirjoittanut"; // "written by"
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -847,12 +835,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0 ...@@ -847,12 +835,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Aakkosellinen lista"; } // "Alphabetical List"
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1204,16 +1186,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0 ...@@ -1204,16 +1186,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
return "Testilista"; // "Test List" return "Testilista"; // "Test List"
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP-jäsenfunktiot"; // "DCOP Member Functions"
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1557,14 +1529,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0 ...@@ -1557,14 +1529,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Etsi"; // "Search for"
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -474,12 +474,6 @@ class TranslatorFrench : public Translator ...@@ -474,12 +474,6 @@ class TranslatorFrench : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "Macros"; } { return "Macros"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Prototypes de fonction"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -516,12 +510,6 @@ class TranslatorFrench : public Translator ...@@ -516,12 +510,6 @@ class TranslatorFrench : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Documentation des macros"; } { return "Documentation des macros"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Documentation des prototypes de fonction"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -571,12 +559,6 @@ class TranslatorFrench : public Translator ...@@ -571,12 +559,6 @@ class TranslatorFrench : public Translator
result+=(QCString)" par"; result+=(QCString)" par";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "écrit par";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -843,12 +825,6 @@ class TranslatorFrench : public Translator ...@@ -843,12 +825,6 @@ class TranslatorFrench : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Liste alphabétique"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1149,16 +1125,6 @@ class TranslatorFrench : public Translator ...@@ -1149,16 +1125,6 @@ class TranslatorFrench : public Translator
return "Liste des tests"; return "Liste des tests";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Fonctions membres DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1503,14 +1469,6 @@ class TranslatorFrench : public Translator ...@@ -1503,14 +1469,6 @@ class TranslatorFrench : public Translator
// new since 1.3.3 // 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()
{
return "Rechercher";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1877,12 +1835,6 @@ class TranslatorFrench : public Translator ...@@ -1877,12 +1835,6 @@ class TranslatorFrench : public Translator
// new since 1.6.3 // new since 1.6.3
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Graphe des dépendances de répertoire pour "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -388,12 +388,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -388,12 +388,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
virtual QCString trDefines() virtual QCString trDefines()
{ return "Ορισμοί"; } { return "Ορισμοί"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Πρωτοτυπήσεις Συναρτήσεων"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -430,12 +424,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -430,12 +424,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Τεκμηρίωση Ορισμών"; } { return "Τεκμηρίωση Ορισμών"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Τεκμηρίωση Πρωτοτυπήσεων των Συναρτήσεων"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -485,12 +473,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -485,12 +473,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
result+=(QCString)" από"; result+=(QCString)" από";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "γραμμένο από τον ";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -753,12 +735,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -753,12 +735,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Αλφαβητική Λίστα"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1061,16 +1037,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -1061,16 +1037,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
return "Λίστα Δοκιμαστικών"; return "Λίστα Δοκιμαστικών";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Μέδοδοι DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1413,14 +1379,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -1413,14 +1379,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
// new since 1.3.3 // 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()
{
return "Αναζήτηση για";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1786,12 +1744,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4 ...@@ -1786,12 +1744,6 @@ class TranslatorGreek : public TranslatorAdapter_1_8_4
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Διάγραμμα εξάρτησης φακέλου για το "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -261,8 +261,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -261,8 +261,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
QCString trDefines() QCString trDefines()
{ return "Definicije"; } { return "Definicije"; }
QCString trFuncProtos()
{ return "Prototipi funkcija"; }
QCString trTypedefs() QCString trTypedefs()
{ return "Typedef-ovi"; } { return "Typedef-ovi"; }
QCString trEnumerations() QCString trEnumerations()
...@@ -275,8 +273,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -275,8 +273,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
{ return "Vrijednosti enumeracija"; } { return "Vrijednosti enumeracija"; }
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Dokumentacija definicija"; } { return "Dokumentacija definicija"; }
QCString trFunctionPrototypeDocumentation()
{ return "Dokumentacija prototipa funkcije"; }
QCString trTypedefDocumentation() QCString trTypedefDocumentation()
{ return "Dokumentacija typedef-a"; } { return "Dokumentacija typedef-a"; }
QCString trEnumerationTypeDocumentation() QCString trEnumerationTypeDocumentation()
...@@ -294,10 +290,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -294,10 +290,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
result+=" generator: "; result+=" generator: ";
return result; return result;
} }
QCString trWrittenBy()
{
return "napisao ";
}
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
{ {
return QCString("Dijagram klasa za ")+clName; return QCString("Dijagram klasa za ")+clName;
...@@ -519,12 +511,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -519,12 +511,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
QCString trAlphabeticalList()
{ return "Abecedni popis"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -812,15 +798,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -812,15 +798,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
} }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP metode";
}
//////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1127,14 +1104,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -1127,14 +1104,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
// new since 1.3.3 // 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()
{
return "Traži";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1500,12 +1469,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2 ...@@ -1500,12 +1469,6 @@ class TranslatorCroatian : public TranslatorAdapter_1_8_2
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Graf povezanih direktorija za "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -398,12 +398,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -398,12 +398,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makródefiníciók"; } { return "Makródefiníciók"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Függvény-prototípusok"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -440,12 +434,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -440,12 +434,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Makródefiníciók dokumentációja"; } { return "Makródefiníciók dokumentációja"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Függvény-prototípusok dokumentációja"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -495,12 +483,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -495,12 +483,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
result+=(QCString)" Készült: "+date+" Készítette: "; result+=(QCString)" Készült: "+date+" Készítette: ";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return " melyet írt ";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -764,12 +746,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -764,12 +746,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Betűrendes lista"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1066,16 +1042,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -1066,16 +1042,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
return "Tesztlista"; return "Tesztlista";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP tagfüggvények";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1419,14 +1385,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6 ...@@ -1419,14 +1385,6 @@ class TranslatorHungarian : public TranslatorAdapter_1_4_6
// new since 1.3.3 // 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()
{
return "Keresési kulcs";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -399,12 +399,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -399,12 +399,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makro Definisi"; } { return "Makro Definisi"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Prototipe Fungsi"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -441,12 +435,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -441,12 +435,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Dokumentasi Makro Definisi"; } { return "Dokumentasi Makro Definisi"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentasi Prototipe Fungsi"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -496,12 +484,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -496,12 +484,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
result+=(QCString)" oleh"; result+=(QCString)" oleh";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "ditulis oleh";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -765,12 +747,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -765,12 +747,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Daftar Berdasarkan Abjad"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1069,16 +1045,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -1069,16 +1045,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
return "Daftar Tes"; return "Daftar Tes";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Fungsi Anggota: DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1422,14 +1388,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -1422,14 +1388,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
// new since 1.3.3 // 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()
{
return "Cari";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1793,12 +1751,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0 ...@@ -1793,12 +1751,6 @@ class TranslatorIndonesian : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Bagan dependensi direktori untuk "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -427,12 +427,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -427,12 +427,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
QCString trDefines() QCString trDefines()
{ return "Definizioni"; } { return "Definizioni"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
QCString trFuncProtos()
{ return "Prototipi delle funzioni"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -469,12 +463,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -469,12 +463,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Documentazione delle definizioni"; } { return "Documentazione delle definizioni"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
QCString trFunctionPrototypeDocumentation()
{ return "Documentazione dei prototipi delle funzioni"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -524,12 +512,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -524,12 +512,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
result+=(QCString)" da"; result+=(QCString)" da";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
QCString trWrittenBy()
{
return "scritto da";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
...@@ -797,12 +779,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -797,12 +779,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
QCString trAlphabeticalList()
{ return "Lista in ordine alfabetico";}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1096,16 +1072,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -1096,16 +1072,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
return "Lista dei test"; return "Lista dei test";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Metodi DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1421,14 +1387,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -1421,14 +1387,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
// new since 1.3.3 // 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()
{
return "Cerca";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1795,12 +1753,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2 ...@@ -1795,12 +1753,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Grafo di dipendenza delle directory per "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -373,12 +373,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -373,12 +373,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "マクロ定義"; } { return "マクロ定義"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "関数プロトタイプ"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -414,12 +408,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -414,12 +408,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "マクロ定義"; } { return "マクロ定義"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "関数プロトタイプ"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -468,12 +456,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -468,12 +456,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
result+=(QCString)date+"に生成されました。"; result+=(QCString)date+"に生成されました。";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "作者";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -740,12 +722,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -740,12 +722,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "アルファベット順一覧"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1044,16 +1020,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -1044,16 +1020,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
return "テスト一覧"; return "テスト一覧";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOPメソッド";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1401,14 +1367,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0 ...@@ -1401,14 +1367,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "検索";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -437,12 +437,6 @@ class TranslatorKorean : public Translator ...@@ -437,12 +437,6 @@ class TranslatorKorean : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "매크로"; } { return "매크로"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "함수 원형"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -479,12 +473,6 @@ class TranslatorKorean : public Translator ...@@ -479,12 +473,6 @@ class TranslatorKorean : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "매크로 문서화"; } { return "매크로 문서화"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "함수 원형 문서화"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -534,12 +522,6 @@ class TranslatorKorean : public Translator ...@@ -534,12 +522,6 @@ class TranslatorKorean : public Translator
result+=(QCString)", 생성자 : "; result+=(QCString)", 생성자 : ";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "작성자 : ";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -803,12 +785,6 @@ class TranslatorKorean : public Translator ...@@ -803,12 +785,6 @@ class TranslatorKorean : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "알파벳순 목록"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1102,16 +1078,6 @@ class TranslatorKorean : public Translator ...@@ -1102,16 +1078,6 @@ class TranslatorKorean : public Translator
return "테스트 목록"; return "테스트 목록";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP 멤버 함수";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1455,14 +1421,6 @@ class TranslatorKorean : public Translator ...@@ -1455,14 +1421,6 @@ class TranslatorKorean : public Translator
// new since 1.3.3 // 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()
{
return "검색";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1828,12 +1786,6 @@ class TranslatorKorean : public Translator ...@@ -1828,12 +1786,6 @@ class TranslatorKorean : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return QCString(name) + "에 대한 디렉토리 의존 그래프";
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -407,12 +407,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -407,12 +407,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
virtual QCString trDefines() virtual QCString trDefines()
{ return "Apibrėžimai"; } { return "Apibrėžimai"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funkcijų Prototipai"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -449,12 +443,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -449,12 +443,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Apibrėžimų Dokumentacija"; } { return "Apibrėžimų Dokumentacija"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Funkcijų Prototipų Dokumentacija"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -504,12 +492,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -504,12 +492,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
result+=(QCString)" ";/*FIXME*/ result+=(QCString)" ";/*FIXME*/
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "parašyta";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -771,12 +753,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -771,12 +753,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Abėcėlinis Sąrašas"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1077,16 +1053,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -1077,16 +1053,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
return "Testo Sąrašas"; return "Testo Sąrašas";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Metodai";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1436,14 +1402,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 ...@@ -1436,14 +1402,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6
// new since 1.3.3 // 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()
{
return "Ieškoti";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -422,12 +422,6 @@ class TranslatorLatvian : public Translator ...@@ -422,12 +422,6 @@ class TranslatorLatvian : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makro"; } { return "Makro"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funkciju prototipi"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -464,12 +458,6 @@ class TranslatorLatvian : public Translator ...@@ -464,12 +458,6 @@ class TranslatorLatvian : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Makro definīcijas dokumentācija"; } { return "Makro definīcijas dokumentācija"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Funkcijas prototipu dokumentācija"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -519,12 +507,6 @@ class TranslatorLatvian : public Translator ...@@ -519,12 +507,6 @@ class TranslatorLatvian : public Translator
result+=(QCString)" ar"; result+=(QCString)" ar";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "uzrakstījis";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -784,12 +766,6 @@ class TranslatorLatvian : public Translator ...@@ -784,12 +766,6 @@ class TranslatorLatvian : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabētiskais saraksts"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1092,16 +1068,6 @@ class TranslatorLatvian : public Translator ...@@ -1092,16 +1068,6 @@ class TranslatorLatvian : public Translator
return "Testu saraksts"; return "Testu saraksts";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP elementu funkcijas";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1445,14 +1411,6 @@ class TranslatorLatvian : public Translator ...@@ -1445,14 +1411,6 @@ class TranslatorLatvian : public Translator
// new since 1.3.3 // 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()
{
return "Meklēt";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1818,12 +1776,6 @@ class TranslatorLatvian : public Translator ...@@ -1818,12 +1776,6 @@ class TranslatorLatvian : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Direktoriju atkarību grafs priekš "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -403,12 +403,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -403,12 +403,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Дефинирања"; } { return "Дефинирања"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Прототипи на Функции"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -445,12 +439,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -445,12 +439,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Документција на Дефиниции"; } { return "Документција на Дефиниции"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Документација на Прототип на Функции"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -500,12 +488,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -500,12 +488,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
result+=(QCString)" од"; result+=(QCString)" од";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "напишано од";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -768,12 +750,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -768,12 +750,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Азбучен Список"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1073,16 +1049,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -1073,16 +1049,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
return "Листа на Тестови"; return "Листа на Тестови";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Функции Членови";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1426,14 +1392,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 ...@@ -1426,14 +1392,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Пребарај";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -157,8 +157,6 @@ class TranslatorDutch : public Translator ...@@ -157,8 +157,6 @@ class TranslatorDutch : public Translator
QCString trDefines() QCString trDefines()
{ return "Macros"; } { return "Macros"; }
QCString trFuncProtos()
{ return "Functie Prototypes"; }
QCString trTypedefs() QCString trTypedefs()
{ return "Typedefs"; } { return "Typedefs"; }
QCString trEnumerations() QCString trEnumerations()
...@@ -171,8 +169,6 @@ class TranslatorDutch : public Translator ...@@ -171,8 +169,6 @@ class TranslatorDutch : public Translator
{ return "Enumeratie waarden"; } { return "Enumeratie waarden"; }
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Documentatie van macro's"; } { return "Documentatie van macro's"; }
QCString trFunctionPrototypeDocumentation()
{ return "Documentatie van functie Prototypes"; }
QCString trTypedefDocumentation() QCString trTypedefDocumentation()
{ return "Documentatie van typedefs"; } { return "Documentatie van typedefs"; }
QCString trEnumerationTypeDocumentation() QCString trEnumerationTypeDocumentation()
...@@ -192,10 +188,6 @@ class TranslatorDutch : public Translator ...@@ -192,10 +188,6 @@ class TranslatorDutch : public Translator
result+=(QCString)" door"; result+=(QCString)" door";
return result; return result;
} }
QCString trWrittenBy()
{
return "geschreven door";
}
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
{ {
return (QCString)"Klasse diagram voor "+clName; return (QCString)"Klasse diagram voor "+clName;
...@@ -420,12 +412,6 @@ class TranslatorDutch : public Translator ...@@ -420,12 +412,6 @@ class TranslatorDutch : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
QCString trAlphabeticalList()
{ return "Alphabetical List"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -717,16 +703,6 @@ class TranslatorDutch : public Translator ...@@ -717,16 +703,6 @@ class TranslatorDutch : public Translator
return "Test Lijst"; return "Test Lijst";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
QCString trDCOPMethods()
{
return "DCOP Methoden";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1057,13 +1033,6 @@ class TranslatorDutch : public Translator ...@@ -1057,13 +1033,6 @@ class TranslatorDutch : public Translator
// new since 1.3.3 // new since 1.3.3
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! When the search engine is enabled this text is put in the index
* of each page before the search field.
*/
virtual QCString trSearchForIndex()
{
return "Zoek naar";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1410,12 +1379,6 @@ class TranslatorDutch : public Translator ...@@ -1410,12 +1379,6 @@ class TranslatorDutch : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Folder afhankelijkheidsgraaf voor "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -432,12 +432,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -432,12 +432,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definisjoner"; } { return "Definisjoner"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funksjonprototyper"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -474,12 +468,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -474,12 +468,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Define-dokumentasjon"; } { return "Define-dokumentasjon"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Funksjonsprototypedokumentasjon"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -535,12 +523,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -535,12 +523,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
result+=(QCString)" av"; result+=(QCString)" av";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "skrevet av";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -811,12 +793,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -811,12 +793,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabetisk Liste"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1115,16 +1091,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -1115,16 +1091,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
return "Test-liste"; return "Test-liste";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP-metoder";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.1 // new since 1.2.1
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1489,14 +1455,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6 ...@@ -1489,14 +1455,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
// new since 1.3.3 // 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()
{
return "Søk etter";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -404,12 +404,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -404,12 +404,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
QCString trDefines() QCString trDefines()
{ return "Definicje"; } { return "Definicje"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
QCString trFuncProtos()
{ return "Prototypy funkcji"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -446,12 +440,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -446,12 +440,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Dokumentacja definicji"; } { return "Dokumentacja definicji"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
QCString trFunctionPrototypeDocumentation()
{ return "Dokumentacja prototypów funkcji"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -501,12 +489,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -501,12 +489,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
result+=(QCString)" programem"; result+=(QCString)" programem";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
QCString trWrittenBy()
{
return "napisanym przez";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
...@@ -776,12 +758,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -776,12 +758,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
QCString trAlphabeticalList()
{ return "Lista alfabetyczna"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1082,15 +1058,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -1082,15 +1058,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
{ {
return "Lista testu"; return "Lista testu";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Metody DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
...@@ -1425,14 +1392,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -1425,14 +1392,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
// new since 1.3.3 // 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()
{
return "Szukaj";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1803,12 +1762,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2 ...@@ -1803,12 +1762,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Wykres zależności katalogu dla "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -414,12 +414,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -414,12 +414,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
QCString trDefines() QCString trDefines()
{ return "Macros"; } { return "Macros"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
QCString trFuncProtos()
{ return "Protótipos de funções"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -456,12 +450,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -456,12 +450,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Documentação das macros"; } { return "Documentação das macros"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
QCString trFunctionPrototypeDocumentation()
{ return "Documentação dos protótipos de funções"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -511,12 +499,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -511,12 +499,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
result+=(QCString)" por"; result+=(QCString)" por";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
QCString trWrittenBy()
{
return "escrito por";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
...@@ -783,15 +765,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -783,15 +765,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{
return "Lista alfabética";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1084,16 +1057,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -1084,16 +1057,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
return "Lista de teste"; return "Lista de teste";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Métodos DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1437,14 +1400,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -1437,14 +1400,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
// new since 1.3.3 - Based on the Brazilian Portuguese Translation // new since 1.3.3 - Based on the Brazilian Portuguese Translation
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! 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()
{
return "Procurar por";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1816,12 +1771,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0 ...@@ -1816,12 +1771,6 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_0
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Grafo de dependência de diretórios para " + name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -429,12 +429,6 @@ class TranslatorRomanian : public Translator ...@@ -429,12 +429,6 @@ class TranslatorRomanian : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definiţii"; } { return "Definiţii"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Prototipuri de funcţii"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -471,12 +465,6 @@ class TranslatorRomanian : public Translator ...@@ -471,12 +465,6 @@ class TranslatorRomanian : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Documentaţia definiţiilor"; } { return "Documentaţia definiţiilor"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Documentaţia prototipurilor de funcţii"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -527,12 +515,6 @@ class TranslatorRomanian : public Translator ...@@ -527,12 +515,6 @@ class TranslatorRomanian : public Translator
result+=(QCString)" de către"; result+=(QCString)" de către";
return result; 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 */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -797,12 +779,6 @@ class TranslatorRomanian : public Translator ...@@ -797,12 +779,6 @@ class TranslatorRomanian : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Listă Alfabetică"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1099,16 +1075,6 @@ class TranslatorRomanian : public Translator ...@@ -1099,16 +1075,6 @@ class TranslatorRomanian : public Translator
return "Listă de teste"; return "Listă de teste";
} }
//////////////////////////////////////////////////////////////////////////
// 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 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1452,14 +1418,6 @@ class TranslatorRomanian : public Translator ...@@ -1452,14 +1418,6 @@ class TranslatorRomanian : public Translator
// new since 1.3.3 // 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()
{
return "Caută";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1829,12 +1787,6 @@ class TranslatorRomanian : public Translator ...@@ -1829,12 +1787,6 @@ class TranslatorRomanian : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Grafic de dependență a directoarelor pentru "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -368,12 +368,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -368,12 +368,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
virtual QCString trDefines() virtual QCString trDefines()
{ return "Макросы"; } { return "Макросы"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Прототипы функций"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -410,12 +404,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -410,12 +404,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Макросы"; } { return "Макросы"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Прототипы функций"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -470,12 +458,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -470,12 +458,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
result+=". Создано системой"; result+=". Создано системой";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "Автор:";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -769,12 +751,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -769,12 +751,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Алфавитный указатель"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1076,16 +1052,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -1076,16 +1052,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
return "Список тестов"; return "Список тестов";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Методы";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1407,14 +1373,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -1407,14 +1373,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
// new since 1.3.3 // 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()
{
return "Поиск";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1792,12 +1750,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5 ...@@ -1792,12 +1750,6 @@ class TranslatorRussian : public TranslatorAdapter_1_7_5
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Диаграмма каталогов для "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -416,12 +416,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -416,12 +416,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Дефиниције"; } { return "Дефиниције"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Декларације функција"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -458,12 +452,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -458,12 +452,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Документација дефиниције"; } { return "Документација дефиниције"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Документација декларације функције"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -513,12 +501,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -513,12 +501,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
result+=(QCString)" помоћу"; result+=(QCString)" помоћу";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "написао";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -798,12 +780,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -798,12 +780,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Абецедни списак"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1104,16 +1080,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -1104,16 +1080,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
return "Списак тестова"; return "Списак тестова";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP функције чланице";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1457,14 +1423,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0 ...@@ -1457,14 +1423,6 @@ class TranslatorSerbianCyrilic : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Тражим";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -164,8 +164,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -164,8 +164,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
QCString trDefines() QCString trDefines()
{ return "Makro deklaracije"; } { return "Makro deklaracije"; }
QCString trFuncProtos()
{ return "Prototipi funkcij"; }
QCString trTypedefs() QCString trTypedefs()
{ return "Uporabniško definirani tipi"; } { return "Uporabniško definirani tipi"; }
QCString trEnumerations() QCString trEnumerations()
...@@ -178,8 +176,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -178,8 +176,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
{ return "Vrednosti naštevnih tipov"; } { return "Vrednosti naštevnih tipov"; }
QCString trDefineDocumentation() QCString trDefineDocumentation()
{ return "Opis makro definicije"; } { return "Opis makro definicije"; }
QCString trFunctionPrototypeDocumentation()
{ return "Opis prototipa funkcije"; }
QCString trTypedefDocumentation() QCString trTypedefDocumentation()
{ return "Opis uporabniško definiranega tipa"; } { return "Opis uporabniško definiranega tipa"; }
QCString trEnumerationTypeDocumentation() QCString trEnumerationTypeDocumentation()
...@@ -197,10 +193,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -197,10 +193,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
result+=(QCString)" generator: "; result+=(QCString)" generator: ";
return result; return result;
} }
QCString trWrittenBy()
{
return "napisal ";
}
QCString trClassDiagram(const char *clName) QCString trClassDiagram(const char *clName)
{ {
return (QCString)"Diagram razredov za "+clName; return (QCString)"Diagram razredov za "+clName;
...@@ -430,12 +422,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -430,12 +422,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
QCString trAlphabeticalList()
{ return "abecedni seznam"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -742,16 +728,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -742,16 +728,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
return "Test List"; return "Test List";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP metode";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1116,14 +1092,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6 ...@@ -1116,14 +1092,6 @@ class TranslatorSlovene : public TranslatorAdapter_1_4_6
// new since 1.3.3 // 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()
{
return "Išči";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -390,12 +390,6 @@ class TranslatorSlovak : public Translator ...@@ -390,12 +390,6 @@ class TranslatorSlovak : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definícia makier"; } { return "Definícia makier"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Prototypy"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -432,12 +426,6 @@ class TranslatorSlovak : public Translator ...@@ -432,12 +426,6 @@ class TranslatorSlovak : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Dokumentácia k definíciám makier"; } { return "Dokumentácia k definíciám makier"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentácia prototypov"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -488,13 +476,6 @@ class TranslatorSlovak : public Translator ...@@ -488,13 +476,6 @@ class TranslatorSlovak : public Translator
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return " -- autor ";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
{ {
...@@ -769,12 +750,6 @@ class TranslatorSlovak : public Translator ...@@ -769,12 +750,6 @@ class TranslatorSlovak : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Register tried"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1081,16 +1056,6 @@ class TranslatorSlovak : public Translator ...@@ -1081,16 +1056,6 @@ class TranslatorSlovak : public Translator
return "Zoznam testov"; return "Zoznam testov";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Metódy DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1401,13 +1366,6 @@ class TranslatorSlovak : public Translator ...@@ -1401,13 +1366,6 @@ class TranslatorSlovak : public Translator
// new since 1.3.3 // new since 1.3.3
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! When the search engine is enabled this text is put in the index
* of each page before the search field.
*/
virtual QCString trSearchForIndex()
{
return "Vyhľadať";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1782,12 +1740,6 @@ class TranslatorSlovak : public Translator ...@@ -1782,12 +1740,6 @@ class TranslatorSlovak : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Graf závislosti adresárov pre "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -401,12 +401,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -401,12 +401,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makro zamene"; } { return "Makro zamene"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Deklaracije funkcija"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -443,12 +437,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -443,12 +437,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Dokumentacija makro zamene"; } { return "Dokumentacija makro zamene"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentacija deklaracije funkcije"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -498,12 +486,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -498,12 +486,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
result+=(QCString)" upotrebom "; result+=(QCString)" upotrebom ";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "napisao";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -766,12 +748,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -766,12 +748,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Abecedni spisak"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1071,16 +1047,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -1071,16 +1047,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
return "Spisak testova"; return "Spisak testova";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP metode";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1425,14 +1391,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0 ...@@ -1425,14 +1391,6 @@ class TranslatorSerbian : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Traži";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -370,8 +370,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -370,8 +370,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definitioner"; } { return "Definitioner"; }
virtual QCString trFuncProtos()
{ return "Funktionsprototyper"; }
virtual QCString trTypedefs() virtual QCString trTypedefs()
{ return "Typdefinitioner"; } { return "Typdefinitioner"; }
virtual QCString trEnumerations() virtual QCString trEnumerations()
...@@ -387,9 +385,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -387,9 +385,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Dokumentation över definitioner"; } { return "Dokumentation över definitioner"; }
virtual QCString trFunctionPrototypeDocumentation()
{ return "Dokumentation över funktionsprototyper"; }
virtual QCString trTypedefDocumentation() virtual QCString trTypedefDocumentation()
{ return "Dokumentation över typdefinitioner"; } { return "Dokumentation över typdefinitioner"; }
...@@ -425,11 +420,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -425,11 +420,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return result; return result;
} }
virtual QCString trWrittenBy()
{
return "skriven av";
}
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
{ {
return (QCString)"Klassdiagram för "+clName; return (QCString)"Klassdiagram för "+clName;
...@@ -652,13 +642,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -652,13 +642,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{
return "Alfabetisk lista";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -972,16 +955,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -972,16 +955,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return "Testlista"; return "Testlista";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP metoder";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1308,14 +1281,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 ...@@ -1308,14 +1281,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Sök efter";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -416,12 +416,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -416,12 +416,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
virtual QCString trDefines() virtual QCString trDefines()
{ return "Makrolar"; } { return "Makrolar"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Fonksiyon Prototipleri"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -458,12 +452,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -458,12 +452,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Makro Dokümantasyonu"; } { return "Makro Dokümantasyonu"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Fonksiyon Prototip Dokümantasyonu"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -513,12 +501,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -513,12 +501,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
result+=(QCString)" üreten: "; result+=(QCString)" üreten: ";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "yazan";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -782,12 +764,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -782,12 +764,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabetik Liste"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1087,16 +1063,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -1087,16 +1063,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
return "Test Listesi"; return "Test Listesi";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Üye Fonksiyonlar";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1440,14 +1406,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -1440,14 +1406,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
// new since 1.3.3 // 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()
{
return "Arama yapılacak metin";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1813,12 +1771,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5 ...@@ -1813,12 +1771,6 @@ class TranslatorTurkish : public TranslatorAdapter_1_7_5
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)(name) + (QCString)" için dizin bağımlılık grafiği";
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -417,12 +417,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -417,12 +417,6 @@ class TranslatorChinesetraditional : public Translator
virtual QCString trDefines() virtual QCString trDefines()
{ return "定義"; } { return "定義"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "函式原型"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -459,12 +453,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -459,12 +453,6 @@ class TranslatorChinesetraditional : public Translator
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "定義巨集說明文件"; } { return "定義巨集說明文件"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "函式原型說明文件"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -520,12 +508,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -520,12 +508,6 @@ class TranslatorChinesetraditional : public Translator
result+=(QCString)", 產生器:"; result+=(QCString)", 產生器:";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "撰寫人:";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -788,12 +770,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -788,12 +770,6 @@ class TranslatorChinesetraditional : public Translator
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "字母順序列表"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1094,16 +1070,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -1094,16 +1070,6 @@ class TranslatorChinesetraditional : public Translator
return "測試項目列表"; return "測試項目列表";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP方法";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1432,14 +1398,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -1432,14 +1398,6 @@ class TranslatorChinesetraditional : public Translator
// new since 1.3.3 // 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()
{
return "搜尋索引";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1790,12 +1748,6 @@ class TranslatorChinesetraditional : public Translator ...@@ -1790,12 +1748,6 @@ class TranslatorChinesetraditional : public Translator
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)name+"的目錄關連圖";
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -360,12 +360,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -360,12 +360,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
virtual QCString trDefines() virtual QCString trDefines()
{ return "Макровизначення"; } { return "Макровизначення"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Прототипи фукцій"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -402,12 +396,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -402,12 +396,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Опис макровизначень"; } { return "Опис макровизначень"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Опис прототипів функцій"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -462,12 +450,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -462,12 +450,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
result+=" системою"; result+=" системою";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "Автор:";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -759,12 +741,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -759,12 +741,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Алфавітний покажчик"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1062,16 +1038,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -1062,16 +1038,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
return "Список тестів"; return "Список тестів";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Методи";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1398,14 +1364,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -1398,14 +1364,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
// new since 1.3.3 // 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()
{
return "Шукати";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
...@@ -1789,12 +1747,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4 ...@@ -1789,12 +1747,6 @@ class TranslatorUkrainian : public TranslatorAdapter_1_8_4
// new since 1.6.3 (missing items for the directory pages) // new since 1.6.3 (missing items for the directory pages)
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/*! introduction text for the directory dependency graph */
virtual QCString trDirDependency(const char *name)
{
return (QCString)"Граф залежностей каталогу для "+name;
}
/*! when clicking a directory dependency label, a page with a /*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the * table is shown. The heading for the first column mentions the
* source file that has a relation to another file. * source file that has a relation to another file.
......
...@@ -423,12 +423,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -423,12 +423,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Định nghĩa"; } { return "Định nghĩa"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Function Prototypes"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -465,12 +459,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -465,12 +459,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Thông tin về định nghĩa"; } { return "Thông tin về định nghĩa"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Thông tin về Function Prototype"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -520,12 +508,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -520,12 +508,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
result+=(QCString)" bởi"; result+=(QCString)" bởi";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "được viết bởi";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -788,12 +770,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -788,12 +770,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Danh sách theo ABC"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1093,16 +1069,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -1093,16 +1069,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
return "Danh sách Test"; return "Danh sách Test";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "Các hàm thành viên DCOP";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1446,14 +1412,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0 ...@@ -1446,14 +1412,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Tìm kiếm cho";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
...@@ -402,12 +402,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -402,12 +402,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
virtual QCString trDefines() virtual QCString trDefines()
{ return "Definiesies"; } { return "Definiesies"; }
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
*/
virtual QCString trFuncProtos()
{ return "Funksie Prototipes"; }
/*! This is used in the documentation of a file as a header before the /*! This is used in the documentation of a file as a header before the
* list of typedefs * list of typedefs
*/ */
...@@ -444,12 +438,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -444,12 +438,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation() virtual QCString trDefineDocumentation()
{ return "Define Documentation"; } { return "Define Documentation"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
*/
virtual QCString trFunctionPrototypeDocumentation()
{ return "Funksie Prototipe Dokumentasie"; }
/*! This is used in the documentation of a file/namespace before the list /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs * of documentation blocks for typedefs
*/ */
...@@ -499,12 +487,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -499,12 +487,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
result+=(QCString)" deur"; result+=(QCString)" deur";
return result; return result;
} }
/*! This is part of the sentence used in the standard footer of each page.
*/
virtual QCString trWrittenBy()
{
return "geskryf deur";
}
/*! this text is put before a class diagram */ /*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName) virtual QCString trClassDiagram(const char *clName)
...@@ -767,12 +749,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -767,12 +749,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
return result; return result;
} }
/*! This is in the (quick) index as a link to the alphabetical compound
* list.
*/
virtual QCString trAlphabeticalList()
{ return "Alfabetiese Lys"; }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 0.49-990901 // new since 0.49-990901
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1073,16 +1049,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -1073,16 +1049,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
return "Toets Lys"; return "Toets Lys";
} }
//////////////////////////////////////////////////////////////////////////
// new since 1.2.1
//////////////////////////////////////////////////////////////////////////
/*! Used as a section header for KDE-2 IDL methods */
virtual QCString trDCOPMethods()
{
return "DCOP Lede Funksies";
}
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// new since 1.2.2 // new since 1.2.2
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
...@@ -1426,14 +1392,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0 ...@@ -1426,14 +1392,6 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
// new since 1.3.3 // 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()
{
return "Soek vir";
}
/*! This string is used as the title for the page listing the search /*! This string is used as the title for the page listing the search
* results. * results.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment