From 9f83450780f512b73d29059fbdce941313aa8de4 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sat, 9 Apr 2011 16:20:10 +0000 Subject: [branche2.2] es_ES update Thanks to jpr928 git-svn-id: http://piwigo.org/svn/branches/2.2@10206 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/es_ES/admin.lang.php | 5 +++++ language/es_ES/common.lang.php | 1 + 2 files changed, 6 insertions(+) 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 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 -- cgit v1.2.3