diff options
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index be344bb06..0bf057a1a 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -358,5 +358,6 @@ $lang['Manage this user comment: %s'] = 'Administrar este comentario: %s'; $lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:'; $lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario sustentador al que él identificaba %d'; $lang['validate this comment'] = 'Validar este comentario'; +$lang['html tags are not allowed in login'] = 'Etiquetas HTML no están permitidas en el area de conección'; ?>
\ No newline at end of file |