diff options
Diffstat (limited to 'language/es_AR/common.lang.php')
-rw-r--r-- | language/es_AR/common.lang.php | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php index 262666a09..7fc05c7e3 100644 --- a/language/es_AR/common.lang.php +++ b/language/es_AR/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Argentina [AR] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=418 Author: Piwigo team Author URI: http://piwigo.org @@ -34,6 +34,7 @@ $lang_info['country'] = 'Argentina'; $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'es'; $lang_info['zero_plural'] = false; +$lang_info['parent']= "es_ES"; $lang['%d Kb'] = '%d Kb'; $lang['%d album updated'] = '%d categoría actualizada'; @@ -244,7 +245,6 @@ $lang['login mustn\'t end with a space character'] = 'el nombre de usuario no de $lang['login mustn\'t start with a space character'] = 'el nombre de usuario no debe empezar por un espacio'; $lang['this login is already used'] = 'ese nombre de usuario ya existe'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'la dirección de correo electrónico debe tener esta forma: xxx@yyy.eee (ejemplo : jack@altern.org)'; -$lang['please enter your password again'] = 'Por favor vuelva a ingresar su contraseña'; $lang['Auto login'] = 'Connexión automática'; $lang['remove this tag from the list'] = 'borrar este tag de la lista'; $lang['representative'] = 'Representante'; @@ -272,7 +272,6 @@ $lang['SQL queries in'] = 'pedidos SQL en'; $lang['display only recently posted photos'] = 'mostrar sólo los elementos recientes'; $lang['return to the display of all photos'] = 'volver a mostrar todos los elementos'; $lang['the beginning'] = 'principio'; -$lang['Interface theme'] = 'Tema de la interfaz'; $lang['Thumbnails'] = 'Diapositivas'; $lang['Menu'] = 'Menú'; $lang['A comment on your site'] = 'Hay un comentario en el sitio'; @@ -413,5 +412,13 @@ $lang['Username is mandatory'] = 'El nombre de usuario es obligatorio'; $lang['mandatory'] = 'obligatorio'; $lang['Website'] = 'Sitio web'; $lang['Your website URL is invalid'] = 'La dirección de su sitio web no es válida'; +$lang['First Page'] = 'Primera página'; +$lang['Go back to the album'] = 'Volver al álbum'; +$lang['Last Page'] = 'Última página'; +$lang['Email'] = 'Correo electrónico'; +$lang['%d photos per page'] = '%d fotos por página'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Falta confirmación de su contraseña. Por favor confirme la contraseña elegida.'; +$lang['Password is missing. Please enter the password.'] = 'Falta la contraseña. Por favor escriba su contraseña'; +$lang['Theme'] = 'Tema'; ?>
\ No newline at end of file |