1<?php 2/** 3 * Options for twitter plugin. 4 * 5 * @license GPL 2 (http://opensource.org/licenses/gpl-2.0.php) 6 * @author Mark C. Prins <mprins@users.sf.net> 7 * 8 * @copyright Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net> 9 */ 10$lang ['timeout'] = 'Timeout for twitter news cache'; 11$lang ['useCURL'] = 'Use cURL for accessing twitter (or file_get_contents)'; 12$lang ['maxresults'] = 'default number of tweets to retreive.'; 13$lang ['oauth_consumer_key'] = ''; 14$lang ['oauth_consumer_secret'] = ''; 15$lang ['oauth_token'] = ''; 16$lang ['oauth_token_secret'] = '';