Changeset 26608 for extensions/oAuth/language/en_UK
- Timestamp:
- Jan 11, 2014, 12:08:40 PM (11 years ago)
- Location:
- extensions/oAuth/language/en_UK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/en_UK/help.lang.php
r20625 r26608 1 1 <?php 2 2 3 $lang['Based on OpenID'] = 'Based on OpenID'; 3 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'; 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>'; 5 $lang['On the <b>APIs & auth -> Credentials</b> tab, <b>Create new client ID</b>'] = 'On the <b>APIs & auth -> Credentials</b> tab, <b>Create new client ID</b>'; 6 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 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 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['Set the <b>%s</b> to <em>%s</em>'] = 'Set the<b>%s</b> to <em>%s</em>';9 $lang['Set <b>%s</b> to <em>%s</em>'] = 'Set <b>%s</b> to <em>%s</em>'; 10 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';11 $lang['No registration required'] = 'No registration required'; 12 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>'; 13 $lang['Go to <b>Settings->Advanced</b> and activate <em>Client OAuth Login</em>'] = 'Go to <b>Settings->Advanced</b> and activate <em>Client OAuth Login</em>'; 13 14 14 15 ?> -
extensions/oAuth/language/en_UK/plugin.lang.php
r26558 r26608 2 2 3 3 $lang['%s: invalid keys'] = '%s: invalid keys'; 4 $lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID must be enabled in order to use %s authentication';5 4 $lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Users are not allowed to register on your gallery. Social Connect will not work correctly.'; 6 5 $lang['Providers'] = 'Providers'; … … 24 23 $lang['Please enter your OpenID URL'] = 'Please enter your OpenID URL'; 25 24 $lang['Please enter your username'] = 'Please enter your username'; 25 $lang['Please enter your user ID'] = 'Please enter your user ID'; 26 26 $lang['Or sign in with'] = 'Or sign in with'; 27 27 $lang['Logged with'] = 'Logged with'; 28 28 $lang['Profile URL'] = 'Profile URL'; 29 $lang['Cancel'] = 'Cancel'; 29 30 30 31 ?>
Note: See TracChangeset
for help on using the changeset viewer.