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

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

simplify language strings

File size: 1.8 KB
RevLine 
[20324]1<?php
2
[20371]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';
[20324]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>';
[20625]9$lang['Set the <b>%s</b> to <em>%s</em>'] = 'Set the <b>%s</b> to <em>%s</em>';
[20324]10$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';
11$lang['No registration required for OpenID based providers'] = 'No registration required for OpenID based providers';
[20373]12$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>';
[20324]13
14?>
Note: See TracBrowser for help on using the repository browser.