diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-30 10:06:17 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-30 10:06:17 +0000 |
commit | cd7eb9c3169669fa5d3410460b087896020917ce (patch) | |
tree | 872ad2d8ebe7b0dc1771a86db802af9a6601050f /language/es_ES/common.lang.php | |
parent | 94af8e39665484146cbaa14fdf27f05cac71f0c7 (diff) |
[trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES/common.lang.php')
-rw-r--r-- | language/es_ES/common.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index d783084de..bddb99b6d 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -204,10 +204,6 @@ $lang['last %d days'] = 'Últimos %d días'; $lang['Last'] = 'Última'; $lang['Logout'] = 'Desconexión'; $lang['obligatory'] = 'obligatorio'; -$lang['Maximum photo height'] = 'Altura máxima de las fotos'; -$lang['Maximum height must be a number superior to 50'] = 'La altura de las fotos debe ser superior a 50'; -$lang['Maximum photo width'] = 'Ancho máximo de las fotos'; -$lang['Maximum width must be a number superior to 50'] = 'La anchura de las fotos debe ser superior a 50'; $lang['display a calendar by creation date'] = 'Calendario según la fecha de creación'; $lang['display all photos in all sub-albums'] = 'Vista por miniaturas'; $lang['return to normal view mode'] = 'Vista por álbumes'; @@ -420,4 +416,7 @@ $lang['Forbidden'] = 'Prohibido'; $lang['Page not found'] = 'Página no encontrada'; $lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha detectado un error irreparable'; $lang['Requested tag does not exist'] = 'No existe la a etiqueta solicitada'; +$lang['Email address is mandatory'] = 'La direccion e-mail es obligatoria'; +$lang['Username is mandatory'] = 'El nombre de usuario es obligatorio'; +$lang['mandatory'] = 'obligatorio'; ?>
\ No newline at end of file |