Ignore:
Timestamp:
Jan 9, 2014, 8:44:55 PM (10 years ago)
Author:
mistic100
Message:

rename OAuth into Social Connect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/language/en_UK/plugin.lang.php

    r20324 r26558  
    33$lang['%s: invalid keys'] = '%s: invalid keys';
    44$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.';
     5$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.';
    66$lang['Providers'] = 'Providers';
    77$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, new registrations are blocked on this gallery.';
     
    1010$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.';
    1111$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';
     12$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: You need to configure the credentials';
     13$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extension is needed';
    1414$lang['Display sign in buttons in the menubar'] = 'Display sign in buttons in the menubar';
    1515$lang['Display sign in buttons on the register page'] = 'Display sign in buttons on the register page';
Note: See TracChangeset for help on using the changeset viewer.