diff options
-rw-r--r-- | language/es_ES/admin.lang.php | 5 | ||||
-rw-r--r-- | language/es_ES/common.lang.php | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 958af310f..961c2605f 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -777,4 +777,9 @@ $lang['All languages are up to date.'] = 'Todos los idiomas están actualizados. $lang['Visit theme site'] = 'Visita el sitio web del tema'; $lang['Visit language site'] = 'Visita el sitio web del idioma'; $lang['New Version'] = 'Nueva version'; +$lang['Obsolete Plugins'] = 'Estos plugins son pbsoletos'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'ADVERTENCIA! Este plugin no parece ser compatible con esta versión de Piwigo.'; +$lang['Do you want to activate anyway?'] = '¿Quiere activarlo de todos modos?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'ESTE PLUGIN ES AHORA PARTE DEL CORE DE PIWIGO! PUEDE DESINSTALARLO AHORA! '; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: Este plugin FALTA PERO ESTÁ INSTALADO! DESINSTALAR YA!.'; ?>
\ No newline at end of file diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index a22a68b84..9dc5cec60 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -356,5 +356,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 |