From e6e861e83b8a05b894b84775f0fc115614d6f229 Mon Sep 17 00:00:00 2001 From: dimitri Date: Sun, 4 Jul 2004 19:06:58 +0000 Subject: Release-1.3.7-20040704 --- src/translator_br.h | 21 +++++++++++++++++---- src/translator_hr.h | 18 ++++++++++++++++-- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/src/translator_br.h b/src/translator_br.h index bfcabc9..8538c92 100644 --- a/src/translator_br.h +++ b/src/translator_br.h @@ -11,11 +11,12 @@ * input used in their production; they are not affected by this license. * * Brazilian Portuguese version by - * Fabio "FJTC" Jun Takada Chino - * http://www.icmc.sc.usp.br/~chino - * Version: 1.3 (2003/05/01) + * Fabio "FJTC" Jun Takada Chino + * Version: 1.3.8 (2004/06/30) * * History: + * 1.3.8 + * - Updated to Doxygen 1.3.8 * 1.3.3: * - Updated to Doxygen 1.3.3 * 1.3.2: @@ -31,7 +32,7 @@ #ifndef TRANSLATOR_BR_H #define TRANSLATOR_BR_H -class TranslatorBrazilian: public TranslatorAdapter_1_3_8 +class TranslatorBrazilian: public Translator { public: @@ -1535,5 +1536,17 @@ class TranslatorBrazilian: public TranslatorAdapter_1_3_8 { return "Resultados:"; } + +////////////////////////////////////////////////////////////////////////// +// new since 1.3.8 +////////////////////////////////////////////////////////////////////////// + + /*! This is used in HTML as the title of page with source code for file filename + */ + virtual QCString trSourceFile(QCString& filename) + { + return "Código-Fonte de " + filename; + } + }; #endif diff --git a/src/translator_hr.h b/src/translator_hr.h index 8412b4a..71304cc 100644 --- a/src/translator_hr.h +++ b/src/translator_hr.h @@ -14,7 +14,7 @@ * input used in their production; they are not affected by this license. * */ -// translation by Boris Bralo +// translation by Boris Bralo // Updates: // -------- // 2000/08/20 @@ -52,11 +52,14 @@ // // 2003/04/29 // - Added strings for 1.3.0 +// +// 2004/06/21 +// - Added strings for 1.3.8 #ifndef TRANSLATOR_HR_H #define TRANSLATOR_HR_H -class TranslatorCroatian : public TranslatorAdapter_1_3_8 +class TranslatorCroatian : public Translator { private: /*! to avoid macro redefinition from translator_cz.h */ @@ -1212,6 +1215,17 @@ class TranslatorCroatian : public TranslatorAdapter_1_3_8 return decode("Pronaðeno:"); } +////////////////////////////////////////////////////////////////////////// +// new since 1.3.8 +////////////////////////////////////////////////////////////////////////// + + /*! This is used in HTML as the title of page with source code for file filename + */ + virtual QCString trSourceFile(QCString& filename) + { + return "Izvorni kod datoteke " + filename; + } + }; #endif -- cgit v0.12