aboutsummaryrefslogtreecommitdiff
path: root/mod/friends/languages/en.php
blob: aa09456565e5129ee35175d06218f8d8e40c67cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

	$english = array(
	
		/**
		 * Friends widget
		 */
			'friends:widget:description' => "Displays some of your friends.",
	        
		
	);
					
	add_translation("en",$english);

?>