[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: polls.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['nav_postpoll'] = "Post Poll"; 10 $l['nav_editpoll'] = "Edit Poll"; 11 $l['nav_pollresults'] = "Poll Results"; 12 13 $l['edit_poll'] = "Edit Poll"; 14 $l['delete_poll'] = "Delete Poll"; 15 $l['delete_q'] = "Delete?"; 16 $l['delete_note'] = "To delete this poll, check the box to the left and click the button to the right."; 17 $l['delete_note2'] = "<b>Note:</b> Once this poll has been deleted there is no way of restoring it."; 18 $l['question'] = "Question:"; 19 $l['num_options'] = "Number of Options:"; 20 $l['max_options'] = "Maximum:"; 21 $l['poll_options'] = "Poll Options:"; 22 $l['update_options'] = "Update Options"; 23 $l['poll_options_note'] = "Poll options should be short and to the point."; 24 $l['options'] = "Options:"; 25 $l['option_multiple'] = "<b>Allow multiple choice:</b> Users have the ability to vote on more than one option."; 26 $l['option_public'] = "<b>Public Poll:</b> Give users the ability to see which user voted on which option(s)."; 27 $l['option_closed'] = "<b>Poll is Closed:</b> If checked the poll will be closed from voting."; 28 $l['poll_timeout'] = "Poll Timeout:"; 29 $l['timeout_note'] = "The number of day(s) which people can vote on this poll.<br />(Set to 0 to if this poll should not timeout.)"; 30 $l['days_after'] = "days after:"; 31 $l['update_poll'] = "Update Poll"; 32 $l['option'] = "Option"; 33 $l['votes'] = "Votes:"; 34 $l['post_new_poll'] = "Post New Poll"; 35 $l['days'] = "days"; 36 $l['poll_results'] = "Poll Results"; 37 $l['poll_total'] = "Total:"; 38 $l['poll_votes'] = "votes"; 39 40 $l['redirect_pollposted'] = "Your poll has been posted.<br />You will now be returned to the thread."; 41 $l['redirect_pollpostedmoderated'] = "Your poll has been posted, but your thread is still pending moderation.<br />You will be returned to the forum."; 42 $l['redirect_pollupdated'] = "The poll has been updated.<br />You will now be returned to the thread."; 43 $l['redirect_votethanks'] = "Thank you for voting.<br />You will now be returned to the thread."; 44 $l['redirect_unvoted'] = "Your vote(s) in this thread have been removed.<br />You will now be returned to the thread."; 45 $l['redirect_polldeleted'] = "Thank you, the poll has successfully been removed from the thread.<br />You will now be taken back to the thread."; 46 47 $l['error_polloptiontoolong'] = "One or more poll options you entered are longer than the acceptable limit. Please go back and shorten them."; 48 $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.<br />Please go back and correct this error."; 49 $l['error_pollalready'] = "Thread already has poll!"; 50 $l['error_nopolloptions'] = "The specified poll option is invalid or does not exist."; 51 $l['error_alreadyvoted'] = "You have already voted in this poll."; 52 $l['error_notvoted'] = "You haven't voted in this poll."; 53 $l['error_invalidpoll'] = "The specified poll is invalid or does not exist."; 54 $l['error_pollclosed'] = "You cannot vote in a poll that has been closed."; 55 56 $l['poll_deleted'] = "Deleted Poll"; 57 $l['poll_edited'] = "Edited Poll"; 58 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |