en.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. return array(
  3. 'twitter_api' => 'Twitter Services',
  4. 'twitter_api:requires_oauth' => 'Twitter Services requires the OAuth Libraries plugin to be enabled.',
  5. 'twitter_api:consumer_key' => 'Consumer Key',
  6. 'twitter_api:consumer_secret' => 'Consumer Secret',
  7. 'twitter_api:settings:instructions' => 'You must obtain a consumer key and secret from <a href="https://dev.twitter.com/apps/new" target="_blank">Twitter</a>. Fill out the new app application. Select "Browser" as the application type and "Read & Write" for the access type. The callback url is %stwitter_api/authorize',
  8. 'twitter_api:usersettings:description' => "Link your %s account with Twitter.",
  9. 'twitter_api:usersettings:request' => "You must first <a href=\"%s\">authorize</a> %s to access your Twitter account.",
  10. 'twitter_api:usersettings:cannot_revoke' => "You cannot unlink you account with Twitter because you haven't provided an email address or password. <a href=\"%s\">Provide them now</a>.",
  11. 'twitter_api:authorize:error' => 'Unable to authorize Twitter.',
  12. 'twitter_api:authorize:success' => 'Twitter access has been authorized.',
  13. 'twitter_api:usersettings:authorized' => "You have authorized %s to access your Twitter account: @%s.",
  14. 'twitter_api:usersettings:revoke' => 'Click <a href="%s">here</a> to revoke access.',
  15. 'twitter_api:usersettings:site_not_configured' => 'An administrator must first configure Twitter before it can be used.',
  16. 'twitter_api:revoke:success' => 'Twitter access has been revoked.',
  17. 'twitter_api:post_to_twitter' => "Send users' wire posts to Twitter?",
  18. 'twitter_api:login' => 'Allow users to sign in with Twitter?',
  19. 'twitter_api:new_users' => 'Allow new users to sign up using their Twitter account even if user registration is disabled?',
  20. 'twitter_api:login:success' => 'You have been logged in.',
  21. 'twitter_api:login:error' => 'Unable to login with Twitter.',
  22. 'twitter_api:login:email' => "You must enter a valid email address for your new %s account.",
  23. 'twitter_api:invalid_page' => 'Invalid page',
  24. 'twitter_api:deprecated_callback_url' => 'The callback URL has changed for Twitter API to %s. Please ask your administrator to change it.',
  25. 'twitter_api:interstitial:settings' => 'Configure your settings',
  26. 'twitter_api:interstitial:description' => 'You\'re almost ready to use %s! We need a few more details before you can continue. These are optional, but will allow you login if Twitter goes down or you decide to unlink your accounts.',
  27. 'twitter_api:interstitial:username' => 'This is your username. It cannot be changed. If you set a password, you can use the username or your email address to log in.',
  28. 'twitter_api:interstitial:name' => 'This is the name people will see when interacting with you.',
  29. 'twitter_api:interstitial:email' => 'Your email address. Users cannot see this by default.',
  30. 'twitter_api:interstitial:password' => 'A password to login if Twitter is down or you decide to unlink your accounts.',
  31. 'twitter_api:interstitial:password2' => 'The same password, again.',
  32. 'twitter_api:interstitial:no_thanks' => 'No thanks',
  33. 'twitter_api:interstitial:no_display_name' => 'You must have a display name.',
  34. 'twitter_api:interstitial:invalid_email' => 'You must enter a valid email address or nothing.',
  35. 'twitter_api:interstitial:existing_email' => 'This email address is already registered on this site.',
  36. 'twitter_api:interstitial:password_mismatch' => 'Your passwords do not match.',
  37. 'twitter_api:interstitial:cannot_save' => 'Cannot save account details.',
  38. 'twitter_api:interstitial:saved' => 'Account details saved!',
  39. );