diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-05 17:57:15 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-05 17:57:15 +0000 |
commit | d2bc69133768d58698fc78d8ce8baf9d6577625c (patch) | |
tree | ab835b0d53fcaf6f599d68148b966fb2595a4597 | |
parent | d6b8fc5a14aa793ca88c2076a713685420f30132 (diff) |
[trunk (public)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13924 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/es_ES/common.lang.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 7910dc028..c79240dbf 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -387,4 +387,21 @@ $lang['Photo sizes'] = 'Tamaño de las fotos'; $lang['Show latest comments first'] = 'Mostrar los últimos comentarios primero.'; $lang['Show oldest comments first'] = 'Mostrar comentarios antiguos primero.'; $lang['View in'] = 'Ver en'; +$lang['2small'] = 'XXS - enano'; +$lang['Date created, new → old'] = 'Fecha de creación, nuevo → viejo'; +$lang['Date created, old → new'] = 'Fecha de creación, viejo → nuevo'; +$lang['Date posted, new → old'] = 'Fecha de subida, nuevo → viejo'; +$lang['Date posted, old → new'] = 'Fecha de subida, viejo → nuevo'; +$lang['File name, A → Z'] = 'Nombre de archivo, A → Z'; +$lang['File name, Z → A'] = 'Nombre de archivo , Z → A'; +$lang['Manual sort order'] = 'Orden manual'; +$lang['Numeric identifier, 1 → 9'] = 'Número de identificación, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = 'Número de identificación, 9 → 1'; +$lang['Photo title, A → Z'] = 'Título de foto, A → Z'; +$lang['Photo title, Z → A'] = 'Título de foto, Z → A'; +$lang['Rating score, high → low'] = 'Puntuación, más alta → más baja'; +$lang['Rating score, low → high'] = 'Puntuación, más baja → más alta'; +$lang['Visits, high → low'] = 'Visitas, más → menos'; +$lang['Visits, low → high'] = 'Visitas, menos → más'; +$lang['xsmall'] = 'XS - muy pequeño'; ?>
\ No newline at end of file |