source: extensions/oAuth/language/en_UK/plugin.lang.php @ 26608

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

finish updating guides, fix flow issues, update language file

File size: 2.1 KB
Line 
1<?php
2
3$lang['%s: invalid keys'] = '%s: invalid keys';
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.';
5$lang['Providers'] = 'Providers';
6$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, new registrations are blocked on this gallery.';
7$lang['Authentication canceled'] = 'Authentication canceled';
8$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'An error occured, please contact the gallery owner. <i>Error code : %s</i>';
9$lang['You registered with a %s account, please sign in with the same account.'] = 'You registered with a %s account, please sign in with the same account.';
10$lang['Your registration is almost done, please complete the registration form.'] = 'Your registration is almost done, please complete the registration form.';
11$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: You need to configure the credentials';
12$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extension is needed';
13$lang['Display sign in buttons in the menubar'] = 'Display sign in buttons in the menubar';
14$lang['Display sign in buttons on the register page'] = 'Display sign in buttons on the register page';
15$lang['Icon size on the identification page'] = 'Icon size on the identification page';
16$lang['Icon size in the menubar'] = 'Icon size in the menubar';
17$lang['Enabled'] = 'Enabled';
18$lang['Disabled'] = 'Disabled';
19$lang['Sign in with %s'] = 'Sign in with %s';
20$lang['Error...'] = 'Error...';
21$lang['Loading...'] = 'Loading...';
22$lang['Contacting <b>%s</b>. Please wait.'] = 'Contacting <b>%s</b>. Please wait.';
23$lang['Please enter your OpenID URL'] = 'Please enter your OpenID URL';
24$lang['Please enter your username'] = 'Please enter your username';
25$lang['Please enter your user ID'] = 'Please enter your user ID';
26$lang['Or sign in with'] = 'Or sign in with';
27$lang['Logged with'] = 'Logged with';
28$lang['Profile URL'] = 'Profile URL';
29$lang['Cancel'] = 'Cancel';
30
31?>
Note: See TracBrowser for help on using the repository browser.