summaryrefslogtreecommitdiffstats
path: root/src/translator_fr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_fr.h')
-rw-r--r--src/translator_fr.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h
index 01a8025..bbcca74 100644
--- a/src/translator_fr.h
+++ b/src/translator_fr.h
@@ -1972,6 +1972,17 @@ class TranslatorFrench : public TranslatorAdapter_1_6_3
return "Aucune correspondance";
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.6.3
+//////////////////////////////////////////////////////////////////////////
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.7.5
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trCiteReferences()
+ { return "Bibliographie"; }
+
};
#endif