summaryrefslogtreecommitdiffstats
path: root/src/translator_es.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-10-05 18:06:58 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-10-05 18:06:58 (GMT)
commitdeb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58 (patch)
tree71b1f69fb092055eb6cb12c050b73c5ff04afd85 /src/translator_es.h
parentf08cd6363f5da22b2452d4f937fef68220fcb081 (diff)
downloadDoxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.zip
Doxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.tar.gz
Doxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.tar.bz2
Release-1.3.9
Diffstat (limited to 'src/translator_es.h')
-rw-r--r--src/translator_es.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/translator_es.h b/src/translator_es.h
index d6f4b48..6baad28 100644
--- a/src/translator_es.h
+++ b/src/translator_es.h
@@ -30,9 +30,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_3_8
public:
virtual QCString idLanguage()
{ return "spanish"; }
- /*! returns the name of the package that is included by LaTeX */
- virtual QCString latexBabelPackage()
- { return ""; }
/*! Used to get the LaTeX command(s) for the language support.
* This method should return string with commands that switch
@@ -129,12 +126,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_3_8
virtual QCString trDefinedIn()
{ return "definido en"; }
- /*! put as in introduction in the verbatim header file of a class.
- * parameter f is the name of the include file.
- */
- virtual QCString trVerbatimText(const char *f)
- { return (QCString)"Este es el texto al pie de la letra del archivo "+f+" adjunto."; }
-
// quick reference sections
/*! This is put above each page as a link to the list of all groups of
@@ -412,12 +403,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_3_8
virtual QCString trCompounds()
{ return "Clases"; }
- /*! This is used in the documentation of a group before the list of
- * links to documented files
- */
- virtual QCString trFiles()
- { return "Archivos"; }
-
/*! This is used in the standard footer of each page and indicates when
* the page was generated
*/
@@ -465,10 +450,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_3_8
virtual QCString trDate()
{ return "Fecha"; }
- /*! this text is generated when the \\author command is used. */
- virtual QCString trAuthors()
- { return "Autor(es)"; }
-
/*! this text is generated when the \return command is used. */
virtual QCString trReturns()
{ return "Devuelve"; }