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.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/translator_es.h b/src/translator_es.h
index b28ed75..554c487 100644
--- a/src/translator_es.h
+++ b/src/translator_es.h
@@ -68,6 +68,11 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
return "\\usepackage[spanish]{babel}";
}
+ virtual QCString trISOLang()
+ {
+ return "es";
+ }
+
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
@@ -238,6 +243,10 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
{
return "Lista de estructuras con una breve descripción:";
}
+ else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
+ {
+ return "Lista de las clases con una breve descripción:";
+ }
else
{
return "Lista de las clases, estructuras, "
@@ -1992,14 +2001,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
return "Método de documentación";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Diseño información general";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
@@ -2304,8 +2305,6 @@ class TranslatorSpanish : public TranslatorAdapter_1_8_15
return "Documentación miembro de datos";
}
-//////////////////////////////////////////////////////////////////////////
-
};
#endif