diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-07-07 10:00:59 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-07-07 10:00:59 +0000 |
commit | 379d88982ef4a0933ff9421674a161c0871ac8ee (patch) | |
tree | 3407c06195dfbb9f7b135da3897864e63b4954f5 | |
parent | ece6eb71ad6ae0da9015c311bb2fce223bb7e567 (diff) |
[trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28986 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/es_ES/common.lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index eebd111b7..c029cb869 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -430,4 +430,6 @@ $lang['Theme'] = 'Tema'; $lang['No results for'] = 'No hay resultados para'; $lang['Apply on properties'] = 'Aplicar propiedades'; $lang['Photo description'] = 'Descripción de la foto'; -$lang['Photo title'] = 'Título de la foto';
\ No newline at end of file +$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';
\ No newline at end of file |