diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-02-04 11:24:46 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-02-04 11:24:46 +0000 |
commit | d47888dbed4b2fa5b606f2f9397fe511771fccbc (patch) | |
tree | be5b85b684f46ff028b7864c9d3fdd45c599c0e1 /language/es_ES | |
parent | 1d7ce5134a7842e4f4f69073694b58c8498412cc (diff) |
[trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13027 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/admin.lang.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 10295eb23..a2160d769 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -324,7 +324,6 @@ $lang['target'] = 'blanco'; $lang['title'] = 'título'; $lang['Album list management'] = 'Gestion de los álbumes'; $lang['Piwigo configuration'] = 'Configuración de Piwigo'; -$lang['Edit album'] = 'editar álbum'; $lang['Group management'] = 'Gestión de los grupos'; $lang['User list'] = 'Lista usuarios'; $lang['Edit photo information'] = 'Modificar la información vinculada a esta foto'; @@ -831,4 +830,17 @@ $lang['Send connection settings by email'] = 'Enviar datos de conexión por emai $lang['The original image quality must be a number between %d and %d'] = 'La calidad de la foto original ha de ser un número entre %d y %d'; $lang['The original maximum height must be a number between %d and %d'] = 'La altura máxima de la foto original ha de ser un número entre %d y %d'; $lang['The original maximum width must be a number between %d and %d'] = 'La anchura máxima de la foto original ha de ser un número entre %d y %d'; +$lang['A locked gallery is only visible to administrators'] = 'Una galería bloqueada solo la pueden ver los administradores'; +$lang['administrators'] = 'administradores'; +$lang['Gallery unlocked'] = 'Galería desbloqueada'; +$lang['modified'] = 'modifcado'; +$lang['Notify administrators when a comment is'] = 'Notificar a los administradores cuando un comentario'; +$lang['pending validation'] = 'validación pendiente'; +$lang['registered users'] = 'usuarios registrados'; +$lang['Save visits in history for'] = 'Guardar visitas en el historial por'; +$lang['simple visitors'] = 'visitantes simples'; +$lang['This album contains %d photos, added between %s and %s.'] = 'Este álbum contiene %d fotos, añadidas entre %s y %s'; +$lang['This album contains %d photos, added on %s.'] = 'Este álbum contiene %d fotos, añadidas el %s'; +$lang['This album contains no photo.'] = 'Este álbum no contiene ninguna foto'; +$lang['Unlock gallery'] = 'Desbloquear galería'; ?>
\ No newline at end of file |