<?php
/**
 * English language file for twitter plugin.
 *
 * @license GPL 2 (http://opensource.org/licenses/gpl-2.0.php)
 * @author  Mark C. Prins <mprins@users.sf.net>
 *
 * @copyright Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net>
 *
 */
$lang['header'] = 'Timeline of';
$lang['results'] = 'Results for search:';
$lang['timestamp'] = 'About %s ago by:';
$lang['year'] = 'year';
$lang['years'] = 'years';
$lang['month'] = 'month';
$lang['months'] = 'months';
$lang['week'] = 'week';
$lang['weeks'] = 'weeks';
$lang['day'] = 'day';
$lang['days'] = 'days';
$lang['hour'] = 'hour';
$lang['hours'] = 'hours';
$lang['min'] = 'min';
$lang['mins'] = 'mins';
$lang['sec'] = 'sec';
$lang['secs'] = 'secs';
$lang['configerror'] = 'The values of "oauth_consumer_key", "oauth_consumer_secret", "oauth_token" and "oauth_token_secret" must be set to generate authenticated requests.';