From 2ef789b9b16e7cb80569ed28ce63d307f253771c Mon Sep 17 00:00:00 2001 From: ddtddt Date: Fri, 7 May 2010 18:54:44 +0000 Subject: [PATCH] [trunk] update ES_AR thanks to Alberto git-svn-id: http://piwigo.org/svn/trunk@6102 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/es_AR/about.html | 10 +++------- language/es_AR/common.lang.php | 20 +++++++++++++++++++- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/language/es_AR/about.html b/language/es_AR/about.html index 625479457..17330bec8 100644 --- a/language/es_AR/about.html +++ b/language/es_AR/about.html @@ -1,9 +1,5 @@ -
  • Piwigo es una aplicación web que permite crear fácilmente una galería de imágenes en línea.
  • +

    Esta galería de fotos está basada en Piwigo.

    -
  • Técnicamente, Piwigo es desarrollado en PHP con una base de datos MySQL.
  • +

    Piwigo es un programa para presentar una galería de fotos en Internet, construído por una comunidad activa de usuarios y desarroladores. Las extensiones hacen que Piwigo sea facilmente personalizable. Y como si esto fuera poco, Piwigo es libre y gratuito.

    -
  • Si usted tiene sugerencias o comentarios, visita sitio oficialy el foro.
  • - - \ No newline at end of file +

    Visitá el sitio web de Piwigo en castellano

    \ No newline at end of file diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php index 17f4451f1..539bafcc1 100644 --- a/language/es_AR/common.lang.php +++ b/language/es_AR/common.lang.php @@ -363,4 +363,22 @@ $lang['cloud'] = 'nube'; $lang['Reset to default values'] = 'Resetear a los valores por defecto'; $lang['delete all images from your favorites'] = 'borrar todas las imágenes de tus favoritos'; $lang['Sent by'] = 'Enviado por'; -?> +$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Tu navegador web bloquea las cookies o no las sopporta. Para conectarse es necesario activar las cookies.'; +$lang['Some info about this picture'] = 'Informaciones de esta imagen'; +$lang['Some more (technical) info about this picture'] = 'Información (técnica) de esta imagen'; +$lang['edit this comment'] = 'editar este comentario'; +$lang['Edit a comment'] = 'Editar un comentario'; +$lang['Are you sure?'] = 'Seguro?'; +$lang['(!) This comment requires validation'] = '(!) Este comentario necesita ser aprobado'; +$lang['Welcome'] = 'Bienvenida'; +$lang['Welcome to your Piwigo photo gallery!'] = '¡Bienvenido/a a tu galería de fotos Piwigo!'; +$lang['... or browse your empty gallery'] = '... o navegá por tu galería vacía'; +$lang['... or please deactivate this message, I will find my way by myself'] = '... o desactivá este mensaje, me las voy a arreglar solo'; +$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hola %s, ¡tu galería de fotos está vacía!'; +$lang['I want to add photos'] = 'Quiero agregar fotos'; +$lang['Manage this user comment: %s'] = 'Administrar este comentario: %s'; +$lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:'; +$lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario identificado como %d'; +$lang['delete this comment'] = 'Suprimir este comentario'; +$lang['validate this comment'] = 'aprobar este comentario'; +?> \ No newline at end of file