Note: Once this poll has been deleted there is no way of restoring it.";
$l['question'] = "Question:";
$l['num_options'] = "Number of Options:";
$l['max_options'] = "Maximum:";
$l['poll_options'] = "Poll Options:";
$l['update_options'] = "Update Options";
$l['poll_options_note'] = "Poll options should be short and to the point.";
$l['options'] = "Options:";
$l['option_multiple'] = "Allow multiple choice: Users have the ability to vote on more than one option.";
$l['option_public'] = "Public Poll: Give users the ability to see which user voted on which option(s).";
$l['option_closed'] = "Poll is Closed: If checked the poll will be closed from voting.";
$l['poll_timeout'] = "Poll Timeout:";
$l['timeout_note'] = "The number of day(s) which people can vote on this poll.
(Set to 0 to if this poll should not timeout.)";
$l['days_after'] = "days after:";
$l['update_poll'] = "Update Poll";
$l['option'] = "Option";
$l['votes'] = "Votes:";
$l['post_new_poll'] = "Post New Poll";
$l['days'] = "days";
$l['poll_results'] = "Poll Results";
$l['poll_total'] = "Total:";
$l['poll_votes'] = "votes";
$l['redirect_pollposted'] = "Your poll has been posted.
You will now be returned to the thread.";
$l['redirect_pollpostedmoderated'] = "Your poll has been posted, but your thread is still pending moderation.
You will be returned to the forum.";
$l['redirect_pollupdated'] = "The poll has been updated.
You will now be returned to the thread.";
$l['redirect_votethanks'] = "Thank you for voting.
You will now be returned to the thread.";
$l['redirect_unvoted'] = "Your vote(s) in this thread have been removed.
You will now be returned to the thread.";
$l['redirect_polldeleted'] = "Thank you, the poll has successfully been removed from the thread.
You will now be taken back to the thread.";
$l['error_polloptiontoolong'] = "One or more poll options you entered are longer than the acceptable limit. Please go back and shorten them.";
$l['error_noquestionoptions'] = "You either did not enter a question for your poll or do not have enough options. The minimum number of options a poll can have is 2.
Please go back and correct this error.";
$l['error_pollalready'] = "Thread already has poll!";
$l['error_nopolloptions'] = "The specified poll option is invalid or does not exist.";
$l['error_alreadyvoted'] = "You have already voted in this poll.";
$l['error_notvoted'] = "You haven't voted in this poll.";
$l['error_invalidpoll'] = "The specified poll is invalid or does not exist.";
$l['error_pollclosed'] = "You cannot vote in a poll that has been closed.";
$l['poll_deleted'] = "Deleted Poll";
$l['poll_edited'] = "Edited Poll";
?>