source: extensions/oAuth/language/es_ES/help.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: 4.0 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['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = 'En la popup <b>Create Client ID</b>, hagan clic en <b>(more options)</b>';
24$lang['Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Cuando la aplicación está registrada, editar los permisos: seleccione <em>Read</em> para <b>Contacts</b> y <em>Read Public</em> para <b>Social Directory</b>';
25$lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Cuando su solicitud sea registrada, copie y pegue las claves de autentificación en esta página';
26$lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Dar esta URL como  Callback/Redirect URL para su aplicación';
27$lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Ponga su nombre de dominio en los campos %s. Debe corresponder a <em>%s</em>';
28$lang['Select <em>Website with facebook authentication</em> as application type'] = 'Elige <em>Sitio web con autenticación facebook </em> como tipo de aplicación';
29$lang['Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'] = 'Seleccionar <em>This app will only access public...</em> para <b>Access Scopes</b>';
30$lang['Set the <b>Application Type</b> to <em>Web Application</em>'] = 'Seleccionar <em>Web Application</em> para <b>Application Type</b>';
31$lang['Set the <b>Default Access Type</b> to <em>Read only</em>'] = 'Seleccionar <em>Read only</em> para <b>Default Access Type</b>';
32$lang['Set the <b>Kind of Application</b> to <em>Web-based</em>'] = 'Seleccionar <em>Web-based</em> para <b>Kind of Application</b>';
33$lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = 'En la pestaña <b>API Access</b>, hagan clic en <b>create an OAuth 2.0 Client ID</b>';
34$lang['No registration required for OpenID based providers'] = 'No es necesario registrarse para tipos de autenticación OpenID';
35$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Vallan a <a href="%s" target="_blank">%s</a> y crean una nueva aplicación';
36$lang['Fill out any required fields such as the application name and description'] = 'Rellene todos los campos necesarios como el nombre y la descripción de la aplicación';
37?>
Note: See TracBrowser for help on using the repository browser.