summaryrefslogtreecommitdiffstats
path: root/src/translator_ca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_ca.h')
-rw-r--r--src/translator_ca.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/translator_ca.h b/src/translator_ca.h
index 62b4a2b..d2a0be3 100644
--- a/src/translator_ca.h
+++ b/src/translator_ca.h
@@ -39,7 +39,7 @@
// Translator class (by the local maintainer) when the localized
// translator is made up-to-date again.
-class TranslatorCatalan : public TranslatorAdapter_1_4_6
+class TranslatorCatalan : public Translator
{
public:
@@ -1557,6 +1557,24 @@ class TranslatorCatalan : public TranslatorAdapter_1_4_6
"proveīda per conveničncia. Es diferencia de la funciķ "
"anterior només en els arguments que accepta.";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.4.6
+//////////////////////////////////////////////////////////////////////////
+
+ /*! This is used to introduce a caller (or called-by) graph */
+ virtual QCString trCallerGraph()
+ {
+ return "Grāfic de crides a aquesta funciķ:";
+ }
+
+ /*! This is used in the documentation of a file/namespace before the list
+ * of documentation blocks for enumeration values
+ */
+ virtual QCString trEnumerationValueDocumentation()
+ { return "Documentaciķ de les Enumeracions"; }
+
+
};
#endif