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

Last change on this file since 20414 was 20414, checked in by TranslationTeam, 11 years ago

[oauth] Add es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
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// +-----------------------------------------------------------------------+
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.';
28$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Los usuarios no están autorizados a registrarse en esta galería. OAuth 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.
30';
31$lang['Your registration is almost done, please complete the registration form.'] = 'Su registro está casi completo, gracias por completar el formulario de inscripción.';
32$lang['Logged with'] = 'Conectado con';
33$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: La extensión PHP Curl es necesaria';
34$lang['OAuth: You need to configure the credentials'] = 'OAuth: Debe configurar la clave de autenticación';
35$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID debe estar activada para utilizar la autenticación %s';
36$lang['Or sign in with'] = 'O conectase con';
37$lang['Please enter your OpenID URL'] = 'Por favor, introduzca su URL OpenID';
38$lang['%s: invalid keys'] = '%s: Claves inválidas';
39$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>';
40$lang['Authentication canceled'] = 'Autentificación cancelada';
41$lang['Contacting <b>%s</b>. Please wait.'] = 'Contactando <b>%s</b>.Espere';
42$lang['Disabled'] = 'Desactivado';
43$lang['Display sign in buttons in the menubar'] = 'Mostrar señales en los botones de la barra de menú';
44$lang['Display sign in buttons on the register page'] = 'Mostrar señales en los botones de la pagina de registro';
45$lang['Enabled'] = 'Habilitado';
46$lang['Error...'] = 'Error...';
47$lang['Icon size in the menubar'] = ' Tamaño de icono en la barra de menú';
48$lang['Loading...'] = 'Cargando...';
49$lang['Icon size on the identification page'] = ' Tamaño de icono en la pagina de identificación';
50?>
Note: See TracBrowser for help on using the repository browser.