en.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return array(
  3. 'friends:invite' => 'Invite friends',
  4. 'invitefriends:registration_disabled' => 'New user registration has been disabled on this site; you are unable to invite new users.',
  5. 'invitefriends:introduction' => 'To invite friends to join you on this network, enter their email addresses and a message they will receive with your invitation',
  6. 'invitefriends:emails' => 'Email addresses (one per line)',
  7. 'invitefriends:message' => 'Message',
  8. 'invitefriends:subject' => 'Invitation to join %s',
  9. 'invitefriends:success' => 'Your friends were invited.',
  10. 'invitefriends:invitations_sent' => 'Invites sent: %s. There were the following problems:',
  11. 'invitefriends:email_error' => 'The following addresses are not valid: %s',
  12. 'invitefriends:already_members' => 'The following are already members: %s',
  13. 'invitefriends:noemails' => 'No email addresses were entered.',
  14. 'invitefriends:message:default' => 'Hi,
  15. I want to invite you to join my network here on %s.',
  16. 'invitefriends:email' => 'You have been invited to join %s by %s. They included the following message:
  17. %s
  18. To join, click the following link:
  19. %s
  20. You will automatically add them as a friend when you create your account.',
  21. );