Changeset 28983
- Timestamp:
- Jul 7, 2014, 12:00:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/es_ES/help.lang.php
r26800 r28983 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $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>';24 23 $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'; 25 $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';26 $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>';27 $lang['Set <b>%s</b> to <em>%s</em>'] = 'Seleccionar <b>%s</b> para <em>%s</em>';28 24 $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'; 29 25 $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'; 30 26 $lang['Based on OpenID'] = 'Basado en OpenID'; 31 $lang['Go to <b>Settings->Advanced</b> and activate <em>Client OAuth Login</em>'] = 'Ir a <b>Opciones->Avanzada</b> y activar <em> OAuth Acceso Clientes</em>';32 27 $lang['No registration required'] = 'Identificación no es necesaria'; 33 $lang['On the <b>APIs & auth -> Credentials</b> tab, <b>Create new client ID</b>'] = 'En la <b>APIs & auth -> Credenciales</b>, <b>Crear nuevo ID de cliente</b>'; 34 ?> 28 $lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Ir a <b> Status & Review </b> y configure el app público haciendo clic en el botón grande en la parte superior derecha'; 29 $lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'En el <b> APIS y AUTH -> Credentials </b> haga clic en Crear nueva <b> ID de cliente </b>'; 30 $lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Selecciona esta APIs: <b>Contacts</b> como <em>Read</em>, and <b>Social Directory</b> como <em>Read Public</em>'; 31 $lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Ir a <b>Settings -> Basic</b> y rellenar el e-mail de contacto'; 32 $lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Ir a <b>API Parameters</b> y ponga <em>%s</em> para <b>Redirect URL</b>'; 33 $lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Ir a <b>Settings -> Advanced</b> y ponga <b>Valid OAuth redirect URIs</b> en <em>%s</em>'; 34 $lang['Once the application is created, click <b>See application details</b>'] = 'Una vez creado la aplicación, haga clic en <b>See application details </b>'; 35 $lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Ponga <b>%1s</b> en <em>%2s</em>'; 36 $lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Ponga su dominio del sitio web en el campo <b>% 1s </ b>. Debe coincidir con el nombre de host actual: <em>% 2s </ em>'; 37 $lang['Once the process is finished, click on the newly created project'] = 'Una vez el proceso terminado, haga clic en el recién creado proyecto'; 38 $lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Ponga <em>%1s</em> para <b>%2s</b>'; 39 $lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'hacer clic en <b>Add Platform</b>, eligir <b>Website</b> y ponga el <b>Site URL</b> en <em>%s</em>';
Note: See TracChangeset
for help on using the changeset viewer.