summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-03-10 16:02:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-03-10 16:02:35 (GMT)
commit5e4af367aa86722cd1545657727247d9008e9a16 (patch)
tree6db5f7392588f3b8c9d05ab7d2651803bc00c4c1 /src/translator_pt.h
parent837e4e86e7d2735cd7106efec6e4512db82d5e7a (diff)
downloadDoxygen-5e4af367aa86722cd1545657727247d9008e9a16.zip
Doxygen-5e4af367aa86722cd1545657727247d9008e9a16.tar.gz
Doxygen-5e4af367aa86722cd1545657727247d9008e9a16.tar.bz2
Release-1.2.14-20020310
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h27
1 files changed, 25 insertions, 2 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 232eecb..6d73bbd 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -15,9 +15,12 @@
*
* The translation into Portuguese was provided by
* Rui Godinho Lopes <ruiglopes@yahoo.com>
+ * http://www.ruilopes.com
*
* VERSION HISTORY
* ---------------
+ * 004 03 march 2002
+ * ! Updated for doxygen v1.2.14
* 003 23 november 2001
* - Removed some obsolete methods (latexBabelPackage, trAuthor, trAuthors and trFiles)
* 002 19 november 2001
@@ -31,7 +34,7 @@
#ifndef TRANSLATOR_PT_H
#define TRANSLATOR_PT_H
-class TranslatorPortuguese : public TranslatorAdapter_1_2_13
+class TranslatorPortuguese : public Translator
{
public:
@@ -1048,7 +1051,7 @@ class TranslatorPortuguese : public TranslatorAdapter_1_2_13
"\\endcode\n"
"Se no ficheiro de configuração estiver a tag \\c MAX_DOT_GRAPH_HEIGHT "
"com o valor de 200 então o seguinte grafo será gerado:"
- "<p><center><img src=\"graph_legend.png\"></center>\n"
+ "<p><center><img src=\"graph_legend.gif\"></center>\n"
"<p>\n"
"As caixas no grafo anterior têm as seguintes interpretações:\n"
"<ul>\n"
@@ -1345,6 +1348,26 @@ class TranslatorPortuguese : public TranslatorAdapter_1_2_13
return "Referências";
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.2.13
+//////////////////////////////////////////////////////////////////////////
+
+ /*! used in member documentation blocks to produce a list of
+ * members that are implemented by this one.
+ */
+ virtual QCString trImplementedFromList(int numEntries)
+ {
+ return "Implementa "+trWriteList(numEntries)+".";
+ }
+
+ /*! used in member documentation blocks to produce a list of
+ * all members that implement this abstract member.
+ */
+ virtual QCString trImplementedInList(int numEntries)
+ {
+ return "Implementado em "+trWriteList(numEntries)+".";
+ }
+
};
#endif