diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/es_ES | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/admin.lang.php | 11 | ||||
-rw-r--r-- | language/es_ES/common.lang.php | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index eb8991e28..1ea820589 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -980,4 +980,13 @@ $lang['between %s and %s MB'] = 'entre %s y %s MB'; $lang['based on'] = 'basada en '; $lang['Upload in progress'] = 'Carga en proceso'; $lang['The settings for the guest are from the %s user'] = 'Los ajustes para el cliente son del usuario %s'; -$lang['No and unlock sub-albums'] = 'No, y desbloquear los subálbumes';
\ No newline at end of file +$lang['No and unlock sub-albums'] = 'No, y desbloquear los subálbumes'; +$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Cada email enviado contendrá las claves de autenticación automáticas en el enlace, validas para %s.'; +$lang['Delete %d orphan photos'] = 'Borrar %d fotos huérfanas'; +$lang['Edit user'] = 'Editar usuario'; +$lang['For security reason, authentication keys do not work for administrators.'] = 'Por razones de seguridad, las claves de autenticación no funcionan para administradores.'; +$lang['No recipient selected'] = 'No se ha seleccionado ningún recipiente.'; +$lang['No user is permitted to see this private album'] = 'Ningún usuario puede ver este álbum privado.'; +$lang['Orphans'] = 'Huérfanas'; +$lang['Recipients'] = 'Recipiente'; +$lang['Y Repeat'] = 'Repetir Y';
\ No newline at end of file diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index c742ed816..2d560b04c 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -433,4 +433,5 @@ $lang['Photo description'] = 'Descripción de la foto'; $lang['Photo title'] = 'Título de la foto'; $lang['Album name, Z → A'] = 'Nombre del album, Z → A'; $lang['Album name, A → Z'] = 'Nombre del album, A → Z'; -$lang['Link: %s'] = 'Enlace: %s';
\ No newline at end of file +$lang['Link: %s'] = 'Enlace: %s'; +$lang['Your authentication key is no longer valid.'] = 'Su clave de autenticación no es válida.';
\ No newline at end of file |