aboutsummaryrefslogtreecommitdiff
path: root/mod/twitterservice/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:07:28 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:07:28 +0000
commit755947e111d89d6babcd0f070d91c2245e22a809 (patch)
tree284e62a3f1cfca8f9d23e88680544cde4f5aea79 /mod/twitterservice/languages
parent949a233076ec18f86e60f90a7a8837cb422664af (diff)
downloadelgg-755947e111d89d6babcd0f070d91c2245e22a809.tar.gz
elgg-755947e111d89d6babcd0f070d91c2245e22a809.tar.bz2
Refs #2428 just a few more CONFIG uses left to be replaced
git-svn-id: http://code.elgg.org/elgg/trunk@8000 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/twitterservice/languages')
-rw-r--r--mod/twitterservice/languages/en.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/twitterservice/languages/en.php b/mod/twitterservice/languages/en.php
index 39bb47741..06c90f3b7 100644
--- a/mod/twitterservice/languages/en.php
+++ b/mod/twitterservice/languages/en.php
@@ -13,19 +13,19 @@ $english = array(
'twitterservice:settings:instructions' => 'You must obtain a consumer key and secret from <a href="https://twitter.com/oauth_clients" target="_blank">Twitter</a>. 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 <a href=\"%s\">authorize</a> {$CONFIG->site->name} to access your Twitter account.",
+ 'twitterservice:usersettings:description' => "Link your %s account with Twitter.",
+ 'twitterservice:usersettings:request' => "You must first <a href=\"%s\">authorize</a> %s 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:authorized' => "You have authorized %s to access your Twitter account: @%s.",
'twitterservice:usersettings:revoke' => 'Click <a href="%s">here</a> 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.",
+ 'twitterservice:login:email' => "You must enter a valid email address for your new %s account.",
);
add_translation('en', $english); \ No newline at end of file