source: extensions/oAuth/language/en_UK/help.lang.php @ 20373

Last change on this file since 20373 was 20373, checked in by mistic100, 11 years ago

Complete help for Yahoo

File size: 2.4 KB
Line 
1<?php
2
3$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Go to <a href="%s" target="_blank">%s</a> and create a new application';
4$lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = 'On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>';
5$lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = 'On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>';
6$lang['Fill out any required fields such as the application name and description'] = 'Fill out any required fields such as the application name and description';
7$lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>';
8$lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>';
9$lang['Select <em>Website with facebook authentication</em> as application type'] = 'Select <em>Website with facebook authentication</em> as application type';
10$lang['Set the <b>Application Type</b> to <em>Web Application</em>'] = 'Set the <b>Application Type</b> to <em>Web Application</em>';
11$lang['Set the <b>Kind of Application</b> to <em>Web-based</em>'] = 'Set the <b>Kind of Application</b> to <em>Web-based</em>';
12$lang['Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'] = 'Set the <b>Access Scopes</b> to <em>This app will only access public...</em>';
13$lang['Set the <b>Default Access Type</b> to <em>Read only</em>'] = 'Set the <b>Default Access Type</b> to <em>Read only</em>';
14$lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Once you have registered, copy and past the created application credentials into this setup page';
15$lang['No registration required for OpenID based providers'] = 'No registration required for OpenID based providers';
16$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>'] = '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>';
17
18?>
Note: See TracBrowser for help on using the repository browser.