<?php
/**
 * User dashboard languages
 */

$english = array(
	'dashboard:widget:group:title' => 'Group activity',
	'dashboard:widget:group:desc' => 'View the activity in one of your groups',
	'dashboard:widget:group:select' => 'Select a group',
	'dashboard:widget:group:noactivity' => 'There is no activity in this group',
	'dashboard:widget:group:noselect' => 'Edit this widget to select a group',
);

add_translation("en", $english);