Ignore:
Timestamp:
Jan 22, 2013, 3:18:46 PM (11 years ago)
Author:
mistic100
Message:

complete language files

File:
1 edited

Legend:

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

    r20293 r20324  
    11<?php
    22
    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$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';
    429
    530?>
Note: See TracChangeset for help on using the changeset viewer.