summaryrefslogtreecommitdiffstats
path: root/src/translator_es.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_es.h')
-rw-r--r--src/translator_es.h30
1 files changed, 2 insertions, 28 deletions
diff --git a/src/translator_es.h b/src/translator_es.h
index a60a5ab..92466f5 100644
--- a/src/translator_es.h
+++ b/src/translator_es.h
@@ -30,34 +30,8 @@
class TranslatorSpanish : public Translator
{
public:
- //--------------------------------------------------------------------
- // NOTICE:
- // the following functions are now obsolete: these are no longer used and
- // will disappear in future versions. You do not have to translate them!
- virtual QCString trInherits()
- { return "Inherits"; }
- virtual QCString trAnd()
- { return "y"; }
- virtual QCString trInheritedBy()
- { return "Inherited By"; }
- virtual QCString trReference()
- { return "Referencia"; }
- virtual QCString trReimplementedFrom()
- { return "Reimplementado de"; }
- virtual QCString trReimplementedIn()
- { return "Reimplementado en"; }
- virtual QCString trIncludeFile()
- { return "Include File"; }
- virtual QCString trGeneratedFrom(const char *s,bool single)
- {
- QCString result=(QCString)"The documentation for this"+s+
- " was generated from the following file";
- if (single) result+=":"; else result+="s:";
- return result;
- }
- // end of obsolete functions
- //--------------------------------------------------------------------
-
+ virtual QCString idLanguage()
+ { return "spanish"; }
/*! returns the name of the package that is included by LaTeX */
virtual QCString latexBabelPackage()
{ return ""; }