diff options
Diffstat (limited to 'language/es_AR/common.lang.php')
-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 |