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

Last change on this file since 28863 was 28863, checked in by mistic100, 10 years ago

update helps

File size: 2.6 KB
Line 
1<?php
2
3$lang['Based on OpenID'] = 'Based on OpenID';
4$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';
5$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';
6$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';
7$lang['No registration required'] = 'No registration required';
8$lang['Once the application is created, click <b>See application details</b>'] = 'Once the application is created, click <b>See application details</b>';
9$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>';
10$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Enter <em>%1s</em> for <b>%2s</b>';
11$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>';
12$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>';
13$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Go to <b>Settings -> Basic</b> and fill the contact email';
14$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right';
15$lang['Once the process is finished, click on the newly created project'] = 'Once the process is finished, click on the newly created project';
16$lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>';
17$lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>';
18$lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>';
19$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Set <b>%1s</b> to <em>%2s</em>';
Note: See TracBrowser for help on using the repository browser.