diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-04-06 05:13:15 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-04-06 05:13:15 +0000 |
commit | 7bc8c0087896c6cec5e26f77c2387db8b5b60887 (patch) | |
tree | 421b0a1dcd843aef71251886736513f033cce692 /language/es_AR/common.lang.php | |
parent | 275b02bc69f3904fc720939ecf7bd40092b6f86e (diff) |
[trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13931 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_AR/common.lang.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php index fe799f6c9..8cf540951 100644 --- a/language/es_AR/common.lang.php +++ b/language/es_AR/common.lang.php @@ -387,5 +387,22 @@ $lang['Show latest comments first'] = 'Mostrar primero el último comentario'; $lang['View in'] = 'Ver en'; $lang['Mobile'] = 'Móvil'; $lang['Desktop'] = 'Escritorio'; +$lang['2small'] = 'XXS - diminuto'; +$lang['xsmall'] = 'XS - muy pequeño'; +$lang['File name, A → Z'] = 'Nombre de archivo, A → Z'; +$lang['File name, Z → A'] = 'Nombre de archivo, Z → A'; +$lang['Photo title, A → Z'] = 'Título de la foto, A → Z'; +$lang['Photo title, Z → A'] = 'Título de la foto, Z → A'; +$lang['Date created, new → old'] = 'Fecha de creación, más reciente → más antigua'; +$lang['Date created, old → new'] = 'Fecha de creación, más antigua → más reciente'; +$lang['Date posted, new → old'] = 'Fecha de publicación, más reciente → más antigua'; +$lang['Date posted, old → new'] = 'Fecha de publicación, más antigua → más reciente'; +$lang['Rating score, high → low'] = 'Puntuación, mayor → menor'; +$lang['Rating score, low → high'] = 'Puntuación, menor → mayor'; +$lang['Visits, high → low'] = 'Visitas, alta → baja'; +$lang['Visits, low → high'] = 'Visitas, baja → alta'; +$lang['Numeric identifier, 1 → 9'] = 'Identificador numérico, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = 'Identificador numérico, 9 → 1'; +$lang['Manual sort order'] = 'Orden manual'; ?>
\ No newline at end of file |