diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-10 10:56:48 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-10 10:56:48 +0000 |
commit | 572edcdf86ab15a13fb3b51668601d4b8dd4e34b (patch) | |
tree | 04940d505a427639e8cc86cbe331b04ef4ebf4f3 /languages | |
parent | 8a6990a0544931dc05b20a29c8959e72434e36e2 (diff) | |
download | elgg-572edcdf86ab15a13fb3b51668601d4b8dd4e34b.tar.gz elgg-572edcdf86ab15a13fb3b51668601d4b8dd4e34b.tar.bz2 |
Closes #501
git-svn-id: https://code.elgg.org/elgg/trunk@2429 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 4c0b11160..ca2ff2e77 100644 --- a/languages/en.php +++ b/languages/en.php @@ -349,6 +349,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'friends:collectiondeletefailed' => "We were unable to delete the collection. Either you don't have permission, or some other problem has occurred.", 'friends:collectionadded' => "Your collection was successfuly created", 'friends:nocollectionname' => "You need to give your collection a name before it can be created.", + 'friends:expandall' => 'Expand all', + 'friends:closeall' => 'Close all', 'friends:river:created' => "%s added the friends widget.", 'friends:river:updated' => "%s updated their friends widget.", |