diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-05-31 19:38:41 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-05-31 19:38:41 +0000 |
commit | 556aacb16a55357639b47d834d0ce2442ada0cf9 (patch) | |
tree | e4e1c437239071c945fe3caee456ce4bf0ff67bd /language/es_ES/admin.lang.php | |
parent | 1540abf7fb3fbd0bf99cdc2defebe438fc0d55a0 (diff) |
[branche 2.2] - language - update ES Thanks to jpr928
git-svn-id: http://piwigo.org/svn/branches/2.2@11146 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES/admin.lang.php')
-rw-r--r-- | language/es_ES/admin.lang.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 468e3a30b..e3ae3d6e0 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -241,7 +241,7 @@ $lang['Prepared time for list of users to send mail is limited. Others users are $lang['Time to send mail is limited. Others mails are skipped.'] = 'El tiempo destinado a enviar emails es limitado. No se ha realizado el resto de envíos.'; $lang['To send ?'] = '¿Enviar?'; $lang['Last send'] = 'Último envío'; -$lang['email'] = 'Email'; +$lang['email'] = 'Correo electrónico'; $lang['User'] = 'Usuario'; $lang['Complementary mail content'] = 'Contenido ampliado del email'; $lang['See you soon,'] = 'Hasta pronto,'; @@ -420,7 +420,7 @@ $lang['user_status_admin'] = 'Administrador'; $lang['user_status_generic'] = 'Genérico'; $lang['user_status_guest'] = 'Invitado'; $lang['user_status_normal'] = 'Visitante'; -$lang['user_status_webmaster'] = 'Webmaster'; +$lang['user_status_webmaster'] = 'Administrador de sitio web'; $lang['Virtual album'] = 'Álbum'; $lang['Waiting'] = 'En espera'; $lang['default'] = 'por defecto'; @@ -788,4 +788,9 @@ $lang['WARNING! This plugin does not seem to be compatible with this version of $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!.'; +$lang['new'] = 'nuevo'; +$lang['No results'] = 'No hay resultados'; +$lang['Searching...'] = 'Buscar...'; +$lang['Type in a search term'] = 'Introduce un término de búsqueda'; +$lang['display'] = 'Visualizar'; ?>
\ No newline at end of file |