diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-07-04 19:06:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-07-04 19:06:58 (GMT) |
commit | dfb480bec3fddc5f73fa74e659b8f21fba2fd52c (patch) | |
tree | 42a4555cbdac42a8a1f5323a46f6e2f86df439a9 /src/translator_hr.h | |
parent | c1605e5b6df0248e8dae3a578a89885f26b41c88 (diff) | |
download | Doxygen-dfb480bec3fddc5f73fa74e659b8f21fba2fd52c.zip Doxygen-dfb480bec3fddc5f73fa74e659b8f21fba2fd52c.tar.gz Doxygen-dfb480bec3fddc5f73fa74e659b8f21fba2fd52c.tar.bz2 |
Release-1.3.7-20040704
Diffstat (limited to 'src/translator_hr.h')
-rw-r--r-- | src/translator_hr.h | 18 |
1 files changed, 16 insertions, 2 deletions
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 <boris.bralo@zg.tel.hr> +// translation by Boris Bralo <boris.bralo@zg.htnet.hr> // 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 |