<?php
/**
 * Options 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 ['timeout'] = 'Timeout for twitter news cache';
$lang ['useCURL'] = 'Use cURL for accessing twitter (or file_get_contents)';
$lang ['maxresults'] = 'default number of tweets to retreive.';
$lang ['oauth_consumer_key'] = '';
$lang ['oauth_consumer_secret'] = '';
$lang ['oauth_token'] = '';
$lang ['oauth_token_secret'] = '';