From 7bc8c0087896c6cec5e26f77c2387db8b5b60887 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Fri, 6 Apr 2012 05:13:15 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=20es=5FAR=20-=20Esp?= =?UTF-8?q?a=C3=B1ol=20-=20Argentina=20Thanks=20to=20alberto=20-=20feature?= =?UTF-8?q?:2457?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@13931 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/es_AR/common.lang.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'language') 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 -- cgit v1.2.3