From 71f8ef7d160a8b2c3a8e70e25f7f07df0aab118b Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Fri, 21 Aug 2009 13:37:45 +0000
Subject: [PATCH] moved language file to unl_theme directory and overwrote the
 "collections" verbage.

---
 README | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/README b/README
index 9c07a508..045cf95e 100644
--- a/README
+++ b/README
@@ -52,38 +52,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
 				}
 			}
 
--Changed the languages file to allow for new wording (elgg/languages/en.php:
-*/OLD/*
- 'friends:of' => "Friends of",
- 'friends:collections' => "Collections of friends",
- 'friends:collections:add' => "New friends collection",
- 'friends:addfriends' => "Add friends",
- 'friends:collectionname' => "Collection name",
- 'friends:collectionfriends' => "Friends in collection",
- 'friends:collectionedit' => "Edit this collection",
- 'friends:nocollections' => "You do not yet have any collections.",
- 'friends:collectiondeleted' => "Your collection has been deleted.",
- '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:collections:members' => "Collection members",
-'friends:collections:edit' => "Edit collection",
-
-*/NEW/*
- 'friends:of' => "Friends of",
- 'friends:collections' => "Lists of friends",
- 'friends:collections:add' => "New friend list",
- 'friends:addfriends' => "Add friends",
- 'friends:collectionname' => "List name",
- 'friends:collectionfriends' => "Friends in list",
- 'friends:collectionedit' => "Edit this list",
- 'friends:nocollections' => "You do not yet have any lists.",
- 'friends:collectiondeleted' => "Your list has been deleted.",
- 'friends:collectiondeletefailed' => "We were unable to delete the list. Either you don't have permission, or some other problem has occurred.",
- 'friends:collectionadded' => "Your list was successfuly created",
- 'friends:nocollectionname' => "You need to give your list a name before it can be created.",
-'friends:collections:members' => "List members",
-'friends:collections:edit' => "Edit list",
 *******
 ** Plugin info
 *******
-- 
GitLab