source: extensions/oAuth/language/es_ES/plugin.lang.php @ 26716

Last change on this file since 26716 was 26716, checked in by TranslationTeam, 10 years ago

[oauth] Update es_ES, thanks to : bonzo_bvd

  • Property svn:executable set to *
File size: 4.2 KB
RevLine 
[20414]1<?php
2// +-----------------------------------------------------------------------+
[26716]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
[20414]23$lang['Please enter your username'] = 'Por favor, introduzca su nombre de usuario';
24$lang['Profile URL'] = 'URL del perfil';
25$lang['Providers'] = 'Proveedores';
26$lang['Sign in with %s'] = 'Conexión con %s';
27$lang['Sorry, new registrations are blocked on this gallery.'] = 'Lo sentimos, los registros están bloqueados en esta galería.';
[26558]28$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Los usuarios no están autorizados a registrarse en esta galería. Social Connect no funcionará correctamente.';
29$lang['You registered with a %s account, please sign in with the same account.'] = 'Se ha registrado una cuenta %s. Por favor, inicie sesión con la misma cuenta.';
[20414]30$lang['Your registration is almost done, please complete the registration form.'] = 'Su registro está casi completo, gracias por completar el formulario de inscripción.';
31$lang['Logged with'] = 'Conectado con';
[26558]32$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: La extensión PHP Curl es necesaria';
33$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Debe configurar la clave de autenticación';
[20414]34$lang['Or sign in with'] = 'O conectase con';
35$lang['Please enter your OpenID URL'] = 'Por favor, introduzca su URL OpenID';
36$lang['%s: invalid keys'] = '%s: Claves inválidas';
37$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Ha ocurrido un error, por favor póngase en contacto con el propietario de la galería. <i> código de error: %s</i>';
38$lang['Authentication canceled'] = 'Autentificación cancelada';
39$lang['Contacting <b>%s</b>. Please wait.'] = 'Contactando <b>%s</b>.Espere';
40$lang['Disabled'] = 'Desactivado';
41$lang['Display sign in buttons in the menubar'] = 'Mostrar señales en los botones de la barra de menú';
42$lang['Display sign in buttons on the register page'] = 'Mostrar señales en los botones de la pagina de registro';
43$lang['Enabled'] = 'Habilitado';
44$lang['Error...'] = 'Error...';
45$lang['Icon size in the menubar'] = ' Tamaño de icono en la barra de menú';
46$lang['Loading...'] = 'Cargando...';
47$lang['Icon size on the identification page'] = ' Tamaño de icono en la pagina de identificación';
[26716]48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Permite a los usuarios asociar una cuenta existente con una nueva identidad de <i>Conexión con Redes Sociales</i>';
49$lang['Associate with an existing account'] = 'Asociar con una cuenta existente';
50$lang['Cancel'] = 'Cancelar';
51$lang['Please enter your user ID'] = 'Introduzca su nombre de usuario';
[20414]52?>
Note: See TracBrowser for help on using the repository browser.