<?php
define("_ALREADYVOTED", "You have already voted!");
define("_VOTE", "Vote!");
define("_VOTECAST", "Your vote has been cast.");
define("_NOPOLL", "There is no poll currently active.");
define("_POLLQUESTION", "Poll Question: (limit 250 characters)");
define("_POLLARCHQUESTION", "Poll Question");
define("_POLLOPTS", "Poll Options: (Enter one per line. Note: tags will be stripped.)");
define("_CLOSEPOLL", "Close the current poll.");
define("_POLLARCHIVE", "Poll Archive");
define("_START", "Start");
define("_END", "End");
define("_POLLRESULTS", "Poll Results");
?>