diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 01:15:40 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 01:15:40 +0100 |
commit | 46d1727f0e6e5dc32fa703157879be9ff65240be (patch) | |
tree | 8eebe65c71bed266041126311ab493f0d68aff04 /mod/invitefriends | |
parent | 85086911c89f456885de4f499d59a434c50fd3f8 (diff) | |
download | elgg-46d1727f0e6e5dc32fa703157879be9ff65240be.tar.gz elgg-46d1727f0e6e5dc32fa703157879be9ff65240be.tar.bz2 |
Deleted english files. find . -name 'en.php' -exec rm -fr {} \;
Diffstat (limited to 'mod/invitefriends')
-rw-r--r-- | mod/invitefriends/languages/en.php | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/mod/invitefriends/languages/en.php b/mod/invitefriends/languages/en.php deleted file mode 100644 index f31d79bd8..000000000 --- a/mod/invitefriends/languages/en.php +++ /dev/null @@ -1,43 +0,0 @@ -<?php - -/** - * Elgg invite language file - * - * @package ElggInviteFriends - */ - -$english = array( - - 'friends:invite' => 'Invite friends', - - 'invitefriends:registration_disabled' => 'New user registration has been disabled on this site; you are unable to invite new users.', - - 'invitefriends:introduction' => 'To invite friends to join you on this network, enter their email addresses below (one per line):', - 'invitefriends:message' => 'Enter a message they will receive with your invitation:', - 'invitefriends:subject' => 'Invitation to join %s', - - 'invitefriends:success' => 'Your friends were invited.', - 'invitefriends:invitations_sent' => 'Invites sent: %s. There were the following problems:', - 'invitefriends:email_error' => 'The following addresses are not valid: %s', - 'invitefriends:already_members' => 'The following are already members: %s', - 'invitefriends:noemails' => 'No email addresses were entered.', - - 'invitefriends:message:default' => ' -Hi, - -I want to invite you to join my network here on %s.', - - 'invitefriends:email' => ' -You have been invited to join %s by %s. They included the following message: - -%s - -To join, click the following link: - -%s - -You will automatically add them as a friend when you create your account.', - - ); - -add_translation("en", $english); |