<?php
/**
 * English favorites translations
 */

$english = array(
    'favorites:items' => 'Favorites',
    'favorites:menu' => 'Favorites',
    'favorites:groups' => 'Favorite Groups',
	'favorites:users' => 'Favorite Inhabitants',
    'favorites:add' => 'Click to mark as Favorite',
    'favorites:remove' => 'Click to remove from Favorites',
    'favorites:widget:title' => 'Favorites',
    'favorites:widget:description' => 'Shows the recent Favorites',
    'favorites:removed' => 'Item removed from Favorites',
    'favorites:removefailed' => 'Could not remove item from Favorites',
    'favorites:added' => 'Item added to Favorites',
    'favorites:addfailed' => 'Could not add item to Favorites',
    'favorites:numbertodisplay' => 'Select the number of Favorites to display'
);
	
add_translation("en",$english);