diff options
Diffstat (limited to 'languages')
| -rw-r--r-- | languages/en.php | 28 | 
1 files changed, 26 insertions, 2 deletions
| diff --git a/languages/en.php b/languages/en.php index fa0c3981d..b323b6a89 100644 --- a/languages/en.php +++ b/languages/en.php @@ -203,12 +203,36 @@  			'friends:of' => "Friends of",
  			'friends:of:owned' => "People who have made %s a friend",
 +			 'friends:num_display' => "Number of friends to display",
 +			 'friends:icon_size' => "Icon size",
 +			 'friends:tiny' => "tiny",
 +			 'friends:small' => "small",
 +			 'friends' => "Friends",
 +			 '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' => "That collection has been deleted.",
 +			 'friends:collectiondeletefailed' => "We were unable to delete that collection, either you don't have permission, or some other problem has occurred.",
 +			 'friends:collectionadded' => "Your collection was successful created",
 +			 'friends:nocollectionname' => "You need to give your collection a name before it can be created.",
 +		
 +	        'friends:river:created' => "%s added the friends widget.",
 +	        'friends:river:updated' => "%s updated their friends widget.",
 +	        'friends:river:delete' => "%s removed their friends widget.",
 +	        'friends:river:add' => "%s add someone as a friend.",
 +	
 +	
  		/**
  		 * River
  		 */
 -			'river' => "River",
 -			
 +			'river' => "River",			
  			'river:relationship:friend' => 'is now friends with',
 +
  		/**
  		 * Plugins
  		 */
 | 
