'Twitter Services',
'twitterservice:requires_oauth' => 'Twitter Services requires the OAuth Libraries plugin to be enabled.',
'twitterservice:consumer_key' => 'Consumer Key',
'twitterservice:consumer_secret' => 'Consumer Secret',
'twitterservice:settings:instructions' => 'You must obtain a consumer key and secret from Twitter. Most of the fields are self explanatory, the one piece of data you will need is the callback url which takes the form http://[yoursite]/action/twitterlogin/return - [yoursite] is the url of your Elgg network.',
'twitterservice:usersettings:description' => "Link your {$CONFIG->site->name} account with Twitter.",
'twitterservice:usersettings:request' => "You must first authorize {$CONFIG->site->name} to access your Twitter account.",
'twitterservice:authorize:error' => 'Unable to authorize Twitter.',
'twitterservice:authorize:success' => 'Twitter access has been authorized.',
'twitterservice:usersettings:authorized' => "You have authorized {$CONFIG->site->name} to access your Twitter account: @%s.",
'twitterservice:usersettings:revoke' => 'Click here to revoke access.',
'twitterservice:revoke:success' => 'Twitter access has been revoked.',
'twitterservice:login' => 'Allow users to sign in with Twitter?',
'twitterservice:login:success' => 'You have been logged in.',
'twitterservice:login:error' => 'Unable to login with Twitter.',
'twitterservice:login:email' => "You must enter a valid email address for your new {$CONFIG->site->name} account.",
);
add_translation('en', $english);