<?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 voor de twitter berichten cache';
$lang ['useCURL'] = 'Gebruik cURL voor toegang tot twitter (of file_get_contents)';
$lang ['maxresults'] = 'Default maximum aantal op te halen tweets';
$lang ['oauth_consumer_key'] = '';
$lang ['oauth_consumer_secret'] = '';
$lang ['oauth_token'] = '';
$lang ['oauth_token_secret'] = '';