diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-09 16:19:50 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-09 16:19:50 +0000 |
commit | 7992453483cd4132a10efc1098ae7acd10386a64 (patch) | |
tree | 7d934dfa792da29e834c72d0144a733d98c3cc8b | |
parent | ad5377bf7001308fc92e86ec2b5b42b64b47df64 (diff) |
[trunk] - es_ES update Thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@10205 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |