Seditio Source
Root |
./othercms/Cotonti-0.6.25/plugins/indexpolls/lang/indexpolls.en.lang.php
<?PHP
/**
 * English Language File for IndexPolls Plugin
 *
 * @package Cotonti
 * @version 0.1.0
 * @author Cotonti Translators Team
 * @copyright Copyright (c) Cotonti Team 2008-2009
 * @license BSD
 */

defined('SED_CODE') or die('Wrong URL.');

/**
 * Plugin Body (Index)
 */

$L_idx['voteback'] = 'Vote screen';
$L_idx['voteit'] = 'Vote!';
$L_idx['vote_failed'] = 'Vote failed';
$L_idx['vote_opt'] = 'You did not pick an option';

/**
 * Plugin Config
 */

$L['cfg_maxpolls'] = array('Number of polls displayed');
$L['cfg_mode'] = array('Poll display mode', '&quot;Recent polls&quot; displays last poll(s)<br />&quot;Random polls&quot; displays random poll(s)');

?>