aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: 346ea06337d61ff0cd34792dd68c2be1fa9da0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * ElggFriendRequest English language file.
 *
 */

$english = array(
	'friendrequest' => 'Friend Requests',
);

add_translation('en', $english);