[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
This commit is contained in:
ddtddt
2012-04-06 05:13:15 +00:00
parent 275b02bc69
commit 7bc8c00878
+17
View File
@@ -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';
?>