summaryrefslogtreecommitdiffstats
path: root/src/translator_br.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-07-04 19:06:58 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-07-04 19:06:58 (GMT)
commite6e861e83b8a05b894b84775f0fc115614d6f229 (patch)
tree42a4555cbdac42a8a1f5323a46f6e2f86df439a9 /src/translator_br.h
parent285d9c6265b673238b1a97bb7da5ea48aff16beb (diff)
downloadDoxygen-e6e861e83b8a05b894b84775f0fc115614d6f229.zip
Doxygen-e6e861e83b8a05b894b84775f0fc115614d6f229.tar.gz
Doxygen-e6e861e83b8a05b894b84775f0fc115614d6f229.tar.bz2
Release-1.3.7-20040704
Diffstat (limited to 'src/translator_br.h')
-rw-r--r--src/translator_br.h21
1 files changed, 17 insertions, 4 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 <chino@icmc.usp.br>
- * http://www.icmc.sc.usp.br/~chino
- * Version: 1.3 (2003/05/01)
+ * Fabio "FJTC" Jun Takada Chino <jun-chino at uol.com.br>
+ * 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