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

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

complete language files

File size: 2.1 KB
RevLine 
[20293]1<?php
2
[20324]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$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Users are not allowed to register on your gallery. OAuth will not work correctly.';
6$lang['Providers'] = 'Providers';
7$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, new registrations are blocked on this gallery.';
8$lang['Authentication canceled'] = 'Authentication canceled';
9$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>';
10$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.';
11$lang['Your registration is almost done, please complete the registration form.'] = 'Your registration is almost done, please complete the registration form.';
12$lang['OAuth: You need to configure the credentials'] = 'OAuth: You need to configure the credentials';
13$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl extension is needed';
14$lang['Display sign in buttons in the menubar'] = 'Display sign in buttons in the menubar';
15$lang['Display sign in buttons on the register page'] = 'Display sign in buttons on the register page';
16$lang['Icon size on the identification page'] = 'Icon size on the identification page';
17$lang['Icon size in the menubar'] = 'Icon size in the menubar';
18$lang['Enabled'] = 'Enabled';
19$lang['Disabled'] = 'Disabled';
20$lang['Sign in with %s'] = 'Sign in with %s';
21$lang['Error...'] = 'Error...';
22$lang['Loading...'] = 'Loading...';
23$lang['Contacting <b>%s</b>. Please wait.'] = 'Contacting <b>%s</b>. Please wait.';
24$lang['Please enter your OpenID URL'] = 'Please enter your OpenID URL';
25$lang['Please enter your username'] = 'Please enter your username';
26$lang['Or sign in with'] = 'Or sign in with';
27$lang['Logged with'] = 'Logged with';
28$lang['Profile URL'] = 'Profile URL';
[20293]29
30?>
Note: See TracBrowser for help on using the repository browser.