aboutsummaryrefslogtreecommitdiff
path: root/mod/friends/languages/en.php
blob: 1d09cfca6c7d620021f2825563d97ad231771a34 (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.",
	'friends:num_display' => "Number of friends to display",
	'friends:icon_size' => "Icon size",
	'friends:tiny' => "tiny",
	'friends:small' => "small",
);

add_translation("en", $english);